Valentina Godoy: 10 lineas

De Casiopea


Título
Palabras Clavetarea 1
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)Valentina Godoy
ProfesorHerbert Spencer

(Proyecto) |Asignaturas Relacionadas=Imagen Escrita 2012, |Cursos Relacionados=Imagen Escrita 2012, }} 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, 30, mouseY, 350);

} }