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.
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.