ActionScript2’s DON’T!

This is just a small note for all of those who is still developing using AS2. The complete DON’T for AS2 classes is: Never ever do create objects of your members arrays in declaration. Create them in the constructor instead. You see, ActionScript 2 syntax allows...