Thread
:
[AS3] Global Stage Singleton
View Single Post
Isocase
2008-03-20 #
3
Thanks Azzan for the link but not quite what I was looking for. With my global Singleton I can do something like
ActionScript Code:
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.
Isocase
View Public Profile
Find all posts by Isocase