Wall Jump ? Help...
Hey,
can someone tell me how to program a wall jump?
I programmed the following code to my character:
Left/Right: I created an attribute and said when left key is down, change attribute self.motion.linear.VelocityX to 200 and -200
Jump: I did the same, just change attribute self.motion.linearVelocity Y to 200
Thanks for helping
can someone tell me how to program a wall jump?
I programmed the following code to my character:
Left/Right: I created an attribute and said when left key is down, change attribute self.motion.linear.VelocityX to 200 and -200
Jump: I did the same, just change attribute self.motion.linearVelocity Y to 200
Thanks for helping
Comments
Gonna try it