Re: [Flashcoders] Changing display index on the stage

2010-05-05 Thread jonathan howe
I would like to point out that use of empty clips is a polarizing technique in terms of public opinion. Some people find that they make projects difficult to maintain. -jonathan On Wed, May 5, 2010 at 4:12 PM, Henrik Andersson wrote: > natalia Vikhtinskaya wrote: > >> Please explain. Do you mea

Re: [Flashcoders] Changing display index on the stage

2010-05-05 Thread Henrik Andersson
natalia Vikhtinskaya wrote: Please explain. Do you mean to create empty holder manually? How to add stuff to it? Create a new empty movielclip symbol. Do not give it any class. Do not put any content in it. Now place an instance of this symbol on the timeline. Give this instance an instance

Re: [Flashcoders] Changing display index on the stage

2010-05-05 Thread natalia Vikhtinskaya
Please explain. Do you mean to create empty holder manually? How to add stuff to it? My first try was to add mc from the library with linkage class name. This is simple navigation bar with back next arrows. So in the library I have mc "nav". "Nav" has two mcs (arrows). Each mc has two frames inside

Re: [Flashcoders] Changing display index on the stage

2010-05-05 Thread Henrik Andersson
natalia Vikhtinskaya wrote: Hi Is it possible to have mc1 manually placed on stage be over mc2 created dynamically mc2=new MovieClip(); addChild(mc2) My recommendation: create a holder mc on the timeline and add stuff to the holder instead. The holder can be given a proper layer in the IDE an

Re: [Flashcoders] Changing display index on the stage

2010-05-05 Thread natalia Vikhtinskaya
--- >> From: flashcoders-boun...@chattyfig.figleaf.com [mailto: >> flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of natalia >> Vikhtinskaya >> Sent: Wednesday, May 05, 2010 12:17 PM >> To: Flash Coders List >> Subject: [Flashcoders] Changing display index on

Re: [Flashcoders] Changing display index on the stage

2010-05-05 Thread jonathan howe
ws Agency of the Year > > > -Original Message- > From: flashcoders-boun...@chattyfig.figleaf.com [mailto: > flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of natalia > Vikhtinskaya > Sent: Wednesday, May 05, 2010 12:17 PM > To: Flash Coders List > Subject: [Flashcoders]

RE: [Flashcoders] Changing display index on the stage

2010-05-05 Thread Mattheis, Erik (MIN - WSW)
st Subject: [Flashcoders] Changing display index on the stage Hi Is it possible to have mc1 manually placed on stage be over mc2 created dynamically mc2=new MovieClip(); addChild(mc2) ___ Flashcoders mailing list Flashcoders@chattyfig.figlea

RE: [Flashcoders] Changing display index on the stage

2010-05-05 Thread Robert Leisle
Of natalia Vikhtinskaya Sent: Wednesday, May 05, 2010 10:17 AM To: Flash Coders List Subject: [Flashcoders] Changing display index on the stage Hi Is it possible to have mc1 manually placed on stage be over mc2 created dynamically mc2=new MovieClip(); ad

[Flashcoders] Changing display index on the stage

2010-05-05 Thread natalia Vikhtinskaya
Hi Is it possible to have mc1 manually placed on stage be over mc2 created dynamically mc2=new MovieClip(); addChild(mc2) ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders