Hi, i want to make jump my player with mouse click... i've just tried but it's only jump once, i want to make it jump more times... How can i do it?
<img src="http://img84.imageshack.us/img84/1384/08122011145713.png" border="0" />
Set the "default control" property of the player/platformer to no.
You'll have to handle left and right in event too.
Thanks man! It works!! :)
Develop games in your browser. Powerful, performant & highly capable.
Set default controls to No in the property panel
You then will have to simulate the right and left movement but you'll be able to always jump.