télécharger
function setup() { createCanvas(640, 480); background(0,0,255); fill(255,0,0); } function draw() { ellipse(mouseX, mouseY, 80, 80); }