Hi, I’m trying to make a random image display function for scotty’s xml gallery but Im not very advanced and unsure how to do it properly. This is what I’ve got so far:
myInterval = setInterval(containerMC, "loadpic", 2000, random(30));
It half works, in that it’ll load a random image after 2 seconds, but the random value doesn’t refresh. It picks one image randomly out of 30, and then just keeps reloading it again and again??