A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: Weird unload level problem....

Threaded View

  1. #1
    Member
    Join Date
    Jan 2004
    Posts
    87

    Weird unload level problem....

    Hi
    I have load outside swf with loadMovieNum("outMc", 5); in _level5. and _level6.
    In the _level5 swf i have this script
    code:

    loadMovieNum("outMc5", 6);


    that loads the outside swf in _level6.
    So in total i have 3 swf in my movie.. the main movie the swf loaded in lv5 and the swf loaded in lv6.

    In _level5 i have a button "home" with this script
    code:
     
    on (release) {
    _level0.gotoAndPlay(250);
    }



    on _level0 frame 250 i have this script
    code:

    unloadMovieNum(5);
    unloadMovieNum(6);



    All work perfect, BUT if i press the button "home" when _level6 mc is preloading, the root just play on AND on ,ignoring all the actions and stop actions.
    If i press the button "home" after the _level6 mc preloader is done all work perfect.
    Working on this problem over an week now,trying all i could think of ,but cant make it work.
    If u have any ideea pls help me couse my stupid brain cant fiind any good solutions.

    Thank You
    Last edited by maydays; 07-06-2005 at 05:03 AM.

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