"Try again" Button
![ryantheappleguy](http://forums.gamesalad.com/applications/dashboard/design/images/defaulticon.png)
Hello, everyone.
Does anyone know how to make a try again button?
I have a Game Over scene and it as a try again button but it goes back to the previous scene in the GS scenes library.
I need it to go back to the last level/scene that the user was on.
Does anyone know how to make a try again button?
I have a Game Over scene and it as a try again button but it goes back to the previous scene in the GS scenes library.
I need it to go back to the last level/scene that the user was on.
Comments
You will then need to reset all attributes that affect the main game...for example..
--> change attribute game.score --> to zero.
--> change attribute game.player lives --> to 3.
hope that helps peace.
I will give the ideas a go and let you know how they work out for me.
Sometimes its the most simple things that I cant wrap my head around when my mind is all over the place with this project.