Movieclip Button - New Glitch?
Hey everyone!
Okay, well I'm not new to Flash, and recently recieved a copy of the new CS3design package (for school). Anyways, I have a Flash Animation that's due on Tuesday, but I've run into a bit of a problem.
I have a movieclip that acts as a button (but it animates and whatnot), however, when I place the code:
code:
on (release){
_root.gotoAndPlay("Animation",1);
}
It doesn't go, just a quick flicker on the SWF window, that's it. If I do the same code, in the same file on an oridnary button, it works fine. This never happened to me before in Flash 8.
Can anyone help me out, times running out. :)