|
-
Senior Member
disable buttons
is there a way to disable all but 1 buttons on a stage?
thanks
-
button.enabled=true;
otherButton.enabled=false;
someButton.enabled=false;
gparis
-
Senior Member
thanks for the help but isn't there a disable all buttons function? because i have to disable a lot of dynamic buttons...
-
no. But you can use 'for loops' to target multiple instances.
gparis
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|