Alexander Jimenez tarea 2.1000

De Casiopea


Títuloalexander jimenez tarea 2.1000
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)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);  }}