AS 3 Settings Utility

Looking for a good utility for loading in xml config files and keeping variable’s natively typed? Well, I thought I would share this class also based on the same concept as my XML Proxy Class adapted from the AS 3 Design Patterns by Joey Lott and Danny Patterson.

Read the rest of this entry »

XML Proxy Class

This is a little class I built after reading AS 3 Design Patterns by Joey Lott and Danny Patterson1. I use this as a base class for building objects out of XML.

Read the rest of this entry »

  1. Both were good speakers at Flash Belt 2007 []

Project Organization 101

Whenever I start a new project, no matter how small the project is, I always follow these organization rules.

Read the rest of this entry »

E Editor + AS 3 + PC = Progress

If you are like me and forced to use a PC at your work or clients place but, you need to work on large AS 3 projects, I suggest the E editor for the PC. Here are some tips and work arounds I have for getting the most out of the E Editor.

Read the rest of this entry »

Flash CS 3 needs Flash Player 9,0,45,0 +

Just a word of advice, even though Adobe says that the Flash Player 9’s penetration rate its over 80%, thats only half of the story.

Read the rest of this entry »

Reflection Utility v1

This utility is great for making quick reflections from MCs or Sprites. You simply pass it the DisplayObject and depending on the method you call, it will return you a reflection copy.

Read the rest of this entry »