Powered by Invision Power Board

 
    Reply to this topicStart new topicStart Poll

> GMenu - Extension for Game Maker 7, Create menues with some simple functions
Austria
Guinea
  Posted: Apr 23 2009, 12:42 PM
Quote Post


6
[A][*][*][*][*]
[*][*][*][*][*]
[*]

Group Icon
Group: Admins
Posts: 8600
Member No.: 893
Joined: 15-March 05

Status: (0d) [--]


GMenu is an extension of mine that I'm currently working on.
G stands for Guinea and Menu for menu as in for example "start menu" or "pause menu".
Coincidentially, the G and the M form the abbreviation GM which stands for Game Maker.



Simply put it is able to turn this:
CODE
menu = gmenu_new_menu(room_width/2,room_height/2,testfont1,c_black,fa_center,fa_middle,c_gray,2,2);
gmenu_settings_highlight(menu,c_red);
gmenu_new_option(menu,"New Game",NONE);
gmenu_new_option(menu,"Load Game",NONE);
gmenu_new_option(menu,"Difficulty: ",SET,"Hard","Normal","Easy");
gmenu_new_option(menu,"Start at Level ",INT,3,20);

... into this:
user posted image



This is still a WIP so I don't have anything for you to try.
Only thing I could offer would be an executable, but I'm sure you have all seen menues before.

So yeah, if you make a game in GM7 Pro and want a quick Start Menu or Pause Menu, then this is for you.
Give me ideas and comments, because as said, it's for you, so I'll try to transform your input into cool functions for this extension. Questions are also welcome.

And please read and answer the following questions if you want to help the development of GMenu:
Are you familiar with switch-Conditions in GM?
Do you know how to use user-defined events?
PMEmail PosterAOLMSN
Top
United States
Mr. Bird
Posted: Apr 23 2009, 12:44 PM
Quote Post


SUPAH DUPAH
[*][*]

Group Icon
Group: Members
Posts: 1402
Member No.: 4601
Joined: 20-October 07

Status: (0d) [--]


Looks cool.

I might check this out later when you have some sort of demo.


--------------------
PMEmail Poster
Top
United States
Doodle
Posted: Apr 23 2009, 02:28 PM
Quote Post


D:
[*]

Group Icon
Group: Members
Posts: 635
Member No.: 4862
Joined: 23-December 07

Status: (0d) [--]


Looks cool.
But it's no use to me, at least for now. I'm stuck with Lite. D:


--------------------
user posted image
PMEmail PosterAOLYahoo
Top
South Africa
Tri
Posted: Apr 24 2009, 10:05 AM
Quote Post


Courtesy of DJ Elly. (lol jsr)
[M][*][*][*][*]
[*][*][*]

Group Icon
Group: Moderators
Posts: 11832
Member No.: 836
Joined: 17-February 05

Status: (0d) [--]


Oh! Looks awesome 8D

Probably will try it later tonight, see if I can come up with something.

If you plan to release it publicly soon, that is.

This post has been edited by Tri on Apr 24 2009, 10:07 AM


--------------------
PMEmail PosterAOLMSN
Top
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

  Topic Options Topic Options Reply to this topicStart new topicStart Poll

 




[ Script Execution time: 0.0435 ]   [ 14 queries used ]   [ GZIP Enabled ]   [ Server Load: 1.05 ]