00:00
00:00
Newgrounds Background Image Theme

MoxKatt 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!

Scoreboard codes messes up my game

238 Views | 0 Replies
New Topic Respond to this Topic

So tried to put a scoreboard into my game like usual, but this time it messes up the game.
It seems to block some movie-clip to animate or move.
But if I remove the codes, the game works just fine.
Has anyone encounter the same problem?

The code that i put are just regular NG scoreboard codes:

import com.newgrounds.*;
import com.newgrounds.components.*;
var scoreBrowser:ScoreBrowser = new ScoreBrowser();
scoreBrowser.scoreBoardName = "Score Board Name";
scoreBrowser.period = ScoreBoard.ALL_TIME;
scoreBrowser.loadScores();