-
Pause Game
Alright, I've finally just about finished the menu bar I'm making. There's only one problem I havent solved. How to get my pause button to pause the game. The only event for it I see is under the storyboard when a key is pressed. I dont want pause activated by a key,though. Is there a way to pause the game or do I have to go in and stop the motion and animation of every object as an event for clicked the button?
-
Re: Pause Game
A good way to pause is to have events in groups and then activate\deactivate the groups when a button is clicked, etc.
-
Re: Pause Game
Default Menu Options extension.
http://www.bumderland.com/objects/
Or if you want to make a custom "game paused" message, you can use a subapp, and set it to "modal" - that will pause the main window until the subapp is closed.