Hi, until now i used Spritebuilder with cocos2d. Now i try to use the Cocos Studio with cocos2d-x (c++).
In the Spritebuilder to create a callback for a button (for example) was really easy. Must to set the method name, and that’s all.
How it works under Cocos Studio?
What is the difference between method type touch, or click?
How should i declare the callback function in the c++ file?
Thank you