
-----------------------------------
renorso
Wed May 21, 2014 3:42 pm

Help me with my hangman game (GUI HELP)
-----------------------------------
What is it you are trying to achieve?
My hangman game's buttons wont work properly


What is the problem you are having?
When i click a, or any button, only the a button turns to an asterisk and disables. 

Describe what you have tried to solve this problem
No idea how to fix it

Post any relevant code (You may choose to attach the file instead of posting the code if it is too long)
Look below







Please specify what version of Turing you are using
Newest

-----------------------------------
Tony
Wed May 21, 2014 7:05 pm

RE:Help me with my hangman game (GUI HELP)
-----------------------------------
try
[code]
GUI.Disable (buttons (i)) 
put "just disabled button ", i
[/code]
and describe what your code is doing before/during/after
