User Tag List

Page 2 of 2 FirstFirst 1 2
Results 11 to 15 of 15

Thread: Problem Updating Scores

  1. #11
    No Products Registered

    Join Date
    Dec 2006
    Posts
    82
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Problem Updating Scores

    The sound playes on start of frame when data is received, and everytime i click the update button, so its triggered correctly.

    You said you have done something like this before, could you post some of the code here?

  2. #12
    Clickteam Clickteam
    Jeff's Avatar
    Join Date
    Jun 2006
    Location
    Battle Ground Washington
    Posts
    11,825
    Mentioned
    8 Post(s)
    Tagged
    2 Thread(s)

    Re: Problem Updating Scores

    You can look down here

    http://www.clickteam.com/epicenter/ubbthreads.php?ubb=showflat&Number=114131#Post1141 31

    The first run thru it checks and gets some data to see if the server is online.

    Then if the server is online it download the current score list

    Then if you upload a score it uploads the new score and then redownloads the current score list -- This may or may not contain new data if your uploaded score is in the top 10.

  3. #13
    No Products Registered

    Join Date
    Dec 2006
    Posts
    82
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Problem Updating Scores

    Thank you for the link, it's very usefull. I knew how to do this tho.

    But i was hoping for an example of the one i'm doing now. Do you think you could make a simple app like mine and see if you can get it to work?

    It's just that the counter won't update if you at the same time send a request to also update mysql, those two have to work together.

    Just add to the counter, send request to update the users credit in mysql, then send back the updated credit back to the counter. Like a casino game, the credit/balance are updated in realtime.

  4. #14
    Clickteam Clickteam
    Jeff's Avatar
    Join Date
    Jun 2006
    Location
    Battle Ground Washington
    Posts
    11,825
    Mentioned
    8 Post(s)
    Tagged
    2 Thread(s)

    Re: Problem Updating Scores

    Any chance I could just see a copy of your app and use the scripts on your server?

  5. #15
    No Products Registered

    Join Date
    Dec 2006
    Posts
    82
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Problem Updating Scores

    Of course if it's only you, but there is no point now since i got it working finally . My code was in correct order all the time, the thing was in my update_balance.php i only updated the balance and it diden't return back anything after, but i added the code from get_balance.php into update_balance.php on the last line.

    I tought all the time that since i open a received connection at start of frame it would be open and automaticly update the counter for the rest of the frame.

    I am very happy right now, been posting here for a the past week with different problems wich is now fully resolved thanks to you guys.

    Thank you all very much for the kind help

Page 2 of 2 FirstFirst 1 2

Similar Threads

  1. A complicated problem with scores and savefiles
    By fawfulfan in forum Multimedia Fusion 2 - Technical Support
    Replies: 5
    Last Post: 10th January 2012, 06:10 PM
  2. Updating high scores in an ini+
    By mobichan in forum Multimedia Fusion 2 - Technical Support
    Replies: 12
    Last Post: 27th June 2010, 07:25 AM
  3. Problem updating !
    By den333 in forum Multimedia Fusion 2 - Technical Support
    Replies: 3
    Last Post: 10th March 2010, 11:55 AM
  4. Problem Updating
    By JamieZ in forum Multimedia Fusion 2 - Technical Support
    Replies: 2
    Last Post: 9th May 2008, 11:14 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
  •