Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Skip Button on AS3 + VCAM Problem!

New Here ,
Mar 14, 2014 Mar 14, 2014

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.

TOPICS
ActionScript
545
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Mar 17, 2014 Mar 17, 2014
LATEST

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.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines