Monthly Archives: February 2013

Noah Ruede – HW 1.2

Part 2 //Noah Ruede Calli Higgins Feb 5 2013 //Establishing size of image size(400,400); //Eliminating stroke noStroke(); //Rectangle 1 Color fill(255,0,0); //Rectangle 1 Size/Position rect(0,0,200,200); //Rectangle 2 Color fill(0,255,0); //Rectangle 2 Size/Position rect(200,0,200,200); //Rectangle 3 Color fill(0,0,255); //Rectangle 3 Size/Position … Continue reading

Posted in Uncategorized | Leave a comment

Matthew Soto HW: 1.2 Part 3

background(0, 159, 255);//sky, light blue fill(170, 0, 0);//House, fill in color rect(32, 50, 55, 55);//Shape and positon of the house stroke(205, 209, 4);//stroke color of the sun, dark yellow fill(250, 255, 0);//Color of the sun, yellow ellipse(15, 20, 25, 25);//Shape … Continue reading

Posted in Uncategorized | Leave a comment

Matthew Soto HW: 1.2 part 2

size(400,400);//How big the display window is as well as the amount of pixels being used. fill(255, 0, 0);//Color of the square in the top left corner. rect(90, 80, 55, 55);//square in the top left corner. fill(0, 252, 39);//Color of the … Continue reading

Posted in Uncategorized | 1 Comment

HW1.2

1.2 Hw part 2 size(400,400);//how big my window is fill(255,0,0);//the color red is being used rect(0,0,200,200);//upper left square fill(0,255,0);//the color green is now being used rect(200,0,200,200);//the upper right square fill(0,0,255);//the color blue is now being used rect(0,200,200,200);//bottom left square fill(125);//the … Continue reading

Posted in Uncategorized | 1 Comment

Homework 1.2 Part 2

Ashlee Frontin homework 1.2 Part 2   size (200,200); noStroke(); fill(255,0,0); //sets red square color rect(0,0,100,100); //sets top and bottom points for red square fill(72,242,46); //sets green square color rect(100,0,100,100); //sets points for green square fill(33,31,222); //sets blue square color … Continue reading

Posted in Uncategorized | 2 Comments

Nafis Sabir HW 1.2 Part 2

/*NAFIS SABIR PROFESSOR CALLI HIGGINS 02/04/2013 HOMEWORK 1.2*/ size(400, 400);//window size rectMode(RADIUS);//top left rect position fill(255,0,0);//top left rect red color rect(100, 100, 100, 100);//top left rect size rectMode(RADIUS);//top right rect position fill(0,255,0);//top right rect green color rect(300, 100, 100, 100);//top … Continue reading

Posted in Uncategorized | 1 Comment

Mohammad Rahat 1.2 I tried

If this doesn’t work http://www.openprocessing.org/sketch/88219/check

Posted in Uncategorized | 1 Comment

Homework 1.2 Part 3 by kanghyun huh

Embedding doesn’t work so here is the link. http://www.openprocessing.org/sketch/88207

Posted in Uncategorized | Leave a comment

Homework 1.2 (chessboard)

my chessboard http://www.openprocessing.org/sketch/88388  

Posted in Uncategorized | 1 Comment

Chris Pro homework 1.2 part 3

//Smiley Face Chris Pro size(800,600); background(0); //face fill(255,246,142); ellipse(400,300,200,200); //eyes fill(255,255,255); ellipse(360,260,25,25); ellipse(430,260,25,25); fill(0,255,0); ellipse(360,260,12,12); ellipse(430,260,12,12); fill(0,0,0); ellipse(360,260,5,5); ellipse(430,260,5,5); //nose line(395,275,395,315); line(395,315,410,315); //freckles fill(183,174,78); ellipse(330,295,7,7); ellipse(360,295,7,7); ellipse(345,315,7,7); ellipse(430,295,7,7); ellipse(460,295,7,7); ellipse(445,315,7,7); //glasses fill(255,255,255,0); rect(340,247,40,25); rect(410,247,40,25); line(380,259.5,410,259.5); line(340,259.5,280,247); line(450,259.5,485,247); //Mouth fill(255,0,0); bezier(350, … Continue reading

Posted in Uncategorized | Leave a comment