size (400,320); background (24,120,60); smooth (); strokeWeight (4); fill (180); rectMode (CENTER); rect (100,100,90,90); fill (120,24,38); ellipse (300,220,90,90); |
void setup() { size (400,320); background (255); } void draw () { strokeWeight (2); smooth (); fill (140); rectMode (CENTER); rect ((random(400)),(random(320)),50,50); fill (127,18,18); ellipse ((random(400)),(random(320)),50,50); } |
This browser does not have a Java Plug-in.
Get the latest Java Plug-in
here.
This browser does not have a Java Plug-in.
Get the latest Java Plug-in
here.
This browser does not have a Java Plug-in.
Get the latest Java Plug-in
here.
This browser does not have a Java Plug-in.
Get the latest Java Plug-in
here.