anyone have any ideas?
If I could, I would be tempted to convert my classes to extensions of the Sprite class, so that I could access the parent property, but since all of my classes are already extending other classes, I don't think that this is an option.
So if anyone knows how to inherit the properties and methods of two classes simultaneously, that would also be a big help.
The main problem is that I want classes to be able to communicate with one another, but I have no idea how this could be accomplished in AS3 now that root. was so dramatically revamped.