User Tag List

Results 1 to 2 of 2

Thread: How do you have an online hi-score?

  1. #1
    Clicker Multimedia Fusion 2 DeveloperSWF Export Module
    RickyRombo's Avatar
    Join Date
    Mar 2008
    Location
    Somewhere between here and there
    Posts
    3,167
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    How do you have an online hi-score?

    I'm sick of the personal hi-scores! How do I show scores from other players on different computers? Here's a link to my games if you think it would help - the specific one I'm asking for is Duck Hunt

    Ricky Rombo's Games!

  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: How do you have an online hi-score?

    Ok here is the quick and dirty version

    You need to have a server with a scripting language and a database

    PHP and mySQL is what I use

    Then you use MooSock or Line receiver to send the scores to your php script on your server. You would also use this to receive data from the PHP script on your server. The PHP script does the interactions with mySQL or whatever data storage device you wish. (other database or a text file)

    DavidN wrote a tutorial about this on the tutorial page.
    Its a little out of date and MooSock is picky (so I would use line receiver) but it should get you pointed in the right direction.

    Yes you will need to learn a little PHP but its pretty easy.

Similar Threads

  1. high score online
    By fredooo in forum Multimedia Fusion 2 - Technical Support
    Replies: 2
    Last Post: 23rd January 2012, 08:25 PM
  2. Online Score problem
    By Xeeko in forum Multimedia Fusion 2 - Technical Support
    Replies: 4
    Last Post: 19th May 2011, 09:49 AM
  3. Online Score Tutorial - need help
    By ionside in forum Multimedia Fusion 2 - Technical Support
    Replies: 4
    Last Post: 30th September 2008, 12:51 PM
  4. Help about Online Score submition
    By AtomX in forum Multimedia Fusion 2 - Technical Support
    Replies: 9
    Last Post: 13th July 2006, 09:58 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
  •