Skip to content

Commit

Permalink
fix merge confilicts
Browse files Browse the repository at this point in the history
  • Loading branch information
u0u0 committed Feb 5, 2014
2 parents 57676ea + 9f31e4d commit eacf1ac
Show file tree
Hide file tree
Showing 5 changed files with 360 additions and 4 deletions.
8 changes: 4 additions & 4 deletions catalog/ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@
- チュートリアル
- CocoStudioを使ったゲームのビルド
- [CocoStudioとは](../tutorial/parkour-game-with-cocostudio/chapter1/ja.md)
- はじめに
- パルクール(障害物競走)ゲームをビルドしてみよう
- さらに学ぶために
- [はじめに](../tutorial/parkour-game-with-cocostudio/chapter2/ja.md)
- [パルクール(障害物競走)ゲームをビルドしてみよう](../tutorial/parkour-game-with-cocostudio/chapter3/ja.md)
- [さらに学ぶために](../tutorial/parkour-game-with-cocostudio/chapter4/ja.md)
- Javascriptを使ったパルクール(障害物競走)ゲーム
- 開発環境の構築
- Cocos2d-html5でHello World
Expand All @@ -78,4 +78,4 @@
- コインと障害物の追加
- ゲームオーバのロジックなど
- BGMと効果音の追加
32 changes: 32 additions & 0 deletions tutorial/parkour-game-with-cocostudio/chapter2/ja.md
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>

Loading

0 comments on commit eacf1ac

Please sign in to comment.