Hey all,
A little problem I hope to get your help with.
I'm trying to limit how far the mouse can be from the player object at any time. I know I could make a sprite, set it to mouse.x/y and then limit the sprite's distance, but I'd rather not as that messes up some other stuff (which i really like and would like to keep)
So, can the original mouse cursor be limited to, say, 250 pixels?
Thanks for reading!