Scrolling image gallery

Hi, I would like to create a scrolling image gallery which contains 5 items which are present in the swf (5 small photos). I would basically like this:

http://members.shaw.ca/rlinton/posts/infiniteMenu.swf

with 5 items scrolling and instead of it being sensitive to teh mouse simply scrolling at a predefined speed when you put your mouse over an arrow at either end. The pictures would be buttons and when you click them a new webpage window pops up. As I am new to flash I do not have the expertise to do this. Would somebody please help me put this togther?

Many Thanks

CK

see if this tutorial will help you:
http://www.kirupa.com/developer/mx/infinite.htm

*Originally posted by closedshell *
**see if this tutorial will help you:
kirupa.com - Create the Infinite Menu **

I’ve downloaded the source and by changing

_x += (distance*speed)

to

_x += value

I can control the speed at which the menu moves, but this is a constant and always goes left. How could I make it so that the menu went left at say a speed of 5 when you put your mouse over button 1 and make it go right a a speed of 5 when you put your mouse over button 2?

Many Thanks

CK