-----{ Description }----- This is a simple test to see where the mouse pointer is. The green line indicates where the circle will path find to if your cursor is in bounds, while the red one is the path if your cursor is out of bounds. -----{ How it works }----- For some reason, the "touching mouse pointer" can detect in and out of bounds cursor placements. Incase you were wondering what "in" and "out" of bounds mean, it means in and/or out of the boundaries of the stage. Using a shape that fits the screen, I've managed to code an amazingly simple script that detects if your cursor is in or out of bounds. Although it comes with one really big drawback - it can only sense in the website. Which means that this cannot be used as a 100% safe countermeasure to players keeping their cursor offscreen, since they can still place it outside of the webpage with the project running. tl;dr - I found a way to detect if your cursor is off the stage, yet it isn't perfect.