Skip to main content
Participant
March 14, 2014
Question

Skip Button on AS3 + VCAM Problem!

  • March 14, 2014
  • 1 reply
  • 572 views

What I am trying to achieve is to get the button that I created on frame 1 to skip my animation so that I can get to frame 1800.
I have two problems:
1) I cannot find a code that actually works, when I tell the code to skip me over to frame 1800, it only skips me to frame 80 or something.
2) I use a VCAM and when I put in some code for the skip button, the VCAM stops working

Some other info.
I work on Scene 1, the button is called SkipButton1, it spans the whole animation timeline.

This topic has been closed for replies.

1 reply

sinious
Legend
March 17, 2014

Please post your code here.

Also is there anything you use to display your camera on the first frame that doesn't exist  on frame 1800, such as a video component to display it? You'll need to make sure the same components to display the video camera exist on frame 1800 without adding a new keyframe and pasting them all back in. If you do that, you'll need to duplicate the code you used to initialize the camera again, it will not automatically attach the code from frame 1.