Im trying to find a way to duplicate one movie clip into a new movieclip so
that it can take advantage of the new target MC's rotation, location  etc.
It looks like duplicateMovieClip is what i want, but as far as i can tell it seems to only duplicate an MC within the same parent MC - is this really the
case or am i missing something ??

Yes, it is the case - it only duplicates movieclips within the same parent, creating a sibling.

If you want to duplicate or move movieclips across different movieclip levels, you'll need to either create movieclips that can be attached (so you can just reattach the movieclip to another level and set its properties to mimic the original one) or use/wait for AS3.


- Zeh
_______________________________________________
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