Help, I'm trying to create a flash file that only starts when you click on the animation. I have created the stop(); script on frame 1 but everytime I create a button the original animation moves....any ideas gratefully recieved.
Simple flash animation
Collapse
X
-
Tags: None
-
Originally posted by stuartheenanHelp, I'm trying to create a flash file that only starts when you click on the animation. I have created the stop(); script on frame 1 but everytime I create a button the original animation moves....any ideas gratefully recieved.
is your animation a movie clip? cause if it is, it will play all the time eventhough you placed the stop() on frame. Try to place your animation on another frame so you can link the button to that frame or place your animation inside the button. It depends on what you want to do!
Comment