Diferencia entre revisiones de «Achurado 100% real Pamela Ibáñez»

De Casiopea
Sin resumen de edición
Sin resumen de edición
Línea 14: Línea 14:
size(800,800);
size(800,800);
background(255);
background(255);
stroke(0,50);
stroke(0,150);
smooth(#E81AD0);
strokeWeight(2);
smooth(2);
 
}
}
void draw(){   
void draw(){   
Línea 21: Línea 23:
}
}
}
}


</nowiki>
</nowiki>
</pre>
</pre>

Revisión del 19:07 17 may 2013


TítuloAchurado 100% real Pamela Ibáñez
Tipo de ProyectoProyecto de Curso
Palabras Clavetarea 4
AsignaturaImagen Escrita arq 2013,
Del CursoImagen Escrita 2013 - ARQ,
CarrerasArquitectura
Alumno(s)Pamela Ibáñez Rojas


void setup() {
size(800,800);
background(255);
stroke(0,150);
strokeWeight(2);
smooth(2);

}
void draw(){  
if (mousePressed){line(mouseX, mouseY, pmouseX + 20, pmouseY + 20);
}
}