A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: movie clip getting main movie to next frame?

  1. #1
    Member
    Join Date
    Sep 2000
    Posts
    36

    Smile

    Hi, I'm looping a movie clip to test if my game score is greater than 300, then trying to get it to tell the MAIN movie to go the next frame. It works if I place the actionscript on the main stage, but not when it's in a seperate movie clip. Do I have to use a tell target? How do I get the MC to tell the main movie to go the next frame? Any help would be great!

  2. #2
    Senior Member
    Join Date
    Mar 2000
    Location
    London
    Posts
    961
    Tell Target= "_level0"
    Go to and Play "Frame"
    End Tell

  3. #3

    also


    You can also do this:

    tellTarget ("/") {
    nextFrame ();
    }

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