User Tag List

Page 1 of 3 1 2 3 LastLast
Results 1 to 10 of 21

Thread: Unusual Saving Feature glitch

  1. #1
    No Products Registered

    Join Date
    Apr 2008
    Location
    Weston-super-mare
    Posts
    200
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Unusual Saving Feature glitch

    And by unusual i mean it just crashes upon loading the loading feature screen.

    Here are the events for that frame:

    1. IF: Start of Frame
    ACT: Load Array from File Apppath$+"Dark Reality Saves"
    *ACT: Set Counter to ValueatXY ("Array",1, 1)

    2. IF: Upon Pressing ESC
    ACT: Jump to Frame 4

    3. IF: ("Frame Tracker") = 9
    ACT: Set alterable string to "Apartment Building - My Apartment"

    4. IF: ("Frame Tracker") = 18
    ACT: Set alterable string to "Warehouse - Managers Office

    The Frame Tracker is a counter object which tracks which room the player is in, and upon saving at a save point it sends that value to a cell in the array, then when the player returns to playing and loads his game at the load screen it will display which room he is in by looking at the string object.

    For some odd reason no matter how many time i go to that frame it just crashes, the only way it doesn't crash is if i delete all events that control the Frame Tracker counter object.

    I have no idea what is going on, the code seems pretty flawless to me.

  2. #2
    No Products Registered

    Join Date
    Oct 2006
    Location
    Sweden
    Posts
    1,141
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Unusual Saving Feature glitch

    What settings do the array have? Might be a problem with 1/0 base or Value/String array...

  3. #3
    No Products Registered

    Join Date
    Apr 2008
    Location
    Weston-super-mare
    Posts
    200
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Unusual Saving Feature glitch

    What do you mean by settings?

  4. #4
    No Products Registered

    Join Date
    Oct 2006
    Location
    Sweden
    Posts
    1,141
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Unusual Saving Feature glitch

    Settings under Object Properties...

  5. #5
    No Products Registered

    Join Date
    Apr 2008
    Location
    Weston-super-mare
    Posts
    200
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Unusual Saving Feature glitch

    Nope nothing wrong there.

  6. #6
    No Products Registered

    Join Date
    Oct 2006
    Location
    Sweden
    Posts
    1,141
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Unusual Saving Feature glitch

    Is Apppath$+"Dark Reality Saves" a file or a folder? And if I'm not mistaken Apppath$ needs a "\" after to work properly.

  7. #7
    No Products Registered

    Join Date
    Apr 2008
    Location
    Weston-super-mare
    Posts
    200
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Unusual Saving Feature glitch

    Its a file from what i can see.

  8. #8
    No Products Registered

    Join Date
    Oct 2006
    Location
    Sweden
    Posts
    1,141
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Unusual Saving Feature glitch

    Output the path to a string and make sure that it is correct. If that's not the problem I have no Idea what might be wrong...

  9. #9
    No Products Registered

    Join Date
    Apr 2008
    Location
    Weston-super-mare
    Posts
    200
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Unusual Saving Feature glitch

    What!?

  10. #10
    Clicker Multimedia Fusion 2 DeveloperiOS Export ModuleSWF Export Module
    Jaffob's Avatar
    Join Date
    May 2008
    Location
    USA
    Posts
    1,833
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Unusual Saving Feature glitch

    Quote Originally Posted by Werbad
    And if I'm not mistaken Apppath$ needs a "\" after to work properly.
    This has been debated Here. And yes it probably is the problem.

    EDIT: Yay! Martin_Bodger used an appropriate subject name!

Page 1 of 3 1 2 3 LastLast

Similar Threads

  1. GLITCH! Please fix Animation Glitch!
    By Blue66 in forum Multimedia Fusion 2 - Technical Support
    Replies: 22
    Last Post: 20th March 2013, 10:35 AM
  2. Not a glitch, it's a feature!
    By N64Mario in forum Multimedia Fusion 2 - Technical Support
    Replies: 4
    Last Post: 19th June 2012, 01:48 AM
  3. "Bug" For Saving and Loading Frame Positions AND "Timer Glitch"?
    By Zarpo in forum Multimedia Fusion 2 - Technical Support
    Replies: 1
    Last Post: 27th March 2012, 12:40 PM
  4. Unusual Problem with the String Object
    By Martin_Bodger in forum Multimedia Fusion 2 - Technical Support
    Replies: 2
    Last Post: 9th July 2008, 12:47 PM
  5. Frame order unusual?
    By 00J in forum Multimedia Fusion 2 - Technical Support
    Replies: 3
    Last Post: 13th July 2006, 07:58 AM

Posting Permissions

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