Most people don't work on the menu screens first.
But, I use this specific system with a
screen variable in the do loop, like this:
`Set Screen Variable
screen = 1
`::MAIN LOOP::
do
if screen = 1
`Main Menu Events
endif
if screen = 2
`Select Weapon Menu Events
endif
if screen = 3
`Main Game & 3D World Commands
endif
`End of main loop
loop
So I can just set the
screen variable to 3 instead of 1 and when I run the program, it'll start in the main game.
I find it very difficult to program the screens last, because I run into object problems.
Just my Style
And thanx for the screen compliments, NightGiant and Jeku