The main timeline (_root) is a movieclip like any other. Levels are _root 
movieclips stacked at a given depth (-16384 + levelnumber). You can use 
swapDepths() on levels to change their stacking orderb just like any other 
movieclip. And just like with "ordinary" movieclips you can't put a level 
inbetween content of a sibbling (another level).

-----Ursprungligt meddelande-----
Från: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] För Gustavo Duenas
Skickat: den 28 mars 2007 04:51
Till: [email protected]
Ämne: Re: [Flashcoders] Flash and levels

I have  a question....the level 20 is over or under the other movie clips the 
flash movie would have?


Regards


Gustavo Duenas


P.s: the idea about a movie clip is very useful, because I'm looking for 
something like that for a project of mine.
On Mar 27, 2007, at 7:30 PM, Omar Fouad wrote:

> If you need to create a movieClip on level 20 for example :
> var myClip:MovieClip = createEmtpyMovieClip("myClipInstance", 20) Note 
> that the secont parameter (20), is the level number you wish the 
> movieClip is created, in this case therefore will not get into 
> _level0..
>
> if you Need to get a movieClip nasted into another so:
>
> var myClip:MovieClip = containerClip.createEmptyMovieClip
> ("otherMcInstance",
> containerClip.getNextHighestDepth);
>
> The second Parameter specifies the next Free Level inside the 
> containerClip where the myClip will be nasted...
>
> Hope it helps....
>
>
> On 3/28/07, James Tu <[EMAIL PROTECTED]> wrote:
>>
>> Is there a way to createEmptyMovieClip on a level other than _level0?
>>
>> I tried doing this:
>> var tmc = _level5.createEmptyMovieClip("foo", 10); trace(tmc);  
>> //gives me undefined
>>
>> I also tried to load a blank .swf into _level5 and then creating a 
>> movieclip on _level5 and that didn't work either.
>>
>>
>> -James
>>
>> _______________________________________________
>> [email protected]
>> 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
>>
>
>
>
> -- 
> Omar Fouad - Digital Emotions...
>
> Love is always patient and kind. It is never jealous. Love is never  
> boastful
> nor conceited It is never rude or selfish. It does not take offense  
> and is
> not resentful. Love takes no pleasure in other people's sins...but  
> delights
> in the truth. It is always ready to excuse, to trust, to hope...  
> and to
> endure... whatever comes.
> _______________________________________________
> [email protected]
> 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
>

_______________________________________________
[email protected]
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

-- 

Meddelandet har kontrollerats av CRW MailScanner och

inget skadligt innehåll har upptäckts.


_______________________________________________
[email protected]
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