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
thanks for your answer. The structure-examples you wrote are the same?
Ok. Bubbling goes in one direction only but I can definitely catch the Event in main_MC/room2_MC by adding stage.addEventListener to the constructor.
Ok. If I am somehow wrong with my solution I'll try your suggestion.
Again: Thanks for taking time to answer.
Mike