hi peeps, wonder if any one can help me? iv’e made a few separate movie clips that i want to use as intros on my web site, i want them to load randomly so when you visit the site you get a different intro each time. if anyone knows how this is done please could you let me know. many thanks. adie :bounce:
Hi adie,
define a MovieClipLoader and make a function to slide between MCs (intros) and use setInterval fuction to load Intros randomly.
But i prefer you to name the MCs (Intros) in a order like intro1_mc, intro2_mc....
This way you can manage ur code in a easy way.
…pandu