4/10 Booleans

Help me fix my code! My current sketch use 4 booleans to change the color of 4 corresponding ellipses when the mouse is pressed over them. currently the color never returns to the original color once it's been pressed. Change this to make the ellipses return to their original color in two conditions: first, if the mouse button is released, and second also only as long as the mouse is still positioned over the ellipse. see the gif for an example. (this should be handled in two separate areas of the code.)

Next