SketchBook

冬休み

function setup() {
createCanvas(300, 300);
}
fill(0, 0, 0);
text("座標(" + int(mouseX) + "," + int(mouseY) + ")", 20, 30);
line(0, mouseY, 300, mouseY);Object
ellipse(150, 80, 120);