Pause Scene

Is it possible to have a Pause scene? The scene seems to reload every time call changeScene(). Is it possible to call changeScene(“myPauseScene”) and then go back to the Game Scene and and continue the game?

Thanks! [import]uid: 36300 topic_id: 6382 reply_id: 306382[/import]

No, you have to do your own pause function because Director loads and unloads files from the memory. I use a boolean variable that all my functions tests it and do what they need to do only when it’s false. [import]uid: 8556 topic_id: 6382 reply_id: 22061[/import]