Alyssa Seosankar – Prof. Higgins – HW 2.1 Part 2 – Due 02/06/13

//Alyssa Seosankar – Prof. Higgins – HW 2.1 Part 2 – Due 02/06/13

void setup() {
size(263, 270);
}

void draw() {
background(0);
fill(255,255);
ellipse(140, 140, 130, 130);
stroke(125);
strokeWeight(2);
line(140, 140, 185, 185);
noStroke();
rect(mouseX, mouseY, 65, 65);
}

This entry was posted in Uncategorized. Bookmark the permalink.

Leave a Reply

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