// the animation frame that makes left eye keep randomly changing its order and then, fixed!
 public void robotSummonAnimationFrame() {
   this.plane.randomImgPosition();
   playPlane.rearrangePlane();
   playPlane.validate();
 }
 public boolean hasDonePlay() {
   return playPlane.hasDonePlay();
 }