phetsims / john-travoltage

"John Travoltage" is an educational simulation in HTML5, by PhET Interactive Simulations.
http://phet.colorado.edu/en/simulation/john-travoltage
GNU General Public License v3.0
4 stars 8 forks source link

Use `ResetAllButton.isResettingAllProperty` to mute sound generation during resets #466

Closed jbphet closed 6 months ago

jbphet commented 6 months ago

In https://github.com/phetsims/tambo/issues/190 a more globally available flag was created that can be used to determine if a "reset all" action is in progress. This could be used in JohnTravoltageView to mute sound generation during reset.

jbphet commented 6 months ago

Done, closing.