Gabriela Correa: 10 líneas 2012

De Casiopea


TítuloGabriela Correa: 10 líneas 2012
Tipo de ProyectoProyecto de Curso
Palabras Clavetarea 1
Período2012-2012
AsignaturaImagen Escrita 2012,
Del CursoImagen 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)Gabriela Correa
ProfesorHerbert Spencer

void setup() {

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

int i; for (i = 0; i <= 9; i++) line(random(700),random(350),random(350),random(700));}