2D Toolkit Forum
2D Toolkit => Support => Topic started by: naktim on January 30, 2013, 04:59:57 am
-
Did the 2d toolkit can use playmaker to chang Sprite anim's picture?
like if I done a man's walk , but the man buy a new clothes .
can I use the playmaker to change that already done Sprite anim's body picture? and the anim was keep it just body change a new cloth?
or 2d toolkit can't? just smooth move can ?
thanks Help~
-
You will need to write some code to do that efficiently. With tk2d, you will need an entire set of sprites, you're essentially switching animations when you do this, and you need different animations for the different actions with different clothes...