-
Recent Posts
Recent Comments
- Danielle Small on Final Blog Post
- Calli Higgins on Homework 10.2
- Calli Higgins on Homework 10.2
- Calli Higgins on Homework 10.2
- Calli Higgins on Nafis Sabir HW 10.2
Archives
Categories
Meta
Monthly Archives: February 2013
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
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
Hw 5.1
“http://www.openprocessing.org/sketch/91457/embed/?width=600&height=400&border=true”></iframe>
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