Computer Science Canada return back button |
Author: | kythoon [ Mon May 19, 2003 9:37 pm ] |
Post subject: | return back button |
in the program attached, does anybody have an idea of how to make the return back to town button work. to find the button: click leave town its the "back to town" button right now it is just GUI.Quit, which i know is wrong, but i want to make it so that after this button is pressed, you go back to the starting screen if u can, ignore all the other other stuff, like the text fields and other buttons, they are also having problems |
Author: | Tony [ Mon May 19, 2003 10:21 pm ] |
Post subject: | |
what you do is you make your starting screen a procedure and you link your back to town buttons to that procedure. |
Author: | kythoon [ Tue May 20, 2003 8:25 am ] |
Post subject: | |
ok, but then i need something like forward procedure declaring becasue stuff hasn't been declared any idea what the order would be? |