How do you deactivate a button once its been activated for either a roll over or a press, or if the button has both?
Josh
Printable View
How do you deactivate a button once its been activated for either a roll over or a press, or if the button has both?
Josh
replace the button with one that has no actions applied to it.
the best way would be to convert the button to a movie clip w/ button-like actions.
Then you can use the enabled property do disable/enable it whenever needed.
for example:
mymovie.enabled=false;