Francisca Alvarez 1000Líneas+mouse

De Casiopea
Francisca Alvarez


TítuloFrancisca Alvarez
Palabras Clavetarea2
Período2012-
AsignaturaImagen Escrita 2012,
Del CursoTaller Inicial Común 1ª y 2ª Etapa,
CarrerasDiseño Gráfico"Diseño Gráfico" is not in the list (Arquitectura, Diseño, Magíster, Otra) of allowed values for the "Carreras Relacionadas" property., Diseño Industrial"Diseño Industrial" is not in the list (Arquitectura, Diseño, Magíster, Otra) of allowed values for the "Carreras Relacionadas" property.
Alumno(s)Francisca Alvarez
ProfesorHerbert Spencer

void setup(){

 size (600,600); 
 background(#F79F81);
 stroke(#FE642E);

smooth(); }

void draw() { for (int i = 0; i < 3000; i = i+3) { line(mouseX,500,200,mouseY); line(i,200,900,900); } }