Welcome to Gaia! ::

Reply Sp@m
T3H BUMP Goto Page: [] [<] 1 2 3 ... 4 5 6 ... 57 58 59 60 [>] [>>] [»|]

Quick Reply

Enter both words below, separated by a space:

Can't read the text? Click here

Submit

gold?
  bumpeare...
View Results

Arka-thoth
Crew

PostPosted: Tue Oct 03, 2006 4:47 pm


BuMp
PostPosted: Tue Oct 03, 2006 4:48 pm


BuMp

Arka-thoth
Crew


Arka-thoth
Crew

PostPosted: Tue Oct 03, 2006 4:48 pm


BuMp
PostPosted: Tue Oct 03, 2006 4:50 pm


BuMp

Arka-thoth
Crew


Arka-thoth
Crew

PostPosted: Tue Oct 03, 2006 4:52 pm


BuMp
PostPosted: Tue Oct 03, 2006 4:54 pm


BuMp

Arka-thoth
Crew


Arka-thoth
Crew

PostPosted: Tue Oct 03, 2006 4:56 pm


BuMp
PostPosted: Tue Oct 03, 2006 5:03 pm


BuMp

Arka-thoth
Crew


primous

PostPosted: Wed Oct 04, 2006 6:17 pm


este programa es secuencia de imagenes en java
con sonido
bump
import java.applet.Applet;
import java.awt.*;
import java.awt.Graphics;
import java.applet.*;

public class Tar3U5 extends Applet implements Runnable
{
AudioClip sonido;
int imgActual = 0;
Thread hilo= null;
Image[] img;
MediaTracker tracker;
public void init()
{
sonido=getAudioClip(getCodeBase(), "sonido.au");
tracker = new MediaTracker(this);
img = new Image [9];
for (int i=0; i<=7; i++)
{
img= getImage(getDocumentBase(),"carro"+(i+1)+".jpg");
tracker.addImage(img,0);
}
}
public void start()
{
if (hilo==null)
{
hilo = new Thread(this);
hilo.start();
}
}
public void stop()
{
hilo = null;
sonido.loop();
}
public void paint(Graphics g)
{
if (tracker.checkAll())
g.drawImage(img[imgActual],0,0,this);
else
{
g.drawString("Cargando",10,10);
g.drawString("graficos",10,30);
g.drawString("Prueba de audio",25,25);
}
}
public void run()
{
try{
repaint();
tracker.waitForAll();
}
catch (InterruptedException e) {}
while (hilo!=null && hilo.isAlive()){
imgActual++;
if(imgActual>=img.length) imgActual=0;
repaint();
try{
hilo.sleep(250);
}
catch (InterruptedException e) {}
}
}
public void update(Graphics g) {
paint(g);
}
}
PostPosted: Wed Oct 04, 2006 8:09 pm


hasta en los threads de spam se aprenden cosas nuevas xd

Shaka~Virgo
Vice Captain


jeef
Crew

9,200 Points
  • Signature Look 250
  • Dressed Up 200
  • Peoplewatcher 100
PostPosted: Sat Oct 07, 2006 7:19 pm


B U M P xp
PostPosted: Sun Oct 08, 2006 7:36 pm


B U M P rolleyes

jeef
Crew

9,200 Points
  • Signature Look 250
  • Dressed Up 200
  • Peoplewatcher 100

C.H.I.B.I. Quimera Y
Crew

PostPosted: Sun Oct 08, 2006 7:52 pm


Bump
PostPosted: Mon Oct 09, 2006 8:00 pm


B U M P pirate

jeef
Crew

9,200 Points
  • Signature Look 250
  • Dressed Up 200
  • Peoplewatcher 100

jeef
Crew

9,200 Points
  • Signature Look 250
  • Dressed Up 200
  • Peoplewatcher 100
PostPosted: Tue Oct 10, 2006 7:46 pm


B U M P wink
Reply
Sp@m

Goto Page: [] [<] 1 2 3 ... 4 5 6 ... 57 58 59 60 [>] [>>] [»|]
 
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
//
//

// //

Have an account? Login Now!

//
//