PDA

View Full Version : Help with a game on this site.


bdawg923
05-29-2006, 10:31 PM
http://www.ebaumsworld.com/roadblock.html

I can't do level 18. I was wondering if anybody beat this game and could help out. The pass is 'hospital'. Thanks. ^^

If this is posted in the wrong place, please move it.

refoops
05-30-2006, 05:56 AM
Infinite Money [Just Click On Buddy] [Must have checked Run Every Frame box]
gx = getBuddyX();
test = gx>510||gx<40;
if(test,explode(gx+random()-.5,getBuddyY(),.15),0)
if(getMouseDown() && bnot(oMouse),
playSound("shock",100)+
assign(rr,random()*100)+
assign(n,0)+
assign(t,25)+
loop(t,explode(getXMouse()+sin(n/t*10+rr)*15,n/t*400)+assign(n,n+1)
,0);
oMouse = getMouseDown()

OLIAX
05-30-2006, 07:32 AM
I only got to level 17 hotwater :(

EDIT: found this http://www.byronsolomon.com/road-blocks.shtml

bdawg923
05-30-2006, 08:57 PM
Infinite Money [Just Click On Buddy] [Must have checked Run Every Frame box]
gx = getBuddyX();
test = gx>510||gx<40;
if(test,explode(gx+random()-.5,getBuddyY(),.15),0)
if(getMouseDown() && bnot(oMouse),
playSound("shock",100)+
assign(rr,random()*100)+
assign(n,0)+
assign(t,25)+
loop(t,explode(getXMouse()+sin(n/t*10+rr)*15,n/t*400)+assign(n,n+1)
,0);
oMouse = getMouseDown()

uhh What?

And OLIAX, Thank you very much! :)