Pausing up-down Scroller
http://www.dynamicdrive.com/dynamicindex2/crosstick.htm
I am looking to scroll continuously 20 logo gifs in a 400 px-high area using the above scoller. However, the script will only show the 2nd logo after the first has completed the 400px trip, as here...
http://www.claytonequip.com/scroll1.html
I would like to see continuously 3 logos in the "box" as they scroll up, as here...
http://www.claytonequip.com/index053106.shtml
What you see there is a hack, where I have put all the logos in one very long gif in array[0] with all logos spaced 50 px apart. It resulted in an "undefined" message at the end of the first loop so I added array[1]=' ' (having at least 2 array elements seems to fix it). But I don't like my hack because these logos change and having one logo in each array element would be more flexible, and the long delay is apparent at the end of each loop.
Drum roll here... Is there a way to make the script stop waiting until the previous array item finishes before starting the next one? If they were continuous, I think CSS padding could separate them appropriately.
I did a forum search and this thread is similar...
http://www.dynamicdrive.com/forums/s...hlight=pausing
but then it trails off into php land instead of addressing this script (I think).
I love the Pausing up-down scroller - I hope it can be tweaked to do my application.
Thanks



Reply With Quote


Bookmarks