Monthly Archives: February 2013

HW 5.1 part 3

http://www.openprocessing.org/sketch/91466 Updated Tears Into Loop

Posted in Uncategorized | Leave a comment

HW a moving ball horizontal

float x= 200; float y= 200; float speed = 2; void setup() { size(600, 600); smooth(); } void draw() { background(0); x= x + speed; ellipse(x, y,50,50); fill(255,0,0); }

Posted in Uncategorized | 1 Comment

Homework 5.1 Part 3

Posted in Uncategorized | Leave a comment

Hw ball

float x= 200; float y= 200; float speed = 2; void setup(){ size(200,200); smooth(); } void draw(){ background(0); x = x + speed; ellipse(mouseX,mouseY,20,20); }

Posted in Uncategorized | Leave a comment

Matthew Soto HW 5.1 Part 3

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

Posted in Uncategorized | Leave a comment

Hw 5.1

  “http://www.openprocessing.org/sketch/91457/embed/?width=600&height=400&border=true”></iframe>

Posted in Uncategorized | Leave a comment

Noah Ruede – HW 5.1

Link to code

Posted in Uncategorized | Leave a comment

Erick Asadobay H.W 5.1 Part 3

Loops added http://www.openprocessing.org/sketch/91422

Posted in Uncategorized | Leave a comment

homework 5.1.3

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

Posted in Uncategorized | Leave a comment

Homework 5.1.3

Not sure if the images are going to show up, but they’re there…. added moving images, also fixed building 2 code using a while loop Press D to change to Day and N to change to Night…. hold the mouse … Continue reading

Posted in Uncategorized | Leave a comment