I keep trying to put music into my game, but it cannot process that for some reason
I am using the code
does it have to be .wav, or is there something I'm missing
I have it in my project's sound folder but it says nothing is there
1 | GreenfootSound backgroundMusic = new GreenfootSound( "exampletext.mp3" ); |