|
I would use the same event handler for all and do a switch according the currentTarget of the fired event.
As for the data exchange, if a global variable is not enough for what you need to do, use messages to send whatever you want from a movieclip to another.
|