basically here it is the basic form of this thought. im considering instance mode being something, although i don’t get the error message for my first equation; note this for someone who knows nothing, but needs to learn all steps.
function setup() {
createCanvas(400, 400);
}
function draw() {
background(220);
}
function setup() {
createCanvas(400, 400);
}
function draw() {
background(220);
}
Please don’t put raw <iframe> html tags in your code, or in your forum posts. That is HTML, not p5.js / JavaScript. Please don’t do it.
If you must write html tags like iframe, write them without <>, or write them with a tick ` before and after the word, or write it in code wrapped in three ticks before and after all the lines: ```.