public void loop()
 {
     loopCount++;
     if (loopCount > 10)
     {
         loopCount = 0;
         bonusStageSystem.OnAnimationEnd();
     }
 }