createCanvas(windowWidth, windowHeight);
if (mouseY < windowHeight/2)
rect (windowWidth/2, windowHeight/2, 500, 300, 150);
ellipse(windowWidth/2, windowHeight/2, 320, 500);
ellipse(windowWidth/2-80, windowHeight/2-50, 70, 50);
ellipse(windowWidth/2+80, windowHeight/2-50, 70, 50);
ellipse(windowWidth/2-80, windowHeight/2-50, 40, 40);
ellipse(windowWidth/2+80, windowHeight/2-50, 40, 40);
ellipse(windowWidth/2-80, windowHeight/2-50, 15, 15);
ellipse(windowWidth/2+80, windowHeight/2-50, 15, 15);
arc(windowWidth/2, windowHeight/2+30, 50, 50, 0, PI)
arc(windowWidth/2, windowHeight/2+110, 100, 50, 0, PI)
arc(windowWidth/2, windowHeight/2-100, 390, 300, PI, 0)
rect (windowWidth/2, windowHeight/2, 500, 300, 150);
ellipse(windowWidth/2, windowHeight/2, 320, 500);
arc(windowWidth/2-80, windowHeight/2-50, 70, 60, 0, PI)
arc(windowWidth/2+80, windowHeight/2-50, 70, 60, 0, PI)
arc(windowWidth/2, windowHeight/2+30, 50, 50, 0, PI)
arc(windowWidth/2, windowHeight/2+100, 120, 80, 0, PI)
arc(windowWidth/2, windowHeight/2-100, 390, 300, PI, 0)