Yes in AS3 you can move DisplayObjects to other parents without problems.
One thing to note is that you need to remove it from the current display
list before you add it to the other.

Something like this:

parent1.removeChild(theClip);
parent2.addChild(theClip);


Greetz Erik


On 9/6/07, T. Michael Keesey <[EMAIL PROTECTED]> wrote:
>
> On 9/6/07, Mendelsohn, Michael <[EMAIL PROTECTED]> wrote:
> > Just as I suspected, Julian.  Thanks for your reply.  Doesn't this
> > feature exist in AS3?  (I have no experience with it yet.)
>
_______________________________________________
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