bs.repaint();
if(isFirst && sounds != null) {
isFirst = false;
WavePlayer wavePlayer = new WavePlayer();
try {
wavePlayer.play(sounds[(int)(Math.random()*sounds.length)]);
} catch (UnsupportedAudioFileException e1) {
e1.printStackTrace();
} catch (IOException e1) {
e1.printStackTrace();
} catch (LineUnavailableException e1) {