Diferencia entre revisiones de «Macarena Caro ; pizarra y objeto»

De Casiopea
(Página creada con '{{Proyecto |Título=Macarena Caro ; Pizarra y objeto |Tipo de Proyecto=Proyecto de Curso |Palabras Clave=tarea 6 |Año de Inicio=2012 |Carreras Relacionadas=Diseño Gráfico, Di...')
 
Sin resumen de edición
Línea 5: Línea 5:
|Año de Inicio=2012
|Año de Inicio=2012
|Carreras Relacionadas=Diseño Gráfico, Diseño Industrial
|Carreras Relacionadas=Diseño Gráfico, Diseño Industrial
|Asignaturas Relacionadas=Taller Inicial 1ª y 2ª Etapa,  
|Asignaturas Relacionadas=Taller Inicial 1ª y 2ª Etapa,
|Cursos Relacionados=Imagen Escrita 2012,  
|Cursos Relacionados=Imagen Escrita 2012,
|Profesor=Helbert Spencer,  
|Profesor=Helbert Spencer,
|Alumnos=Macarena Valentina Caro Cortes,  
|Alumnos=Macarena Valentina Caro Cortes,
|Imagen=M.caroTarea 6.jpg
}}
}}
float a; float b; float c; float diam; float x; float y;
float a; float b; float c; float diam; float x; float y;
void setup() {
void setup() {
  size(500,500); background(#5F246C);smooth();}
  size(700,700); background(#5F246C);smooth();}
void draw() {
void draw() {
  a = random(#FEFF0D);//Colores//
  a = random(#FEFF0D);//Colores//
Línea 21: Línea 22:
  y = random(width);  
  y = random(width);  
noStroke();
noStroke();
  fill(r,g,b);
  fill(a,b,c);
  ellipse(x,y,y,x);}
  ellipse(x,y,y,x);}

Revisión del 16:53 31 may 2012

Macarena Caro ; Pizarra y objeto


TítuloMacarena Caro ; Pizarra y objeto
Tipo de ProyectoProyecto de Curso
Palabras Clavetarea 6
Período2012-
AsignaturaTaller Inicial 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 Valentina Caro Cortes
ProfesorHelbert Spencer

float a; float b; float c; float diam; float x; float y; void setup() {

size(700,700); background(#5F246C);smooth();}

void draw() {

a = random(#FEFF0D);//Colores//
b = random(340);
c = random(200);
diam = random(800);// Diametro//
x = random(width);
y = random(width); 

noStroke();

fill(a,b,c);
ellipse(x,y,y,x);}