The Class Initializer
When ActionScript defines a class at runtime, it automatically creates a method
named the class initializer and executes that method. In this class initializer, Action-
Script places all of the class’s static variable initializers and all class-level code that is
not a variable definition or a method definition.