Audiokinetic's Community Q&A is the forum where users can ask and answer questions within the Wwise and Strata communities. If you would like to get an answer from Audiokinetic's Technical support team, make sure you use the Support Tickets page.

How to stop particular sound object?

0 votes
Let's say we have 100 monster units and each one releases a fireball, there is a looped SFX contained in the fireball. We need to "Stop All" the fireball SFX when one of them is bursted? Seriously? And what if the fireballs are pooling objects, you can't even use Trigger on Destroy.
asked Apr 23, 2019 in General Discussion by Steven W. (100 points)

1 Answer

–1 vote
You would need to do this with code, wherein the code references a variable that is populated at runtime by the object (monster) that has been destroyed, and stops all sounds triggered from that game object.
answered May 3, 2019 by Beatrix Moersch (3,280 points)
...