The easiest way is to separate your jumping and movement scripts into two different scripts that run at the same time. Like this:
Last edited by hmnwilson (2010-12-18 17:57:06)
Offline
This takes each boolean condition frame for frame, no repeat blocks beside the forever, it should run smoothly and simultaneously with the horizontal movement in one script. Also, if you walk off a platform, you will still fall.
Last edited by Kileymeister (2010-12-18 22:24:58)
Offline
hmnwilson wrote:
The easiest way is to separate your jumping and movement scripts into two different scripts that run at the same time. Like this:
http://www.freeimagehosting.net/uploads/863422984e.gif
i recomend
changing the <repeat until <touching[ platform}] with a repeat until touching colorblank
Offline
TGKookie wrote:
Actually i'm making a game without air platforms so how do you just jump while moving? (Without using the platform?)
Check my script.
Offline