Game Over

I was just playing w/ the pool demo code… is there a easy way to add a restart game button after the game over appears?

I tried some code from another program but it didn’t work… maybe its the simulator??

thx in advance [import]uid: 13743 topic_id: 5280 reply_id: 305280[/import]

By using the Director class, you could create a restart button that goes to a loading screen that loads up the current level (that’s what I do). I would assume you could point the scene directly to the scene you are on and it would reset the level, but you would have to test that. [import]uid: 12877 topic_id: 5280 reply_id: 17563[/import]

Thanks, I’m trying it now! [import]uid: 13743 topic_id: 5280 reply_id: 17722[/import]