I’m trying to create a horizontal image scroller of 20 images named 1.jpg, 2.jpg, 3.jpg., … The images need about 10 pixels of space separating one from the other.
The scrolling will be controlled by 2 buttons and when you rollover the buttons the images will scroll right or left, respectively.
Is there a way to program this with actionscript so that each image is called to the stage (i.e. - using attachMovieclip or LoadVars) instead of having to create a long conglomerate of images and turniing it into a movieclip.
Any information is greatly appreciated.