Alexander Jimenez tarea 2.1000
De Casiopea
Título | alexander jimenez tarea 2.1000 |
---|---|
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 |
void setup() { size(700, 700); background(500); smooth();} void draw(){ if (mousePressed) for (float i=0; i<700; i=i+1.4) { line (mouseX, mouseY, 0, i); line (mouseX, mouseY, 700, i); }}