View Full Version : Question
Clayman
July 31st, 2002, 02:26 PM
-Does anyone know how Kirupa got the main banner on the main page to change each time you refresh? - thanks
iceman
July 31st, 2002, 10:48 PM
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
lostinbeta
July 31st, 2002, 10:49 PM
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.
Powered by vBulletin® Version 4.1.10 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.