how to: random swf loading
how to: random swf loading
Out of context: Reply #3
- Started
- Last post
- 5 Responses
- tparsons0
Here ya go one line of actionsript.
loadMovie (("random" add (random (3) + 1)) add ".swf", "_root.blankmovie");
Name your 3 movies (random01.swf - random03.swf
Change the target to the instance of your movie container or load it onto a level so you don't need to use contatiners.