I have this script on my home page, but the images rotate randomly as stated below, how do I make them rotate in list order? I have tried looking it up on the net but no answers.
thanks for your answer, I dont understand java scipt at all, I thought I would of had to change the ‘random’ word to something else. Obviously not - what do I do with that that you posted.
I did say I know nothing about javascript - I am seeking the answer to how I can make my image NOT rotate randomly, and rotate in the order they are listed in.
I dont understand Javascript - I dont know what forcing something is or looping something else (You might as well be talking Japanese).
From what I can tell so far, this is the line thats providing the random images - increment = Math.floor(Math.random() * number);
What do I put in this line so the images rotate in the order listed?