phetsims / reactants-products-and-leftovers

"Reactants, Products and Leftovers" is an educational simulation in HTML5, by PhET Interactive Simulations.
GNU General Public License v3.0
1 stars 4 forks source link

Game reward is broken (scenery 0.2) #33

Closed pixelzoom closed 9 years ago

pixelzoom commented 9 years ago

This is a fatal problem. To reproduce, run with ?dev&showReward and you'll see the reward regardless of score. When it gets to where it should display the reward, the final challenge remains displayed. And it looks like it's entering an endless loop, with this error message in the console:

Uncaught TypeError: Cannot read property 'transformed' of undefined Node.js?1422472276879:2096

Also reported in https://github.com/phetsims/vegas/issues/39

pixelzoom commented 9 years ago

This is still broken. The console error is different:

Uncaught RewardNode.js?bust=1424362394558:157 TypeError: Cannot read property 'bounds' of undefined

Reopening phetsims/vegas#39.

pixelzoom commented 9 years ago

Fixed in phetsims/vegas#39, closing.