With the previous versions of 2DTK, I was using this kind of code :
if (sprite.isPlaying() && sprite.clipId == 1)
{
DoSomething()
}
Now that tk2dAnimatedSprite.isPlaying() is obsolete, what should I use to get a similar result while staying compliant with your new API?