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.
views:
59answers:
1
+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
2009-11-29 19:38:38