Claudio Gómez: Ejemplo 3 mouse imagen escrita 2012

De Casiopea
10000 lineas mouse



Título10000 lineas mouse
Tipo de ProyectoProyecto de Curso
Palabras Clavetarea 2
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)Claudio Gómez
ProfesorHerbert Spencer

void draw(){

 size(700,700);
 background ( 255);
 smooth();

for (int i = 0; i < 100000; i = i+10) line(i,127,347,mouseY); rect(347,mouseX,321,mouseY); triangle(43,mouseX,453,mouseY,345,233); if (mousePressed == true) {

   fill(0);
 } else 
   fill(255);
 rect(mouseX, 341, mouseX, 455);
 saveFrame ("34534568678675.jpg");}