I have a blank .swf that I want to randomly load several other .swf files. here’s the script I am using, but i do not know why it is not working
[AS]a = [“index1.swf”, “index2.swf”, “index3.swf”, “index4.swf”, “index5.swf”, “index8.swf”];
r = a[random(a.length)];
loadMovie(r, 0);[/AS]
I though that was right, but I am obviously mistaked. help?
thanks[list]
[/list]