I saw you can show the X speed and the Y speed, but not both, i don't know how to do the overall speed, can i get some help?
Develop games in your browser. Powerful, performant & highly capable.
You can use this expression:
OverallVelocity = distance(0, 0, Sprite.Physics.VelocityX, Sprite.Physics.VelocityY)
thanks man