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

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, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles are shown as follows: "Create a new Sound and name it snd_Collect."

A block of code is set as follows:

mySpeed = 4;
myDirection = 0;
isAttacking = false;
isWalking = false;
health = 100;
image_speed = 0.5;

When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:

isWalking = false;
if (keyboard_check(vk_right) && place_free(x + mySpeed, y))
{
 x += mySpeed;
    myDirection = 0;
    sprite_index = spr_Player_WalkRight;
    isWalking = true;

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: "clicking the Next button moves you to the next screen".

Note

Warnings or important notes appear in a box like this.

Tip

Tips and tricks appear like this.

主站蜘蛛池模板: 富阳市| 遵义市| 松滋市| 崇文区| 布拖县| 永靖县| 花莲市| 台湾省| 赤水市| 麻城市| 宁海县| 桃园市| 琼海市| 项城市| 绍兴市| 工布江达县| 台北县| 九江市| 阿拉善右旗| 额尔古纳市| 陇川县| 即墨市| 达孜县| 铜鼓县| 商洛市| 浦江县| 日照市| 资中县| 西宁市| 阿克陶县| 鲁山县| 保山市| 高碑店市| 闽清县| 济源市| 滨州市| 岑溪市| 重庆市| 龙口市| 胶州市| 盘锦市|