Isidora Correa Proyecto 5 IE 2012

De Casiopea


TítuloIsidora Correa Proyecto 5 IE 2012
Tipo de ProyectoProyecto de Curso
Palabras Clavetarea 4
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)Isidora Correa
ProfesorHerbert Spencer

void setup() {

 size (500,500);
 background(0);

}

void draw() {

 stroke(255);

}

void mouseDragged() {

 line(mouseX, mouseY, pmouseX, pmouseY);

}