void scoreUpdate() { if (!gameOver && scoreIncreasing) { score++; //*(int)(EnemyCarMove.getSpeed()/20 + .5); ui.setScore(score); } }