Here is the thing I ask myself many times, in a coding matter AS3 .
When working on extend class the dilemma always is how to move thing around on complex project when sharing var via extend class, so OK you have the event type, bubbles (Dispatching)but really sometime its tiring matter to handle all this events ,then you have the global matter singleton is a great way but i look at this in a sub local matter, then you have the public static var ,man that save you tons of time, one variable and you are done sharing your XML verb` via sub class and save you some coding variable but you need to be on top things so thing won’t get out of control .
So what’s your preference why to go ? I am interesting to hear some opinions



