Gianna Barchiesi tarea 4

De Casiopea


Títulotarea 4
Tipo de ProyectoProyecto de Taller
Palabras Clavetarea 4
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)Gianna Barchiesi
ProfesorHerbert Spencer

void setup() {

size (700,700);
background(#FF0080);

}

void draw() {

stroke(255);

}

void mouseDragged() {

line(mouseX, mouseY, pmouseX, pmouseY);

}