What am I missing with Pause?
TouchTiltGames
Member Posts: 1,162
Hmm this sort've works but when I hit a "reset" actor on the Pause scene to reset the scene, it resets the actors etc but doesn't play the underlying scene again.
On the Reset button:
When touch is pressed
game.resetScene to 1
Unpause Game
On the Scene I want reset:
When game.resetScene is 1
Reset scene.
Pretty simple but it's not playing the scene again and there's no other code to conflict.
On the Reset button:
When touch is pressed
game.resetScene to 1
Unpause Game
On the Scene I want reset:
When game.resetScene is 1
Reset scene.
Pretty simple but it's not playing the scene again and there's no other code to conflict.
Comments