00:00
00:00
Newgrounds Background Image Theme

Breakfast-Crow just joined the crew!

We need you on the team, too.

Support Newgrounds and get tons of perks for just $2.99!

Create a Free Account and then..

Become a Supporter!

Browse Sections

Newgrounds Wiki: SCORE_POSTED

This event is fired when a high score has been posted to, and received by the server.

APIEvent

This event will be an instance of APIEvent, and contain the following values:
  • type:String - APIEvent.SCORE_POSTED
  • success:Boolean - True if the score posted successfuly
  • data:Object - Containing the following properties:

    • board:ScoreBoard - The scoreboard instance that was posted to
    • username:String - The name of the user that posted.
    • value:Number - The value of the score that was posted.