Monthly Archives: February 2013

homework 4.2~~jeremy~~

PImage ice; int EW=100; int EH=100; float EY,EX,r,g,b,x,y,w,h; boolean white=false; void setup () { size(600, 600); ice=loadImage(“ice.jpg”); size (1030,800); image(ice,mouseX,mouseY,1024,768); } void draw() { //image(spiral,mouseX,mouseY,1024,768); r=random(255);{ g=random(255); b=random(255); x=random(1024); y=random(768); } fill(r, g, b); rect(x, y, EW, EH); EW=EW+1; EH=EH+1; … Continue reading

Posted in Uncategorized | Leave a comment

chris pro homework 4.2

http://www.openprocessing.org/sketch/91048 above is a link to my smile face where now when you click a picture will appear

Posted in Uncategorized | Leave a comment

4.2.2

Midterm Idea   I was thinking of a slot machine idea.. when the user presses a key to spin the slots n match up the pictures or numbers .. but instead of slots it would be tiles.

Posted in Uncategorized | Leave a comment

HW 4.2 part 1

http://www.openprocessing.org/sketch/91035 ** Added Image ** change the sun into a boolean

Posted in Uncategorized | Leave a comment

HW 4.2.2 Midterm Project Idea

Calli, This is my idea so far, there’s more Im sure I’d want to do, but this is what I’ve come up with so far. I look forward to hearing your thoughts. Concept for Midterm Project: A visual seasonal calendar. … Continue reading

Posted in Uncategorized | 1 Comment

chris pro homework 4.1

//had some problems with my third square not changing colors and couldnt figure it out   //Chris Pro homework 4-1 int squaresX = 100; int y1 = 50; int y2 = 100; int y3 = 150; int squaresW = 45; … Continue reading

Posted in Uncategorized | Leave a comment

Nafis Sabir HW 4.2.1

Posted in Uncategorized | Leave a comment

Jad Atoui – Homework 4.2 part 1

// Jad Atoui . Homework 4.2 part 1 . Due 2/26/13 http://www.openprocessing.org/sketch/91012    

Posted in Uncategorized | Leave a comment

midterm project ide

i was thinking of like a tennis type of game..but im not sure yet.It will probably come out with another  idea that will replace it once we learn other things. IDEA : TENNIS interaction -ball bounces from pad to wall … Continue reading

Posted in Uncategorized | Leave a comment

Harry Attilio 4.2 part 2

picture match game. I want to make a picture match game where people have to find where the user has to locate and match the same picture. if they do not find the matching picture then the game restarts. background … Continue reading

Posted in Uncategorized | Leave a comment