Page 1 of 1

[Resolved]How to add "Game Over" message to a game

PostPosted: Mon Jan 09, 2012 4:22 pm
by castnoshadow
Hi to everybody,

I'm tring to add a "Game Over" message to a game, but I don't know how to do.
Someone have an idea???

Thanks to all :)

Re: How to add "Game Over" message to a game

PostPosted: Mon Jan 09, 2012 7:21 pm
by skydereign
When the player is destroyed (in its destroy actor event) you can create the game over screen actor, or move the view to where the game over actor is. So just use an actor that has an image you want to display as your game over screen.

Re: How to add "Game Over" message to a game

PostPosted: Thu Jan 12, 2012 4:57 pm
by castnoshadow
ok, done.

Thank you very mutch. :D