Page 1 of 1
how to compile start page with game in one file
Posted:
Mon Jan 03, 2011 7:40 am
by Orlando911
I want to make first page, that has , link to my game, link to help ( explanation how to play the game ), so how can I compile them in one DAT file ??
because the game has DAT file, and first page has DAT file, and help page has DAT file, so how can I compile all of them in one DAT file ?
thank you
Re: how to compile start page with game in one file
Posted:
Mon Jan 10, 2011 3:21 pm
by 157pl
make them in different arias on the game like -1000 for the title and 1000 for the help then just move the view to switch
Re: how to compile start page with game in one file
Posted:
Mon Jan 10, 2011 4:11 pm
by Kodo
You can make one load another very easilly using LoadGame("filename.dat"); so you don't actually need to have them all in one Ged file at all. Depending on what you are doing sometimes it's easier to have everything in one ged, sometimes it's easier to split things in to separate ged files, as an example you might want the front end menus and the game in separate ged files. If your game is small, its probably better to put it all in one ged file together though.
Re: how to compile start page with game in one file
Posted:
Mon Jan 10, 2011 4:12 pm
by Kodo
You can also use the Merge option (in File menu) to merge one ged with another!
Re: how to compile start page with game in one file
Posted:
Fri Jan 14, 2011 1:35 am
by Orlando911
where is the expert I need answer,
because I am almost done w my game, I want to upload it to apple store, and buy Express GE ,
Re: how to compile start page with game in one file
Posted:
Fri Jan 14, 2011 6:17 am
by lcl
Orlando911 wrote:where is the expert I need answer,
because I am almost done w my game, I want to upload it to apple store, and buy Express GE ,
You've already got the answer.