Monthly Archives: February 2013

Home work 2.1.3

Homework 2 Part 3 Edited Design: Ashlee Frontin Processing Link http://www.openprocessing.org/sketch/88588   Code: void setup (){ size (255,255); } void draw(){ background (mouseX, mouseY); fill(255); strokeWeight (5); ellipseMode(CORNER); ellipse (40, 65, 51, 130); ellipse (92, 65, 51, 130); fill (mouseX, mouseY, … Continue reading

Posted in Uncategorized | Leave a comment

homework 2.1 part 3

//Thomas Wu- Prof. Calli Higgins-2/6/13- Homework 2.1 part 3 //have trouble uploading my creation but here is the code. void setup() { size(800,600); } void keyPressed(){ background(mouseX,mouseY,44); } void mousePressed(){ fill(mouseX,mouseY,0);//set red color rect(0,0,200,300);//uno rectangle fill(mouseX,mouseY,255);//set color blue rect(0,360,200,700);//2nd rectangle … Continue reading

Posted in Uncategorized | Leave a comment

Jack’s Homework 2.1 Part 3

Exact file at: http://www.openprocessing.org/sketch/88568

Posted in Uncategorized | Leave a comment

Jack’s Homework 2.1 Part 2

//Jack Tan 2/6/2013 fix the 16 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); }

Posted in Uncategorized | Leave a comment

Homework 2.1 part 2

Home work 2.1 Part 2: Broken Code_ Ashlee Frontin Uploaded On to Openprocessing Juss Click the link http://www.openprocessing.org/sketch/88562 Or <iframe width=”228″ height=”280″ scrolling=”no” frameborder=”0″ src=”http://www.openprocessing.org/sketch/88562/embed/?width=200&height=200&border=true”></iframe>

Posted in Uncategorized | Leave a comment

Mohammad Rahat hw 2.1 open processing wasn’t letting me upload

Posted in Uncategorized | 1 Comment

Chris Pro Homework 2.1 part 3

LINK (http://www.openprocessing.org/sketch/88553)       //Smiley Face Chris Pro //click the mouse anywhere to change background color //press a key and a body appears //Window Size void setup() { size(800, 600); } void mousePressed() { //Background Color background(mouseX, mouseY, mouseX); … Continue reading

Posted in Uncategorized | Leave a comment

Chris Pro Homework 2.1 part 2

//Chris Pro Homework 2.1 Part 2 //fix the 16 errors void setup(){ size(200,200); } void draw(){ background(0); fill(255,255); ellipse(100,100,100,100); line(100,100,200,200); rect(mouseX, mouseY, 50,50); }

Posted in Uncategorized | Leave a comment

Noah Ruede – 2.1

Could upload to openprocessing, but for some reason the program doesn’t display in the box, at least not in my browser.  Strange. Part 2: //fix the 15 errors void setup (){ size(200,200); } void draw(){ background(0); fill(255); ellipse(100,100,100,100); fill(0); line(100,100,150,150); … Continue reading

Posted in Uncategorized | Leave a comment

homwork 2.1 part2 and part3

http://www.openprocessing.org/sketch/88534 homework 2.1 part2 by kanghyun huh http://www.openprocessing.org/sketch/88561 homework 2.1 part3    

Posted in Uncategorized | Leave a comment