views:

59

answers:

1

Is there a way to get a list of events available in Actionscript 3? Like MouseEvent.CLICK and Event.ENTER_FRAME but the full list to look at. I tried searching the manual on Adobe's site, but just couldn't find it. I'm using the flex plugin inside Eclipse if that makes any difference.

+2  A: 

Start here: http://livedocs.adobe.com/flash/9.0/ActionScriptLangRefV3/flash/events/Event.html

On each of the many subclass links, you'll find the constants you're looking for

Matt