I have a Flash CS3 fla with a document class specified. Lots of other classes exist, too, and they’re directly or indirectly spawned from the document class. I can pass “this” as a parameter from the document class to instances I create so that those child objects have a reference to the document class. But it seems to me that I shouldn’t need to do that. That all children must “know” what the document class is.
Is that true? If it is, how to I talk to the document class from other object instances in my project? In other words, what’s the syntax to reference a method in the document class?