CL 携帯のバグ
function setup(){
createCanvas(400,750);
background(255,255,255)
stroke(0,0,0);
strokeWeight(7);
ellipse(200,690,75);
stroke(0,0,0);
fill(0,0,0);
rect(165,50,70,5,30);
ellipse(200,30,10);
ellipse(140,53,5);
stroke(0,0,0);
fill(255,255,255);
rect(30,85,340,550,30)
}
function draw(){
for (var i = 0; i < 5; i = i + 1) {
rect(36,90,30,540,random(10, 546));
rect(60,88,30,random(10, 546));
rect(80,88,30,random(10, 546));
rect(100,88,30,random(10, 546));
rect(120,88,30,random(10, 546));
rect(140,88,30,random(10, 546));
rect(160,88,30,random(10, 546));
rect(180,88,30,random(10, 546));
rect(200,88,30,random(10, 546));
rect(220,88,30,random(10, 546));
rect(240,88,30,random(10, 546));
rect(260,88,30,random(10, 546));
rect(280,88,30,random(10, 546));
rect(300,88,30,random(10, 546));
rect(333,89,30,540,random(10,546));
rect(320,88,30,random(10, 546));
fill(0,255,0)
}
}