Martin Araneda: Tarea 2, 100 lineas

De Casiopea


TítuloMartin Araneda: Tarea 2, 100 lineas
Palabras Clavetarea 2
Período2012-2012
AsignaturaImagen Escrita 2012,
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.
ProfesorHerbert Spencer

void setup () { size(700,700); smooth(); } void draw () { for(int i=0; i<1000; i=i+10) line(i,mouseY,240,i);


for(int i=0; i<1000; i=i+10) line(i,290,mouseX,i); }