Version 1.4
by
YoYo Games Ltd.

Welcome to the GameMaker: Studio user manual! This document is divided into three parts with the aim of getting you introduced to the interface and basic workings of GameMaker: Studio before going on to more advanced usage and the functions available through GML (the GameMaker Language). New users should definitely start at the beginning with the Using GameMaker: Studio section as it has all the information you need to get started as quickly as possible, however users of previous GameMaker versions can probably skip to the Advanced Use section to see what's new in this version. Whatever your skill level, we hope that this manual helps you to realise the true power within GameMaker: Studio and make your gaming dreams become reality!

NOTE: Due to the modular nature of GameMaker: Studio there are certain things that are not included in the manual, particularly those aspects of setting up and connecting the different devices that can be supported. For up-to-date information and troubleshooting hints and tips, please see the YoYo Games Knowledge Base.

Using GameMaker: Studio

This section describes the basic use of GameMaker: Studio, explaining the idea behind the program and describing how to add sprites, backgrounds and sounds. It also covers how to define objects with events and actions, and how to add them into the rooms that you design. Please note that the availability of certain tools and the number of certain resources that you can create may be restricted depending on the version of GameMaker: Studio that you use (more information can be found here).

The following sections exist to help get you started:

  1. Introduction
  2. Installation
  3. Activation
  4. GameMaker: Studio Overview
  5. The Graphical User Interface
  6. Loading Sprites
  7. Sounds And Music
  8. Backgrounds
  9. Defining Objects
  10. Events
  11. Actions
  12. Creating Rooms
  13. Distributing Your Game

Advanced Use

The GameMaker: Studio IDE (integrated development environment) has a number of advanced options that are of great importance if you wish to get the most out of the product. These options include source control integration, project configurations, advanced debugging and a number of extra tools for changing and manipulating the game assets (please note that the availability of some of these advanced tools will depend on the version of GameMaker: Studio that you currently use). This section of the manual is split into the following three parts, each with its own subsection dealing with one particular aspect of the IDE:

Game Assets

  1. More About Sprites
  2. More About Backgrounds
  3. More About Objects
  4. More About Rooms
  5. More About Async Events

Resource Editors

  1. Fonts
  2. Paths
  3. Time Lines
  4. Scripts
  5. Shaders
  6. Constants
  7. Including Files
  8. Importing Resources

Game Settings

  1. Extension Packages
  2. Configurations
  3. Source Control
  4. Global Game Settings
  5. GameMaker: Studio Preferences
  6. Debugging

Reference

Here you can find references for many of the GameMaker: Studio features, as well as a rundown of all of the functions, variables and constants that make up the built-in programming language. This language gives you much more flexibility and control over your games than the standard actions and we will refer to it as GML (the GameMaker Language). You can find descriptions of all the functions available in GML as well as an overview of how they can be used along with examples of code using them. We also cover the constants and variables that GML has available to control all aspects of your game.

This section contains an overview of the GameMaker Language, with the rules for structure and syntax, as well as examples of how to use expressions and different operations:

  1. GML Overview

The following sections all detail the many different functions that are available to you when using GML. They have been split into different groups of associated functions and, where necessary, have been cross-referenced with related functions and sections.

Real Numbers And Strings

  1. Date and Time
  2. Maths
  3. Strings

Game Play

  1. Game Assets
  2. Mouse, Keyboard and Other Controls
  3. Movement and Collisions
  4. Objects and Instances

Drawing And Display

  1. Drawing
  2. Shaders
  3. Surfaces
  4. The Display, Windows And Views

Advanced Functions

  1. Data Structures
  2. Particles
  3. Physics
  4. File Handling
  5. Operating System
  6. Buffers
  7. Networking

Platform Specific

  1. HTML5
  2. Windows 8
  3. Social Gaming
  4. In App Purchases
  5. Push Notifications
  6. Asynchronous
  7. Cloud Services
  8. Steam API

Extras

  1. Debugging
  2. Miscellaneous
  3. Obsolete Functions





© Copyright YoYo Games Ltd. 2018 All Rights Reserved