A Flash Developer Resource Site

Results 1 to 10 of 10

Thread: _root level. Where is it?

  1. #1
    Member
    Join Date
    Jun 2004
    Posts
    38

    _root level. Where is it?

    where is the _root level? and how do I find it?
    I have multiple scenes in my movie. does each scene have it's own _root level or is the first scene the _root level?

  2. #2
    Goodbye...
    Join Date
    Aug 2003
    Posts
    661
    The _root. is the main timeline.

  3. #3
    Senior Member
    Join Date
    Apr 2004
    Location
    Missouri
    Posts
    384
    All of the scenes are on the _root level. _root is the layer that all other layers are on. It's like the C: drive. The C: drive is basically the folder that all other folders and files are on.

  4. #4
    Member
    Join Date
    Jun 2004
    Posts
    38
    where is it? if I want to place something on it how do i find it?

  5. #5
    Goodbye...
    Join Date
    Aug 2003
    Posts
    661
    Everything you place on your stage is on the _root. level, unless it's in a Symbol or an external file; if that's the case then those Symbols are on the _root. level.

  6. #6
    Member
    Join Date
    Jun 2004
    Posts
    38
    so, all my scenes are on the root level? then where is level 1, level 2, etc?

  7. #7
    Senior Member green_eye's Avatar
    Join Date
    Apr 2004
    Location
    Sarasota, Florida
    Posts
    1,496
    scenes are on root it is one big timeline

  8. #8
    Teh Helpist
    Join Date
    Feb 2004
    Location
    That place over there. You know?
    Posts
    119
    Think of it like this:
    Every button, movieclip or graphic that is not inside another button, movieclip or graphic is on the _root level. If you were to place another button etc. inside one of the existing buttons etc. it would be on level 1 I believe. The _root level is anything on the utmost timeline.

  9. #9
    FK's Geezer Mod Ask The Geezer's Avatar
    Join Date
    Jul 2002
    Location
    Out In The Pasture
    Posts
    20,488
    Originally posted by vblevin
    so, all my scenes are on the root level? then where is level 1, level 2, etc?
    Levels don't exist until you create them with actionscript, like:

    loadMovieNum("mymovie.swf", 1);

    You just created level 1.

    attachMovie("mov1", "mov1", 2);

    You just created level 2.

  10. #10
    Member
    Join Date
    Jun 2004
    Posts
    38
    thanks all. i understand.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center