Skip to content

Latest commit

 

History

History
32 lines (16 loc) · 1.31 KB

File metadata and controls

32 lines (16 loc) · 1.31 KB

Getting Started

Download CocoStudio

The CocoStudio can be downloaded at our official website: http://download.cocos2d-x.org/

In this book, we offers a number of ways for you to learn about CocoStudio on your own - there are tests in Cocos2d-html5 available, as well as sample demos in the editor. You are also welcome to take a further look at help documents at http://help.cocostudio.org/ .

Taking a Look at the Built-in Examples

Taking a Look at the Tests

All tests of the CocoStudio’s API can be found in Cocos2d-html5. For example, to know how to make a frame event with armature, you run the Cocos2d-html5 and you can see it under CocoStudio test called “Test Frame Event”, and the code of these tests is in the project “Cocos2d-html5/samples/CocoStudioTest/ArmatureTest/ArmatureTest.js”.

Figure 2: CocoStudio Test - Test Freame Event

Figure 3: ArmatureTest.js

Taking a Look at the Sample Demos

In CocoStudio, when you open the UI Editor, Animation Editor or the Scene Editor, you will find sample demos on the beginning page. So you here you can try to open these samples, or help you get started on your own.

Figure 4: Sample Demos in CocoStudio Animation Editor