major flash help!!!

Out of context: Reply #3

  • Started
  • Last post
  • 13 Responses
  • dehryll0

    just expanding on lvl_13:

    loadMovieNum("your movie", 100);
    _root.gotoAndPlay(framenumber);
    _level100.gotoAndPlay("fr
    amename);

    when you load a movie into a level that already is already occupied by a movie, the old movie is automatically unloaded and the new one loaded into that level. just make sure that the newly loaded movie is completely loaded otherwise the gotoAndPlay won't work.

View thread