Copy link to clipboard
Copied
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!
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.
Copy link to clipboard
Copied
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.
Copy link to clipboard
Copied
Hey Ned,
Can I do that with the Linkage name in the properties panel?
Find more inspiration, events, and resources on the new Adobe Community
Explore Now