See also Scroller 2
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.
script 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.