(When I say call I mean method) Sorry!
Hey everyone, I've taken three or four classes in Java and C++ so I have a decent idea of what I'm doing. However, Objective-c is different.
I've decided to use revmobs in my iOS apps and I got them to work fairly easily using the sdk except I need the ads to popup whenever layer 1 is visible. Right now they only popup when you load up the ad. Does anyone know how to do this? I just need to find the class where an if statement or something of the sort could be found so that when that condition is met I could execute the code to popup an ad. I know how to execute the code. I just don't know where to find the class nor the code where that condition would be met.
My game uses the layers object and when layer 1 is visible It means you just died and restarted the game. This is the condition I need to find in Xcode!:O