- GameMaker Programming By Example
- Brian Christian Steven Isaacs
- 165字
- 2021-07-30 09:42:24
Conventions
In this book, you will find a number of text styles 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: "Play around with some of the other actions on your obj_square
to make it do more rather than be displayed and print text."
A block of code is set as follows:
if (keyboard_check_pressed(vk_up) && !binding) { if (choice <= 0) choice = 2; else --choice; }
New terms and important words are shown in bold. Words that you see on the screen, for example, in menus or dialog boxes, appear in the text like this: "At the bottom of the resource tree are the Game Information and Global Game Settings options."
Note
Warnings or important notes appear in a box like this.
Tip
Tips and tricks appear like this.
- Mastering JavaScript Functional Programming
- Spring 5企業級開發實戰
- Learning Selenium Testing Tools with Python
- 樂學Web編程:網站制作不神秘
- 征服RIA
- Learn React with TypeScript 3
- Go并發編程實戰
- Mastering Xamarin.Forms(Second Edition)
- 微服務架構深度解析:原理、實踐與進階
- 零基礎學C語言第2版
- 石墨烯改性塑料
- Django Design Patterns and Best Practices
- Angular Design Patterns
- 高性能PHP 7
- SQL Server on Linux