Game wont become Over!
Alright. I have an actor running on a never-ending stage. He jumps and dodges obstacles on the stage. When he hits one, he loses a life. When he has zero lives, he dies and changes scenes to a game over scene.
This works fine the first time through. But when I play it again (not coming out of the app and playing again, but directly retrying), the actor dies but the scene doesn't change.
All help is appreciated. Thanks!
This works fine the first time through. But when I play it again (not coming out of the app and playing again, but directly retrying), the actor dies but the scene doesn't change.
All help is appreciated. Thanks!
Answers
Hope this helps...
BarkingApps :o3
Take a look at my flight control interface here: http://marketplace.gamesalad.com/#category=4,5,6,7,11&product=4264
Anyone else?
* are the lives actually decreasing during the second playthrough?
* if so then what is the exact rule statement that sets off the gameover? the problem is likely something to do with this. what math symbol are you using (=, <, >) ?
* if you're using an extra attribute for the gameover trigger (ie gameover=true/false). is this attribute actually resetting during the second playthrough? if you're not sure then use a display text to watch what its actually doing during play
The lives do reset.
I use an = symbol.
The attribute does (game over) does reset.
The device replicates the problem.
But it seems an actor, no matter what the scene, that has once changed scenes refuses to change scenes once again.
This problem's becoming annoying. Thanks for the help so far guys.
Anyone else?
For the sake of keeping this question answered, I will accept your answer, EatingMyHat.
Thank you to all who have posted so far!