View Single Post
melb06 melb06 is offline 2003-05-12 #3 Old  
thanks for the quick reply, does the code go within the movie clip or on a controller on stage. the output works randomising the number of the image, however it's not loading it.

I'm not sure whether this would be due to me having gifs and different names....but I've changed everything to show the below"

myExtension = random(7)
trace(myExtension)
loadMovie ("REFLECTIONS_MAIN0" add myExtension add ".gif", "myMc");
Reply With Quote