Question
stop(); not working?
Hi,
I am creating an animation that on the root timeline, it's an image, with a movieclip that is a button ont he stage. I put a layer in my timeline just for actions, and on the first frame I put the stop(); command. THe movie still plays right through, and the movieclip that i have set up as a button with the following code on it:
on (rollOver) {play();
}
it plays immediately before you can even rollover it to go to the next part of animation. Anyone have the solution? I believe it's an easy fix, but I don't have much actionscript knowledge.
I am creating an animation that on the root timeline, it's an image, with a movieclip that is a button ont he stage. I put a layer in my timeline just for actions, and on the first frame I put the stop(); command. THe movie still plays right through, and the movieclip that i have set up as a button with the following code on it:
on (rollOver) {play();
}
it plays immediately before you can even rollover it to go to the next part of animation. Anyone have the solution? I believe it's an easy fix, but I don't have much actionscript knowledge.