Challenge Mouse Tracker
Follow the mouse with the pink ball!



To start our mouse tracking program, make it so that the ellipse() shows up at the user's mouse position, instead of always being in the same position.

Draw = function() {

Background(255, 255, 255);

Ellipse(----< ----, 12, 12);

};