Author Archives: JackAtTheLab

Jack’s Homework 2.2 Part 2

Exact link here: http://www.openprocessing.org/sketch/89372

Posted in Uncategorized | Leave a comment

Jack’s Homework 2.2 part 1

int r = 225; int g = 225; int b = 225; boolean sunny = false; float x = 12.0; float z; z = x+25; float y = z+x;

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

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

This is a load of

wonderful example of a website in which what functions somewhat confusing but still manages to work. tl;dr: it works.

Posted in Uncategorized | Leave a comment