[Flashcoders] Q:Class relationship puzzle

2006-01-20 Thread bitstreams
John No, Global can and does function independently of Local. It doesn't 'need' Local. The basic sequence again is this: Application class is instantiated on the main timeline or _root. Global is instantiated from within the 'Application' class which also references the Global class thru a

[Flashcoders] Q:Class relationship puzzle

2006-01-19 Thread bitstreams
Hi I have several Classes, lets call these GlobalA, GlobalB, GlobalC that are referenced by global variables and instantiated by a main or Application class . I also have another class, lets call it Local, that references one of these Global classes and passes an Object to one of its' (let's

Re: [Flashcoders] Q:Class relationship puzzle

2006-01-19 Thread John Grden
I guess it depends on the role of Local to GlobalA - is the information that Local provides necessary for GlobalA to do it's job? On 1/20/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi I have several Classes, lets call these GlobalA, GlobalB, GlobalC that are referenced by global variables