Jumping
tyler.vankanan@gmail.com
Member Posts: 16
I have been trying to setup a jump rule. I created a button and it changes an attribute to make my actor change linear velocity to 500. But for some reason my character is only jumping a tiny little bit. Im not sure what is happening I have tried messing with a bunch of different things. I have no Y gravity set I am using an accelerate downward behavior.
Just want to get any idea of what could be making my actor weigh so much?
Just want to get any idea of what could be making my actor weigh so much?
Comments
its easy, just put the jump rule in a timer.
so lets say:
rule:
if Jump=1
timer:
"for 0.2" and make sure you check run to completion
rule:
your jump rule
that should do the trick, ofcourse you can edit the 0.2 in 0.3 just check what works best for you
Cheers