Horizontal Scroll + Ease

can anyone point me in the direction of a tutorial or source file that scrolls a movieclip left and right with easing while scrolling and stoping, pleeeasee.

// Pseudo code

if left_mc.onRollOver (scroll main_mc left with easing)
if left_mc.onRollOut (main_mc scrolling eases to a stop)

if right_mc.onRollOver (scroll main_mc right with easing)
if right_mc.onRollOut (main_mc scrolling eases to a stop)