PureMVC Architects Lounge

Announcements and General Discussion => Architecture => Topic started by: eco_bach on December 02, 2010, 02:30:04



Title: AS3 Signals..how to 'bubble' up to mediator??
Post by: eco_bach on December 02, 2010, 02:30:04
Hi<br>
trying to convert and existing PureMVCMultiCore project to use AS3Signals. I understand the basic idea in using bubbling with signals
    http://www.dehash.com/?p=241


but I'm stuck in trying to get my DeluxeSignal to 'bubble' up to my mediator, something I implement in almost all of my PureMVC projects.

Has anyone tried to replace events with AS3 signals, and, if so, how did you overcome this?