Challenge Bucktooth Bunny



Use the power of variables to give our bunny bigger eyes and teeth!



Change the eyes



Bucky's eyes are drawn as ellipses, and the last two numbers represent their width and height. Create a variable that stores the eye size and use that to change the size of both eyes. Once you've done that, have fun dragging the slider to make HUGE eyes and teeeeny tiny eyes.

Var ---- = ----

Ellipse(170, 150, ----, ----); // left eye

Ellipse(230, 150, ----, ----); // right eye