2015-03-06 10:58:43

Hello!
;Please tell me how to stop all sounds at once in bgt?

2015-03-07 09:26:58

pleaseeeeeeeeeeeeeeeee, help

2015-03-07 16:39:07

There sadly is no way to do this, you have to stop each sound manually. You could look into the sound_pool class however.

Deep in the human unconscious is a pervasive need for a logical universe that makes sense. But the real universe is always one step beyond logic.

2015-03-07 16:53:47

The sound_pool has the easiest methods: pause_all, or destroy_all.
If you are using individual sound objects, you'd need to stop them all manually. If you have them in an array or dictionary, you can loop through and stop them more readily that way.

看過來!
"If you want utopia but reality gives you Lovecraft, you don't give up, you carve your utopia out of the corpses of dead gods."
MaxAngor wrote:
    George... Don't do that.

2015-03-08 16:43:08

sound-pool is only for surround sound

2015-03-08 16:51:17

The sound_pool is an object to easily handle sounds objects smile you can play sounds without positioning through the "play_stationary" method of the sound_pool