[flexcoders] Re: Series Effects do not dispatch start events (bug?)

2007-12-05 Thread vic8427
I'm having trouble with SeriesInterpolate and the effectEnd event. This seems to continually dispatch so my callback function is continually being called. I know that this effect should only dispatch an event for each target. Has anyone else ran into this before? --- In

[flexcoders] Re: Series Effects do not dispatch start events (bug?)

2007-02-15 Thread g_odds
Righto. So it would appear that the reason for this is that the play() function of the SeriesInterpolateInstance, SeriesSlideInstance and SeriesZoomInstance classes are missing the call to super.play() which would result in the effectStart event being dispatched. If you need this event

[flexcoders] Re: Series Effects do not dispatch start events (bug?)

2007-02-15 Thread g_odds
Oops, drop the playCount++ line. --- In flexcoders@yahoogroups.com, g_odds [EMAIL PROTECTED] wrote: Righto. So it would appear that the reason for this is that the play() function of the SeriesInterpolateInstance, SeriesSlideInstance and SeriesZoomInstance classes are missing the call to