Hi all,

I am wondering how can I manage to find the path to where a MC belongs?

in AS2 when you wanted the target to where the MC was all you had to do was
to trace the movieclip instance. For instance cosider the following example:

var mc:MovieClip = this.attachMovie("something" , "something0" , 0);
var mc = mc.something0.attachMovie("somethingelse" , "somethingelse0" , 0);
trace(mc) // _level0.something0.somethingelse0


In AS3 since everything is a class everytime I trace an object i get its
class name.

So is there anyway of know the tree to where a mc belongs?

thanks
seb
_______________________________________________
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