Scrolling slideshow

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 http://www.lomamedia.com/V1.html I figure the script below but it makes it keep going on. Help please I want it to loop halfway across the page just like on that site with no pause in between the loops.

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