A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: loadmovie, then goto frame?

  1. #1
    Junior Member
    Join Date
    May 2001
    Posts
    6
    Does this look like it would work?

    loadMovieNum ("multimedia.swf", 2);
    tellTarget ("_level2") {
    gotoAndPlay (16);
    }
    stop ();




    Is there any reason that the tellTarget line would be ignored? (that's the problem I'm facing -- everything seems to stop at line1, the loadMovie line)

    THANKS!

  2. #2
    Junior Member
    Join Date
    May 2001
    Posts
    6

    movie must load fully

    Looks like my problem may have to do with the movie being loaded into layer 2 not completely loading before the command goes out to 'goto' a frame. That must be the problem...

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