Game Maker Master of the month - May

Is this your test? Login to manage it. If not, you can develop an assessment just like it.

This is a non-interactive preview of the quiz content.

1.
Game Maker was created by the Dutch professor...
2.
Game Maker has a pro version. At first, the pro version was only 20 bucks. Now, YoYo Games has changed the price. What's the new one?
3.
Is the following code correct?

If walking = 1;
standing = 0.
4.
If you want to make your (default right-facing) sprite face left, but you don't want to add sprites of your character facing left, what should you do?
5.
Two programmers both make a statement.

Wendy says: "If you want to use the image_xscale function, you need the pro version of Game Maker"
Gordon says: "If you want to write numbers to a .INI file, you should use ini_write_string"
6.
Is the following code correct?

if file_exists('Gnome.ini')
{
ini_open('Gnome.ini');
ini_write_real('Gnomes','Amount',gnomes_a);
ini_write_string('Gnomes','Groupname',gnomes_name);
ini_write_string('Wizards','Amount',20);
ini_close();
}
7.
Two beginner Game Maker users make a statement.

Regina says: "Game Maker can export games to the Wii."
Bart says: "Game Maker 6 can export sprites as a .GIF file."

Which statement is right?
8.
A team of two programmers is working on a game using Game Maker. They decide to make a system that reads code from .ini files, and imports it into Game Maker automatically.

Why is this NOT a good idea? (Multiple answers!)
9.
Is the following code correct?

(Step event)
if landed = 1
{
landed = 0;
sprite_index = spr_stand;
image_index = 0;
sound_play(sfx_land);
}
10.
YoYo Games now owns the rights to Game Maker. The Game Maker site, (official) forums and other sites are part of YoYo Games. A few years ago, YoYo Games didn't have the rights to Game Maker (GM Version 6). Which company did run the site and the forums, back then?
11.
'Unexpected Errors' are very common to new users. What causes these errors (most of the time)?
12.
A new user wants to make his own Mario fangame, but he has no clue of how Game Maker works. What should he do? (Multiple Answers!)
13.
Please also answer this one, so I can see where my quiz gets most of it's participators.

Which website brought you to this test?