2D Toolkit Forum

2D Toolkit => Support => Topic started by: tzamora on March 29, 2013, 05:36:55 pm

Title: Get list of clips names in my tk2dAnimatedSprite
Post 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 :)
Title: Re: Get list of clips names in my tk2dAnimatedSprite
Post by: unikronsoftware on March 29, 2013, 10:17:48 pm
you can iterate through
tk2dAnimatedSprite.anim.clips
and get the names from there.