Erick Asadobay – H.W 2.1

Part 2

//fix the 15 errors

void setup() {
size(200, 200);
}

void draw() {
background(0);
fill(255);
ellipse(100, 100, 100, 100);
line(100, 100, 150, 150);
rect(mouseX, mouseY, 50, 50);
}

Part 3

http://www.openprocessing.org/sketch/88671

 

This entry was posted in Uncategorized. Bookmark the permalink.

Leave a Reply

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