Hi everyone,
I am trying to create a flash zoom effect. I have a picture on the stage. On frame one it's small. On frame 30, it's large. Then on frame 60 it's small again.
When onRelease it gotoAndPlays from frame 2. When I onRelease it gotoAndPlay frame 31. Frames 1, 30 and frame 60 have stop(); action. On frame 30 I have var big:Boolean = true.
Then I test for big, if true. I go to frame 31 and play. If false, i go to frame 2 and play.
This all works great. But I have 60 images to do this to.
Is there an easier and quicker way than having the same AS block for all 60 buttons. I think for loop should be used here but I can't get it to work.
Also, my movie takes forever to load because it has 60 pictures, I guess. Is there a way to reduce load time?

