Víctor Espinoza tarea 4

De Casiopea


TítuloVíctor Espinoza tarea 4 pizarra
Tipo de ProyectoProyecto de Taller, Proyecto de Curso
Palabras Clavetarea 4
AsignaturaTaller Inicial Común 1ª y 2ª Etapa,
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)Víctor Espinoza
ProfesorHerbert Spencer

float d; void setup() {

 size(700,700);
  

background (198293);

}void draw() {


  if (mousePressed); 
  

d= dist (mouseX, mouseY, pmouseX, pmouseY); line (mouseX, mouseY, pmouseX, pmouseY); strokeWeight(11); }

void keyPressed() {

if (key == 'b')

background(18738); }