We are about to switch to a new forum software. Until then we have removed the registration on this forum.
I'm trying to follow this tutorial here: https://p5js.org/examples/dom-input-and-button.html
to create an animation where a ball is bounced up and down. With the variable Height as a number, the animation works, but when I try to add an input to it, it doesn't
Answers
Missing draw(): https://p5js.org/reference/#/p5/draw