Maithé Escobar: 100 lineas

De Casiopea
Maithé Escobar: 100 lineas


TítuloMaithé Escobar: 100 lineas
Tipo de ProyectoProyecto de Taller
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)Maithé Escobar
ProfesorHerbert Spencer

void setup() {

size (700,700) ; }

void draw() {

background(255) ;

size (700, 700);

for (int m = 0; m < 1000; m = m+10) {

line(mouseX, mouseY, 350, m);

}}