nature-of-code / noc-examples-p5.js-archived

Port to p5.js of Nature of Code examples
MIT License
1.05k stars 552 forks source link

Typo in p5js example #85

Closed lingtalfi closed 5 years ago

lingtalfi commented 5 years ago

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).

joshuaalm commented 5 years ago

Just tried this and didn't see any errors. What sort of error were you getting?

lingtalfi commented 5 years ago

ReferenceError: isMousePressed is not defined

Screenshot 2019-07-25 at 09 15 17
shiffman commented 5 years ago

All set now with https://github.com/nature-of-code/noc-examples-p5.js/commit/15974dfdd69047eb6aac9b69222bf4054cc6053e thanks for flagging!