So, I'm building stuff in AS3, I have a main movie clip, and I have one set of navigation to be displayed twice (one is a normal side bar setup, the other is a fancy designer scrolly thing down the bottom). When one is clicked, the other should react to reflect what has happened.
Should main.menuA reference main.menuB, or should I set up EventDispatchers and EventListeners so the event routes through main? or when I initiate menuA and menuB, should I pass a reference of menuA to menuB and viceversa?
Honestly, in this case, it doesn't matter too much, but I need to stop bad practices from becoming bad habits.