Continous Slider/scrolling images

Hi Can anyone tell me the proper code that I should use to scroll images like a slideshow but i want it to keep going like on this site [COLOR=#22229c]http://www.lomamedia.com/V1.html[/COLOR] I figure the script below but it makes it keep going on. Help please i am a noob

onClipEvent(enterFrame){
this._x += 3
}