Yes, Just remember private static const or var do not inherit.
Other than that you should post your code if that is not the problem. Mike On Mon, Aug 4, 2008 at 6:05 PM, whatabrain <[EMAIL PROTECTED]> wrote: > I create ClassA that extended Object. Inside, I declared some static > variables. No problem. Then I create ClassB that extends ClassA, and I > give it some static variables. I get the following error: > > 1119: Access of possibly undefined property staticEventDispatcher > through a reference with static type Class. > > Why does this happen? Shouldn't a grandchild of Object have the same > properties as a child of Object? > > > -- Teoti Graphix, LLC http://www.teotigraphix.com Teoti Graphix Blog http://www.blog.teotigraphix.com You can find more by solving the problem then by 'asking the question'.

