phetsims / arithmetic

"Arithmetic" is an educational simulation in HTML5, by PhET Interactive Simulations.
http://phet.colorado.edu/en/simulation/arithmetic
GNU General Public License v3.0
5 stars 5 forks source link

Reset button does not reset clock settings or sound settings #147

Closed orejolaphet closed 8 years ago

orejolaphet commented 8 years ago

I suspect this is more of a design question, but if you change the settings of clock and sound from the default: clock off, sound on, hitting the reset button leaves the clock and sound settings un changed.

jbphet commented 8 years ago

I just discussed with with @ariel-phet, @amyh-phet, and @arouinfar, and we agreed that the reset button should reset the sound and timer enabled properties. These are global for the sim, so resetting on one screen (e.g. Divide) resets it for all screens.

phet-steele commented 8 years ago

Fixed in 1.0.0-dev.17 (Win 8.1/Chrome).