1
Support / Re: Bug: AnimationCompleteDelegate not called after Play(clip, clipStartTime)
« on: April 12, 2013, 01:00:25 am »
No problem, glad to help ^^
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
public void Play(tk2dSpriteAnimationClip clip, float clipStartTime)
{
clipId = GetClipIdByName(clip.name);
Play(clip, clipStartTime, DefaultFps);
}