Subscribe to
Posts
Comments

Archive for the 'Design Patterns' Category

I’ve been experience an unusual problem when working with singleton classes in the Flash IDE. When testing a movie and using the simulate download my singletons aren’t initalized corrected. The problem occurs because you can’t immiedetly test using simulate download, you first have to test the movie and then run it again to […]

Singleton Design Pattern

With over twenty different design patterns available, it was difficult to decide which one to discuss first! After giving it some thought, I came to the conclusion that the simplest and perhaps most useful to a beginner Flash developer is the Singleton design pattern.
The Singleton design pattern is in the creational group of design […]