Hmm...I'm not sure what you mean by static class. Are you saying that the other classes I instance via composition in my singleton should themselves be static?
- MM Why aren't you using a static class for that instead of a Singleton? Mendelsohn, Michael wrote: > Thanks for the responses everyone. > > Steven, I could use some constructive feedback: > > Usually what I do is have a singleton instanced when the swf is > initialized, and using composition, other classes are instanced within > the singleton. So the singleton becomes a sort of tree trunk with > everything branching off of it. How would you say that this is a bad > idea? It's worked well for me. What would be a more effective > alternative to structuring my swfs? _______________________________________________ Flashcoders mailing list [email protected] http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

