A quick way:
// this = the parent MC
for (var child:String in this){
if (child instanceof MovieClip) {
// do your children mc manipulations...
}
}
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
_______________________________________________
[email protected]
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
--
Julien Vignali
_______________________________________________
[email protected]
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