Fernanda Adam 100 lineas + cursor

De Casiopea
100 lineas + cursor


Título100 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); smooth();} void draw(){ for (int i = 0; i < 700; i = i+ 7){ line (mouseX, mouseY, 0, i); }}