196
Off Topic / Stonky Kong Racing
« on: July 15, 2014, 03:44:33 PM »
After watching Stinky's Deca-Boshy marathon, I started seeing his face in everything...
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
//step event of block
fallSpd=3;
//pushable
if (place_meeting(x-3,y,player) && player.h == 1) move_contact_solid(0,3);
else if (place_meeting(x+3,y,player) && player.h == -1) move_contact_solid(180,3);
//fallable
if (place_meeting(x,y+1,block)) vspeed=0;
else move_contact_solid(270,fallSpd);
var L,R,h;
With this line:var L,R;
h=0;