I have made a small flash game, and the epic loser that I am, now I cannot even submit a highscore from my game. I am a newbie in game development, and hence all this ado for a seemingly simple task.. sigh.
I tried the following statements:
In the first frame of the flash file:
_root.kongregateServices.connect();
Then in the part where my game ends:
// KONGREGATE submit..
var finalScore:Number = _root.game.score;
_root.kongregateStats.submit( “Score”, finalScore );
However, when I upload the game, in the preview section, or in the final game uploaded, there is no tab for highscores that get updated on completion.. am I doing something wrong?