Help please! App due in days! Replay level problem
I need to upload my binary in days and am stuck on a replay level problem that I can't figure out. Each of my levels has a time bonus that adds to the score when all the actors are destroyed before time runs out. I have a rule that if the gamer doesn't clear the board he/she goes to a screen where you can press replay or restart. When they press replay it will go back to the previous scene but the timer and score go crazy.
In the replay button I have the following behaviors:
change attribute: game.gamelevelscoreL2 to 0
change attribute: game.leveltimerL2 to 0
change attribute: game.addbonusL2 to 0
change attribute: game.bonusshowL2 to 0
change attribute: game.#ofactorsL2 to 0
change scene to Previous scene
When I return to the previous scene the timer and score seem fine until I begin destroying actors then they randomly change. Timer adds seconds, score adds and then stops. Then it says level failed again.
Any ideas?
Thanks in advance.
In the replay button I have the following behaviors:
change attribute: game.gamelevelscoreL2 to 0
change attribute: game.leveltimerL2 to 0
change attribute: game.addbonusL2 to 0
change attribute: game.bonusshowL2 to 0
change attribute: game.#ofactorsL2 to 0
change scene to Previous scene
When I return to the previous scene the timer and score seem fine until I begin destroying actors then they randomly change. Timer adds seconds, score adds and then stops. Then it says level failed again.
Any ideas?
Thanks in advance.
Comments
Can anyone help? I checked the videos and search but still stuck.
Thanks
Bill