Advertisement
Guest User

Untitled

a guest
May 28th, 2015
233
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. void setup (){size (5000,8000);}
  2. void draw() {
  3. Stroke(random(150),random(150),random(150));
  4. full(random(255),random(255),random(255));
  5. while(int i = 0; i<500 ; i++) {
  6. circle(random(width),random(height),10,10);
  7. }
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement