AS3.0 help

Out of context: Reply #6

  • Started
  • Last post
  • 7 Responses
  • designasaurus0

    Make sure to create an "ENTER_FRAME" listener once you add the tool tip that includes the x and y position of the tool tip in the function. When you want the tool tip to go away, make sure to remove it. You don't want to be creating enterframe listeners every time, it will cause bad things to happen. If you need help making the rollover rolloff look be less reactive (sometimes it can happen too fast and be too sensitive) i like to make a checkRollover function and put that in a slower timer, so it checks maybe every 400miliseconds or so, that way there's a slight delay in case they rollover and off really quickly.

View thread