Game Maker basic commands (if statement).  Once you’ve understood :

- GM is event based,

- How to launch the first event,

- Associating actions to events 

You can launch your scripts (select an object and the control tab to the right, scripts are in the code section under questions and others) and not end up asking yourself why there’s just a blank screen. You’re ready to try some basic coding.

The point of this tutorial is to teach you how the most basic work. Later tutorials will apply basics to concrete examples.

If :

This command’s basic articulation is as follows :

If something is true

Do this

An if command can litterally contain pages of code. Something is true can actually be a combination of many things.

Click here to read the entire if Statement tutorial.

This entry was posted on Thursday, February 21st, 2008 at 8:27 am and is filed under News. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.

Leave a reply

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <code> <em> <i> <strike> <strong>

You must be logged in to post a comment.

<