quinta-feira, 7 de maio de 2009

Desenho a partir do processing / Tênis





size(500, 500);
noStroke();
background(0, 200, 200, 0);
fill(250, 250, 0);
ellipse(0, 350, 30, 30);
fill(250, 250, 0);
ellipse(50, 200, 30, 30);
fill(250, 250, 0);
ellipse(100, 100, 30, 30);
fill(250, 250, 0);
ellipse(150, 50, 30, 30);
fill(250, 250, 0);
ellipse(220, 75, 30, 30);
fill(250, 250, 0);
ellipse(300, 200, 30, 30);
fill(250, 250, 0);
ellipse(360, 400, 30, 30);
fill(250, 250, 0);
ellipse(400, 300, 30, 30);
fill(250, 250, 0);
ellipse(450, 225, 30, 30);
fill(250, 150, 0, 200);
rect(0, 400, 500, 100);

Nenhum comentário:

Postar um comentário