This site requires JavaScript, please enable it in your browser!
Greenfoot back
MojoGames
MojoGames wrote ...

2013/5/26

I do i get the background music stop.

MojoGames MojoGames

2013/5/26

#
I got the file to play but even whe nthe game itself isnt running the music still plays and i want it to stop after u win or lose how would i do that
danpost danpost

2013/5/26

#
You will need a reference to the GreenfootSound object and add a 'public void stopped()' method to the world class with a statement to stop the music in it.
You need to login to post a reply.