Go Back   kirupaForum > Flash > Flash CS3

Reply
 
Thread Tools Display Modes
Old 11-26-2009, 08:33 AM   #1
cantaloupe
Registered User
control multiple MCs with function

I have a keyboard which consists of 26 MCs, named keya, keyb, keyc.... and so on.

I want to create a button that will disable all these buttons at once, but I'm not sure how to express it in actionscript. Basically, I need it to say 'on release, key X (where x = all characters from a to z) _enabled= false;

How would I express this best in actionscript? Thanks.
cantaloupe is offline   Reply With Quote

Sponsored Links (Guests Only) - Register | Need Help?
 

Old 11-26-2009, 09:11 AM   #2
neilmmm
Registered User
 
neilmmm's Avatar
Code:
var alphabet:Array=new Array("a","b","c");//complete as appropriate
btn_mc.onRelease=function(){
for (i=0;i<alphabet.length;i++) {
 _root["key"+alphabet[i]]._enabled= false;
}
}
neilmmm is offline   Reply With Quote
Old 11-26-2009, 10:27 AM   #3
cantaloupe
Registered User
Thanks - worked perfectly!
cantaloupe is offline   Reply With Quote
Old 11-27-2009, 10:51 AM   #4
cantaloupe
Registered User
btw, I have sent you a PM.

Thanks ;-)
cantaloupe is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 12:34 PM.

SUPPORTERS:

kirupa.com's fast and reliable hosting provided by Media Temple. flash components
Creative web apps. Make your own free flash banners and photo slideshows.
Check out the great, high-quality flash extensions. Buy or sell stock flash, video, audio and fonts for as little as 50 cents at FlashDen.

Flash Transition Effects

Flash Effect Tutorials

Digicrafts Components
Flash effects. Art without coding. Upload, publish, deliver. Secure hosting for your professional or academic video, presentations & more. Screencast.com
Streamsolutions Content Delivery Networks Flipping Book - page flip flash component.
Flash-Gallery.com - Get your flash photo gallery (flash component or swf gallery Learn how to advertise on kirupa.com
 

cdn
content delivery network (cdn)

Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd. Copyright 2010 - kirupa.com Copyright 2010 - kirupa.com