Computer Science Canada button recall? |
Author: | bgmrk [ Thu Jan 26, 2006 10:06 pm ] | ||
Post subject: | button recall? | ||
is there ne way to recall a button after u declare it
i want to recall the buttons that i created above... and then i'll need to call it again for player 2.. how would i do this? |
Author: | Tony [ Thu Jan 26, 2006 10:15 pm ] |
Post subject: | |
by "recall" I guess that you mean draw what you have erased with cls? The buttons are still there and functional. If you press on them, I think they might reappear There is likely to be a GUI.something that refreshes your widgets, but you'd have to look through the documentation for an appropriate command. |
Author: | bgmrk [ Thu Jan 26, 2006 10:20 pm ] |
Post subject: | |
oo thanx i got it GUI.Refresh does that for me. thanx again |