A Flash Developer Resource Site

Results 1 to 6 of 6

Thread: Looping Animation

  1. #1
    Junior Member
    Join Date
    Mar 2004
    Posts
    20

    Looping Animation

    can somebody please have a look at this? i dont know why but the movie keeps repeating itself, how do i make it so it will only play each scene once?
    Attached Files Attached Files
    yo

  2. #2
    Banned
    Join Date
    Apr 2001
    Location
    Montréal, Québec.
    Posts
    25,397
    Save a copy in MX only format, and re-attach!

  3. #3
    Junior Member
    Join Date
    Mar 2004
    Posts
    20
    sry ^_^
    Attached Files Attached Files
    yo

  4. #4
    Banned
    Join Date
    Apr 2001
    Location
    Montréal, Québec.
    Posts
    25,397
    Put a stop(); on your only frame of scene 1, otherwise your movie is continuously looping.

    You can remove the stop(); actions in your buttons' scripts, they're useless. nextScene() & prevScene() are not play actions. The playhead is moved to the next or previous scene and stops. The same as with nextFrame() & prevFrame().

  5. #5
    Senior Member
    Join Date
    Jan 2004
    Posts
    245
    Hmmm

  6. #6
    Junior Member
    Join Date
    Mar 2004
    Posts
    20
    works now, thanks alot
    yo

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