PDA

View Full Version : Got Gamemaker?


Sawc
05-09-2007, 06:47 PM
Simple little electricity example. Im pretty sure it requires gm7, but I dont know if it needs pro or not. Mostly in d&d, but a few VERY simple peices of gml.

http://host-a.net/sinsticker/zap.gb1/link.png (http://host-a.net/sinsticker/zap.gb1)

Screenie for all of those who care:

http://img222.imageshack.us/img222/471/zappst8.png (http://imageshack.us)




Reason I made this? I zipped through all the electricity examples I could find on the web, and they all used many pages of scripts and so on. I figured I would help a beginner out, and make one that required virtually nothing.

stick_and_cursor
05-18-2007, 07:35 PM
i will probably use this

2-D
05-18-2007, 08:42 PM
ERROR in
action number 1
of Step Event
for object bolt:

Error in code at line 3:
image_angle = point_direction(x,y,obj.x,obj.y);

at position 36: Unknown variable obj

Ash
05-19-2007, 09:22 AM
You have an object named "obj"? That's gotta be hell on debugging.

Anyway, I'll look at an executable to see what it's like if you upload one, but since GM is on my other computer, and I'm grounded from it for the next week, I can't really evaluate it.