abreviations:
mc(s)=movieclip(s)
AS=ActionScript
Here is the thing:
I want to create a banner wich have 8 images.. small mcs! What I want is: when the banner is fully loaded and starts playing (it is a small slideshow), I want it to play a random mc instead of a movie clip located on the first frame! I placed all my mcs inside a larger mc.. a main one as I want to call all of my mcs with AS.. now.. I know how to call a specific mc inside the main mc, but I do not know how I can randomize the order of the mcs so that each time it loops to load another picture....mc! I also would like to know how to control the mcs as I have in the main timeline only 2 frames:
1. Frame 1 is with the preloader
2. Frame 2 is with all the movieclips... the problem is that I do not want the to start unless I tell them to so I added a stop(); code on the first frame of each small mc! It seems that if I do that even if I call a speciffic mc from the main timeline in frame 2... where I placed my code... and tell the mc to play it does not start...
Could you help me please? as I am in a quite big dilemma!
Thank you!
Edited by CrazyDogster, 21 March 2006 - 10:37 AM.
