User Tag List

Results 1 to 4 of 4

Thread: Saving active objects and strings

  1. #1
    Clicker Multimedia Fusion 2 Developer
    stillhawk's Avatar
    Join Date
    Jun 2007
    Posts
    87
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Saving active objects and strings

    Greetings All,
    In each frame 12 objects are selected from a larger group. The name (alterable string) of each selected object is displayed. When the player clicks a listed object, the object is destroyed and the name of the object is dimmed.

    I am trying to use Ini++ (or any other approach) to save the objects and their listed names so that when the player leaves the frame and then returns, the objects and names are just as they were before leaving.

    I have tried using the save frame position in the storyboard editor but that doesn't work well my existing save system which uses an array to store all global values.

    I have a sample file (in MMF2 Developer, build 248). Here is the link: http://www.mediafire.com/?tcnsmmmzzrg

    Thanks in advance for any assistance.

  2. #2
    Clicker Multimedia Fusion 2 Developer
    stillhawk's Avatar
    Join Date
    Jun 2007
    Posts
    87
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Saving active objects and strings

    I have taken a different approach to the problem and hope to solve it myself.

    I have removed access to the file.

  3. #3
    Clicker Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleSWF Export Module
    Kimera's Avatar
    Join Date
    Feb 2007
    Location
    Houston, TX
    Posts
    729
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)

    Re: Saving active objects and strings

    You could try the save game object, if they are actives it works great and keeps it all in one file.

  4. #4
    Clicker Multimedia Fusion 2 Developer
    stillhawk's Avatar
    Join Date
    Jun 2007
    Posts
    87
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Saving active objects and strings

    Thanks Kimera.

    I think the problem with this approach is that identification of the objects in my game is based on their names (alterable string), making it difficult to use the save game object.

    I have decided to change my approach and use the save frame position. To do that, I need to load several global values after loading the saved frame. Since they are keyed to each player, I am thinking of using an array that I can save using the player's name. I don't have much experience creating an array so I am studying that know to learn how to best program it.


Similar Threads

  1. Saving/loading active objects?
    By necdel in forum Multimedia Fusion 2 - Technical Support
    Replies: 1
    Last Post: 11th December 2013, 06:13 PM
  2. problem when saving strings from arrays into one text file.
    By integrality in forum Multimedia Fusion 2 - Technical Support
    Replies: 0
    Last Post: 23rd July 2013, 11:06 PM
  3. [BUG] Active Object Alterable Strings
    By Bipolar_Games in forum Android Export Module Version 2.0
    Replies: 0
    Last Post: 3rd June 2012, 04:36 PM
  4. Strings behind active objects
    By pikzilla in forum Multimedia Fusion 2 - Technical Support
    Replies: 2
    Last Post: 21st April 2009, 11:30 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
  •