Hi all, My problem is: I need some data classes to be global so that I can access them without to have to establish unnecessary references.
I tried to create a Singleton class the way we're used to do in Java, and I got 2 problems: 1) It's not possible to define a private constructor 2) The instance created in the getInstance() method is not keeping the data, I don't know why What do I do to have globally accessible structures in AS3? -- André Rodrigues Pena LOCUS www.locus.com.br Blog www.techbreak.org

