I'm having a bit of memory loss here...
I have 3 files. Each one is a different section of my program (main, option, option2). I want to switch between the files when I click on the corresponding button.
for instance, on Main I'd click Option, Main would close and Option would open. I'd do what I need to in option, the click return to menu, the main menu would open, and the option would close.
Is it possible to do this without having to reload the graphics in each file? If not, is my logic all screwed up?
thanks