A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: Stop movie and start again

  1. #1
    Junior Member
    Join Date
    Jun 2001
    Posts
    4
    I need to stop the movie at the certain frame, and after user clicks on one button I want movie to start playing from the next frame.It should be very simple butI can't find out the right way to do it.
    Do you have any advice for me?
    Thanks.


  2. #2
    Lifetime Friend of Site Staff Northcode's Avatar
    Join Date
    Dec 2000
    Location
    Whitehorse YT
    Posts
    3,764

    add this to the button action...

    on (release) {
    gotoAndPlay(_currentFrame+1);
    }


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