2016/4/13
// instance field private int rotation; // before turning and moving setRotation(rotation); // after turning and moving rotation = getRotation(); setRotation(0);
X