Can someone please help me? I'm having trouble getting my character to crouch. I can easily do it using the keyboard object but with the input system I can't seem to make my character crouch. Thanks.
Can't you name a control "Crouch" and then have the command
Control "Crouch" is down
Set character animation to 'crouch'
?
I tried doing what you said Emperoring360. Its in my cap below. It doesn't work. Thanks for the help though. I'm going to try using private variables to trigger the animation.
Develop games in your browser. Powerful, performant & highly capable.
The problem with the InputSystem object plugin is that all controls you intend to use need to be armed first before they will work.
<img src="http://dl.dropbox.com/u/28629176/gamedev/arm_control.PNG" border="0" />
dl.dropbox.com/u/28629176/gamedev/crouch3.cap
Thank you for the help solar. I wasn't aware of how to use the inputsystem.