
-----------------------------------
Rocket
Thu Jun 01, 2006 11:04 am

Disableing a button
-----------------------------------
I need help disableing a button

how is it done?

should i use GUI.Disable

-----------------------------------
Clayton
Thu Jun 01, 2006 11:35 am


-----------------------------------
as far as i know that is the best way to disable a button just use 

GUI.Disable(buttonName)

and ur button is disabled :D
