A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: go to next frame and play movie clip

  1. #1

    go to next frame and play movie clip

    I'm trying to make the flash movie finish up one movie clip in the first frame, when finished, automatically it should then go to the second frame (frame lable "two") and run the movie clip there.....and when finished there, return to the first frame (frame lable "one") and rerun that movie clip.

    Note i am not a programmer and muddled my way through AS2...however AS3 is a real mess for me.

  2. #2
    Senior Member cancerinform's Avatar
    Join Date
    Mar 2002
    Location
    press the picture...
    Posts
    13,449
    If you are doing frame to frame animation within the movieclip, just put
    MovieClip(root).gotoAndPlay("two");
    or
    MovieClip(parent).gotoAndPlay("two");
    in the last frame of that movieclip. Then do the same for the other movieclip.
    - The right of the People to create Flash movies shall not be infringed. -

  3. #3

    so close..i can almost taste it...

    got it..thanks....such a simple solution
    Last edited by pelsar; 12-27-2008 at 01:37 PM.

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