if active { if (oCharacter.x < x && image_angle > 225) image_angle -= 1 else if (oCharacter.x > x && image_angle < 315) image_angle += 1 }