Skip to main content
britzcrackers
Participant
February 20, 2015
Answered

Customize seekbar component functionality

  • February 20, 2015
  • 1 reply
  • 380 views

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!

This topic has been closed for replies.
Correct answer Ned Murphy

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.

1 reply

Ned Murphy
Ned MurphyCorrect answer
Legend
February 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.

britzcrackers
Participant
February 23, 2015

Hey Ned,

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