How would you go about BLOCKING (in blocks of codes) your Intro Screen, Your Menu which is after your intro...
Personnally I would do it like this:
Would this be a good idea to block code like that?
How would you do it? Would this be the best way?
Personnally I would do it like this:
global goto Select goto case "intro" //stuff case "menu" //stuff case "screen0".... end select
Would this be a good idea to block code like that?
How would you do it? Would this be the best way?