AS 3 Settings Utility

July 13th, 2007

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

July 11th, 2007

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

July 9th, 2007

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 »

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 »

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

July 5th, 2007

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 »