Tomas Gesell 1000 lineas+mouse

De Casiopea


Título1000 lineas + mouse
Tipo de ProyectoProyecto de Curso
Palabras Clavetarea 2
AsignaturaImagen Escrita 2012,
Del CursoImagen Escrita 2012,
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)Tomás Gesell
ProfesorHerbert Spencer

void setup() {

size(700,700); background(1); stroke(255);

}

void draw() { for (int i = 0; i < 8000; i = i+8) {

line(mouseX, 0, mouseY, 700);


} }