like this:
_root.kongregateServices.connect();
_root.kongregateScores.setMode(“Normal”);
_root.kongregateScores.submit(1000); // Will submit a score of 1000 for normal mode
_root.kongregateScores.setMode(“Hard”);
_root.kongregateScores.submit(500); // Will submit a score of 500 for hard mode
quoted from “High Scores API” it is the first post in the forum!!!
|