/** Clear score. Before it, check whether it's the best score. */
 public void clearScore() {
   ScoreMaster.saveScore(this, score);
   score = 0;
   showScore();
 }