20.10.2009, 13:11
Could anyone tell me which are the default values for Velocity ? Like normal Walking (one press of W should give what velocity ) or normal Jumping ( pressing space gives what velocity ) ?
Also how to send velocity in front of player? I tryed with GetXY in front of player and use gX - pX + 0.3, gY - pY to give 0.3 velocity forward, didnt work, he didnt move forward (other direction).
Also how to send velocity in front of player? I tryed with GetXY in front of player and use gX - pX + 0.3, gY - pY to give 0.3 velocity forward, didnt work, he didnt move forward (other direction).