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

  • ActionScript Graphing Cookbook
  • Peter Backx Dominic Gélineau
  • 170字
  • 2021-08-05 18:42:00

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.

主站蜘蛛池模板: 溧阳市| 交城县| 四平市| 怀柔区| 乐昌市| 遵化市| 崇文区| 广饶县| 西乡县| 肇东市| 汝城县| 子洲县| 南陵县| 张家港市| 新安县| 平南县| 兖州市| 涪陵区| 广宁县| 望江县| 晋城| 富平县| 兴国县| 寻乌县| 贺兰县| 罗定市| 会昌县| 平江县| 股票| 乡城县| 康平县| 新余市| 金寨县| 华容县| 苍梧县| 栖霞市| 上蔡县| 宁波市| 安西县| 五华县| 宝应县|