I have a family of sprites that have some shared animations, and also some unique animations.
Is there a way to check if a sprite has a particular animation? (so that I can do something else if it doesn't?)
There doesn't seem to be any sprite object conditions, but maybe there's something in JS or otherwise?
(The current workaround is a web of variables to keep track of which sprite has which animations, which I must be doing wrong!)
Thanks for any guidance!