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

2013/1/16

how do you stop sounds

Ploppy Ploppy

2013/1/16

#
How do I stop my music?
danpost danpost

2013/1/16

#
If you use the GreenfootSound method to start the music, you can stop it with the corresponding GreenfootSound method (provided you keep a reference to the GreenfootSound object). However, if you use the Greenfoot 'playSound' method to start background music, only resetting the scenario will stop it (unless you have it starting in the initial world constructor, in which case it will only re-start the music).
You need to login to post a reply.