I have begun making a horizontal image scroller. The scroller loads external data and images via xml; all of which is displayed then scrolled right and left using two self-made buttons. With what I have already, is there any way to loop the images so that scroll in a circular fashion and continue indefinitely? meaning: no matter which way I scroll, the first image would directly follow the last (or vice versa), instead of just having an endless amount of white space following the first and last images? Thank you in advance for anyone who takes the time to look this over. All the code needed to recreate my scroller is as follows.