Hello. I am able to use my sword attack when I stop moving my player by hitting CTRL works just fine but I have to release the walking button the right and left arrow keys to do it I am wondering how can you stop the player from moving so don't have to release the arrow keys because its kinda weird having to do that every time and able to do my sword attack until I have a separate slash animation for the moving/slash?
You can add (Invert Condition).
Example:
When key right is down : Player move right
CTRL (Not Down)
When key left is down : Player move left
Develop games in your browser. Powerful, performant & highly capable.
Ohh ok ill try doing that thanks