What is the name of a famous person who died today?
Subject: Name of person
Make sure you have completed and shown to a helper:
Simple Snowman and Waving Snowman
What's for Dinner
Winston and Bucktooth Bunny:
Note, you need to change the color of the face and the eyes to a different color in both of the programs.
Winston:
Bucktooth Bunny:
// Bucktooth Bunny
ellipse(150, 70, 60, 120); // left ear
ellipse(240, 70, 60, 120); // right ear
ellipse(200, 170, 150, 150); // face
var eye=46;
fill(0, 0, 0);
ellipse(170, 150, eye, eye); // left eye
ellipse(230, 150, eye, eye); // right eye
line(150, 200, 250, 200); // mouth
noFill();
rect(185, 200, 15, eye); // left tooth
rect(200, 200, 15, eye); // right tooth