User Tag List

Page 3 of 8 FirstFirst 1 2 3 4 5 ... LastLast
Results 21 to 30 of 76

Thread: Online High Score Tutorial

  1. #21
    Clicker

    Fusion 2.5 DeveloperAndroid Export ModuleiOS Export ModuleMac Export ModuleUniversal Windows Platform Export Module

    Join Date
    Sep 2006
    Posts
    231
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    OK, I solved my problem with the score list not working when going to another frame then coming back. It turned out to be a wonderfully easy fix. All I had to do was add one event:

    END OF FRAME: Set Global String-- server_status to "offline"

  2. #22
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleiOS Export Module
    BiznessMan's Avatar
    Join Date
    Apr 2007
    Location
    Sandy UT
    Posts
    105
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Is there any way to remove duplicates in the list? I don't want the same user populating the board, I just want to display the highest score for that particular user name.

  3. #23
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleiOS Export Module
    BiznessMan's Avatar
    Join Date
    Apr 2007
    Location
    Sandy UT
    Posts
    105
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Is there any way to get rid of duplicates? Say "Player 1" uploads 5 scores, can I just show his highest score without having to show all of the others?

  4. #24
    Clickteam Clickteam
    Jeff's Avatar
    Join Date
    Jun 2006
    Location
    Oregon
    Posts
    11,826
    Mentioned
    8 Post(s)
    Tagged
    2 Thread(s)
    Yes the easiest place to do that would be in the PHP scripts.

    Check when a user submit a score if a score with that name already exists.

    If it does and the new score is lower -- Do nothing
    If it exists and the new score is higher -- Update record with new score value
    If it doesn't exists enter the new score record

  5. #25
    Clicker Fusion 2.5

    Join Date
    Dec 2014
    Posts
    19
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks a bunch for this Sparckman! This is fantastic! If you care to see how I implemented this in my game, feel free to jump over to it Here:

    https://www.mediafire.com/?zmz9od7v1bv8d5c

    Control or Left mouse button Flaps the plane!

  6. #26
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleMac Export ModuleUniversal Windows Platform Export ModuleSWF Export Module
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)Universal Windows Platform Export Module (Steam)
    Koji_Kabuto's Avatar
    Join Date
    Jul 2006
    Location
    Venezuela
    Posts
    2,850
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)
    Hi Spärck,

    I am about to launch my game these days and with so many tests I have database with junk ratings, is there any way to delete the data without creating a new database?

  7. #27
    Clickteam Clickteam
    Jeff's Avatar
    Join Date
    Jun 2006
    Location
    Oregon
    Posts
    11,826
    Mentioned
    8 Post(s)
    Tagged
    2 Thread(s)
    You could log into PHP myadmin and delete the records.

  8. #28
    Forum Moderator

    Fusion 2.5 MacFusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleMac Export ModuleUniversal Windows Platform Export ModuleSWF Export ModuleInstall Creator Pro
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)

    Join Date
    Dec 2013
    Location
    Watertown, WI
    Posts
    4,421
    Mentioned
    60 Post(s)
    Tagged
    0 Thread(s)
    or just delete the database... it should auto create it for you..
    (At least mine does... but not sure if that's in the original code.. since I modified it a lot)

  9. #29
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleMac Export ModuleUniversal Windows Platform Export ModuleSWF Export Module
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)Universal Windows Platform Export Module (Steam)
    Koji_Kabuto's Avatar
    Join Date
    Jul 2006
    Location
    Venezuela
    Posts
    2,850
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)
    Thanks Jeff!

  10. #30
    Clicker Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)Universal Windows Platform Export Module (Steam)
    Marc's Avatar
    Join Date
    Dec 2014
    Posts
    43
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Awesome guide

Page 3 of 8 FirstFirst 1 2 3 4 5 ... LastLast

Similar Threads

  1. Online high score
    By Redsquirrel in forum iOS Export Module Version 2.0
    Replies: 1
    Last Post: 10th October 2012, 05:21 PM
  2. high score online
    By fredooo in forum Multimedia Fusion 2 - Technical Support
    Replies: 2
    Last Post: 23rd January 2012, 08:25 PM
  3. Online High Score
    By drnebula in forum Multimedia Fusion 2 - Technical Support
    Replies: 3
    Last Post: 27th May 2009, 02:42 PM
  4. Online high-score tutorial
    By Jeff in forum News
    Replies: 0
    Last Post: 4th March 2007, 04:01 PM

Tags for this Thread

Posting Permissions

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