Matias Chacon 1000 lineas mouse
De Casiopea
Título | Matias Chacon 1000 lineas mouse |
---|---|
Tipo de Proyecto | Proyecto de Curso |
Palabras Clave | tarea 2 |
Asignatura | Taller Inicial Común 1ª y 2ª Etapa, |
Del Curso | Imagen Escrita 2012, |
Carreras | Arquitectura, 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) | Matias Chacon |
Profesor | Herbert Spencer |
void setup() {
size(5000,780); background(1003); stroke(6);
}
void draw() { for (int i = 0; i < 8000; i = i+8) {
line(mouseX, 0, mouseY, 700);
} }