SketchBook

基礎

function setup() {
createCanvas(700, 700);
AX=0
AY=0
}

function draw() {
background(220);
rect(AX,AY,290,240)
}