Macarena Caro ; pizarra

De Casiopea
Macarena Caro, pizarra


TítuloMacarena Caro, pizarra
Tipo de ProyectoProyecto de Curso
Palabras Clavetarea 4
Período2012-
AsignaturaTaller Inicial 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 Valentina Caro Cortes
ProfesorHerbert Spencer

void setup() {size(700, 700); background(#430325); stroke(#DDE50C); } void draw() {if (mousePressed) {} dist(mouseX,mouseY, mouseX, mouseY); strokeWeight(7); line(mouseX, mouseY, pmouseX, pmouseY);} void keyPressed() { if (key == 'a') {background (#430325);stroke(#E0EADF);} if (key == 'b') {background (240);stroke(#F0137E);} if (key == 'c') {background(82,76,85); stroke (216,168,237);} if (key == 'd') {background (26);stroke(82,76,85);} if (key == 'e') {line(mouseX, mouseY, mouseX+0, mouseY);} }