Easy Flash Question..for real
Easy Flash Question..for real
Out of context: Reply #1
- Started
- Last post
- 8 Responses
- SmilingBuddh0
In MX or higher, you can give the buttons instance names, then toggle their enabled property:
mybutton.enabled = false;
mybutton.enabled = true;