You need a Grounds Gold Account to post on the NG BBS! If you don't have one, click here to sign up now! It's fast, free, and easy — and opens up tons of great NG features!

Author Search Results: 'pyrochickenLH'

We found 1,220 matches.


<< < > >>

Viewing 1-30 of 1,220 matches. 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 92541

1.

None

Topic: Show me your desktop

Posted: 07/24/07 08:09 AM

Forum: General

Here is mine

Show me your desktop


2.

None

Topic: Fucking Screamer Virus! Omfg!

Posted: 07/23/07 08:34 PM

Forum: General

Fuck, that would be so annoying, those things scare the shit out of me!


3.

None

Topic: Money for doing surverys...

Posted: 08/16/06 09:29 PM

Forum: General

Ok I was just on the IRC channel, and anyways some guy tryed to scam people into clicking his refural link, so I did. Check out this website you can make money for just doing surveys ans stuff... Ill put my refral link and normal one so you can choose....

Mine...
http://www.treasuretrooper.com/154580 (please click there)

and here...
http://www.treasuretrooper.com


4.

None

Topic: Megadeth sucks

Posted: 07/17/06 08:42 PM

Forum: General

At 7/17/06 08:41 PM, ZeRo_PrImE wrote: No.

OWNED


5.

None

Topic: What's your Power song?

Posted: 07/10/06 04:05 PM

Forum: General

In the club-satisfaction remix </period>


6.

None

Topic: I think I love

Posted: 07/10/06 04:03 PM

Forum: General

I dont know how much she injoys posting pictures or her on the interweb, especially newgrounds, populated with hormonal 13 year olds, looking for something to fap to.


7.

None

Topic: Halo vs Half-life

Posted: 07/10/06 04:01 PM

Forum: General

At 7/10/06 03:52 PM, Theclocketeer wrote:
At 7/10/06 03:42 PM, Spartan_74 wrote:
halo is ove and half life is just stupid. wait, what's that counter strike thing that no one likes? i think it is half life actually

Why are you saying no one likes counter strike?? Its most deffinatly one of The most populated games ever. Don't make dumb posts if you cant back them up.


8.

None

Topic: Post all videos here

Posted: 07/08/06 12:52 PM

Forum: General

At 7/7/06 01:33 PM, Jagazaar wrote: I'm feeling in a video-whore kinda mood right now, so I'm gonna post a few more that make me rofl. The Return of Hitler. Best. Rap. EVER.

Im sorry but THIS is the best rap EVER.

Post all videos here


9.

None

Topic: National Emo Beatdown Day

Posted: 06/02/06 10:19 PM

Forum: General

At 6/2/06 10:18 PM, Porn_Dude wrote: OFF WITH THE EMO JOKES YOU DORKS.

Chill cuz.


10.

None

Topic: C++ Multi-Word strings

Posted: 04/15/06 10:51 AM

Forum: Programming

Ok, that works too, but my script looks for certain keywords or phrases, so can I analyse a char??


11.

None

Topic: C++ Multi-Word strings

Posted: 04/14/06 09:25 PM

Forum: Programming

Ok thats works better, except it now cuts out the first word of the sentence, how do I stop that??


12.

Angry

Topic: C++ Multi-Word strings

Posted: 04/12/06 09:35 PM

Forum: Programming

Ok this is frustrating me, just to test a simple part of code, You simple type in a sentence and it stores it into a string value, but when ever there are multiple words, well just spaces that is, the program ends, which I guess means that strings can handle spaces, how can I stop this? isnt a space a character, and dont strings hold characters? Im confused....


13.

None

Topic: C++ and the Internet

Posted: 04/12/06 09:15 PM

Forum: Programming

Im stuck again, sorry if i offened anyone, but its just a question so, I need to know if i can use STL to put a keyword in the middle of the website address entered by the user, then go to the site, although STL really confuses me.


14.

None

Topic: C++ and the Internet

Posted: 04/12/06 05:35 PM

Forum: Programming

At 4/12/06 03:33 PM, perj wrote: it might be easier to use java

Or I could continue using the better langage


15.

None

Topic: C++ and the Internet

Posted: 04/12/06 01:51 PM

Forum: Programming

At 4/12/06 01:28 PM, elbekko wrote: I guess you can use sockets.

Could you give me an example?


16.

None

Topic: C++ and the Internet

Posted: 04/12/06 12:13 PM

Forum: Programming

Ok, I've searched google and what-not, but with no prevail it hasn't awnsered my question. Ok I re-added smarterchild@hotmail.com to my msn, and for you who dont know what that is, search it, or just add him, to make it short, its a bot. Anyways It inspired me to make a C++ version of some sorts, kind of a personal assistant, but im not the most fluent with c++ so i was woundering is there a way that I can open, say internet explorer, or firefox through c++, and even go to a certain website?


17.

None

Topic: Feminists

Posted: 03/27/06 09:05 PM

Forum: General

http://video.google...;q=ali+g&pl=true

Ali G. knows what a women is!


18.

None

Topic: C++ Codes Here!

Posted: 02/19/06 10:46 AM

Forum: Programming

Okay i just finished this game, you think of a number, the computer will guess it h=high, l=low, r=right.

#include <iostream>
#include <cstdlib>
#include <ctime>
using namespace std;
main()
{
srand(time(0));

int number = rand() % 100 + 1;
int affect = number;
int tries = 0;
char anwser;

cout<<"\t***Welcome to the Number Guesser Game***!";

cout<<"\nGuess a number between 1 and 100, then press 'enter'.";
cin.get();

do
{
cout << "\n\nIs the number "<< affect << "? (h/l/r)";
cin >> anwser;
cin.ignore();
++tries;

if (anwser == 'h')
affect = (affect - number);
number = rand() % 10 + 1;

if (anwser == 'l')
affect = (affect + number);
number = rand() % 10 + 1;

} while (anwser != 'r');

cout << "\n\n***Yeah! I got it in " << tries << " guesses!***";

cin.get();
return 0;


19.

None

Topic: 2006 Super Bowl discussion thread.

Posted: 02/05/06 05:53 PM

Forum: General

Im thinking the Steelers are gonna win this bitch


20.

None

Topic: who was mr rogers?

Posted: 02/03/06 11:56 AM

Forum: General

If you dont know who Mr. Roger's was then you were never a kid, he had a kids tv show, but it might have just been in canada.


21.

None

Topic: Snes Vs. Sega Genesis

Posted: 01/25/06 07:54 PM

Forum: General

At 1/24/06 09:43 PM, LordXanthus wrote: You see? Buy them both!

Didnt i already say that i wasnt buying both..........


22.

None

Topic: I will rate your addiction.

Posted: 01/24/06 09:15 PM

Forum: General

Crack


23.

None

Topic: Snes Vs. Sega Genesis

Posted: 01/24/06 09:13 PM

Forum: General

At 1/24/06 09:11 PM, Ghost_Ryder wrote: There are millions of games that aren't Halo.

I know, i was just seeing how many little xbox fanboys would get pissed, but i guess if your a halo fanboy, you probally dont now what a Snes or Sega is.


24.

None

Topic: Snes Vs. Sega Genesis

Posted: 01/24/06 09:08 PM

Forum: General

Now im leaning towards the Snes side, but i dont want to give up on sonic, i need some more convincing, then again, mario is also pretty sweet.


25.

None

Topic: Snes Vs. Sega Genesis

Posted: 01/24/06 08:55 PM

Forum: General

At 1/24/06 08:51 PM, The-Dave wrote: Well if you don't care about price.. then why the hell don't you just get both of them?

Well i do care to not spend money on two consoles, that would be the reason i made this topic, smart-ass.


26.

None

Topic: Snes Vs. Sega Genesis

Posted: 01/24/06 08:49 PM

Forum: General

Alright, ive come to a probleme, im really want an older game console, for these reasons:
1.Cheap
2.There amazing
3.Its not halo

And i dont care about price or anything, and im getting one off ebay, so which one should i buy:
SNES or Sega Genesis.

Snes has many amazing games, like super mario, mario cart etc.
Sega has Sonic, Sonic is Awsome

Im leaving it up to you guys, so chose wisely......


27.

None

Topic: whats youre second language?

Posted: 01/17/06 08:23 PM

Forum: General

First-English
Second-French


28.

None

Topic: Getting tired of trying...

Posted: 01/11/06 08:51 PM

Forum: Flash

At 1/9/06 08:41 PM, different wrote:
At 1/9/06 08:36 PM, pyrochickenLH wrote: on (release) {
gotoAndPlay( "Scene 15", 1 );
}
Try this:
on(release){
_root.gotoAndPlay("Scene 15", 1);
}

now it just does nothing...


29.

None

Topic: Getting tired of trying...

Posted: 01/09/06 08:36 PM

Forum: Flash

Ok this should be real easy for some of you guys to help me with, so please dont flame me, ive been searching for the last hour, google, newgrounds actionscript.org, you name it, any ways, im having a problem with one of my buttons, its a button, that takes you to a scene seletion menu, so far i have


on (release) {
gotoAndPlay( "Scene 15", 1 );
}

which is the correct destination exactly, but it just takes me to scene 1, frame 1.

By the way, the button is in preloader1 > NewgroundsPreLoader and is called scene_selection_

preloader1 is the name of the first scene, Scene 15 is the name of the scene selection scene.


30.

None

Topic: Getting tired of trying...

Posted: 01/08/06 12:35 PM

Forum: Programming

Ok this should be real easy for some of you guys to help me with, so please dont flame me, ive been searching for the last hour, google, newgrounds actionscript.org, you name it, any ways, im having a problem with one of my buttons, its a button, that takes you to a scene seletion menu, so far i have


on (release) {
gotoAndPlay( "Scene 15", 1 );
}

which is the correct destination exactly, but it just takes me to scene 1, frame 1.

By the way, the button is in preloader1 > NewgroundsPreLoader and is called scene_selection_

preloader1 is the name of the first scene, Scene 15 is the name of the scene selection scene.


All times are Eastern Standard Time (GMT -5) | Current Time: 03:25 AM

<< < > >>

Viewing 1-30 of 1,220 matches. 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 92541