The Daily Click ::. Forums ::. Klik Coding Help ::. Loading and Saving
 

Post Reply  Post Oekaki 
 

Posted By Message

3DRadius



Registered
  19/04/2009
Points
  8
25th April, 2009 at 10:13:28 -

I have got a problem in MMF 2 .I have to do a loading and saving a game.But I didn't know how to.Will someone please help me.THANKS

Edited by 3DRadius

 
n/a

chrilley

Insane Beaver

Registered
  05/01/2002
Points
  704

Game of the Week WinnerVIP Member360 Owner
25th April, 2009 at 10:56:57 -

There's a couple of ways to do it. I'd start by learning the INI way first.

Here's one article on how to load and save data using the INI Object by Tigerworks: http://www.create-games.com/article.asp?id=188

 
Image

3DRadius



Registered
  19/04/2009
Points
  8
25th April, 2009 at 11:03:15 -


Originally Posted by chrilley
There's a couple of ways to do it. I'd start by learning the INI way first.

Here's one article on how to load and save data using the INI Object by Tigerworks: http://www.create-games.com/article.asp?id=188
that article helped me!!!Everything to do is to work with INIs,right?

 
n/a

Muz



Registered
  14/02/2002
Points
  6499

VIP MemberI'm on a BoatI am an April FoolHonored Admin Alumnus
25th April, 2009 at 11:07:55 -

Use the Save Game object (yes, it's a real object)

What are you trying to save? If you want to save a counter value, put them in an INI file or Array and save them. And then when you click the load button, you open the file, and take the item from the file into the counter.

 
Disclaimer: Any sarcasm in my posts will not be mentioned as that would ruin the purpose. It is assumed that the reader is intelligent enough to tell the difference between what is sarcasm and what is not.

Image

3DRadius



Registered
  19/04/2009
Points
  8
25th April, 2009 at 11:19:27 -


Originally Posted by Muz
Use the Save Game object (yes, it's a real object)

What are you trying to save? If you want to save a counter value, put them in an INI file or Array and save them. And then when you click the load button, you open the file, and take the item from the file into the counter.


Well,the Save Game Object is not hard to use,now i trying it!!
EDIT:Tested and working

Edited by 3DRadius

 
n/a
   

Post Reply



 



Advertisement

Worth A Click