try

for (var i in my_mc){
  if (typeof(my_mc[i]) == "movieclip")){
      my_mc[i].foo();
  }
}



2006/11/23, Wendy Richardson <[EMAIL PROTECTED]>:

If I have a mc with some mc's attached, is there a quick way to
list/access/manipulate the attached mc's without using their explicit
names?  Some kind of  "children" thingy?

Thanks
Wendy
_______________________________________________
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

_______________________________________________
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Reply via email to