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

Bucket input handling #176

Closed jonathanolson closed 4 years ago

jonathanolson commented 4 years ago

It seems like an improvement to do what we've done in some other sims, where you can grab an atom by pressing on the bucket itself (which will grab an atom from the bucket), not just grabbing individual atoms. Right now it takes a lot more effort to grab an individual atom.

Denz1994 commented 4 years ago

This feature has been added in the commit above. Clicking on the bucket will grab the closest atom within the bucket. The new behavior is a nice addition. Tagging @arouinfar for any other input.

Dev version: https://phet-dev.colorado.edu/html/build-a-molecule/1.0.0-dev.74/phet/build-a-molecule_en_phet.html

arouinfar commented 4 years ago

@Denz1994 this is a really nice feature. I like it!