RE: [Flashcoders] setChildIndex

2010-07-02 Thread Lehr, Theodore
, June 30, 2010 4:27 PM To: Flash Coders List Subject: RE: [Flashcoders] setChildIndex Doing addChild() in the right order is the easiest way, but to control depths specifically, see this: http://www.adobe.com/livedocs/flash/9.0/ActionScriptLangRefV3/flash/disp lay/DisplayObjectContainer.html

RE: [Flashcoders] setChildIndex

2010-07-02 Thread Merrill, Jason
: [Flashcoders] setChildIndex These mc are added in the IDE - not code Anyway I can change their layering... ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

RE: [Flashcoders] setChildIndex

2010-07-02 Thread Lehr, Theodore
...@bankofamerica.com] Sent: Friday, July 02, 2010 1:52 PM To: Flash Coders List Subject: RE: [Flashcoders] setChildIndex Doesn't matter - you can still modify the layering with Actionscript. Isn't that what you asked about? Jason Merrill Instructional Technology Architect Bank of America Global

RE: [Flashcoders] setChildIndex

2010-07-02 Thread Merrill, Jason
associates) -Original Message- From: flashcoders-boun...@chattyfig.figleaf.com [mailto:flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of Lehr, Theodore Sent: Friday, July 02, 2010 2:59 PM To: Flash Coders List Subject: RE: [Flashcoders] setChildIndex It is - I just thought addChild

Re: [Flashcoders] setChildIndex

2010-07-02 Thread Eric E. Dolecki
To: Flash Coders List Subject: RE: [Flashcoders] setChildIndex These mc are added in the IDE - not code Anyway I can change their layering... ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman

Re: [Flashcoders] setChildIndex

2010-06-30 Thread Henrik Andersson
Yes. they are. They are childs on multiple levels. ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] setChildIndex

2010-06-30 Thread Eric E. Dolecki
They would be a child of the DisplayList, no? ie. stage (this) potentially. On Wed, Jun 30, 2010 at 4:04 PM, Lehr, Theodore ted_l...@federal.dell.comwrote: How can I change depths of a movie - I found setChildIndex - but they are not children of anything...

RE: [Flashcoders] setChildIndex

2010-06-30 Thread Merrill, Jason
Doing addChild() in the right order is the easiest way, but to control depths specifically, see this: http://www.adobe.com/livedocs/flash/9.0/ActionScriptLangRefV3/flash/disp lay/DisplayObjectContainer.html#setChildIndex() Jason Merrill Instructional Technology Architect Bank of America