Hi,
I was wondering if you could put me on the right track with this problem?
What I would like to happen is to be able to exit back to the title screen from the main game, and when on the title screen exit the game proper, by using escape.
I am using the following code, but it exits completly no matter which area your at
I know Im doing something drastically wrong.
Please could you show me a better method, if im going about it the wrong way?
Many Thanks, Mikey F
I was wondering if you could put me on the right track with this problem?
What I would like to happen is to be able to exit back to the title screen from the main game, and when on the title screen exit the game proper, by using escape.
I am using the following code, but it exits completly no matter which area your at
;Example setup_variables() ; sets up any variables While not keyhit(_esc) title_screen() main_game() Wend savescores() End
I know Im doing something drastically wrong.
Please could you show me a better method, if im going about it the wrong way?
Many Thanks, Mikey F