# Horizontal Scroll + Ease

**URL:** https://forum.kirupa.com/t/horizontal-scroll-ease/201486
**Category:** flash
**Created:** [September 21, 2006, 7:03pm UTC](https://forum.kirupa.com/t/horizontal-scroll-ease/201486 "2006-09-21T19:03:59Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![addam](https://avatars.discourse-cdn.com/v4/letter/a/a5b964/32.png) [@addam](https://forum.kirupa.com/u/addam)
#### Post date: [September 21, 2006, 7:03pm UTC](https://forum.kirupa.com/t/horizontal-scroll-ease/201486/1 "2006-09-21T19:03:59Z")

</div>

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)
