when i move it moves to the left but when i turn it also turns the freaking picture how can i trun without turning the Picture
// instance field
private int rotation;
public void act()
{
setRotation(rotation);
// current code in act
rotation = getRotation();
setRotation(0);
}