# Scroll in thumbnail menu

**URL:** https://forum.kirupa.com/t/scroll-in-thumbnail-menu/160864
**Category:** flash
**Created:** [August 30, 2005, 2:45am UTC](https://forum.kirupa.com/t/scroll-in-thumbnail-menu/160864 "2005-08-30T02:45:26Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![jessicaG](https://avatars.discourse-cdn.com/v4/letter/j/9dc877/32.png) [@jessicaG](https://forum.kirupa.com/u/jessicaG)
#### Post date: [August 30, 2005, 2:45am UTC](https://forum.kirupa.com/t/scroll-in-thumbnail-menu/160864/1 "2005-08-30T02:45:26Z")

</div>

I need to make a menu of thumbnails scroll in from the left and stop.  
Example of this is at [http://www.dmwdesign.com/](http://www.dmwdesign.com/) go to the flash side then portfolio then corporate id. The thumbnails at the top slide in.  
I can’t get the menu to stop and I believe I have the wrong script.

The code I have in there is

onClipEvent(enterFrame) {  
speed = 3;  
this.\_x += speed;

}  
Which moves the clip across the screen but I need it to stop in the middle.  
Still new to action script  
Please help
