RE: [Flashcoders] Q:2 Way Comunication between classes

2006-06-29 Thread neo binedell
nstances of different classes make them implement an interface and pass that around or you will get cyclic include issues. ~neo -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: 29 June 2006 11:11 AM To: flashcoders@chattyfig.fi

[Flashcoders] Q:2 Way Comunication between classes

2006-06-29 Thread bitstreams
I have 2 menus systems that I need to establish communication between. Each menu system is controlled by a class that uses EventDispatcher to keep track of which button is currently selected. The problem is when I try to establish 2 WAY communication between these 2 menu classes. I can use com