A Flash Developer Resource Site

Results 1 to 4 of 4

Thread: Newbie - Moving between movie clips

Threaded View

  1. #4
    Junior Member
    Join Date
    Jul 2012
    Posts
    10
    I agree with skedman to extent id of done it very slighlty diffrent make your first frame with no videos on it just make it a entry frame and use the code
    stop()
    which stops it from automactically looping
    Then have 2 buttons one giong to each frame with a video in and use the code
    on (release) {
    gotoAndStop(no of frame)
    }
    which then is saying go to that frame play the frame but go no futher and if you have your videos embeded on each frame then they should play if you want to autoplay them click on the video then parametres then autoplay will be under there.
    Last edited by Middlesbrough; 01-15-2013 at 09:28 PM. Reason: writing error

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