Groups | Blog | Home
all groups > flash actionscript > february 2004 >

flash actionscript : Disabling Components?


mdawg999
2/16/2004 7:32:29 PM
Does anyone know how to disable radio buttons, checkboxes or component buttons

I am creating a Quiz - If a user gets a wrong answer, I want to show the
correct answer but disable all buttons

Thanks in advance
mdawg999
2/16/2004 8:09:45 PM
i figured it out:

instance_name.enabled = false;

AddThis Social Bookmark Button