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

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.

主站蜘蛛池模板: 贵州省| 临邑县| 河津市| 绵阳市| 山丹县| 庆阳市| 斗六市| 白朗县| 汪清县| 芜湖市| 凉城县| 六盘水市| 邯郸县| 武鸣县| 庆云县| 磐安县| 左云县| 类乌齐县| 丹棱县| 莱芜市| 迁西县| 渝北区| 桦甸市| 静乐县| 梓潼县| 台北市| 衡山县| 寻甸| 常山县| 屯昌县| 汽车| 舒城县| 仙桃市| 泸定县| 会东县| 和田市| 台南县| 兴义市| 安新县| 大同县| 贺兰县|