This ‘SoundManager’ would be fantastic if it controlled the scaling of all the sound objects in the game.
SoundManager.volume=0;
The very brief help ‘hints’ as if it should do something like that, but I cant get it to work and there don’t seem to be any examples of this anywhere. Even the examples in the help make no sense at all and don’t even refer to the SoundManager. Any tips?
The sound manager is already created on the application object. It’s created under the hood and is not meant to be directly accessed (not sure why the class is public API)
Thanks, that seems to work perfectly, but why isn’t there any help/documentation for it?
The soundcomponent help page doesnt even mention you can adjust the volumes of all the sounds together. ?!? …and the soundManager documentation is just another Red Herring.