DesignerMichael
August 24th, 2008, 10:19 AM
I am trying to add an event listener to a parent object from a child object, is this not possible???
MovieClip(parent).smartFox.addEventListener(SFSEve nt.onConnection,onConnection);
That works fine when placed on the parent object...
smartFox.addEventListener(SFSEvent.onConnection,on Connection);
Not sure what to do here... I even tried the uza.utils* global class.
MovieClip(parent).smartFox.addEventListener(SFSEve nt.onConnection,onConnection);
That works fine when placed on the parent object...
smartFox.addEventListener(SFSEvent.onConnection,on Connection);
Not sure what to do here... I even tried the uza.utils* global class.