Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- void setup () {
- size (1200, 800);
- for (int i = 0; i < 20; ++i){
- fill (random (255));
- circle (random (width), random (height), random (width/10));
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement