I might be dumb or something but how do you find the steps your mouse pointer is moving at?
I believe the 2 real ways is to make a sprite that constantly goes to the mouse pointer, and calculate the speed of THAT, or use JS
The steps is just the distance between 2 points, so just save the last and new mouse positions, then calculate the distance between the two using the Pythagorean Theom.
or use
![]()
Yes, but that involves moving the sprite
And that’s exactly what I said to do in my original message.
I was saying why the ([distance V] to [mouse-pointer V]) block may not be the perfect spllution.
yeah, I was just showing an example of how.
and also I quoted the wrong part of your post :\
Oh, ok
Sorry, i missed this part !
???
Mouse driver resolution?
Or the distance of the mouse pointer to the last recorded position?
I’m pretty sure the OP is asking for this one
Like you know how you can move a sprite a amount of steps in a direction i want it so a script /block reports what speed your moving your mouse at in steps.

