|
|
|
|
|
|
|
|
|
Posted: Tue May 23, 2006 4:24 am
Kozo heh heh heh...ow. I just got back from party thing. LEsson has been learned. If you are sore all over body from riding mechanical bull...Don't sign up to wash dishes for 5 hours in the back of a greek restraunt...it makes the hurt worse. I'm still trying to pirate Winter Assault. It's being stupid, nobody's ripped it correctly. so far they've either been missing the running files, exe's or sometimes...both. Stupid people. Bleh. I hurt. I go sleep now. If anybody has a good rip let me know. When does dark crusade come out? Somehow that's funny. Don't mind me and my twisted sense of humor! I've always wanted to ride a mechanical bull...o.o
|
 |
 |
|
|
|
|
|
|
|
|
|
|
|
|
Posted: Tue May 23, 2006 8:39 am
|
|
|
|
|
|
|
|
|
|
|
|
|
Posted: Tue May 23, 2006 11:11 am
Same with me. Thank goodness ninja I thought I'd never finish my exams
|
 |
 |
|
|
|
|
|
|
|
|
|
|
|
|
Posted: Tue May 23, 2006 1:13 pm
YAY Shazzer made her first animation applet. With multiple threads running and everything. It took me about forty minutes to write the whole thing and get it working correctly. xD *proud* Quote: import java.awt.*; import java.applet.Applet;
public class J19 extends Applet implements Runnable
{ String cityOne = "Madrid"; //I've always wanted to go to Spain String cityTwo = "Paris"; //the city of looove~ String cityThree = "New Orleans"; //where jazz was born smile String cityFour = "Sydney"; //in Australia, not NS... I want to see the opera house String cityFive = "Berlin"; //ich liebe Deustchland
int control = 0; //switches between strings
int yPos = 0; int xPos = 0; Thread runner;
public void start() { if (runner == null) { runner = new Thread(this); runner.start(); } }
public void run() { while(true) //always loops { if (yPos > (getSize().height)/2) //if it goes down past the middle, change directions (or keep going right) { xPos +=2; repaint(); try { runner.sleep(50); } catch (InterruptedException e) { }
} if (xPos >= (getSize().width)) //if it goes off the right { yPos = 0; xPos = 0;
if (control >= 5) //once the last is offscreen, go back to the first one control = 0; else //otherwise, just go on to the next control +=1; } if (yPos <= (getSize().height/2)) //on the way down, just keep on truckin' { yPos += 2; repaint(); try { runner.sleep(50); } catch (InterruptedException e) { } }//else }//while }//method
public void paint (Graphics g) { setBackground(Color.pink); switch (control) { case 0: g.setColor(Color.blue); g.drawString(cityOne, xPos,yPos); break; case 1: g.setColor(Color.green); g.drawString(cityTwo, xPos,yPos); break; case 2: g.setColor(Color.yellow); g.drawString(cityThree, xPos,yPos); break; case 3: g.setColor(Color.white); g.drawString(cityFour, xPos, yPos); break; case 4: g.setColor(Color.red); g.drawString(cityFive, xPos, yPos); break; }// switch, changes Strings
}
}
|
 |
 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Posted: Tue May 23, 2006 2:22 pm
Yay! Grats Shaz ^^ And Kozo? Hope the drugs helped ya razz Brian came to me just as I was leaving and told me you were looking for moi
Again, hope they helped.. cause I felt like a drug dealer when I handed brian the Ibuprofen for your pains stressed
|
 |
 |
|
|
|
|
|
|
|
|
|
|
|
|
Posted: Tue May 23, 2006 3:12 pm
Rhythm and Police. Heavy Mode.
OH GOD MY LEGS.
I got through about 17 seconds of PARANOiA, too. Whoot.
|
 |
 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Posted: Tue May 23, 2006 6:13 pm
Kozo heh heh heh...ow. I just got back from party thing. LEsson has been learned. If you are sore all over body from riding mechanical bull...Don't sign up to wash dishes for 5 hours in the back of a greek restraunt...it makes the hurt worse. I'm still trying to pirate Winter Assault. It's being stupid, nobody's ripped it correctly. so far they've either been missing the running files, exe's or sometimes...both. Stupid people. Bleh. I hurt. I go sleep now. If anybody has a good rip let me know. When does dark crusade come out? Kozo, I don't know where to get Winter Assault, but DOW Files have a mod called Steel Legion that is based on the Emperial Guard. I guess some people think its even better. But I haven't played it, since it was an assload for 56Kbps.
|
 |
 |
|
|
|
|
|
|
|
|
|
|
|
|
Posted: Tue May 23, 2006 6:23 pm
...I hate computers. Officially. Well, at least mine.
Okay, here's the scoop. I'm out of AIM, WMP, and many other programs (Diablo II and Age of Mythology, to name a few), so I'm probably going to have my computer reformatted or try to reinstall Windows again and pray to whatever lord of computers there is above us to heal my machine.
Then again, reinstalling Windows was a temporary fix the first time this sort of thing happened (but now it's worse).
So I might be out of contact for an unheard of couple of days. Just a head's up.
*goes to eliminate spyware and scan for viruses in a desperate attempt to save his baby*
|
 |
 |
|
|
|
RogueKazimeras Vice Captain
|
|
|
|
|
|
|
|
|
|
|
|
Posted: Tue May 23, 2006 8:37 pm
Even though I hate it more than life itself, I am glad that I have notrion.
I have to turn it off on my regular computer to even open a download window.
|
 |
 |
|
|
|
|
|
|
|
|
|
|
|
|
Posted: Tue May 23, 2006 8:54 pm
LOL No problem Hawkgirl, I agree it's funny as hell....unfortunetly it hurts just as much. ^_^ Yes Lasha the drugs did indeed help! I may skip school tomorrow though if the pain's unbarable...well, actually that's a lie. If the pain's unbareable then I'll probably just wince and moan a whole bunch and clutch the aching muscles.... YAY! We're having a poodle reunion tomorrow! All the poodle babies are coming back to their home. A herd of 4 of the little buggers will be galavanting about the house. If only we could get number 5 too... 4laugh
I'll probably go check out that Steel Legion thing Leox, thanks!
|
 |
 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Posted: Tue May 23, 2006 9:23 pm
Yeah. Good luck with that Kozo. The mods there are never the same. I had to download like 3 mod managers.
Also, I guess that the Deamon Hunters mod is great too.
I just use the site for downloading badges and banners.
|
 |
 |
|
|
|
|
|
|
|
|
|
|
|
|
Posted: Wed May 24, 2006 6:37 am
I just invited someone 'cause she asked all nice.
Nah, just kidding. NH (formerly TO) would never ask nice. blaugh She's more the type to threaten. gonk
She's a really good roleplayer, and knows the weirdest words ever. Also, she can buy me beer and lives a $4.50 taxi ride away from my house. So yeah. I figured I wouldn't have to ask permission or anything...? gonk
Your Shazzer has good judgement. I swear! sweatdrop
|
 |
 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Posted: Wed May 24, 2006 7:10 am
I would sooner beat you with a chair than buy you beer, sweetie. heart
To introduce myself in the apparent main thread of this subforum, I am NH: pauper by choice both on and off Gaia.
Okay, not so much off. I'm currently "between jobs" after terminating my previous employment at a video rental store. But I'm looking! gonk
|
 |
 |
|
|
|
|
|
|
|
|
|
|
|
|
Posted: Wed May 24, 2006 7:20 am
Welcome NH!! biggrin
Yeah.. I've just quit my job too.. but I've got something lined up already, I'm gonna be working at a camp pretty much every weekend in the kitchens for about 8 hours a day, for $8/hour. Sadly, I'd be making more money in one weekend than I would a whole two weeks of pay at my old job >.<
(I work at McDonalds right now.. and they've been giving me crap hours since I got bumped up to eight bucks and hour crying )
And Kozo? YOU NEED TO COME TO SCHOOL AND HELP ME WRITE A BALLAD!! Man I hate english class.. and Ms. Olsen.. she was a retard even when she was still teaching P.E.!!
And I know my rants don't exactly reach the length and quality of Kozo's... this is the most you'd probably see of it blaugh
|
 |
 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Posted: Wed May 24, 2006 7:41 am
Thanks. And don't worry... length doesn't matter. I'm lying, it does
I'm thinking of applying for a job at a call center, taking incoming. I'd get paid extra because I'm bilingual. (Well, in all technicality, I took a semester of Japanese, too, but that doesn't really count.)
I think they start at like, 9$ or something. Gotta pay for tuition. Jesus... Get into university and all your savings go straight down the effin' drain.
|
 |
 |
|
|
|
|
|
|
|
|
 |
|
|
|
|
|
|