Friday, June 13, 2014

How to set up Citrus-Engine develop setting on IntelliJ IDEA.

0. Requirements
Adobe Gaming SDK 1.3(Adobe AIR 3.9)
IntelliJ IDEA version 13.1.3
Citrus-Engine version 3.1.9 Citrus-Engine git hub
Citrus-Engine Example   Citrus-Engine-Examples git hub
1. Set up AIR SDK.
Choose AIR SDK directory in Gaming SDK

 2. Make New flash project. Pure Actionscript and sdk selected.
New Project Window


 3. Add Citrus-Engine/lib,Citrus-Engine Example/lib to Project Structure on Module.
Add Library to Dependencies


4. Copy Citrus-Engine-Examples embed directory structure to current project.
Copy games directory structures in my case. Because I will run flappybird source.


5. Copy all the content on src/game/flappybird/main.as to src/main.as. Change package declarations.


6. Make App descriptor and Change render mode.
Make App Descriptor


Change RenderMode

No comments:

Post a Comment