Skip to main content
Participant
November 3, 2007
Question

scrollbar to control timeline movie clip

  • November 3, 2007
  • 1 reply
  • 417 views
Hi All,

Was curious if there is code that when you have a move clip and inside the movie clip you have a scroll bar that controls the movie clips timeline so you can scroll forward or backwards similar to the scroll bar in quicktime...also with the buttons..stop..pause ..play etc...

Any good tutorials on that would be appreciated...I have flash professional 8...do they have components in flash 8 so you can drag a component on the stage of the movieclip and then ad your parameters to make it work.

Thanks inf advance.

Grant
This topic has been closed for replies.

1 reply

clbeech
Inspiring
November 3, 2007
yes you can do this by find the percentage of travel of the scroll bar's position, and then using that number to move the MCs playhead to a corresponding frame number. stop, play, and pause are all standard MC functions.