Dash Movement Not Working

Hey i want to implement a dash movement to my 2d characyter but impossible to find a good tutorial that fit my blueprint, i found out this cool code that almost work… The problem is that my character only dash on one side, he dont dash from the side he is facing, i think its because of the “IsFacingRight” variable that dont work in my blueprint. However, i set this variable true when my character is moving on the right side, and false on the left side.

Photo here :https://www.reddit.com/r/UnrealEngine5/comments/169yg51/dash_movement_not_working/

Bro I don’t know if this can help you, but I created a dash attack for my Beat Em Up template I’m working on, it looks and feels like the dash attack from Golden Axe.

First I set my variable for Facing right and Left, along with creating instantly turning left and right for a Beat Em Up or Side Scroller.

Here is the logic for dashing left and right, if you can press left or right twice in .5 seconds it will dash and turn the walking speed up to 600.

Then, while dashing, if kick is pressed we do the dash attack.

Hope this can help you or point you in the right direction.

1 Like