public void StartNewLaunch()
 {
     bouncermaker.NewGame();
     player.startForceBoost = (float)boostNum;
     player.Go();
     disttrac.gameRunning = true;
 }