Questions tagged [cocostudio]

17 questions
0
votes
0 answers

Cocos2d-x duplicate button action when clicked

I have create a button action with cocos2d-x but i dont know how it duplicate my action when button clicked Here is my code for .h #include "cocos2d.h" #include "cocos-ext.h" #include "CocosGUI.h" USING_NS_CC; USING_NS_CC_EXT; using namespace…
0
votes
1 answer

How to avoid Animation data be covered by cocos2dx?

I use cocostudio to create some animation export files , it has .ExportJson , .plist , .png .And I use following code to load it in cocos2dx…
zzy
  • 1,771
  • 1
  • 13
  • 48
1
2