bool NotAnimating() { CubeController controller = GetComponent <CubeController>(); return(controller.Finished()); }