User Tag List

Results 1 to 5 of 5

Thread: is it possible to save the state of the game with

  1. #1
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleXNA Export Module
    daniele's Avatar
    Join Date
    Nov 2007
    Location
    italy
    Posts
    413
    Mentioned
    3 Post(s)
    Tagged
    0 Thread(s)

    is it possible to save the state of the game with

    Hi, you excuse mine bad English, but I am Italian and I have a problem.
    I have realized a different score from MMF2 because it is a very particular application. I Have created some counters with the letters of the alphabet, do you have present the counters of the pinballs? you only have 3 letters and with the buttons right - left, can go back on with the letters. I wanted to know if it is possible to save the state of the counters so that that I have created, when I open the game, these counters take a stand that es had been memorized:

    INITIAL standard score

    DAN 15.000.000
    MIC 7.000.000
    JAK 3.000

    At the end of my game my score is this: 8.500.000

    new window

    DAN 15.000.000
    MIC 8.500.000
    JAK 3.000

    how can I do to load the values of my counters when start the game?

    I have found this function
    SAVE GAME OBJECT but I don't know whether to do to save the state of the counters and to load these values

    the writing MIC is composed from 3 counters where I have replaced the numbers with the letters therefore, the letter M is equal to the number 3 of the counter 1
    MIC= 3,4,2
    When beginning the game, the counters are in its original position, but when I go to superate or to modify the name or record scrore, these values are lost when I close my game. I must have memorize the new formulations.




  2. #2
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleiOS Export ModuleSWF Export Module
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)Universal Windows Platform Export Module (Steam)
    Popcorn's Avatar
    Join Date
    Jun 2006
    Location
    Norway, Bergen
    Posts
    2,367
    Mentioned
    13 Post(s)
    Tagged
    0 Thread(s)

    Re: is it possible to save the state of the game with

    For a highscore list you can use the hi-score object
    It doesn't require any events at all, it just needs you to use the built-in Player Score.

    If you want to save values for anything else than a highscore list, or want to customize it yourself, you can use the ini object to save any values and load them back when you re-open the game. There is a tutorial on how to use the ini object in the tutorials section.

  3. #3
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleXNA Export Module
    daniele's Avatar
    Join Date
    Nov 2007
    Location
    italy
    Posts
    413
    Mentioned
    3 Post(s)
    Tagged
    0 Thread(s)

    Re: is it possible to save the state of the game with

    I only have to save the state of a counter. I want that, when I end the game and with the pressure of a key, my counter remains memorized forever. when I turn on the pc and I make to depart my level, an education as it for example loads me (start of frame) the number that I had memorized. this thing can be made with the object ini, but I wanted to know the exact procedure. Help me, I don't succeed alone.

  4. #4
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleXNA Export Module
    daniele's Avatar
    Join Date
    Nov 2007
    Location
    italy
    Posts
    413
    Mentioned
    3 Post(s)
    Tagged
    0 Thread(s)

    Re: is it possible to save the state of the game with

    please, help me!!

  5. #5
    Forum Moderator Fusion 2.5 DeveloperHTML5 Export ModuleiOS Export ModuleSWF Export Module
    DavidN's Avatar
    Join Date
    Jun 2006
    Location
    Boston, MA, USA
    Posts
    4,044
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: is it possible to save the state of the game with

    If you just want to save one value, then using the INI object might be the best place to start. There's an explanation of how it works in general here:

    http://www.clickteam.com/epicenter/ubbthreads.php?ubb=showflat&Board=2&Number=60397


Similar Threads

  1. Save Game State in Flash and iOS
    By brett in forum Multimedia Fusion 2 - Technical Support
    Replies: 11
    Last Post: 5th September 2012, 09:52 PM
  2. Save status of entire game (load / save values)
    By DEKE15 in forum Multimedia Fusion 2 - Technical Support
    Replies: 9
    Last Post: 13th September 2009, 10:17 AM
  3. SAVE GAME Object, Save all propriety object
    By daniele in forum Multimedia Fusion 2 - Technical Support
    Replies: 15
    Last Post: 4th August 2009, 08:00 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •