Scroller h1

See also Scroller 2

Pause   seconds

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:

  1. Direction: left, right
  2. Auto Reverse
  3. Speed
  4. User Adjustable Pause Time

    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.