Archive

Archive for July, 2009

AS3: Handling Events the Right Way

July 15th, 2009

addEventListener() is one of the most used functions in Actionscript 3. Any AS3 application that allows user interaction will require the use of this function. I won’t explain what it is used for; if you don’t know, this article is not for you.

This article will illustrate the appropriate way to subscribe to events from an object.

Read more…

Actionscript 3