Random .swf
Random .swf
Out of context: Reply #4
- Started
- Last post
- 13 Responses
- ********0
copy this and paste it into the first frame of a brand new movie.
num = Math.round(Math.random()*10+1)
_root.loadMovie("movie"+num);
copy this and paste it into the first frame of a brand new movie.
num = Math.round(Math.random()*10+1)
_root.loadMovie("movie"+num);