官术网_书友最值得收藏!

  • Box2D for Flash Games
  • Emanuele Feronato
  • 239字
  • 2021-08-05 18:44:25

Hello Box2D World

Box2D is free and open source, so you won't need to install components or deal with SWC files. All you need to do to include it in your projects is to include the required classes.

Open Main.as and write the following code snippet:

package  {
  import flash.display.Sprite
  import Box2D.Dynamics.*;
  import Box2D.Collision.*;
  import Box2D.Collision.Shapes.*;
  import Box2D.Common.Math.*;
  public class Main extends Sprite {
    public function Main() {
      trace("my awesome game starts here");
    }
  }
}

Test the movie and you should see my awesome game starts here in your Output window. This means you have successfully imported the required classes.

There isn't that much to say about the code we just wrote, as we are just importing the classes needed to make our Box2D project work.

When I gave the Hello Box2D World title, I did not mean to create just another "Hello World" section, but I wanted to introduce the environment where all Box2D simulation and events take place: the world.

The world is the stage where the simulation happens. Everything you want to be ruled by the Box2D physics must be inside the world. Luckily, the Box2D World is always big enough to contain everything you need, so you don't have to worry about world boundaries. Just remember everything on a computer has limits in one way or another. So, the bigger the world, the heavier will be the work for your computer to manage it.

主站蜘蛛池模板: 泾源县| 焦作市| 庆元县| 慈溪市| 平果县| 定州市| 永安市| 高邮市| 永安市| 宁德市| 明溪县| 南通市| 汝州市| 鄢陵县| 张家港市| 漳州市| 仪征市| 黄大仙区| 都安| 湘潭县| 忻城县| 乐昌市| 偃师市| 盘锦市| 黑山县| 罗甸县| 光山县| 新巴尔虎右旗| 泉州市| 开远市| 长沙市| 孙吴县| 江津市| 扶余县| 修水县| 丹凤县| 隆回县| 镇坪县| 石城县| 洞口县| 华宁县|