phetsims / balloons-and-static-electricity

"Balloons and Static Electricity" is an educational simulation in HTML5, by PhET Interactive Simulations.
http://phet.colorado.edu/en/simulation/balloons-and-static-electricity
GNU General Public License v3.0
6 stars 10 forks source link

keyboardInteractionCue should only disappear after the balloon is successfully moved #460

Closed jessegreenberg closed 3 years ago

jessegreenberg commented 5 years ago

It currently goes away after successful pick up, rather than successful move.

zepumph commented 5 years ago

@jessegreenberg you have already used this here, but is GrabDragInteraction.successfulDrag enough to solve this issue?

jessegreenberg commented 5 years ago

Thanks, very likely! Ill take a look at that to fix this.

jessegreenberg commented 3 years ago

I don't think this is an issue anymore, if this is how GrabDragInteraction works in general (and I verified that to be the case in a few other sims) it is how it should work for BASE too. Closing.