Valentina Godoy: 100 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




AsignaturaImagen Escrita 2012
Del CursoImagen Escrita 2012

void setup() {

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

}

void draw() { for(int i=50; i<500; i=i+5) {

 line(i,400,300,i);

line(mouseX, 10, mouseY, 690);

} }