I was wondering if there is a function that records your mouse speed. I am trying to make a platform game where the player can use to mouse to swing a sword.
I was thinking i could make:
if (x or y velocity >=10); for the mouse speed actor
Change animation, attack+=1; for the player.
But when you have an actor following mouse it doesnt pick up velocity D: