PureMVC Architects Lounge

PureMVC Manifold => MultiCore Version => Topic started by: eco_bach on December 17, 2010, 03:22:37



Title: AS3Signals with PureMVC?
Post by: eco_bach on December 17, 2010, 03:22:37
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?