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: 'tucker729'

We found 26 matches.


<< < > >>

Viewing 1-26 of 26 matches.

1.

None

Topic: Need help with dark cut 2

Posted: 05/06/08 05:04 PM

Forum: Where is / How to?

At 11/6/07 05:56 AM, 7384-9809 wrote:
At 11/4/07 06:28 PM, tucker729 wrote: How do you get the easter egg?
Click the 2 in the title "Dark Cut 2" at the main menu.

thx thx thx thx thx thx thx thx thx a little late but thx thx


2.

Shouting

Topic: Interactive Buddy

Posted: 04/22/08 04:12 PM

Forum: Where is / How to?

At 5/7/07 03:45 AM, eeriet wrote: My Favourite Interactive Buddy scripts:
Hang Buddy:
addConstraint("body",250,330,0);
addConstraint("rArm",250,250,0);
addConstraint("rLeg",225,375,0);
addConstraint("lArm",250,250,0);
addConstraint("lLeg",275,375,0);
addConstraint("head",250,300,0);

i used the hang buddy code and turned it off but hes still stuck wut do i do?


3.

None

Topic: Interactive Buddy

Posted: 04/22/08 03:52 PM

Forum: Where is / How to?

play game with buddy(works)if(firstRun(),
assign(MaxGuess, 7)+
assign(Answer, 0)+
assign(Min, 1)+
assign(Max, 100)+
assign(Mode, 0)+
assign(Guess, 0)+
assign(GuessNum, 0)+
assign(Prize, 0)+
assign(Click, 0)+
assign(Bomb, 0)+
assign(Timer, 0)
,0);

"Modes: 0=Start 1=Guess 2=WaitAns 3=Right 4=Wrong 5=WaitHint";

Answer = "X";

if(getMouseDown(),
if(Click==0,
if(getYMouse()>=91&&getYMouse()<=107,
if(getXMouse()>=62&&getXMouse()<=97,
assign(Answer, "YES")
,0)+
if(getXMouse()>=150&&getXMouse()<=180,
assign(Answer, "NO")
,0)
,0)
,0)+
assign(Click, 1)
,
assign(Click, 0)
);

if (Mode == 0,
flashMessage("Click mouse when ready.

Tip: Use Hand->None.", 1)+
say("Let's play a game. You think of a # from 1 to 100 and I get "+MaxGuess+" guesses.", 1)+
if(getMouseDown(),
assign(Mode,1)
,0)
,0);

if (Mode == 1,
assign(GuessNum, GuessNum+1)+
assign(Guess, round(randomBet(Min, Max+1)-0.5))+
assign(Timer,30)+
assign(Mode,2)+
if(GuessNum==MaxGuess,
playSound("shock",200)+
shock(getBuddyX(),getBuddyY())
,0)
,0);

if (Mode == 2,
say("Are you thinking of the number "+Guess+"?", 1)+
if (Timer == 0,
flashMessage("Is Guess #"+GuessNum+" Correct?

[YES] [NO]", 1)+
if (Answer=="YES",
say("
Yay! I win!", 60)+
assign(Mode, -1)
,0)+
if (Answer=="NO",
assign(Mode, 4)
,0)
,
assign(Timer, Timer-1)
)
,0);

if (Mode == 4,
assign(Answer, "X")+
assign(Timer,30)+
assign(Mode, 5)+
assign(Prize, round(randomBet(1, 4+1)-0.5))+
if(Min>=Max,
say("Liar! It HAS to be "+Guess+".", 60)+
assign(Prize, -1)+
assign(Mode, -1)
,0)+

if(GuessNum == MaxGuess-1,
assign(Bomb, create("bowlball", getBuddyX(), 50, 0, 5))
assign(Prize, -1)+
assign(Timer,30)
,0)+

if(GuessNum == MaxGuess,
create("fireball", getBuddyX(), getBuddyY(), 0, 0)+
explode(getX(Bomb), getY(Bomb), 1.8)+
destroy(Bomb)+
assign(Prize, -1)+
assign(Mode,-1)+
flashMessage("
YOU WIN!", 60)
,0)+

if(Prize == 1||Prize == 2,
playSound("shock",200)+
shock(getBuddyX(),getBuddyY()-30)
,0)+

if(Prize == 3,
create("baseball", getBuddyX(), 50, 0, 5)
,0)+

if(Prize == 4,
loop(10,
water(getBuddyX()+randomBet(-15,15), randomBet(1,120), 0, 15, 30, 0.5, 2, 12, 0)+
water(getBuddyX()+randomBet(-15,15), randomBet(1,140), 0, 15, 30, 0.2, 4, 12, 0)
)
,0)
,0);

if (Mode == 5,
say("Is it HIGHER than "+Guess+"?", 1)+
if (Timer == 0,
flashMessage("Higher than "+Guess+"?

[YES] [NO]", 1)+
if (Answer=="YES",
assign(Min, Guess+1)+
assign(Mode, 1)
,0)+
if (Answer=="NO",
assign(Max, Guess-1)+
assign(Mode, 1)
,0)
,
assign(Timer, Timer-1)
)
,0);


4.

Mad as Hell

Topic: Interactive Buddy

Posted: 04/21/08 12:16 PM

Forum: Where is / How to?

At 10/7/07 08:03 PM, adamrv1 wrote: do you want to play a game with your buddy.just enter this in scripting engine access
NOTE:it has some bad language in it!!!!!!

i dont no how 2 play!!


5.

None

Topic: Stick Arena Cheats?

Posted: 11/07/07 05:47 PM

Forum: Where is / How to?

At 1/15/06 02:17 PM, denose2003 wrote: Yes, there is cheats Rofl i am a hacker in sa i have hacked impulses acc :P i know wall hack and such

what is the hack?


6.

None

Topic: Rules that don't make fucking sense

Posted: 11/06/07 08:45 PM

Forum: General

At 11/5/07 06:11 PM, Syphonik wrote:
At 11/5/07 06:10 PM, PhoenixTails wrote: The schools attempt to control what you eat. Like at my school, they don't let you buy from vending machines until after lunch. Tell me what fucking genius thought that up.
At my school, we couldn't get things from the vending machine until lunch.

At my school we coudn't get things from the vending machine at all.


7.

None

Topic: Need help with dark cut 2

Posted: 11/04/07 06:28 PM

Forum: Where is / How to?

How do you get the easter egg?


8.

None

Topic: halp

Posted: 11/04/07 04:39 PM

Forum: Where is / How to?

At 10/23/07 07:28 PM, nerdking wrote: is the thing your looking for something yu wuld see on robot chicken?

kind of but not on robot chicken


9.

None

Topic: halp

Posted: 10/23/07 06:16 PM

Forum: Where is / How to?

At 10/13/07 12:51 PM, DnaDraxxus wrote: You could start by looking through these, i would help but i just woke up and im starving. : )

no not there


10.

Thinking

Topic: halp

Posted: 10/13/07 12:33 PM

Forum: Where is / How to?

I am looking for a flash movie where darth vader and the emporer are at a restarount and darth keeps complaining because it is takin a hour


11.

None

Topic: How YOU can become a MOD!

Posted: 10/05/07 07:13 PM

Forum: General

mod please


12.

None

Topic: How YOU can become a MOD!

Posted: 10/05/07 07:04 PM

Forum: General

At 1/29/03 08:48 PM, Josh wrote: I would love to see NG BBS clean and mature. I been wishing for that since the New BBS was implemented back in Feb 2001.

Me too


13.

None

Topic: Eyes From Hell [a Bbs Story]

Posted: 09/24/07 07:57 PM

Forum: General

Are you guys talking about a game and can i be in it?


14.

Elated

Topic: bulletproof picos' school

Posted: 09/20/07 05:55 PM

Forum: Where is / How to?

At 9/16/07 04:54 PM, distantgamer wrote: Here you go!

thank you i will add it on my favs so it wont get lost.com


15.

None

Topic: bulletproof picos' school

Posted: 09/16/07 04:25 PM

Forum: Where is / How to?

Does anyone know where I can find bullet proof picos' school or make a link please?


16.

Resigned

Topic: how do i view my save/blam points?

Posted: 08/19/07 06:39 PM

Forum: Where is / How to?

blam: if you vote a submission thats underjudgement(the violet one in the flash portal) if 1and2 the submission is blamed the score of the flash game will get a decrease on there score
save:if you vote 3,4.5 at a urderjudgement the author will a protectionpoints and you savepoints
plz read the FAQ for more info... (if your stupid click here plz don't click it)

what the heck,your click here took me 2 yahoo.com! was it supposed to do that


17.

Crying

Topic: Happy Clock Day 2007!

Posted: 08/19/07 06:33 PM

Forum: NG News

i cant find clock day


18.

None

Topic: Interactive Buddy

Posted: 08/18/07 06:52 PM

Forum: Where is / How to?

the hang buddy doesn't work


19.

None

Topic: Interactive Buddy

Posted: 08/18/07 06:06 PM

Forum: Where is / How to?

Hey dude, what are other ways to be nice to the buddy, i mean, he likes the radio, he likes being tickled, but thats about it, so how do i be nice?
P.S. The strong gravity vortex is so fun with 20 bowling balls in the room.

the water hose is a good way to make him happy and make money


20.

Happy

Topic: cheats for meteolife or stickrpg?

Posted: 08/18/07 04:56 PM

Forum: Where is / How to?

THANKS OH AND IF U READ MY OTHER POST TELL VEIN DIGGER TO SHUT UP PLEASE!


21.

Mad as Hell

Topic: Help with blams and saves

Posted: 08/18/07 04:47 PM

Forum: Where is / How to?

I DID THAT YOU C**K!!!!!!!!


22.

Happy

Topic: cheats for meteolife or stickrpg?

Posted: 08/18/07 04:39 PM

Forum: Where is / How to?

Thanks alot


23.

None

Topic: cheats for meteolife or stickrpg?

Posted: 08/18/07 04:35 PM

Forum: Where is / How to?

anyone have cheats for stick rpg complete or meteolife?


24.

None

Topic: Secrets

Posted: 08/18/07 04:18 PM

Forum: Where is / How to?

no the secrets don't work for me either .


25.

Thinking

Topic: Help with blams and saves

Posted: 08/18/07 04:11 PM

Forum: Where is / How to?

How do you recive the blam and protection points because i have 5 protection points and nothing happend?


26.

Angry

Topic: Reviewing

Posted: 08/18/07 03:00 PM

Forum: Flash

How come your only alowed one review per subision?That makes me angry!Please respond Tom Fulp.


All times are Eastern Standard Time (GMT -5) | Current Time: 07:27 PM

<< < > >>

Viewing 1-26 of 26 matches.