A Flash Developer Resource Site

Results 1 to 7 of 7

Thread: [RESOLVED] Looping Movie Clip

  1. #1
    tiffany2577
    Guest

    resolved [RESOLVED] Looping Movie Clip

    Is it possible to create a movie clip that will loop continously regardless of the actionscript on the main scene?

  2. #2
    Member
    Join Date
    Nov 2000
    Posts
    77
    Any movie clip will loop coninously unless you tell it specifically to stop.

  3. #3
    tiffany2577
    Guest
    Even if there is a stop action on the main stage? or like in a preload where the script sends the movie back & forth to check loading?

  4. #4
    Member
    Join Date
    Nov 2000
    Posts
    77
    yep. even if you just have one frame in your main movie with a stop on it, all your movie clip symbols will play their timelines over and over. The only way a movie clip symbol will stop, is if you put a stop action inside that specific movie clip.

  5. #5
    tiffany2577
    Guest
    okay... thank-you very much.

    i guess i was doing something wrong, i couldn't get it to work. i'll try again, maybe i had an extra script or something. thanks again.

  6. #6
    Member
    Join Date
    Nov 2000
    Posts
    77
    no problem!

    let me know how it turns out!

    by the way, if you want to make absolutely sure it works, you could always put a gotoAndPlay (1) on the last frame of your movie clip symbol. it's not necessary, but it might help.

  7. #7
    tiffany2577
    Guest
    thank-you! it worked perfectly!

    now i'm going to try it in my preload movie again.

    thanks again!

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