Computer Science Canada GUI.CreateButton in procedure |
Author: | Azzy [ Wed Nov 05, 2003 7:22 pm ] | ||
Post subject: | GUI.CreateButton in procedure | ||
i need to make the following code for an rpg i'm making.
i need it to keep running the program until all of the stats=70.but when i do a loop it doesn't let you press the buttons, and when i try delay it still won't let you touch the buttons.can some one help me? |
Author: | Tony [ Thu Nov 06, 2003 9:53 am ] |
Post subject: | |
You're missing GUI.ProcessEvent You need that run in a loop for GUI to work. |
Author: | Andy [ Fri Nov 07, 2003 11:32 pm ] |
Post subject: | |
inside a loop |