Hi,
is it possible to stop all GreenfootSounds that are playing at once? I am calling them from different contexts (partly static contexts) and I don't know which sounds are playing. I also have no access to the according GreenfootSound-variables.
I want to realize this in the World-method, like
1 2 3 | public void stopped() { // stop all sounds that are playing right now } |