Is there any way to use event listeners in flashpunk?
It seems the class has to extend Sprites for event listeners to work. I can add classes that extend Entity.
However, I can’t add classes that extend Sprite. Is there anyway to use classes that extend Sprite in flashpunk?