Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: nikoleah on Thu 12/10/2006 19:57:54

Title: Starting menu for game... (SOLVED)
Post by: nikoleah on Thu 12/10/2006 19:57:54
Yeah how can make start menu for game and there's new game etc...
Title: Re: Starting menu for game...
Post by: SilverWizard_OTF on Thu 12/10/2006 21:52:03
It'w pretty simple. Just create a room which will have as image the image of your main menu (you can paint it with MS Paint for windows. Above the painting you have to write your option "New Game", e.t.c. with a good and clear font, or you can draw the letters). Then make a hotspot to the place that it is located the image-text "New Game". This hospot, let's say when the player makes any click on it, it will have the command in the interaction editor "Go to a different room" and whatever else you like. Do this and for the other options. A, don't forget to check the option "Hide player Character" :)
Title: Re: Starting menu for game... (SOLVED)
Post by: on Sun 22/10/2006 18:26:48
Well I did what you said, and hid the action GUI (walk/touch etc.) but how would I change the cursor to the one I want, and prevent the right click thing? (which changes the cursor)

EDIT: Nevermind, figured it out.