Results 1 to 3 of 3

Thread: scroller seed doesn't get slower

  1. #1
    Join Date
    Nov 2006
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default scroller seed doesn't get slower

    I put a script for news scroller. Why even I've changed the speed parameter to 1, still does't get slower?

  2. #2
    Join Date
    Aug 2004
    Posts
    10,143
    Thanks
    3
    Thanked 1,008 Times in 993 Posts
    Blog Entries
    16

    Default

    Warning: Please include a link to the DD script in question in your post, in this case: http://www.dynamicdrive.com/dynamicindex2/cmarquee2.htm See this thread for the proper posting format when asking a question.

    You can further slow down the marquee's speed by changing the line:

    Code:
    setTimeout('lefttime=setInterval("scrollmarquee()",30)', delayb4scroll)
    Change 30 to a higher number, such as 100 or 200.

  3. #3
    Join Date
    Nov 2006
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default thank you,

    much better!

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •