コード例 #1
0
 // 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();
 }
コード例 #2
0
 public boolean hasDonePlay() {
   return playPlane.hasDonePlay();
 }