Monthly Archives: February 2013

Homework 1.2 part 2 2/4/13

//Kanghyun huh //calli higgins //assinment 1.2 part 2 //due Feb 4th, 2013 //Enviroment size(400,400); //set screen size 400×400 pixels. //rectangles noStroke(); //remove outline of rectangles //red fill(255,0,0); //makes the square red rect(0, 0, 200, 200); //draw a square on the … Continue reading

Posted in Uncategorized | 1 Comment

Jack’s homework 1.2 part 3

It doesn’t show, I suppose. Posted on openprocessing. Link: http://www.openprocessing.org/sketch/88184

Posted in Uncategorized | Leave a comment

Jack’s homework 1.2 part 2

//Jack Tan/Week 1.2/ 2-4-2013/ Assignment part 2 size(400,400);//make a 400×400 square fill(255,0,0); //makes red square noStroke(); //no black outline rect(0,0, 200, 200); //make 1st square at upper left corner fill(0,255,0); //make green square noStroke(); //no black outline rect(200,0, 200, 200); … Continue reading

Posted in Uncategorized | Leave a comment

Homework 1.2 Part 3

Embedding doesn’t seem to be working but here’s the link to my sketch http://www.openprocessing.org/sketch/88181

Posted in Uncategorized | Leave a comment

Homework 1.2 Part 2

/*Michelle Li Calli Higgins Week 1.2 part 2 February 4th, 2013*/ //canvas size size(400, 400); //makes the 400×400 window //Red Square fill(255,0,0); //Makes the square red noStroke(); //Gets rid of the black outline rect(0,0, 200, 200); //creates the square on … Continue reading

Posted in Uncategorized | Leave a comment

Chris Pro Homework 1.2 part 2

//Chris Pro Assignment 1.2 //window size size(400,400); //top left red square fill(255,0,0); rect(0,0,200,200); //top right green square fill(0,255,0); rect(200,0,200,200); //bottom left blue square fill(0,0,255); rect(0,200,200,200); //bottom right grey square fill(125); rect(200,200,200,200); //centered transparent circle with black outline fill(255,255,255,200); stroke(0); strokeWeight(4); … Continue reading

Posted in Uncategorized | Leave a comment

Homework 1.2 part 3 revised

Posted in Uncategorized | Leave a comment

Homework 1.2 part 3 Revised.

Posted in Uncategorized | Leave a comment

Homework 1.2 part 2 – 2/5/13

//Jad Atoui. Prof: Calli Higgins . Due 2/5/13 . Assignment 1.2 part 2 size(400,400);// sets the size of the window noStroke();//shape has no outline fill(255,0,0);//set red color rect(0,0,200,200);//insert first rectangle fill(0,255,0);//insert green color rect(200,0,200,200);//insert second rectangle fill(0,0,255);//insert blue color rect(0,200,200,200);//insert … Continue reading

Posted in Uncategorized | Leave a comment

homework 1.2 part 3

It looks like I have trouble uploading my picture but I will post the code so at least you know I did it. //Thomas Wu-Prof.Calli Higgins-2/1/13-Assignment 1.2-pt3 size(200,200);//size change background(18,113,10); //color change. rectMode(CENTER);//rectangle center. stroke(0); //constructing Cyborg body. fill(31,147,111); rect(100,100,30,100);// … Continue reading

Posted in Uncategorized | Leave a comment