Author Archives: TShields

Homework 3.2

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

Posted in Uncategorized | Leave a comment

Homework 2.2

//Terrance Shields – Prof. Calli Higgins – HW 2.2 – 2/12/13 int r = 255; int g = 255; int b = 255; boolean sunny = false; float x = 12.0; float z; z = x+25; float y = z+x; … Continue reading

Posted in Uncategorized | Leave a comment

Homework 2.1

//Terrance Shields – Prof. Calli Higgins – HW 2.1 – 2/5/13 //fix the 15 errors void setup() { // 1.() needed to be after setup and 2.removed the space between set and up size(200,200); // 3.changed period to a coma … Continue reading

Posted in Uncategorized | Leave a comment

Homework 1.2

Here’s the code for the assignment //Terrance Shields – Calli Higgins – 1/31 – Assignment 1.2 size(400,400); //sets the size of the window to be used ellipseMode(CENTER); //set ellipse to center mode noStroke(); //no outline for the shape fill(255,0,0); //Set … Continue reading

Posted in Uncategorized | 2 Comments

Testing

Code not working, here is the link http://www.openprocessing.org/sketch/87549

Posted in Uncategorized | Leave a comment

It’s working

Hello World

Posted in Uncategorized | Leave a comment