Claudio Gómez: Ejemplo 1 mouse imagen escrita 2012

De Casiopea
Revisión del 14:29 3 sep 2015 de Hspencer (discusión | contribs.)
(difs.) ← Revisión anterior | Revisión actual (difs.) | Revisión siguiente → (difs.)
100 lineas mouse



Título100 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

<processingjs> void draw(){

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

for (int i = 3; i < 1000; i = i+10) line(i,34,mouseX,323); int value = 3; fill (value); rect(34,mouseX,54,mouseY); if (mousePressed == true) {

   fill(0);
 } else 
   fill(255);
 line(mouseX, 25, mouseX, 50);
 // saveFrame ("34534568678678.jpg");

} </processingjs>