00:00
00:00
Newgrounds Background Image Theme

RenieDraws just joined the crew!

We need you on the team, too.

Support Newgrounds and get tons of perks for just $2.99!

Create a Free Account and then..

Become a Supporter!

Reviews for "Interactive Buddy v.1.01"

I could play it for almost forever

I love this game! It is the coolest thing I've ever played on the internet(except Alien Hominid). But I do have a question, how do you turn off the gravity shifter? Anyway good job and nice idea.

best ever

i love this game , i used to play it on a different page untill i found new grounds. you get a 10

:) greatt game

great worth a try

BEST. GAME. EVER.

Very cool, really enjoyed it.

Cheat? Well I can only remember ONE...wonder if it'll work here.

+1000 dollars (instant)
SPACE
UP ARROW
SPACE
DOWN ARROW
LEFT ARROW
RIGHT ARROW
LEFT ARROW
RIGHT ARROW
Try that, see if it works for you.

Some fun scripts

hey guys! just wanted to give some helpful scripts for scripting engine access mode :). First if you want these effects you have to goto modes and select buy new modes, then purchase the "scripting access mode" and run it.
now for the codes:
Nuke: (may slow down computer, got my frame rate down to 1.4 frames a second :()
if(getMouseDown() && bnot(oMouse),
explode(getXMouse(),getYMouse(),100.0 )+
fire(getXMouse(),getYMouse(),0,-20,20 ,100,100,100,false)
,0);

Killer rain:
t=t+1;
water(getBuddyX(), 0, 0, 0, 10000, 50, 1, false));

Bowling ball cannon: (put some bowling balls on the screen first, then hold the mouse)
if(getMouseDown(), create("bowlball", getBuddyX(), getBuddyY(), -100, -100));

Possessed buddy:
i=i+1;
say("DIE MORTALS! HAHAHAHAHAH!!",100)
if(equal(i%.5, 0), addBuddyVel(randomBet(-200, 200), randomBet(-200, 200)));

Elemental fountain:
t=t+1;
if(t%2,water(sin(t*.075)*125+275,cos(
t*.052)*100+2 00,0,0,140,.075,2,2,false),0);
if(t%2,fire(sin(t*.075)*125+275,cos(t *.052)*100+20 0,0,0,140,.075,2,2,false),0);
if(t%2,shock(sin(t*.075)*125+275,cos(
t*.052)*100+2 00,0,0,140,.075,2,2,false),0)

BTW, great game i spend hours on it!