Forum Moderators: open
//Generate a random number between 0 & 5
n = random(6);//Stop all non-chosen movie clips
for (z=0; z<6; z++) {
mc = "title" + z;
if (z!= n) {
tellTarget(mc){
stop();
}
}
}
[uploads.savefile.com...]
The example has been shown with 3 movieclips.
[uploads.savefile.com...]
(the server in which the file has been uploaded is not working properly today so u may have to try 3-4 times to download the file)