Skip to content

Clicks for Quakes GR

This weekend was an event that I had been looking forward to for a couple weeks now. Some great people (Sasha Wolff, Adam Bird and Innereactive Media) from West Michigan pooled efforts together to bring an event to Grand Rapids that was really amazing. The idea started soon after the earthquake on January 12th by [...]

#360Flex Notes – “AddEventListener() – Now What()” – Josh Buhler

Event: noteworthy runtime occurence
Types of events: built-in (come from Flash Player) and custom (coder defined)
Custom: Something that you feel is “noteworthy”
Basics: Something happens, creation, dispatch, handling (not all dispatched events are handled)
Objects: type (either Event or subclass), name, phase (where in event flow this is), target (what triggered event and what is handling it)
Using Events: [...]