/** this method does the animation
*/
public void animation()
{
if (//I do not move, do not execute the following")
//my movement is "left", "right", "up", "down")
if (getImage() == spredteBen)
{
setImage(samledeBen);
}
else
{
setImage(spredteBen);
}
}if (Greenfoot.getKey == ! "left" || "right" || "up" || "down")

