As the subject title says I need help putting a customizable pause screen into my game without too much difficulty.
Can anyone help with an example etc... as I am stuggling to do it myself.
Printable View
As the subject title says I need help putting a customizable pause screen into my game without too much difficulty.
Can anyone help with an example etc... as I am stuggling to do it myself.
Use a sub-application. It its properties change it for pop-up and modal. Also check share global values and etc. You can then hide or show, using a toggle flag for this.
Done it, ages ago.
http://www.clickteam.com/epicenter/ubbthreads.php?ubb=showflat&Number=107819#Post1078 19
Alternatively just put your "Game events" in one group "Pause" events in another, deactivate the game group and activate the pause group, then do the reverse to unpause. You have to remember to stop animations etc also. This technique is a bit less hassle than using a sub application.