I am trying to make a game that when I go to the next level, new music starts playing, but when I use the code: It completely glitches out, so I am using this code:And then in the act method of the world: Do you know how to access the 'Music' code from other worlds/objects?
Thanks!
Greenfoot.playSound("SoundFile");GreenfootSound Music = new GreenfootSound ("Spag Heddy - Freak it (VIP).mp3");Music.playLoop();

