Another real beginner's question...
I'm trying to arrange it so that when a player is hit by a bullet his death animation plays but it's driving me mad because it only ever plays the first frame. I have it set so that on collision with the bullet, the bullet will be destroyed, the controls disabled and the player's animation set to 'death' (a sequence of five frames) but only the first frame of this animation ever plays.
What could I be doing wrong?