- 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.
- 程序員修煉之道:從小工到專家
- Google Visualization API Essentials
- Game Development with Swift
- Architects of Intelligence
- 從0到1:數據分析師養成寶典
- Effective Amazon Machine Learning
- 大數據時代下的智能轉型進程精選(套裝共10冊)
- 城市計算
- OracleDBA實戰攻略:運維管理、診斷優化、高可用與最佳實踐
- MySQL 8.x從入門到精通(視頻教學版)
- Augmented Reality using Appcelerator Titanium Starter
- 二進制分析實戰
- SOLIDWORKS 2018中文版機械設計基礎與實例教程
- Oracle 11g數據庫管理與開發基礎教程
- Delphi High Performance