size(400, 400); background(255); smooth(); ellipseMode(CENTER); rectMode(CENTER); noStroke(); fill(251, 255, 26); rect(100,200,75,75); //body arc(100, 165, 75, 75, PI, TWO_PI); //head fill(255); stroke(0); ellipse(85, 155, 30, 30);//eyes ellipse(115, 155, 30, 30); fill(0); ellipse(90, 155, 14, 14);//eye balls ellipse(110, 155, 14, 14); noFill(); arc(100, 200, 30, 30, HALF_PI, PI); noStroke(); fill(351, 255, 26); rect(200,200,75,100); //body arc(200, 150, 75, 75, PI, TWO_PI); //head fill(255); stroke(0); ellipse(185, 150, 30, 30);//eyes ellipse(215, 150, 30, 30); fill(0); ellipse(190, 150, 14, 14);//eye balls ellipse(210, 150, 14, 14); noFill(); arc(200, 200, 30, 30, HALF_PI, PI);