menus

Game Editor comments and discussion.

menus

Postby totalnoob » Mon Sep 04, 2006 4:27 pm

how do i make a menu for my game. :shock:
totalnoob
 
Posts: 11
Joined: Sun Sep 03, 2006 10:40 pm
Location: michigan
Score: 0 Give a positive score

Postby Novice » Mon Sep 04, 2006 4:52 pm

Please do a fourm search youl find plenty of topics disscusing it.
Why do i always get stuck?
User avatar
Novice
 
Posts: 399
Joined: Mon Aug 29, 2005 10:54 am
Location: Relative
Score: 5 Give a positive score

Postby Rufus 01 » Wed Oct 04, 2006 3:07 pm

Hey make a seperate game and ther make a mouse button down event on a button like START an get ther the LoadGame("***".ged); variable in the script editor and the game you want to start make in a data file and load this name... 8)
Was geht'n? =D
Rufus 01
 
Posts: 73
Joined: Sun Aug 27, 2006 9:51 am
Location: Lisbon, Portugal
Score: 3 Give a positive score

Postby Sgt. Sparky » Mon Nov 06, 2006 8:47 pm

that would not work to good, because it would not load the game in game mode, so you must make the menu on the load game function load the game you want to load example: if i wanted to load happy world (the game) all i would have to do is have mouse button down on actor (in the menu) loadgame from file "happy world.exe" and then make the menu an .exe an' exprot it to a folder and make ur game an .exe file and export it to the same file and make a shortcut on ur desktop to the game menu. :D there is an harder way that uses only one game to do it all, but i am never on the computer that long to type it, so i hope my idea works for ya'
Image
Random Links:
viewtopic.php?p=19474#19474
Right now (10/14/2009) I'm working on some C++ projects, but I might be able to help if you have some Game Editor questions. :)
User avatar
Sgt. Sparky
 
Posts: 1850
Joined: Sat Oct 07, 2006 5:28 pm
Location: Somewhere out there, beneath the pale blue sky...
Score: 236 Give a positive score

Postby Hedfone » Mon Nov 06, 2006 10:12 pm

......wow, that's WAY more complicated than how I do it :D
try this website tutorial

http://www.trajectorylabs.com/Multiple_ ... orial.html

BTW, when he says 'view.x=+blah blah'
he means, 'view.x=view.x+blah blah'
good luck! :D
User avatar
Hedfone
 
Posts: 174
Joined: Mon Jul 31, 2006 9:47 pm
Score: 2 Give a positive score

Postby Kodo » Mon Nov 06, 2006 11:14 pm

view.y -=320;

this is basically a short cut for writing...

view.y = view.y - 320;

and is perfectly valid C. Saves a bit if wear and tear on your keyboard ;)
User avatar
Kodo
 
Posts: 449
Joined: Thu Oct 20, 2005 8:20 pm
Location: UK
Score: 23 Give a positive score

Postby Sgt. Sparky » Tue Nov 07, 2006 12:14 am

thank you for the simple one, i made a very complex menu one time and it took me a longx99999 time to script it all, and still... thank you for the link. :D
Image
Random Links:
viewtopic.php?p=19474#19474
Right now (10/14/2009) I'm working on some C++ projects, but I might be able to help if you have some Game Editor questions. :)
User avatar
Sgt. Sparky
 
Posts: 1850
Joined: Sat Oct 07, 2006 5:28 pm
Location: Somewhere out there, beneath the pale blue sky...
Score: 236 Give a positive score


Return to GE - General

Who is online

Users browsing this forum: No registered users and 1 guest

cron