💻 Stops the draw loop.
q5.draw = function () { circle(frameCount * 5 - 100, 0, 80); noLoop();}; Copy
q5.draw = function () { circle(frameCount * 5 - 100, 0, 80); noLoop();};
💻 Stops the draw loop.