| Home | Tutorials | Forums | Articles | Blogs | Movies | Library | Employment | Press | Buy templates |
|
|
#1 |
|
Registered User
Join Date: Mar 2001
Posts: 3
|
I am beginingg to learn actionscript and am a little confused about levels. If I put n amount of movies into n amount of layers on my main stage - are they by default on root level or does the layer hiarchy or my movies within movies have anything to do with what level they are on levels. Or are levels simply something I define myself and decide which .swfs go into them. If thats the answer I'll be completly stoked.
Hope some can help El Nino |
|
|
|
|
|
#2 |
|
New Member
Join Date: Jan 2001
Posts: 245
|
Hi and welcome to actionscripts. Layers are all in one level in your movie and have nothing to do with levels. Your main movie is on level 0 and any movies you load over that (but you can load another movie into level0 if you like) go on higher levels. Level 1 is used usually if you want to just load one more movie. If you load another you can load it on level 2 and it will be superimposed over levels 0 and 1. If you load another movie on a level which already has a movie on it that movie will get kicked out to make room for the one you are loading...
~mgb |
|
|
|
|
|
|
|
|
#3 |
|
Administrator
Join Date: Nov 2000
Location: Australia
Posts: 8,612
|
And to load a movie you use the loadMovie command with the movie name and the level you want to load into.
Cheers Jesse
__________________
Cheers Jesse Stratford ActionScript.org Cofounder Email: presented in this way to stop spam-bots: My email is composed of my first name (jesse) followed by my last name (stratford) followed by @ followed by actionscript.org Please don't email or PM me Flash questions, that's what the Forums are for! ![]() Please don't rely on me reading my PMs either. Email me about important stuff. |
|
|
|
![]() |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Vars between game levels | HPB | ActionScript 2.0 | 4 | 06-19-2006 05:29 PM |
| swf levels preserved? when loaded into a movie | dsdsdsdsd | ActionScript 1.0 (and below) | 3 | 11-12-2003 08:47 PM |
| slideshow levels are not hiding | allyson | ActionScript 1.0 (and below) | 2 | 09-29-2002 12:25 PM |
| Loading swf levels | Beltman_jr | ActionScript 1.0 (and below) | 0 | 08-02-2002 10:19 PM |
| How many levels can you have?? | Frosty | ActionScript 1.0 (and below) | 15 | 11-29-2001 05:56 PM |