Script: Pausing up-down message scroller
i'm a newbie looking for some help here...
is there a way to slow down the auto scroller on this particular script? it is possible configure a longer pause too?
thanks!
Script: Pausing up-down message scroller
i'm a newbie looking for some help here...
is there a way to slow down the auto scroller on this particular script? it is possible configure a longer pause too?
thanks!
Well, to slow down the scrolling motion (not the pause between messages), simply change all instances of "50" inside the script to a larger number, such as 100. To change the pause between messages, a variable inside the script already allows you to customize this:
var scrollerdelay='3000' //delay between msg scrolls. 3000=3 seconds.
Is it possible to make the pausing up-down scroller (http://www.dynamicdrive.com/dynamicindex2/crosstick.htm) into a memory scroller?
in other words when people navigate away from the pausing scroller then go back to it, the scroller picks up where it left off?
Bookmarks