2D Toolkit Forum
2D Toolkit => Support => Topic started by: tzamora on March 29, 2013, 05:36:55 pm
-
Is there a way to get the list of the clip names of my tk2dAnimatedSprite maybe accessing its tk2dSpriteAnimation.
Thanks :)
-
you can iterate through
tk2dAnimatedSprite.anim.clips
and get the names from there.