Hello Guest

Show Posts

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.


Messages - nyxo

Pages: [1]
1
No problem, glad to help ^^

2
I just modified the source of my local copy like this to fix the bug:
Code: [Select]
public void Play(tk2dSpriteAnimationClip clip, float clipStartTime)
{
    clipId = GetClipIdByName(clip.name);
    Play(clip, clipStartTime, DefaultFps);
}

Pages: [1]