Closed lingtalfi closed 5 years ago
Just tried this and didn't see any errors. What sort of error were you getting?
ReferenceError: isMousePressed is not defined
All set now with https://github.com/nature-of-code/noc-examples-p5.js/commit/15974dfdd69047eb6aac9b69222bf4054cc6053e thanks for flagging!
Hi, I spotted a little typo in this page: https://github.com/nature-of-code/noc-examples-p5.js/blob/master/chp05_libraries/box2d-html5/NOC_5_01_exercise/sketch.js on line16, we should test against the mouseIsPressed variable (i.e. the isMousePressed variable gives an error).