Skip to main content
Known Participant
September 11, 2007
Question

how to check Buttons in AS3

  • September 11, 2007
  • 2 replies
  • 389 views
What is the AS3 equivalent of this AS2 code? I don't want to have to type this for every MC or button (especially if there are many):

Button.prototype.buttonMode = true;
This topic has been closed for replies.

2 replies

skot:317Author
Known Participant
September 11, 2007
I apologize again. If I had read my own code carefully, TRUE should be FALSE.

I want to toggle all buttons using this. I got it. Thanks. No problem. Cool.
skot:317Author
Known Participant
September 11, 2007
Scratch that code above...

Transform this:
Button.prototype.enabled = true;
to be equivalent in AS3.