Flash mouse position

Out of context: Reply #7

  • Started
  • Last post
  • 20 Responses
  • fyoucher10

    If ur on AS2 another quick and dirty solution (not recc but may work) is to create a 1 pixel border around the Stage. Create a function that checks mouse position when it gets 'near' the stage bounds. The n create a function that checks hit test for that 1 pixel border at a really fast interval when it is within those bounds. onEnterFrame wont work correctly since the mouse moves faster than ur frame rate. Give that a try it may work it may not.

View thread