hello
i have a question i want the music to stop when changing to another world (you can change worlds when you click on an actor) ,im trying for about 3 hours now but whitout result.
world code:do you guys know how to fix this
private GreenfootSound music = new GreenfootSound("bezem.mp3");
public void started()
{
music.playLoop();
}
public void stopped()
{
music.stop();
}

