My platformer stopped jumping after r103.
I use something like this:
On mouse doubleclick left control -> Simulate platform pressing jump
-> Play animation jump left.
It does nothing but just play the animation.
I also tried manually instead of simulate control .. using
setX = player.X-500
setY = player.Y+1000
It seems to only do the setX part but not the Y part.
Helps? <img src="smileys/smiley5.gif" border="0" align="middle" />