Flash help please
Flash help please
Out of context: Reply #1
- Started
- Last post
- 7 Responses
- unknown0
whichMovie = random(3);
if (whichMovie==0){
loadMovie ("moviea.swf")
}
if (whichMovie==1){
loadMovie ("movieb.swf")
}
if (whichMovie==2){
loadMovie ("moviec.swf")
}
This is it in it's simplest form... but, and there are better (more complicated) ways of doing it... but this will show you the logic