Generation

generate functionSun, 13 Nov 2022

Move two circles in background

var r = 20; // radius of the circle function setup() { createCanvas(400, 400); } function draw() { background(0); fill(255); circle(mouseX, mouseY, r); circle(200, 200, r); }

Javascript
Generate More

Questions about programming?Chat with your personal AI assistant