I want to learn effects seen on this. I want different graphics to load every time the page is load. I also want it to differently each time. I have about 10 pics. Any help suggestion reg. tutorials is much appreciated.
You should check the actionscript dictionary in flash.
It says something about Math.random() which you will probably have to use.
You can have Math.random generate a random number which then determines what pic to show.
If I get around to it, i’ll try to write a tut.
check this :http://www.kirupa.com/developer/actionscript/loading_random_movie.htm it’s a tutorial about loading random movie, it could interest you.
Ubik
Check this out, a small example.
in the zip is a folder img that contains 5 jpg’s. They load randomly everytime you load the swf.