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

Customize seekbar component functionality

New Here ,
Feb 20, 2015 Feb 20, 2015

I'm using the seekbar component to scrub the main timeline and it works really well, but there are a couple of things I would like to change and I'm sort of at a standstill.

-after scrubbing the timeline, the animation is paused (I would prefer it to keep playing if the animation was playing when the scrub happened OR pause if the animation was paused when the scrub happened)

-i'm toggling between a play/ pause button which work well, until you scrub. Which pauses the animation but doesn't toggle my variable.

I don't use components very often, so I apologize if this is a dumb question. The file is posted here: http://client.flintls.com/forum.fla

Thanks in advance!

TOPICS
ActionScript
316
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

correct answers 1 Correct answer

LEGEND , Feb 21, 2015 Feb 21, 2015

You should be able to add an event listener to detect when you release the component and you should be able to use that listener's event handler to tell the timeline to play or not.

Translate
LEGEND ,
Feb 21, 2015 Feb 21, 2015

You should be able to add an event listener to detect when you release the component and you should be able to use that listener's event handler to tell the timeline to play or not.

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
New Here ,
Feb 23, 2015 Feb 23, 2015
LATEST

Hey Ned,

Can I do that with the Linkage name in the properties panel?

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