Skip to main content
Participant
March 6, 2018
Question

How create Draggable Progress Bar in Flash in flash actionscript 3.0

  • March 6, 2018
  • 1 reply
  • 242 views

hi,

I have create one movie clip and inside movie clip create animation up to 1000 frames.

Now i need one Draggable Progress Bar control the movie clip. "Like video Progress Bar".

drag the Progress Bar animation will be change like video bar.

How create Draggable Progress Bar in Flash in flash actionscript 3.0 and control the movie clip animation.

Give samples file

thanks

This topic has been closed for replies.

1 reply

kglad
Community Expert
Community Expert
March 6, 2018

start a loop on mousedown and update the frame presented based on the progress bar position.  terminate the loop on mouseup.