Diferencia entre revisiones de «Gianna Barchiesi, 10 líneas (mouse)»

De Casiopea
(Página creada con '{{Proyecto |Título=10 LINEAS |Palabras Clave=TAREA 2 |Carreras Relacionadas=Diseño Gráfico, Diseño Industrial |Cursos Relacionados=Imagen Escrita 2012, |Profesor=Herbert Sp...')
 
Sin resumen de edición
Línea 3: Línea 3:
|Palabras Clave=TAREA 2
|Palabras Clave=TAREA 2
|Carreras Relacionadas=Diseño Gráfico, Diseño Industrial
|Carreras Relacionadas=Diseño Gráfico, Diseño Industrial
|Cursos Relacionados=Imagen Escrita 2012,  
|Cursos Relacionados=Imagen Escrita 2012,
|Profesor=Herbert Spencer,  
|Profesor=Herbert Spencer,
|Alumnos=Gianna Barchiesi,  
|Alumnos=Gianna Barchiesi,
}}
}}
void setup() {
void setup() {

Revisión del 21:10 28 mar 2012



Título10 LINEAS
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)Gianna Barchiesi
ProfesorHerbert Spencer

void setup() {

size (700,700) ; }

void draw() {

background(#FE2E64) ;

size (700, 700);

for(int i=0; i<400; i=i+40) {

line(mouseX, mouseY, i, 650); }}