CocoStudio Manual & Instruction Guide

Hi Chukong devs, do you have a step by step tutorial on how to use “Coco Studio”? Coz it’s kinda hard to guess “sprite” coordinates. I plan to compete in Global Game Jam and use Cocos2d-X but I fear that I’ll spend the limited time just trying to guess the correct positions of the sprites while the Unity guyz will be near completion of their games.

C++
Cocos2dx 3.3.

Unfortunately there is only chinese version of the documentation :frowning:
If you just want to load the Node

addSearchPath("the exported folder")
CSLoader::createNode("scene.csb");

ok, I guess I’ll have to learn Chinese? :smiley: :smiley: Always been a fan of Jet Li ya know :blush:

We are working on video tutorials along with documentation:

Video tutorial planning progress: http://www.sonarlearning.co.uk/questions.php?question-topic=40
Cocos Studio API Guide: http://cocos.sonarlearning.co.uk/v1.0/docs/what-is-cocos-studio

1 Like