Re: [Flashcoders] AS2 EventDispatcher problem

2008-10-02 Thread Ian Thomas
Where's the code for EventClip? Without that, we can't be much help. :-) Also - does trace(swf.clip) return something sensible on the timeline? (Just so you know you're targeting the right object when using addEventListener) HTH, Ian On Thu, Oct 2, 2008 at 11:55 AM, Allandt Bik-Elliott (Recep

[Flashcoders] AS2 EventDispatcher problem

2008-10-02 Thread Allandt Bik-Elliott (Receptacle)
hi guys - i could really use some help here I have a swf, 'swf', that has a movieclip called 'clip' placed on stage that uses the following class in it's linkage all of this is loaded into another swf with moviecliploader [code] import com.receptacledesign.events.EventClip class com.Clip ex