Thursday, 14 August 2014

Week 5 - Heading down the path for the final piece - Processing

The next few code experiments are in relation to the getting the final piece for Processing. I'm looking at using a loop and text at this point. 

 


The next code I was looking at using text() and I wanted them to pop up when pressing different keys but that wouldn't quite work. So they both pop up when either 'h' or 'y' is being pressed.


Another loop experiment, this time with circles and having two different //for loops it makes it cover the whole screen. Then using //if(mousePressed) to activate another circle with the same fill(random(175),0,random(mouseY); as the smaller circles.



No comments:

Post a Comment