Sign In Start Free Trial
Account

Add to playlist

Create a Playlist

Modal Close icon
You need to login to use this feature.
  • Book Overview & Buying GameMaker Programming By Example
  • Table Of Contents Toc
  • Feedback & Rating feedback
GameMaker Programming By Example

GameMaker Programming By Example

By : Christian, Isaacs
3 (2)
close
close
GameMaker Programming By Example

GameMaker Programming By Example

3 (2)
By: Christian, Isaacs

Overview of this book

This book is excellent resource for developers with any level of experience of GameMaker. At the start, we’ll provide an overview of the basic use of GameMaker: Studio, and show you how to set up a basic game where you handle input and collisions in a top-down perspective game. We continue on to showcase its more advanced features via six different example projects. The first example game demonstrates platforming with file I/O, followed by animation, views, and multiplayer networking. The next game illustrates AI and particle systems, while the final one will get you started with the built-in Box2D physics engine. By the end of this book, you have mastered lots of powerful techniques that can be utilized in various 2D games.
Table of Contents (11 chapters)
close
close

A physics game


In this section, we will program a small physics sandbox. We're not going very in-depth, as this is intended to be a small introduction to the physics engine, not a complete tutorial. Let's first explain some information that you'll need to know when you're using GameMaker's physics engine. For one, you should not mix physics-specific code with code that controls movement that doesn't use physics (for example, use physics speed variables rather than the variable speed). It's also important to limit how many physics instances are active at once in your game, as they use intense calculations to make everything flow properly. In relation to this, use parenting for collision checks—children will not inherit physics properties, but they can inherit collision events. If you had five different enemies, it's best to have your player check for a collision with a parent rather than all five of those different enemies, if you can.

But anyway, let's start with making our physics game....

Unlock full access

Continue reading for free

A Packt free trial gives you instant online access to our library of over 7000 practical eBooks and videos, constantly updated with the latest in tech

Create a Note

Modal Close icon
You need to login to use this feature.
notes
bookmark search playlist font-size

Change the font size

margin-width

Change margin width

day-mode

Change background colour

Close icon Search
Country selected

Close icon Your notes and bookmarks

Delete Bookmark

Modal Close icon
Are you sure you want to delete it?
Cancel
Yes, Delete

Delete Note

Modal Close icon
Are you sure you want to delete it?
Cancel
Yes, Delete

Edit Note

Modal Close icon
Write a note (max 255 characters)
Cancel
Update Note

Confirmation

Modal Close icon
claim successful

Buy this book with your credits?

Modal Close icon
Are you sure you want to buy this book with one of your credits?
Close
YES, BUY