Does anyone have any suggestions for how I could make my own series class aware of effects playing on it. By that I mean that I would like some way of knowing if any effect with the series as its target is currently playing or not. I tried using a flag that is set when an effect starts and is unset when it ends (by overriding the setStyle and adding event listeners if setting an effect) but I couldn't get that to work.
Thanks in advance for any help. Graham

