Skip to main content
August 20, 2010
Answered

Leaderboard

  • August 20, 2010
  • 1 reply
  • 655 views

I just finished my game and was wondering if i could make a leaderboard? It would take the user's score and save the highest scores to the Leaderboard Page. Can you do this with actionscript? How would you code this? If you can, please, help!

Thanks,

universal_binary

This topic has been closed for replies.
Correct answer kglad

you'll need server-side code and a database (an xml file would suffice) if you want to rank users using different clients.

1 reply

kglad
Community Expert
kgladCommunity ExpertCorrect answer
Community Expert
August 20, 2010

you'll need server-side code and a database (an xml file would suffice) if you want to rank users using different clients.

August 20, 2010

Thanks!

kglad
Community Expert
Community Expert
August 20, 2010

you're welcome.