My beginner Number-growing code stopped working?

hello guys, i had an artistic sketch i made that suddenly, (or around half a year ago) stopped working, and a bunch of errors that never happened are there.
and here is one where it works fine
p5.js Web Editor | Numbers0 copy
But a bunch of other ones just do not work and i dont know why, like this

p5.js Web Editor | Supernumber

can someone help

What errors are you seeing? Are they possibly the same as in Error: Multiple infinite loops detected. Stopping execution. at undefined:2:33088 _ how do I resolve this? (which would have the same fixes?)

In the Supernumber sketch you have two setup methods, two draw methods and two halftone methods. You also have a call to the method halftone (line 26) which is not within another method so is likely to be executed before setup is executed although I have not tested that myself.
:grinning_face: