I am trying to change the animation of my sprite to its "Run" animations based off of the acceleration of the touch on both the x or y axis.
Currently the sprite plays its "walk" animation for the respective directions just by being in touch.
I want the sprite to "Run" if the touch is being dragged faster across the screen.
I'm sure the answer is quite obvious but I don't know the math behind it.