Difference between revisions of "MessageBox Tutorial/Centralized Decision Catching"
Jump to navigation
Jump to search
MessageBox Tutorial/Centralized Decision Catching (edit)
Revision as of 09:26, 30 June 2007
, 09:26, 30 June 2007no edit summary
imported>Haama (New page: For 99.9% of your menus, you won't need to differentiate the decision catching: <pre> Elseif (Choosing == 1) If (Choice == -1) ;No choice yet Set Choice to GetButtonPressed ...) |
imported>Haama |
||
Line 24: | Line 24: | ||
if (Choice == 0) ;first choice, "25" in the example | if (Choice == 0) ;first choice, "25" in the example | ||
</pre> | </pre> | ||
*Editor's Note: This needs to be added to the [[MesssageBox Tutorial]] |