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
1 2 3 4 5 6 7 8 9 10 | private GreenfootSound music = new GreenfootSound( "bezem.mp3" ); public void started() { music.playLoop(); } public void stopped() { music.stop(); } |