Hello Guest

Author Topic: using multiple sprites in one animation frame.  (Read 2972 times)

anizu

  • Newbie
  • *
  • Posts: 1
    • View Profile
using multiple sprites in one animation frame.
« on: November 06, 2013, 08:26:15 am »
i'm studying tk2d animation tutorial.(primitive man stuff)

in this tutorial all frames of animation are made up of single sprite(primitive man's whole body).

but i want to use multiple sprites in one frame(which are made up of head, body, legs)

are there any solutions  by using tk2d??


BTW i'm not good at English so i have difficulty in searching.
so, even if my question is duplicaed, plz help me. thanks.

unikronsoftware

  • Administrator
  • Hero Member
  • *****
  • Posts: 9709
    • View Profile
Re: using multiple sprites in one animation frame.
« Reply #1 on: November 06, 2013, 11:57:54 am »
No, that isn't supported - you can use tools like spine to export an animation into 2D Toolkit, though.