I am making a webpage for a friend at a radio station, and i ran into some trouble with my cursor, when ever you run off the flash, the cursor only blinks in when you move it, here check it out
It looks to me like you’ve got an if () statement in the swf which sets Mouse.hide() if the mouse is outside a certain defined area (the movie).
I’d also suspect that the if () is combined with an onClipEvent(enterFrame) or onClipEvent(mouseMove) handler to check if the mouse is back within the target area (so that you can make it visible again) and that your frame rate is running slowly becaues of the green balls