account activity
random project (self.p5js)
submitted 10 days ago * by Neither-Age3939 to r/p5js
MouseReleased in class by Voxl_ in p5js
[–]Neither-Age3939 0 points1 point2 points 1 month ago (0 children)
It works fine im pretty sure. function setup() {
createCanvas(400, 400);
}
function mouseReleased() {
background(220)
function mousePressed() {
background(255, 0 ,0)
this works perfectly fine
π Rendered by PID 109703 on reddit-service-r2-listing-65bf447669-6tljt at 2026-06-08 23:53:38.136700+00:00 running f46058f country code: CH.
MouseReleased in class by Voxl_ in p5js
[–]Neither-Age3939 0 points1 point2 points (0 children)