Welcome to Gaia! ::

~the Chilean Embassy Guild~

Back to Guilds

 

Tags: chile, español, spanish, international, boobs 

Reply ~the Chilean Embassy Guild~
~The Chilean Embassy Guild~ Goto Page: [] [<<] [<<] [<] 1 2 3 ... 7669 7670 7671 7672 7673 7674 ... 8723 8724 8725 8726 [>] [>>] [>>] [»|]

Quick Reply

Enter both words below, separated by a space:

Can't read the text? Click here

Submit

Holi!
.
100%
 100%  [ 23 ]
Total Votes : 23


Dunadan
Crew

750 Points
  • Member 100
  • Gaian 50
PostPosted: Sun Feb 03, 2008 5:18 pm


haha azhael, en el processing es mas facil el hola mundo que en el vvvv

String kk;
kk = "hola mundo";
println(kk)
PostPosted: Sun Feb 03, 2008 8:53 pm


Dunadan
haha azhael, en el processing es mas facil el hola mundo que en el vvvv

String kk;
kk = "hola mundo";
println(kk)
en el processing solo eh trabajado figuras
no sabia que el texto fuera tan facil confused
juega con el vvvv asi me enseñas whee

The Trill King


Dunadan
Crew

750 Points
  • Member 100
  • Gaian 50
PostPosted: Sun Feb 03, 2008 9:06 pm


estay aun?
PostPosted: Sun Feb 03, 2008 10:55 pm


shanfle, que entretenido es processing

azhael mira lo que hice

/*
Titulo: Primeros pasos
Diseño Multimedia: Processing 0135 beta
Autor: Jorge Valencia
*/

int ancho,largo,tamano,tamano2;
float recolor, recolor2;
void setup(){
size(400,400)
ancho = width;
largo = height;
tamano = 10;
tamano2 = 30;

loop()
}

void draw(){
background(recolor)
ancho = (ancho-1)
largo = (largo-1)
colorMode(RGB,255)
fill(recolor2)
rect(ancho,largo,tamano,tamano)
rect(width-ancho,height-largo,tamano,tamano)
rect(ancho,((height-largo)-tamano),tamano,tamano)
rect(((width-largo)-tamano),largo,tamano,tamano)

triangle(width,width-(tamano*2),width,height-tamano,width-tamano,height-tamano)
triangle(width-(tamano*2),height,width-tamano,height,width-tamano,height-tamano)
triangle(width-(width-tamano),height-height,width-(width-tamano*2),height-height,width-(width-tamano),height-(height-tamano))
triangle(width-width,height-(height-tamano),width-width,height-(height-tamano*2),width-(width-tamano),height-(height-tamano))
triangle(width-(tamano*2),height-height,width-tamano,height-height,width-tamano,height-(height-tamano))
triangle(width-tamano,height-(height-tamano),width,height-(height-tamano),width,height-(height-tamano*2))
triangle(width-width,height-(tamano*2),width-width,height-tamano,width-(width-tamano),height-tamano)
triangle(width-(width-tamano),height-tamano,width-(width-tamano),height,width-(width-tamano*2),height)

rect(width-width,height-height,tamano,tamano)
rect(width-tamano,height-height,tamano,tamano)
rect(width-tamano,height-tamano,tamano,tamano)
rect(width-width,height-tamano,tamano,tamano)

line(width-(width-tamano),height-(height-tamano),width-tamano,height-tamano)
line(width-(width-tamano),height-tamano,width-tamano,height-(height-tamano))

circulos()
if (ancho < 0){
setup()
}else if(ancho == width/2){
recolor = random(1,255)
recolor2 = random(1,255)
colorMode(HSB,100)
stroke(recolor,recolor2)
}else if(ancho == 0){
recolor = random(1,255)
recolor2 = random(1,255)
colorMode(HSB,100)
stroke(recolor,recolor2)
}
}

void circulos(){
color orange = color(204, 102, 0)
fill(orange)
ellipse(width/2,height/2,tamano2,tamano2)
}



mañana haré una cosa que siga una linea asi como un laberinto
biggrin

Dunadan
Crew

750 Points
  • Member 100
  • Gaian 50

Gaelia

PostPosted: Mon Feb 04, 2008 3:14 am


hey, hola gente, aqui yo despues de un fin de semana del mal en que lo pase la raja pero me quemé y morí de calor a destajo...
En fin, ayer fui a pomaire (si, de lo mas adrenalínico eso) y compre cientos de cosas bellas (como es posible que la plata se vaya asi de rapido y una ni se entere!!?).

y eso.. hoy de vuelta a la pega y contando los dias para mis vacaciones..


uh.. leí algo de un futuro sin hombres!!?? jaja alguna vez le planteamos esa teoria a mi profe de biologia y solo se cagó de la risa... en fin.. si al final los hombres sólo son cacho XD (tirandome a todos los representantes del genero encima)

y eso poh ^^

saludos
PostPosted: Mon Feb 04, 2008 5:48 am


domokun domokun tengo hambre....
pero no quiero comer hasta q sea hora de almuerzo

Kurika Uchiha


Dunadan
Crew

750 Points
  • Member 100
  • Gaian 50
PostPosted: Mon Feb 04, 2008 8:27 am


que tuto
PostPosted: Mon Feb 04, 2008 12:01 pm


Dunadan
Swing

* 30 mts de altura.
* medidas de seguridad sobredimensionadas.
* a máxima velocidad la persona pasa a 2 mts del suelo.
* increible vista de santiago.

Perdona la ignorancia, pero qué es Swing?

Williama Shakespeare


Dunadan
Crew

750 Points
  • Member 100
  • Gaian 50
PostPosted: Mon Feb 04, 2008 12:21 pm


User Image - Blocked by "Display Image" Settings. Click to show.


espero que responda tus dudas
PostPosted: Mon Feb 04, 2008 5:07 pm


Dunadan
estay aun?
3nodding volvi XD

bastante interesante lo que hiciste ?el que se atrase un vértice es accidental o lo quisiste asi?

The Trill King


Dunadan
Crew

750 Points
  • Member 100
  • Gaian 50
PostPosted: Mon Feb 04, 2008 5:18 pm


es accidental, resulta que tuve que sincronizar los vertices, por el tamaño del cuadrado, pero al sincronizar eso (las esquinas) se desincroniza el asunto. si no lo sincronizo el cruce de cuadrados es perfecto.


alguien sabe cuanto cuesta un curso de fotografia asi bueno bueno?
PostPosted: Mon Feb 04, 2008 5:56 pm


aplico corrección

rect(ancho-tamano,largo-tamano,tamano,tamano) // abajo derecha
rect(width-ancho,height-largo,tamano,tamano) // arriba izq
rect(ancho-tamano,((height-largo)),tamano,tamano) // arriba derecha
rect(((width-largo)),largo-tamano,tamano,tamano) // abajo izq


fue error matematico mio. adoro esta wea

Dunadan
Crew

750 Points
  • Member 100
  • Gaian 50

Dunadan
Crew

750 Points
  • Member 100
  • Gaian 50
PostPosted: Mon Feb 04, 2008 6:00 pm


cool
asi sincroniza me gusta, pero me sirvió para aprender el error.

http://webmail.will.cl/processing/applets/cuadrados/index.html
PostPosted: Mon Feb 04, 2008 6:40 pm


gonk eh creado un monstruo

The Trill King


Dunadan
Crew

750 Points
  • Member 100
  • Gaian 50
PostPosted: Mon Feb 04, 2008 6:55 pm


estoy pensando en comprarme unos libros en usa, me complica el envio no mas pke no tengo experiencia (casilla y webas)
Reply
~the Chilean Embassy Guild~

Goto Page: [] [<<] [<<] [<] 1 2 3 ... 7669 7670 7671 7672 7673 7674 ... 8723 8724 8725 8726 [>] [>>] [>>] [»|]
 
Manage Your Items
Other Stuff
Get GCash
Offers
Get Items
More Items
Where Everyone Hangs Out
Other Community Areas
Virtual Spaces
Fun Stuff
Gaia's Games
Mini-Games
Play with GCash
Play with Platinum