Im trying to play background music on my game with this code:
The code is in the Main World and the music is in the sound folder Please help!
private GreenfootSound music = new GreenfootSound("Zelda Main Theme Song.mp3"); public void Music() { { music.playLoop(); } }