Francisca Rojas 1000 lineas mouse

De Casiopea


TítuloFrancisca Rojas 1000 lineas mouse
Tipo de ProyectoProyecto de Taller
Palabras Clavelenguaje, dibujo, programación, algoritmo
AsignaturaImagen Escrita 2012,
Del Curso1º Diseño 2012,
CarrerasArquitectura, 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)Francisca Rojas
ProfesorHerbert Spencer

void setup() { size(700, 700); background(250); } void draw() {

 if (mousePressed){
 float r= random (700);

for (int i=0; i<7000; i=i+7) {

 line (i,mouseY,mouseX,r);

}}}