Jumping with touch sensitivity
I have searched the forums for a solution and have tried many suggestions, none of which have worked right and the threads are old.
I want an actor to be able to jump higher with a longer touch, shorter with shorter touch, etc and would GREATLY APPRECIATE any help/advice. I have been struggling with this for hours.
I want an actor to be able to jump higher with a longer touch, shorter with shorter touch, etc and would GREATLY APPRECIATE any help/advice. I have been struggling with this for hours.
Comments
timer=every .1 seconds( play around this number)
change attribute "jump" to attribute" jump"+10
so what this means is if you touch for a little it will add a few to your jumping but then longer you touch the more it adds to your jumping.