Hi!
Im using TGF2 demo at the moment but I hope my real copy will arrive soon :D
I wonder if i can make a Save and Load option to my game? Im still a newbie so i hope u will help me :)
/ Jimmy
Printable View
Hi!
Im using TGF2 demo at the moment but I hope my real copy will arrive soon :D
I wonder if i can make a Save and Load option to my game? Im still a newbie so i hope u will help me :)
/ Jimmy
Yes, you'll have to save and load data from an external file such as an INI. How you do this really depends on the data that you need to save out from the game.
Thanks for ur reply! :)
I want to save the position of all the objects in a frame. And also save score, lives, values, etc. Its that possible?
I prefer the Array object, its perfect for what you require.
http://www.klikacademy.com/circy/tutorials/arraytut.zip (for MMF1.5 Pro actually, but you might be able to make use of it)
THANKS!! Its so perfect it could be! It will be much work to save the positions of all objects but it will be soo nice :)Quote:
Originally Posted by ChrisStreet
Thanks!