I need to make a menu of thumbnails scroll in from the left and stop.
Example of this is at 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