Hi,
I am making a plat-former where the player can attack enemies, i have been using the AnimatedActor class that i found here in the greenfoot website.
My problem is that i have a character that has a animation for just standing(idle) around, but if i press the attack button the character just plays 1 attack frame and then plays the idle animation.
Is there a way for me to force the full animation when ever i press the attack button?