Game Over Screen?
Games4life
Member, PRO Posts: 279
Hi GS Community,
I have been trying to figure out how to make a game over screen pop up in the scene and not switch to a completely different scene show in the picture below
If anyone can help me and tell me how I can do this in my own game, that would be great!
Thanks,
~G4L
Comments
When the game over spawn all actors at the right position.
Ah thanks so much... So that could also display the end score and high score I assume, Correct?
Sure. Make attribute game over. Then a rule if game over is true spawn actors. As many as you want.
Thanks!!
Another way would be to have the end screen pieces in position but have their alpha set to 0 and then have a rule: when game over is true interpolate alpha to 1. Any buttons you may have on the end screen like a retry button should have these rules: if touch is pressed and game over are true then reset scene.
BRUNKT.com
Follow me at: Twitter - Instagram
Games and Templates
Appstore
I do this often.
I have usually done the other method of game over actors off scene but your method can be great to simplify things a bit. Good comment.
Complete Guide to iOS Publishing {} Complete Guide to Mac Publishing