Computer Science Canada

Disableing a button

Author:  Rocket [ Thu Jun 01, 2006 11:04 am ]
Post subject:  Disableing a button

I need help disableing a button

how is it done?

should i use GUI.Disable

Author:  Clayton [ Thu Jun 01, 2006 11:35 am ]
Post subject: 

as far as i know that is the best way to disable a button just use
code:

GUI.Disable(buttonName)

and ur button is disabled Very Happy


: