AS2 Detecting When Mouse Leaves the Stage
A handy script when working with Actionscript 2 code. Because there is no Actionscript 3 Event.MOUSE_LEAVE equivalent in AS2. the best thing to do is to write a custom script for mouse detection on stage. I don’t know who authored this, but I’d like to record it so it doesn’t get lost on the internet.