Fernanda Adam 1000 lineas+ cursor

De Casiopea


Título1000 lineas + cursor
Tipo de ProyectoProyecto de Curso
Palabras Clavetarea 2
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)Fernanda Adam
ProfesorHerbert Spencer

void setup(){ size (700,700); background (255); smooth(); }

void draw(){ for (int i=0; i<5000; i=i+5){ line (mouseX,i,i,mouseY);}}