Pause + Change scene questions
![anithmuk](http://forums.gamesalad.com/applications/dashboard/design/images/defaulticon.png)
I don't have a dev profile from apple yet so I can't do any testing and I was just curious about a couple things.
First, does the pause scene load (like a change scene) or is it instant? If it loads, is the loading time any less than the time it would take just to change scenes? (Also, does reset scene load as well?)
Second, does changing scenes once in a pause scene override the pause or unpause the game, or is the game still in a 'paused' state until an actor actually unpauses the game. For example, if I pause the game then in the pause scene I press a button that changes the scene to the menu, has the game unpaused?
Thanks.
First, does the pause scene load (like a change scene) or is it instant? If it loads, is the loading time any less than the time it would take just to change scenes? (Also, does reset scene load as well?)
Second, does changing scenes once in a pause scene override the pause or unpause the game, or is the game still in a 'paused' state until an actor actually unpauses the game. For example, if I pause the game then in the pause scene I press a button that changes the scene to the menu, has the game unpaused?
Thanks.
Comments
And for your second question you want to unpause first, you can make it look instant though by having when touch is pressed unpause scene and after 0.1 seconds run to completion checked change scene. So it basically unpause and change at the same time
cheers