public bool IsMoving() { if (animationControl != null) { return(animationControl.IsMoving()); } return(false); }