Click to See Complete Forum and Search --> : multiply image rotater


chriscam19
04-04-2003, 05:55 PM
anyone know where i can get a multiple image rotater script from? I have like 10 images lined up in a row and I want each of them to rotate images.
example
image 1 (rotating images)
image 2 (rotating images)
image 3 (rotating images)
image 4(rotating images)
image 5(rotating images)

JackTheTripper
04-04-2003, 06:38 PM
http://www.scriptsearch.com/cgi-bin/jump.cgi?ID=5462

http://www.scriptsearch.com/cgi-bin/jump.cgi?ID=7069

JackTheTripper
04-04-2003, 06:51 PM
http://www.scriptsearch.com/JavaScript/Scripts/Image_Effects/


more on this page

Nedals
04-04-2003, 07:19 PM
What do you mean by image rotation?

images[1] to image[0];
images[2] to image[1];
...
images[0] to image[10];

...done using javascript?