Monthly Archives: April 2013

Chris Pro Homework 11.2

heres a link to openprocessing http://www.openprocessing.org/sketch/97170

Posted in Uncategorized | Leave a comment

Noah Ruede – HW 11.2

Posted in Uncategorized | Leave a comment

Homework 11.2

Here’s my “Shooter” class… Click the mouse anywhere to fire a “bullet”. And each mouseclick generates a new bullet

Posted in Uncategorized | Leave a comment

Erick Asadobay H.W 11.2

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

Posted in Uncategorized | Leave a comment

Jad Atoui – Homework 10.2 part 2

Jad Atoui – processing 10.2 I made a class that handles the sound objects and their status. I also envision making classes for slider and combing the sound and slider classes into a wrapping class called channel that manages the … Continue reading

Posted in Uncategorized | Leave a comment

10.2

//Making a robot // L- left,r-right,w-width,x-X axis,Y-Yaxis //robot head int hY=105; int hX=278; int hW=45; int hL=45; int hsX=323; int hsY=150; int hsX2=329; int hsY2=94; int hsX3=326; int htX=279; int htY=104; int htX2=286; int htY2=94; int htX3=329; int htX4=324; // … Continue reading

Posted in Uncategorized | Leave a comment

Mohammad Rahat 10.2

since I didn’t really have a decent midterm, I just did something simple class Rect { color c; int xpos; int ypos; Rect() { c = color(255); xpos = 100; ypos = 50; } void display() { fill(c); rect(xpos, ypos, … Continue reading

Posted in Uncategorized | Leave a comment

Nafis Sabir HW 10.2

CelestialBody class is at the bottom. I was having a hard time trying to figure out how to break my program down into classes since I didn’t really use any objects in the program. I was thinking about a class … Continue reading

Posted in Uncategorized | 1 Comment

Matthew_Soto_10.2_Hw_Post

Posted in Uncategorized | Leave a comment

Matthew_Soto_Midterm_Object_Breakdown

When looking at my midterm I noticed that I can break down just about all my the objects in my midterm into parts. For example the the Buildings, the moving cars, and the moving plane. Each of them can be … Continue reading

Posted in Uncategorized | Leave a comment