PDA

View Full Version : Please Help - Multiple sliders controlling multiple movieclips



koolwater
02-01-2008, 05:29 AM
Hi,

I need to create multiple sliders on the left side of the frame and they will control the respective movieclips on the right. That is, if I move the 1st slider a bit and let the corresponding movieclip to remain in that time, that remains that way.(Example - I drag the first slider say 30% and stop there, the corresponding movieclip will move to its say 30th frame and stays there.)

I hope I made myself clear, Flash scripting is a very new thing for me, please help.

Thanks,
Koolwater

NTD
02-01-2008, 02:07 PM
Hi,

Here is a demo of a single timeline scroller that might be useful...source code link at the bottom of the demo...

http://ntdesigns.net/demoFiles/alphaScroller.swf

koolwater
02-01-2008, 03:48 PM
Thanks for your kind help but, please give me example of multiple sliders controlling multiple clips. I am very new to all these, so please help.

Thanks again,

NTD
02-01-2008, 09:31 PM
Sorry,

That is the only demo I have of creating a slider to scrub a timeline. You would need to modify and experiment with it yourself to customize it to suit your own needs. It was developed as an experiment and scrubs the main timeline. The method is the key. It would need to be adapted to work with a movieclip instead of the main timeline.

NTD