See also Scroller h1
Scrollers quite often only scroll in one direction either up or to the left. Even if a scroller has a "back" button if the scrollers direction is left the previous display still scrolls to the left.
A feature of this scroller is that it will scroll in the direction chosen, if you are scrolling left and you hit the back button then the display scrolls to the right.
User Options:
An array is used to store the display information.
data=new Array()
data[0]="Scroll Info 1"
data[1]="Scroll Info 2"
data[2]="Scroll Info 3"
Add or remove as required.