Advertisement
carmensrz

Untitled

May 24th, 2012
30
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.17 KB | None | 0 0
  1. void draw() {
  2.  fill(0,60);
  3.  rect(0,0,width, height);
  4.  colorMode(HSB);
  5.  fill(motionPressure*500,motionPressure*500,255);
  6.  ellipse(mouseX, mouseY, motionX,motionY);
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement