When its game over, on the button the user pushes to play again, add a rule that resets the game, rather than resetting the scene. So it will return to the first scene, which should rather be your Main Menu scene if you have one, or otherwise the Play Game scene.
If this isnt how you wish to approach it, then on the button to play again on your game over scene, add this:
"Change Attribute"
Game.Score to 0
"Change Scene"
Go To Play Game Scene (Or Main Menu)
Or "Reset Scene" if your game over screen is still on your Play Game scene.
Comments
If this isnt how you wish to approach it, then on the button to play again on your game over scene, add this:
"Change Attribute"
Game.Score to 0
"Change Scene"
Go To Play Game Scene (Or Main Menu)
Or "Reset Scene" if your game over screen is still on your Play Game scene.