Flash Q

Out of context: Reply #7

  • Started
  • Last post
  • 10 Responses
  • Epictive0

    10 px does make it harder to not trigger dragging fast, but it still doesn't address the fact a user can click an hold on an menu item and drag over and out of that area and not trigger it. I still think the onMouseMove is the best solution. It isn't always running. It only checks when you move the mouse. If the mouse is outside of the area you can close the menu. No loops, no line hacks. And you can expand on it easier. Like if you want to allow the user to be able to be out of the area for a one second before it closes. So if the accidentally rollOut it doesn't snap closed right away.

View thread