Hey,
I dont know if I am the only one with that problem but somehow sometimes music is played normally with the following code//
//
Sometimes there is no Issue and sometimes it just doesnt play.
public GreenfootSound bgMusic = new GreenfootSound("jungle_new.wav");
public void started() { bgMusic.playLoop(); bgMusic.setVolume(35); } public void stopped() { bgMusic.stop(); }