I still come back to this tutorial from time to time.
However, the game speed is busted with modern versions of GameMaker.
Not really a proper fix but you can place the line:
game_set_speed(60, gamespeed_fps);
in the "god" object create event to make it work again...