A Flash Developer Resource Site

Results 1 to 5 of 5

Thread: LoadMovieNum, keep up?

  1. #1

    LoadMovieNum, keep up?

    Is there a way to make it so that a movie loaded in the beginning with LoadMovieNum will not be hidden/removed by another loaded movie?
    -John

  2. #2
    Senior Member pellepiano's Avatar
    Join Date
    Feb 2000
    Location
    Stockholm, Sweden
    Posts
    15,151
    It willl only be hidden if you load another movie on a higher _level.

    If you load into target movieclips instead ( inside you ´r main movie ) you can change the stacking oreder of the movieclips with swapDepths();

    This you can not do with _levels.

    -Pelle Piano
    // Image Gallery
    www.studiobild.com
    // Photo Blog
    http://talesofthepixel.blogspot.com

  3. #3
    So if I load it into another movie clip within my main movie, it will not be hidden when I load another movie regulary within my main movie?
    -John

  4. #4
    Banned
    Join Date
    Apr 2001
    Location
    Montréal, Québec.
    Posts
    25,397
    Nope!

  5. #5
    Senior Member pellepiano's Avatar
    Join Date
    Feb 2000
    Location
    Stockholm, Sweden
    Posts
    15,151
    load another movie regulary within my main movie
    It would depend on what you mean by regularly. There are only two ways to load, _levels or movieclips.

    On _levels you can not change the stacking order but with movieclips you can.

    -Pelle Piano
    // Image Gallery
    www.studiobild.com
    // Photo Blog
    http://talesofthepixel.blogspot.com

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