Pages

Friday, September 28, 2012

Interaction - Creative Coding 142

Experimentation Cont...
Movement:
In class we were showed how to make a shape follow your mouse and so I tried it out myself. However it made several circles as I had not redrawn the background in void draw function.

So added in the background under the void draw function and so now only the on ellipse is following my mouse because the background is redrawn in 60 frames per second.

No comments:

Post a Comment