I'm so sorry I have so many questions but I have this code
if(Greenfoot.isKeyDown("a"))
{
if(animationCount % .5 == 0)
animateKick();
}
and I want to make it to where it will go back to normal if the key is released. How do I do this?
