return back button
Author |
Message |
kythoon
|
Posted: 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 |
|
|
|
|
|
Sponsor Sponsor
|
|
|
Tony
|
Posted: Mon May 19, 2003 10:21 pm Post subject: (No subject) |
|
|
what you do is you make your starting screen a procedure and you link your back to town buttons to that procedure. |
Tony's programming blog. DWITE - a programming contest. |
|
|
|
|
kythoon
|
Posted: Tue May 20, 2003 8:25 am Post subject: (No subject) |
|
|
ok, but then i need something like forward procedure declaring becasue stuff hasn't been declared
any idea what the order would be? |
|
|
|
|
|
|
|