Can anyone confirm whether or not this is possible? A significant portion of my architecture will need to change if effects cannot be paused/canceled from within the EFFECT_START listener. Considering the event's name and the fact that isPlaying returns true it sure seems like I should be able to.
Any help is greatly appreciated. Thanks, Ben --- In [email protected], "ben.clinkinbeard" <[EMAIL PROTECTED]> wrote: > > Is Effect.isPlaying lying to me? It returns true, but I am unable to > pause() or otherwise affect said effect. If I call pause() after a > short delay everything works as expected. > > How do I go about pausing/canceling an effect from its EFFECT_START > listener? > > Thanks, > Ben >

