How do I force walk animation with button press?
I'm using directional buttons to move my character, it makes him run full speed, and I want to set a button, by pressing which, he will be forced to walk. Is there a way? I tried to wire the button to run speed set to 0, but it just makes him awkwardly and slowly "run" with weird animation
-
make two diffrent advanced movers, one for run "A" and walk "B". first make a selector with 2 ports, then connect the walk button to the "next" port of the selector. output A will turn on the advanced mover A for run, output B will turn on the advanced mover B for walk. im not sure how you made the moving physics so just think of "A output unlocks run logic" "B output unlocks walk logic"
Please sign in to leave a comment.