Macarena Allendes,1000 lineas+cursor,Imagen Escrita 2012

De Casiopea
Revisión del 20:20 9 abr 2012 de Hspencer (discusión | contribs.)
(difs.) ← Revisión anterior | Revisión actual (difs.) | Revisión siguiente → (difs.)


TítuloEjemplo1 1000 lineas+cursor
Tipo de ProyectoProyecto de Curso
Palabras Clavetarea 2
Período2012-
AsignaturaTaller Inicial Común 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 Allendes
ProfesorHerbert Spencer

void setup() {
  size(700, 700); 
  background(255); 
  smooth();
}

void draw() {
  for (int i=0 ; i<7000; i=i+7);
  {
    line(mouseX, 34, mouseY, 700);
  }
}