I have a movie with 6 containers that load jpg’s: container_1, container_2 etc.
They all have the same action. Instead of copying the code for every instance, can I put this in an array?
How would I do that? Couldn’t find the appropriate tut or thread.
container_1._alpha = 0;
this.onEnterFrame = function() {
loadMovie("image1.jpg", "container_1");
Any help’s appreciated!
regards