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

Conventions

In this book, you will find a number of styles of text that distinguish between different kinds of information. Here are some examples of these styles, and an explanation of their meaning.

Code words in text are shown as follows: "The _keyData object and the addKey method use coordinates and sizes that were obtained in a drawing program (such as Adobe Photoshop)."

A block of code is set as follows:

private function addKey(x:Number, z:Number, usage:Number):Mesh
    {
      var keyGeometry:CubeGeometry = new CubeGeometry(54,usage,54);
      var key:Mesh = new Mesh(keyGeometry, _material);

      key.x = -1 * (x + 27 - 512);
      key.y = usage / 2 + 3;
      key.z = z + 27 - 256;

      addChild(key);

      return key;
    }

New terms and important words are shown in bold. Words that you see on the screen, in menus or dialog boxes for example, appear in the text like this: "In FlashDevelop, right-click on greensock.swc and choose Add To Library."

Note

Warnings or important notes appear in a box like this.

Tip

Tips and tricks appear like this.

主站蜘蛛池模板: 滨州市| 凤阳县| 青龙| 晋城| 隆德县| 东明县| 乐都县| 文昌市| 藁城市| 太和县| 文水县| 同江市| 乌拉特后旗| 上栗县| 安远县| 肥东县| 长治县| 卢湾区| 永吉县| 舒兰市| 呈贡县| 聊城市| 镇坪县| 石楼县| 郎溪县| 电白县| 七台河市| 张家港市| 白河县| 迭部县| 长沙市| 内江市| 新津县| 永城市| 阿克陶县| 屯门区| 南木林县| 裕民县| 永胜县| 萍乡市| 千阳县|