forked from Ivenyang/cocos-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
360 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
# はじめに | ||
|
||
## CocoStudioのダウンロード | ||
|
||
CocoStudioはオフィシャルサイトからダウンロードできます: http://download.cocos2d-x.org/ | ||
|
||
ここではCocoStudioを学ぶ方法(サンプルデモをエディタで確認したり、Cocos2d-html5を動かしたり)をお伝えします。 | ||
ヘルプドキュメントも見るといいでしょう http://help.cocostudio.org/ | ||
|
||
## サンプルを見る | ||
|
||
### Testsプロジェクトを見る | ||
|
||
CocoStudioAPIの全サンプルがCocos2d-html5の中にあります。 | ||
もしアーマチュア(boneを使った関節キャラクター)のフレームイベントの作り方を知りたいなら、Cocos2d-html5(のメニューであるindex.html)を実行して「2.Test cases - Engine Testcases」のCocoStudio Testの中の"Test Frame Event"を実行します。実行しながらプロジェクトの中の“Cocos2d-html5/samples/CocoStudioTest/ArmatureTest/ArmatureTest.js”のコードを見ます。 | ||
|
||
![](res/test-freame-event.png) | ||
|
||
*Figure 2: CocoStudio Test - Test Freame Event*<br></br> | ||
|
||
![](res/armature-test.png) | ||
|
||
*Figure 3: ArmatureTest.js*<br></br> | ||
|
||
### サンプルデモを見る | ||
|
||
CocoStudioのUI Editor , Animation Editor , Scene Editorのスタートページにサンプルデモがあります。見れば自習の足がかりとなるでしょう。 | ||
|
||
![](res/demos-animation-editor.png) | ||
|
||
*Figure 4: CocoStudio Animation Editorのサンプルデモ*<br></br> | ||
|
Oops, something went wrong.