cocos2d / cocos2d-js-tests

cocos2d JavaScript test cases and games.
187 stars 222 forks source link

add example for changing animation display bone by name. #236

Open jandujar opened 10 years ago

jandujar commented 10 years ago

this.armature2.getBone("weapon").changeDisplayByName(this.weapon[this.displayIndex], true);

Feature #3163 change animation display by name http://www.cocos2d-x.org/issues/3164

jandujar commented 10 years ago

Related to this pull request.

https://github.com/cocos2d/cocos2d-html5/pull/1222