xxxxxxxxxx
41
// draw a pumpikin
// copy the pumpkin
// text saying happy thanksgiving
function setup() {
createCanvas(600, 400);
}
function draw() {
noStroke();
background(0);
fill(10, 190, 10);
rect(137, 195, 20, 60);
fill(200, 100, 0);
circle(150, 300, 150);
fill(0);
ellipse(130, 330, 20,10);
ellipse(130, 330, 20,10);
// rect(mouseX,mouseY,300);
// text(mouseX + ',' +mouseY, 200,300);
translate(300, 0);
fill(10, 190, 10);
rect(137, 195, 20, 60);
fill(200, 100, 0);
circle(150, 300, 150);
translate(-300,0);
textSize(40);
fill(200,200,0);
textAlign(CENTER);
text('Happy',width/2,100)
}
// create the second pumpkin
// carve eyes
// carve mouth
// candle light