Results 1 to 2 of 2

Thread: Conveyor - How to make it loop?

  1. #1
    Join Date
    Oct 2005
    Posts
    9
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Conveyor - How to make it loop?

    1) Script Title: Conveyor Belt Script

    2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...rightslide.htm

    3) Describe problem: I have everything working great except for one thing. I can't figure out how to make the script look so that images are always showing. I have 16 images and after the 16th, it just turns black. How can I make it continuously loop without any of the black showing after the last picture. Please see my example here: http://67.131.250.102/~premiereyc/

    Also, could you tell me how to center the script on the page?

  2. #2
    Join Date
    Jan 2008
    Posts
    4,168
    Thanks
    28
    Thanked 628 Times in 624 Posts
    Blog Entries
    1

    Default

    Replace:
    Code:
    var slideshowgap="5"
    With:
    Code:
    var slideshowgap=5
    That should do it.
    I hope this helps,
    Nile
    Jeremy | jfein.net

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
  •