Difference between revisions of "Messagebox Tutorial/GameMode And MenuMode"
Jump to navigation
Jump to search
Messagebox Tutorial/GameMode And MenuMode (edit)
Revision as of 01:51, 15 September 2007
, 01:51, 15 September 2007→The basics: Clarity
imported>Haama (→Intro: Clarity) |
imported>Haama (→The basics: Clarity) |
||
Line 7: | Line 7: | ||
==The basics== | ==The basics== | ||
A menu will be displayed from GameMode. Once this menu pops up, the MenuMode block will run, which will overwrite the GameMode menu with the correct menu. Once the player makes their selection, GameMode will start again and the button will be caught in GameMode. If another menu needs to be displayed, or any more MenuMode processing needs to happen, the GameMode menu will be displayed, again running the MenuMode block. This continues until the player selects an option that will exit the menu. | |||
==The script== | ==The script== |