Movement and animation

So in a game im making u can ride a dinosaur and blah blah. i have it set when the W key is pressed the player is moved forward and the walking animation is played but the animation only works if press once how do i make it so the animation plays while the button is still being held

Hi @aloch7,

There are a couple of options with key events - when key is up/down/pressed - try out these different options, and remember you will need to return the animation to neutral or similar when the key is up.

Feel free to share an image of your code here if you’re still having problems, or share a link to your remixable CoSpace.

Geoff @ TechLeap

1 Like