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

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.

主站蜘蛛池模板: 石棉县| 同心县| 永靖县| 德昌县| 新乡市| 开鲁县| 凯里市| 浦江县| 舟曲县| 虎林市| 翁源县| 东城区| 光山县| 沙坪坝区| 太白县| 肥东县| 从化市| 疏附县| 磴口县| 辽宁省| 石棉县| 庄浪县| 林甸县| 绵竹市| 玛沁县| 安泽县| 尚志市| 调兵山市| 孟州市| 新乡县| 阳谷县| 涟源市| 保靖县| 诸城市| 嫩江县| 石楼县| 密云县| 小金县| 镇安县| 天祝| 都兰县|