Walking help
butterbean
Member Posts: 4,315
What attribute do I change to make the actor walk only when I hit the left or right key so the actor doesn't slide like it's skating on ice?
Comments
"If left key if up, change x-velocity to 0"
or just put the "change x-velocity to 0" under the "otherwise" panel
Actor recieves event key "left" is down.
move direction 180
speed 100
move type additive (default)
relative to actor (default)
Also are you using the built in D-Pad? Or a custom button?
What are you currently using to make them move?
-JGary