I need to actually pin a sprite to the mouse cursor and not just change what the cursor looks like for code specific reasons.
Using either the Every Tick or Pin function causes the sprite to drag the faster the cursor goes.
I need this because I want a sprite to change directions when clicking depending on what side of the sprite the cursor is on, and there's no way to determine that using the mouse object that I can see.
Thanks for any help