Search

Compare Yourself

What game genre do you want to make?

Loading ... Loading ...

GML programming of baslic logic commands

In this GameMaker video tutorial you learn simple GML programming commands such as “else” and “!” for use in algorithms you create.

GML script to stop and move

In this GameMaker video tutorial you learn the simple skills of the programming language of GameMaker called GML.

You will learn how to move and stop when you touch walls using GML scripts only!

GML script sprite rotating (Part 2)

In this GameMaker video tutorial you learn the simple steps of the programming language of GameMaker called GML.

 You will learn how more about rotating of the mouse, but using our default sprite. + Discussion of “Guest Episodes” + Introduction to the “if” statement.

GML script sprite rotating (Part 1)

In this GameMaker video tutorial you learn the simple steps of the programming language of GameMaker called GML.

 You will learn how to rotate your sprite via the mouse. We’re going to learn a little of what the Draw event can do for us.

GML script fade effect

In this GameMaker video tutorial you learn the simple steps of the programming language of GameMaker called GML.

You will learn how to add a simple fade effect to your games with GML script.

GML script to control speed and jump

In this GameMaker video tutorial you learn the simple steps of the programming language of GameMaker called GML.

You will learn how to develop a very simple upgrade script that will let you control the speed and height of your players jump in a platform like game.