Hi there,

I was wondering if there was an easy way to inactivate buttons.  I
activate a series of buttons in an array using the following:

for (i = 0; i < aRadioButtons.length; i++) {
        trace(aRadioButtons[i].name);
        aRadioButtons[i].addEventListener(MouseEvent.CLICK,
buttonClicked);
        aSelected[i].addEventListener(MouseEvent.CLICK, buttonClicked);
}

I know there is a way to inactivate the listener, but cannot remember
for the life of me how to do it.

Any pointers you could provide are appreciated!

Thanks,
Susan

_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to