- Box2D for Flash Games
- Emanuele Feronato
- 188字
- 2021-08-05 18:44:25
Downloading and installing Box2D for Flash
You can download the latest version of Box2D for Flash either from the official site (http://www.box2dflash.org/download) or from the SourceForge project page (http://sourceforge.net/projects/box2dflash/).
Once you have downloaded the zipped package, extract the Box2D
folder (you can find it inside the Source
folder) into the same folder you are using for your project. The following is how your awesome game folder should look before you start coding:

You can see the Box2D
folder, the FLA file that I am assuming has a document class called Main
and therefore Main.as
, which is the class we will work on.
I would suggest you work on a 640 x 480 Flash movie at 30 frames per second (fps). The document class should be called Main
and the examples will look better if you use a dark stage background color, such as #333333
. At least these are the settings I am using throughout the book. Obviously you can change them as you want, but in that case your final movies may look a bit different than the examples shown in the book.
Now let's import Box2D classes.
- 企業數字化創新引擎:企業級PaaS平臺HZERO
- 大數據可視化
- 新型數據庫系統:原理、架構與實踐
- 商業分析思維與實踐:用數據分析解決商業問題
- INSTANT Cytoscape Complex Network Analysis How-to
- Lego Mindstorms EV3 Essentials
- 大數據精準挖掘
- Oracle RAC日記
- Augmented Reality using Appcelerator Titanium Starter
- 聯動Oracle:設計思想、架構實現與AWR報告
- 改變未來的九大算法
- 數據庫原理與設計實驗教程(MySQL版)
- 區塊鏈應用開發指南:業務場景剖析與實戰
- MySQL性能調優與架構設計
- 深入理解Flink:實時大數據處理實踐