How do I stop heavy attack from moving. You see it works alone like when you just start the game but once you press the left mouse attack, the heavy attack keeps moving when pressing the wasd button.
How do I make it so that press left or right mouse anything will stop movement.
Because after pressing the light attack heavy attack can move, it should just be dash per attack that’s the only movement.
Thank you.
Hi …it’s a little difficult to work out what’s going on but I noticed on the bottom set of events that you’ve got animation conditions in a sub event after a wait …which won’t work as intended. Its better with this sort of the thing to use timers or variables rather than waits.
You need those animation conditions as a separate event and linked to the variable for heavy attack.
Does everything work as intended other than heavy attack?
1 Like
Yes. Sorry I only saw your reply now. I already solved the issue, (kinda) I completely remove everything and do it again, then I removed the dash on every attack. I plan to just put the dash everytime you hit an enemy, and not everytime you swing your sword. Sorry for the late reply
3 Likes