Horizontal image scroll movie clip control question

hi, am having the user control this movie clip:

http://www.rapidrecoveryinc.com/imagescroll.swf

with speed and direction. any help much appreciated!
-stefan

do you mean that you want it to be so that if the user moves left, it scrolls left, with easing, and if they move right it scrolls right with easing, and if they centre it stops?

just make 3 buttons, invisible, over the hit areas for left, centre and right, and then make each one set a _root.direction variable, then put an onEnterFrame on an mc that has all those image/mcs in it with something like this

this._x += (_root.direction-this._x)/20;

the larger the number you divide by, the slower the ease