View Single Post
Isocase's Avatar Isocase Isocase is offline 2008-03-20 #3 Old  
Thanks Azzan for the link but not quite what I was looking for. With my global Singleton I can do something like

ActionScript Code:
  1. Global.instance.stage.align = StageAlign.TOP_LEFT;

Since that is stage functionality I wanted to be able to put that into my stage singleton. Thinking about it, it might not be the right way to go since my global singleton's only purpose pretty much is to create one instance. I was thinking of just making a stage manager class where I can handle all the stage properties and what not.
Reply With Quote