0 Members and 2 Guests are viewing this topic.
Now, you can't fly so much.I wonder how to disable pressing the UP key too long or many times to avoid flying :S
Quote from: ScoutDavid on December 22, 2010, 06:18:13 pmNow, you can't fly so much.I wonder how to disable pressing the UP key too long or many times to avoid flying :Swell, you could always just wait til you hit the ground again.
.Jumping If getKey(4) If pxl-Test(X,Y+8)=1 If Y>0 Y-3->Y End End End
.Jumping If getKey(4) If Y>0 If pxl-Test(X,Y+8) Y-3->Y End End End
it should work. changeY-3->YtoY-10->Yand see if it is just a lack of visual responce
what worked?