Antonia Lara: 10 lineas

De Casiopea
Antonia Lara:10 lineas


TítuloAntonia Lara:10 lineas
Palabras Clavetarea _2_
Período2012-2012
AsignaturaImagen Escrita 2012,
Del Curso1º Diseño 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)Antonia Lara
ProfesorHelbert Spencer

void setup() {

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

}

void draw() { for (int i = 50; i < 600; i = i+60) { line(100, 550, 600, i); line(mouseX, 50, mouseY, 650);

}