Alexander Jimenez tarea 2.100
De Casiopea
Título | alexander jimenez tarea2.100 |
---|---|
Palabras Clave | tarea 2 |
Asignatura | Imagen Escrita 2012, |
Del Curso | Taller Inicial Común 1ª y 2ª Etapa, |
Carreras | Diseñ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) | Alexander Jimenez |
Profesor | Herbert Spencer |
void setup() { size(700, 700); background(20000); smooth(); } void draw() { if (mousePressed){ float r= random (1000); for (int i=0; i<700; i=i+7) { line (mouseX, mouseY, i, r); }}}