I'm making a basic mouse avoider game, and I have my own custom cursor and all that. Everything works perfectly except when the player clicks off of the game into a different window and then click back into the game, the mouse is visible again. Is there any way to fix this?
I would post all of the code I have on my "cursor" MC but I'm pretty sure that this is a general problem with Flash and not a problem with my code. If you need to know, the code for the cursor is a modified version of Penboy's, seen here.
Don't worry, the rest of the coding in the game was done by me.