Ok so I'm working on a project and I got the player to climb up and down but the actual climb animation isn't running. Below is a screen pic of how it's all set up and also a video clip of what's going on. Any help would be greatly appreciated. Thanks everyone
https://comicgemproductions.files.wordpress.com/2016/11/climb.png
https://comicgemproductions.files.wordpress.com/2016/11/wp-1480491338544.mp4
Develop games in your browser. Powerful, performant & highly capable.
Event no. 14 triggers every tick, so the animation starts continuosly from the beginning.
Add a sub-event to event 14 with the trigger once condition and move "set animation to climb" there;
Also, add an else to event 14 to with "stop animation"
Thanks for the info. I got it working now. My player all of a sudden had the jump animation stop working when the climb worked and I was like oh no!!!!!!!! Haha but I got it back