Matthew Soto Hw 2.2

void setup(){
size(200,200);
background(0);
fill(255,255);
ellipse(56, 46, 55, 55);
line(30, 20, 85, 75);
}

void draw(){
background(0);
fill(255,255);
ellipse(56, 46, 55, 55);
line(30, 20, 85, 75);
rect(mouseX, mouseY, 50,50);

}

This entry was posted in Uncategorized. Bookmark the permalink.

Leave a Reply

Your email address will not be published. Required fields are marked *