User Tag List

Results 1 to 10 of 10

Thread: Get Object Not working with submitiing high scrores.

  1. #1
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleiOS Export ModuleSWF Export Module

    Join Date
    Jul 2010
    Location
    Texas, US
    Posts
    86
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Get Object Not working with submitiing high scrores.

    I'm using the Get Object to Submit High Scores but it seems it will not submit hih scores when I press enter.

    I set it like that

    Left Mouse single click on Enter

    Get URL("http://www.hensoupstudios.com/manatee.php?player="+Edittext$( "Edit Box" )+"&score="+Str$(score( "Player 1" ))+"&password=password")

    it won't send or use get in any way.

    any other way to submit the score?

    Flash and EXE and others It works but IOS won't

  2. #2
    Clickteam Clickteam
    Anders's Avatar
    Join Date
    Jun 2006
    Location
    Denmark, Århus
    Posts
    3,456
    Mentioned
    5 Post(s)
    Tagged
    1 Thread(s)
    Thanks for your report. I will look into this ASAP.

  3. #3
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleiOS Export ModuleSWF Export Module

    Join Date
    Jul 2010
    Location
    Texas, US
    Posts
    86
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    thanks you sometimes it will send sometimes it will it out or take 5-10 minutes. it could be a glitch I assume.

  4. #4
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleiOS Export ModuleSWF Export Module

    Join Date
    Jul 2010
    Location
    Texas, US
    Posts
    86
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    have you looked into this yet? I am publishing my game but I'll also be waiting for this and do a quick update after you fixed this.

  5. #5
    Clicker Multimedia Fusion 2 DeveloperiOS Export ModuleSWF Export Module
    knpmaster's Avatar
    Join Date
    Jul 2007
    Location
    Cinnaminson NJ
    Posts
    86
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I also had some issues with the GET object not sending the request.

    Also, when sending multiple GET requests within a short time it stops working.

    Problems do not occur in EXE and FLASH environments.

  6. #6
    Clickteam Clickteam
    Anders's Avatar
    Join Date
    Jun 2006
    Location
    Denmark, Århus
    Posts
    3,456
    Mentioned
    5 Post(s)
    Tagged
    1 Thread(s)
    Hi everybody
    Sorry for the delay. I about to look into this.

    Knpmaster: The GET object was coded to ignore any new requests until the previous one has finished (this is how the C++ and Flash versions work too).
    You should always wait for the previous request to finish before starting a new one. If you already do this then it must be a bug.

    I will run a stress-test on it as well

  7. #7
    Clicker Multimedia Fusion 2 DeveloperiOS Export ModuleSWF Export Module
    knpmaster's Avatar
    Join Date
    Jul 2007
    Location
    Cinnaminson NJ
    Posts
    86
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    "I will run a stress-test on it as well" ~Andos
    Thanks it it much appreciated.

    It is possible that the EXE and FLASH versions were just finishing the GET return before a new request. Maybe there should be an option to turn on buffering so this waiting is done behind the scenes and it doesn't lose the request calls. Just a thought.

  8. #8
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleiOS Export ModuleSWF Export Module
    Tuna's Avatar
    Join Date
    Feb 2008
    Location
    Central Texas
    Posts
    1,853
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)
    Can you simply create a new instance of the get object if you need to make subsequent GET calls?

    Create the object, make the get call, when response is returned you then delete the get object. Would be nice and tidy, if each instance would know which call was which.

  9. #9
    Clickteam Clickteam
    Anders's Avatar
    Join Date
    Jun 2006
    Location
    Denmark, Århus
    Posts
    3,456
    Mentioned
    5 Post(s)
    Tagged
    1 Thread(s)
    I ported the Get object from either flash or java (can't remember) and it had the same behavior. Maybe it is just because the requests finished so fast in the other runtimes that you didn't run into the problem? I asked Jamie (the creator of the Get object) and he said that is the default behavior.

  10. #10
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleiOS Export ModuleSWF Export Module
    Tuna's Avatar
    Join Date
    Feb 2008
    Location
    Central Texas
    Posts
    1,853
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)
    Its good to know, as I was just about to use Get object for high scores. I also want to use it to send usage data on my games to my site...

Similar Threads

  1. Resetting High Scores under Android -NOT WORKING-
    By kreeddem in forum Multimedia Fusion 2 - Technical Support
    Replies: 0
    Last Post: 9th August 2013, 12:08 PM
  2. High Scores object -- caching?
    By JohnC in forum Multimedia Fusion 2 - Technical Support
    Replies: 3
    Last Post: 10th November 2010, 09:38 AM
  3. high score object
    By willow in forum Multimedia Fusion 2 - Technical Support
    Replies: 6
    Last Post: 18th October 2010, 07:43 PM
  4. How do you use the High Score Object
    By DisneyBoy in forum Multimedia Fusion 2 - Technical Support
    Replies: 6
    Last Post: 3rd March 2010, 01:29 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
  •