Scoreboard for idnet

Hello,

Sorry to bother you, I would like to add scoreboard or leaderboard to a running game, but I do not know how?
I cannot even start with it, where to find code?

I tried in-game ads and it’s easy to use.

I am using AS3 for this game.

Hello,

It sounds like you already read the docs for in-game ads. The basic code for all things in the Flash SDK starts with that.
http://dev.id.net/docs/actionscript/the-basics/

After that see the reference for all the functions available.
http://dev.id.net/docs/actionscript/reference/

You will probably want advancedScoreList and advancedScoreSubmitList. See the full descriptions to understand what each argument is for and which ones are optional.

Soon we will be finishing the high scores dashboard, it can be found on the app page. In the near future, you will need to create high score tables through there. We will update the docs when that happens.

Y8 Games