Hey everyone,

Afaik, you need to instantiate a class to assign a listener to them. That's what I do for normal classes. I use EventDispatcher.

However, there's this class I want to modify - it's used "staticly", much like the Tween class. To clear things up, the class I'm talking about is IntervalManager by kennybunch.com

I want to modify it because I want to be able to listen when a certain interval is complete - much like a tween's onMotionFinished, only I want an onIntervalFinished.

What do I need to do to add this to the class?