|
saving
Jun 29, 2004 15:21:36 GMT -5
Post by Xenith on Jun 29, 2004 15:21:36 GMT -5
okay i'm now advancing my game into menus... finally anyways i need to know how a menu works, i've had an idea of having a background and an object for a cursor, i need help with the saving also, thanks for any help
|
|
|
saving
Jun 29, 2004 16:36:52 GMT -5
Post by IsmAvatar on Jun 29, 2004 16:36:52 GMT -5
Just make 1 object for each menu item. Then on left pressed event, do whatever that menu item does when you select it. Then place it in the menu room.
|
|
|
saving
Jun 29, 2004 16:40:44 GMT -5
Post by Xenith on Jun 29, 2004 16:40:44 GMT -5
i got the menu working, with resolution problems ( my fault ) now what i need ot know is how saving works and stuff thanks IA
|
|
|
saving
Jun 29, 2004 16:46:00 GMT -5
Post by IsmAvatar on Jun 29, 2004 16:46:00 GMT -5
saving?
game_save("mysave.j66")
loading?
game_load("mysave.j66")
|
|