phetsims / build-a-molecule

"Build a Molecule" is an educational simulation in HTML5, by PhET Interactive Simulations.
GNU General Public License v3.0
8 stars 7 forks source link

Decide whether to turn off UI sounds on next publication #227

Closed markgammon closed 1 year ago

markgammon commented 2 years ago

As part of the work done for https://github.com/phetsims/vegas/issues/77, UI sounds got turned on for this simulation. Before the sim is published again from master, we should decide whether to turn the UI sounds off, leave them on and design and implement sounds for the rest of the interactions, or publish with a partial sound design.

If the decision is to turn them off, this can be accomplished by adding the following line to the end of the sim's -main.js file:

  soundManager.setOutputLevelForCategory( 'user-interface', 0 );
jbphet commented 1 year ago

I wasn't aware of this issue because it wasn't assigned to me, and I'm implementing the fix for it in https://github.com/phetsims/build-a-molecule/issues/223, so I'm going to close this as a duplicate.