Question

-Does anyone know how Kirupa got the main banner on the main page to change each time you refresh? - thanks

I think Kirupa has setup code to load a random movie everytime you go to the site. He’s created a bunch of swf’s and then adds code something like
_root.anynumber = random(10) + 1
loadMovieNum(“load”+_root.anynumber +".swf", 1)
}
At least I think thats what he’s doing, something to that effect anyway.

Hope this helps

Kyle

Check here http://www.kirupa.com/developer/mx/loadingrandombackground.asp

It is a tutorial for creating random backgrounds in Flash (tutorial is for MX, not sure if it works in earlier versions, never tried)

You can use the same method to load random other things…hahaha.