destrucity
01-26-2012, 03:13 PM
Hey All,
I am trying to get a pause menu working by calling ConsoleCommand("Pause"); from a MobileMenuScene. It works, except clicking anywhere on the screen that isn't blocked by my MobileMenuScene unpauses the game. Then everything gets out of sync since pause toggles.
Also, I've noticed that when running on the actual iOS device, blue "PAUSED" text appears and I have no idea where that is coming from or how to get rid of it.
Anyone know how to stop the game from unpausing whenever you click on the screen anywhere, and/or how to change or remove the blue "PAUSED" text?
Any help is much appreciated. Thanks!
I am trying to get a pause menu working by calling ConsoleCommand("Pause"); from a MobileMenuScene. It works, except clicking anywhere on the screen that isn't blocked by my MobileMenuScene unpauses the game. Then everything gets out of sync since pause toggles.
Also, I've noticed that when running on the actual iOS device, blue "PAUSED" text appears and I have no idea where that is coming from or how to get rid of it.
Anyone know how to stop the game from unpausing whenever you click on the screen anywhere, and/or how to change or remove the blue "PAUSED" text?
Any help is much appreciated. Thanks!