In Flash, there seem to be two sets of mouse click events:
- onMouseUp, onMouseDown
- onPress, onRelease
Is there any actual difference between these events? I can't tell from the documentation, and I haven't noticed anything in actual usage, but it seems odd to have two different sets of names for the same basic events. Am I missing something? Is there a difference between them?
Clarification: This is in ActionScript 2 code, targeted at Flash 8.