Jump to content


Gor4k

Member Since 13 Sep 2011
Offline Last Active Jan 18 2012 04:12 AM

Posts I've Made

In Topic: Creating a "back to main menu" button

02 December 2011 - 05:15 PM

Create 2 sprites
     1)spr_exit
     2)spr_mainmenu

Create the objects
     1)obj_exit
     2)obj_mainmenu

In obj_exit add a mouse left released event. In this event add an execute code action. In the execute code add:
     game_end();

In the obj_mainmenu add a mouse left released event. In this event add an execute code action. In the execute code add:
     room_goto(room name);

In Topic: GM 8 Pro vs. GM 8.1 Standard

18 October 2011 - 01:52 AM

Yeah thanks. I got it figured out. Lol well now I love it. Take back what I said. Now they just need to update it a little more and it will be golden.

In Topic: How do I add libs?

18 October 2011 - 01:48 AM

Thank you very much. This helped me loads.

In Topic: GM 8 Pro vs. GM 8.1 Standard

17 October 2011 - 09:15 PM

Idk it was my brothers. How do I add more then?

In Topic: Little problem

16 October 2011 - 09:14 PM

I think you should put LoadProgram.exe. The file extension is very important!

I did, but its not working. How can I run a program from the same folder?