Game Programming and Development Tools

Game Maker FAQ – nfektious

nfektious
Member

Posts: 408
From:
Registered: 10-25-2002
Cobra, this is for you bro. I grabbed GM and am interested in learning more about using it (what it can do technically - and can't, as well as some tips and tricks). I know there are some resources at the GM website, but is there anything more than that available? I really hope there is and that you might be able to supply this thread with those tidbits of useful info

------------------
Matthew Teboe
Null Games
www.nullgames.com

CobraA1

Member

Posts: 926
From: MN
Registered: 02-19-2001
There's some links on the GameMaker site itself, leading to other links pages as well as forums. I've played around with GameMaker itself, so I know a bit about it.

It can do 2D stuff, with gif-like transparency.

It's object-oriented; you place objects on maps. The objects have events assigned to them (collision, keyboard press, etc), and the user uses a visual interface to program the response to the event.

There's also a pretty good scripting language that can be used to do more advanced stuff.

AmazingJas

Member

Posts: 437
From: Sydney, NSW, AUSTRALIA
Registered: 04-03-2003
I just tried it out myself and I'm very impressed! I just knocked up a Lunar Lander clone in about half an hour. I reckon you could make some pretty need 2d games with this, a really good multiplayer RPG might even be possible.

I had a look at the scrolling shootemup tutorial and found it quite helpful though it did miss a couple of important points, which can be gleaned from the sample program supplied.

xXx

Junior Member

Posts: 8
From: Vilnius
Registered: 10-05-2005
Try The Action Script Libraries:
http://forums.gamemaker.nl/index.php?showtopic=2042

Just Put The Lib Files To The lib Folder.