2013年12月2日 星期一

Construct 2教學:8 direction 1 - simple movement範例解析

8 direction 1(simple movement)範例示範物件之8 Direction行為
建立新專案
a.      New empty project
b.      Saveàsimple move.capx

決定場景及遊戲畫面尺寸
a.      Layout1Layout Size屬性:640, 480
b.      Project屬性:
Window Size
à640, 480
Fullscreen in browser
àoff

在場景中加入角色
a.      Insert new Objectà General/Sprite
b.      Load an image from a fileà選取player.png
c.       Nameàplayer

設定player行為
a.      Behaviors
b.      Add newàMovements/8 Direction