Scrolling picture reel

Hi I need some help please. I am trying to accomplish a scrolling pic reel exactly like the one on this website http://www.lomamedia.com/V1.html. I want it in a bottom, scrolling continously without any pause or break in between and so far i have came up with this code only
onClipEvent(enterFrame){
this._x += 3
}

If someone knows the correct script please help. I can only use actionscript 1 that is what’s compatible with my editor.