Flash mouse position

Out of context: Reply #13

  • Started
  • Last post
  • 20 Responses
  • gdodds0

    The Mouse won't detect if its outside of the swf. Best thing to do is make a hit area (or mouse coordinates) that are maybe 10-20 pixels smaller than your window size (fake it visually). Then detect if the mouse is outside of the main hit area. Otherwise set a slow interval that detect is the mouse is the stage area. If you mouse the mouse outside the stage it will let you know and you can call your function.

View thread