down vote
Hi,
this blogposts seem to be really old, but my question is fitting best in here. I am doing custom event dispatching on a MC construct like this
main_MC/room_MC/button_MC main_MC/room2_MC
I am dispatching a custom event from room_MC when receiving a button_MC.MOUSE.CLICK. It bubbles up to main_MC where I can do something with it. Really nice.
BUT: I want the dispatched event being handled in room2_MC. Is there a way to let it bubble up in room2_MC, too?
Thanks for your answers.
Regards.
Mike