Hi,
I need to come up with a script that loads movies in a random order.
I have 3 movies:
loader.swf
one.swf
two.swf
loader.swf uses a script to randomly loadMovie one of one.swf and two.swf. That works fine, but the movie that is loaded just loops continuously. What I need is a script that, when the movie finishes playing once, returns to loader.swf and plays another one randomly (eventually there will be more than two choices).
I’m new to actionscript, so help will be VERY gratefully received.