A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: play movie in different frame on loop

  1. #1
    Junior Member
    Join Date
    Sep 2005
    Posts
    20

    play movie in different frame on loop

    When my movie loops back to first frame I want one of my movie symbols to start on another frame in it's timeline and continue as entire movie loops?

  2. #2
    Senior Member
    Join Date
    Jun 2007
    Posts
    204
    Lets say you have placed a MC on the main (_root) timeline. Name the MC a unique name in the properties panel. Lets say you name it "movieClip".

    In the first frame of the main timeline code:

    if (loop == true) {
    _root.movieClip.gotoAndPlay (5);
    }

    In the second frame of the main timeline code:

    loop = true;

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