User Tag List

Results 1 to 6 of 6

Thread: Online HighScore Example Question

  1. #1
    No Products Registered

    Join Date
    Dec 2006
    Posts
    1,332
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Online HighScore Example Question

    I'm planning to submit a game for the vcade called Speed Pong. I was using the online highscore board example and writing the code for submitting the data to the server that reads:

    +On Connect
    Send Text Line -"GET"+CommandItem$("score_upload")+"?Code="+Editte xt$( "MD5 Hash" )+"&name="+string$( "Hidden name holder" )+"&Score="+Str$(score( "Player 1" ))+"&level="+Str$(value( "Level Reached" ))+"&gameID="+Str$(value( "GameID" ))+" HTTP/1.1"

    But I have modified the "&level=" to "&points=" and also added another category called "&difficulty=" The question I have is how would I retrieve these values for the highscore table?

  2. #2
    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: Online HighScore Example Question

    I don't think you can.
    You can only get what the v-cade provides and this question might be better served over at the v-cade site.

    (And if your using MMF2 it won't work until Vitalize is updated)

  3. #3
    Forum Moderator Fusion 2.5 DeveloperHTML5 Export ModuleiOS Export ModuleSWF Export Module
    DavidN's Avatar
    Join Date
    Jun 2006
    Location
    Boston, MA, USA
    Posts
    4,044
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Online HighScore Example Question

    What do you mean by "retrieve these values for the highscore table"?

  4. #4
    No Products Registered

    Join Date
    Dec 2006
    Posts
    1,332
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Online HighScore Example Question

    In the first frame of the online highscore example file the data (scores) are uploaded to the server and in the second frame they are "retrieved" and sorted into lists.

  5. #5
    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: Online HighScore Example Question

    << But I have modified the "&level=" to "&points=" and also added another category called "&difficulty=" >>

    You can't rename the variables from the script.
    You can use them for whatever you want but they need to use the same names.

    You also can't add new variables because the backend scripts won't know they exist. You would need to write your own system to do this sort of things.


  6. #6
    No Products Registered

    Join Date
    Dec 2006
    Posts
    1,332
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Online HighScore Example Question

    Yes, I read that in the developer center of the vcade after I posted that. Sorry

Similar Threads

  1. Online Highscore Table
    By King_Cool in forum SWF/Flash Export Module Version 2.0
    Replies: 6
    Last Post: 10th September 2012, 11:22 PM
  2. Vitalize and online highscore issues
    By Shmuper in forum Vitalize
    Replies: 5
    Last Post: 4th June 2010, 11:59 PM
  3. Online Highscore help !
    By Johnny in forum Multimedia Fusion 2 - Technical Support
    Replies: 7
    Last Post: 11th February 2009, 04:52 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
  •