User Tag List

Results 1 to 3 of 3

Thread: Save Game Object pls help

  1. #1
    No Products Registered

    Join Date
    Aug 2006
    Location
    UK
    Posts
    30
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Save Game Object pls help

    I am trying to use the Save Game Object but I can't get it to save the file to a directory off the application directory.

    I use
    Save memory to Appdrive$ + Appdir$ + "nameoffile"
    and it works fine but I cant get it to save in the sub directory off the Appdir$

    I have tried:

    Save memory to Appdrive$ + Appdir$ + "/dirname" + "nameoffile"

    and

    Save memory to Appdrive$ + Appdir$ + "./dirname" + "nameoffile"

    but all this does is name the file "dirnamenameoffile" in the Appdir$

    Could someone pls tell me what expression to use to change the directory of the Save Game Object.

    Many thx

  2. #2
    Clicker Multimedia Fusion 2 Developer

    Join Date
    Jun 2006
    Location
    Darlington, UK
    Posts
    3,298
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Save Game Object pls help

    um, that's because "/dirname" + "nameoffile" gives "/dirnamenameoffile" (it just removes the " + "). Try "dirname/" + "nameoffile" instead maybe?

  3. #3
    No Products Registered

    Join Date
    Aug 2006
    Location
    UK
    Posts
    30
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Save Game Object pls help

    That worked perfectly thx

    Dunno why I was trying the \ before the name rather than after but I thought it was like ".\" which auto points to the directory of the application.


Similar Threads

  1. 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
  2. Using Save Game Object.
    By OldGuy in forum Multimedia Fusion 2 - Technical Support
    Replies: 3
    Last Post: 8th October 2008, 02:52 PM
  3. Save Game Object pls help again
    By Jaeu in forum Multimedia Fusion 2 - Technical Support
    Replies: 1
    Last Post: 16th November 2006, 08:48 PM
  4. How do use Save Game Object??
    By IuriPsyke in forum Multimedia Fusion 2 - Technical Support
    Replies: 1
    Last Post: 20th October 2006, 05:31 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
  •