- 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.
- MySQL 8從入門到精通(視頻教學版)
- Learning Selenium Testing Tools(Third Edition)
- Spring Boot企業級項目開發實戰
- Spring技術內幕:深入解析Spring架構與設計原理(第2版)
- Learning Ionic
- Application Development with Swift
- Deep Learning for Natural Language Processing
- Mastering JavaScript Promises
- MySQL數據庫教程(視頻指導版)
- Microsoft XNA 4.0 Game Development Cookbook
- OpenStack Sahara Essentials
- Java Web程序開發參考手冊
- Python程序設計案例教程
- Web前端開發實戰教程(HTML5+CSS3+JavaScript)(微課版)
- 零基礎Linux從入門到精通