Question: Hello I am learning Processing right now and i have to make Monty, the character made when running the code I have written so far,
Hello I am learning Processing right now and i have to make Monty, the character made when running the code I have written so far, move from the upper left to lower right of the screen and I also have to make his eyes continuously change color. Can you please write the code for those two things and explain what each line does? 
Monty | Processing 3.4 db Run Java 2 3 4 5 6 Monty size (200,250); background (255); smooth); ellipseMode (CENTER); rectMode (CENTER); stroke (0); Monty 8 fi (255) ; ellipse (105,83,30,20); ellipse(103,98,25,18); ellipse(98,113,25,18); ellipse (118,120,18,18); ellipse(138,120,18,18); ellipse (158,120,18,18); ellipse (168,110,10,10); 10 12 13 15 16 17 18 19 20 21 / /head ellipse(100,60,60,30); ellipse (85,40,20,30); ellipse (115,40,20,30); fill(0) rect (93,60,5,5); rect (107,60,5,5); 23 24 25 Monty | Processing 3.4 db Run Java 2 3 4 5 6 Monty size (200,250); background (255); smooth); ellipseMode (CENTER); rectMode (CENTER); stroke (0); Monty 8 fi (255) ; ellipse (105,83,30,20); ellipse(103,98,25,18); ellipse(98,113,25,18); ellipse (118,120,18,18); ellipse(138,120,18,18); ellipse (158,120,18,18); ellipse (168,110,10,10); 10 12 13 15 16 17 18 19 20 21 / /head ellipse(100,60,60,30); ellipse (85,40,20,30); ellipse (115,40,20,30); fill(0) rect (93,60,5,5); rect (107,60,5,5); 23 24 25
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
