Daniela Delmás: 100 líneas mouse

De Casiopea


TítuloDaniela Delmás: Tarea 2 Imagen Escrita, 100 líneas mouse
Tipo de ProyectoProyecto de Curso
Palabras Clavetarea 2
Período2012-
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)Daniela Delmás
ProfesorHerbert Spencer

void setup() {

size(400,400); background(255); smooth();

}

void draw() { for (int i = 0; i < 4000; i = i+40) { line(mouseX, i, i, mouseY); line(mouseX, 50, mouseY, 350);

} }