Catalina Fairlie: 1000 lineas tarea 2

De Casiopea


Títulotarea 2
Tipo de ProyectoProyecto de Curso
Palabras Clavetarea 2
AsignaturaImagen Escrita 2012,
Del Curso1º Diseño 2012, Imagen Escrita 2012,
CarrerasArquitectura, 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)Catalina Fairlie
ProfesorHerbert Spencer
void setup() {

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

}

void draw() { for (int i = 0; i < 3000; i = i+3) { line(i, i, 100, 230); line(mouseX, 11, mouseY, 400); } }