Macarena Allendes, 100 lineas+cursor, Imagen Escrita 2012

De Casiopea


TítuloEjemplo2 100 lineas+cursor
Tipo de ProyectoProyecto de Curso
Palabras Clavetarea 2
Período2012-
AsignaturaTaller Inicial Común 1ª y 2ª Etapa,
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)Macarena Allendes
ProfesorHerbert Spencer

void setup() {

size(700,700); background(255); smooth();} void draw() {for(int i=0 ; i<500; i=i+5); {line(mouseY,345,mouseX,0); line(0,mouseX,345,mouseY);}}