Search found 85 matches
- Tue Aug 16, 2011 9:41 am
- Forum: Programming Discussion
- Topic: Java help!? sorry :P
- Replies: 2
- Views: 550
Java help!? sorry :P
Hello everyone! I have a problem and I'm not quite sure why it's a problem. Here is the code that is giving me a problem private void analyzeImage(BufferedImage i){ for (int y = 0; y == rect.height; y++){ for (int x = 0; x == rect.width; x++){ robot.getPixelColor(x, y); } } } For some reason, nothin...
- Wed Jul 20, 2011 3:03 pm
- Forum: *(NULL) - Posts You Shouldn't Make
- Topic: I want help.
- Replies: 24
- Views: 16299
Re: I want help.
Figures. Complete trolls.
- Wed Jul 20, 2011 2:46 pm
- Forum: *(NULL) - Posts You Shouldn't Make
- Topic: I want help.
- Replies: 24
- Views: 16299
Re: I want help.
Apparently you have your heads far up your asses. Let me clarify things for you. The OP has laid out a simple sentence for us to read. In this sentence, he explains that he possesses a "more than basic" understanding of c++, and finishes by admitting that he could not find another person w...
- Wed Jul 20, 2011 10:36 am
- Forum: *(NULL) - Posts You Shouldn't Make
- Topic: I want help.
- Replies: 24
- Views: 16299
Re: I want help.
God help us all! Can a mod remove these stupid ass posts? I want to hold back my anger at your stupidity sir but it is very hard indeed! Responses such as yours is the reason I made the first post in this thread!!! This dude is asking for someone to code with, if you aren't gonna help him stfu and g...
- Wed Jul 20, 2011 8:57 am
- Forum: *(NULL) - Posts You Shouldn't Make
- Topic: I want help.
- Replies: 24
- Views: 16299
Re: I want help.
No offense but you guys are kinda being jerks to this guy. Take his word for what he says and give him some respect. He says he has more than a basic understanding of c++ and would like to find someone to code a game with. If you can't help him with what hes asking, maybe you should refrain from pos...
- Wed Jul 20, 2011 1:13 am
- Forum: Game Development
- Topic: What projects are you currently working on?
- Replies: 500
- Views: 183940
Re: What projects are you currently working on?
Woah joe, are you doing that all by yourself? That's incredible! Keep up that awesome work!!!!
- Tue Jul 19, 2011 11:03 pm
- Forum: General Gaming
- Topic: Falco's Biweekly Game Purchases
- Replies: 74
- Views: 74961
Re: Falco's Biweekly Game Purchases
Hmm, never even heard of that game before. Guess i'll tube it up. On a side note, Falco oddly reminds me of old war vets.
- Tue Jul 19, 2011 12:35 pm
- Forum: General Gaming
- Topic: I AM NOW GETTING A 3DS!
- Replies: 25
- Views: 7673
Re: I AM NOW GETTING A 3DS!
I believe a title change is in order..
"I AM NOT GETTING A 3DS!"
What a waste of precious hope.
"I AM NOT GETTING A 3DS!"
What a waste of precious hope.
- Fri Jun 24, 2011 1:28 pm
- Forum: General Gaming
- Topic: BREAKING NEWS! (MEGAMAN LEGENDS)
- Replies: 2
- Views: 1507
Re: BREAKING NEWS! (MEGAMAN LEGENDS)
Woah! I can not wait! I hope it lives up to the awesomeness that was Legends 1 and 2. If anyone has any second thoughts of playing the games, don't. Definitely worth time and money. Thanks for the share!
- Thu Jun 23, 2011 11:30 am
- Forum: Programming Discussion
- Topic: Artificial Stupidity
- Replies: 25
- Views: 3678
Re: Artificial Stupidity
Actually, what I believe is going on is that his AI is stupid. Hehe, I had a similar problem in a game I made to learn programming with. I had a player that could shoot bullets, and the bullets would know when to die because they would hit the x,y that the mouse was aiming at. I used the same thing ...