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);
Gor4k
Member Since 13 Sep 2011Offline Last Active Jan 18 2012 04:12 AM



Find content
Not Telling
