cocos2d / cocos2d-js

cocos2d-x for JS
http://www.cocos2d-x.org
MIT License
1.86k stars 489 forks source link

Bone properties can not be modified manually in spine animations #1576

Open chaozou2008 opened 9 years ago

chaozou2008 commented 9 years ago

通过findbone找出的骨骼属性正确,但修改它的属性对动画没有影响 。这个论坛有人提过了,好像,3.3,3.4beta版本都没有解决。

pandamicro commented 9 years ago

It's expected behavior, because the update of spine animation will set all properties each frame, so your modification will instantly be overwrote. If you want dynamic behavior in your spine animation, you should edit more animation clips and play different animation dynamically.