Monthly Archives: March 2009
AS3 Event handling- Part 3
In previous post we got familiarized with some key words that are commonly used. Now let’s grab an example and try to understand the basic concepts. Create a movieclip instance on the stage and give it an instance name clip_mc . … Continue reading
AS3 Event handling- Part 2
In the previous post we checked out some issues with AS2 event handling mechanism. In this post we will look at some well known words used in AS3 event handling. AS3 has radical changes compared to AS2 version of action script. … Continue reading
AS3 Event handling- Part 1
Handling an event in AS3 is quite easy and controlling each phase of event propagation is a bit tricky for beginers. Handling methods in as2 were quite simple, yet they lacked flexibility. This series of event handling is aimed to … Continue reading
Cairngorm internal event flow
This has been a big anxiety in my mind to know about the event flow mechanism than runs internally inside the cairngorm until I could look in to the source code of it. Here are my observations in short: Steps … Continue reading
