Diferencia entre revisiones de «Gianna Barchiesi tarea 4»

De Casiopea
Sin resumen de edición
Sin resumen de edición
 
Línea 4: Línea 4:
|Palabras Clave=tarea 4
|Palabras Clave=tarea 4
|Carreras Relacionadas=Diseño Gráfico, Diseño Industrial
|Carreras Relacionadas=Diseño Gráfico, Diseño Industrial
|Cursos Relacionados=Imagen Escrita 2012,  
|Asignaturas Relacionadas=Imagen Escrita 2012,
|Profesor=Herbert Spencer,  
|Cursos Relacionados=Imagen Escrita 2012,
|Alumnos=Gianna Barchiesi,  
|Profesor=Herbert Spencer,
|Alumnos=Gianna Barchiesi,
}}
}}
void setup() {
void setup() {

Revisión actual - 09:50 22 abr 2012


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);

}