Ok, I'm desperate here, I'm making a basic side scrolling platformer . Everything is going fine so far, standing, running, jumping all work fine, except for I 'm having trouble with the 4th frame where the attack animation is. I have it set so that the Player can shoot by pressing the A key, the problem is when I press the A key it only plays the first frame of the movieclip I have the shooting animation in. Can anyone help me out with this, I'm new to AS and have been playing around with this for hours and searching the forums for solutions.
if (Key.isDown(32))
{
this.gotoAndStop(4);