How to stop all sounds from a different scene?

Hello.

At the end of my animation I would like to stop the music which started playing from a different scene.
How would you achieve that (killing all sounds of the app) ?
Is there a global sound system I could use to turn the volume to zero from a script in my last scene?

Oh ok… found it !

this.app.systems.sound.volume  = 0.0;
1 Like