I have an application written in ActionScript 3.0. It has several screens. All screens are unique. I don't need to create new screen at runtime.
I find it very comfortable to access screens via static variable that hold a reference to its screen. Does this method has some drawbacks or this is common way to do so?