Paulina Martínez IE2012 Tarea 1: 1000 Líneas

De Casiopea
Tarea 1/ 1000 lineas



TítuloTarea 1/ 1000 lineas
Palabras ClaveTarea 1
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)Paulina Martínez
ProfesorHerbert Spencer

A traves de esta actividad se han creado 1000 lineas, usando las funciones void setup,draw, size, for y line.


void setup(){ size(1000,1000); smooth(); }

void draw (){

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

line(35,i,i,50); } }