|
Please help I have three seines. Main Menu, Worm, and Game Over. When I start the game from the Main Menu the game works and the GAME OVER. When I get a game over and from the game over screen I restart to the Menu, the worm seine works for 1 second and goes to the game over screen. PLEASE HELP
(comments are locked)
|

It sounds like the "game over" condition is still true after restarting; presumably it needs to be reset when you start/restart the Worm scene.
Not enough detail really, need to see some code.
i made a edit to the answer of the first question. you can try that
Still no code being posted
Well the first , the first comment could be an answer. Also I could also be that the worms health has not been reset to 3 or what not.
Solution: Make sure that he has absolutly 0 health before starting the scene. Then when you push play you make it add lives. So, in the end if the person dies they are set to the default amount of hp. Then pushing play gives them 3 more lives =).