miércoles, 7 de septiembre de 2011

florrrrrrr ! ejercicio

variables ejercicio:


int ka =60;
int ka2 =20;

void setup() {
size(300,300);
smooth();
background(0);
}

void draw () {
noStroke();
fill(32,242,212);
ellipse(220,65,40,40);
fill(211,135,240);
ellipse(240,30,40,40);
fill(183,102,206);
ellipse(260,65,40,40);
fill(232,198,242);
ellipse(240,98,40,40);
fill(215,136,237);
ellipse(180,60,40,40);
fill(190,5,242);
ellipse(198,100,40,40);
fill(236,197,247);
ellipse(200,30,40,40);
strokeWeight(4);
stroke(153,227,133);
line(220,120,220,280);
fill(153,227,133);
ellipse(260,160,70,40);
}


No hay comentarios:

Publicar un comentario