leaderboard

Shishkov

  • Posts: 169
Hello everybody.

In my game I have a possibility to use a leaderboard, however, in Stencyl I can use only predefined servers for this purpose like Kongreagte, Newgrounds, Mochi.
But what if sponsor has his own server and he wants me to use his leaderboard and server, how can it be implemented? What is the best way to do it without any problem?

Thanks in advance

Tuo

  • *
  • Posts: 2469
Generally, they will have their own AS3 coding that you can copy/paste into your game, changing a few items to make it specific for your game (i.e. changing the id of the game to your game's id, setting what variables to send, etc.). Look for the documentation in the site you are wanting to upload your game to (or if it was a sale, the buyer should provide it directly).
Don't look to me but rather to the One who is the reason for what I do. :)

If you need help, send me a PM. Even if I haven't been on in the forums in ages, I still receive those messages via email notifications. You can also reply to any of my forum posts, regardless of the age (especially if I created it), and I will likely reply.

If you want to see the programming behind certain types of games, feel free to check out my "Demo-" games on StencylForge (http://community.stencyl.com/index.php/topic,16160.0.html)

Shishkov

  • Posts: 169
THANK YOU VERY MUCH