metadata
lets say yer variable needs to be “score”, use
`_root.kongregateServices.connect();
_root.kongregateScores.setMode("Normal");
_root.kongregateScores.submit(score);
_root.kongregateScores.setMode("Hard");
_root.kongregateScores.submit(score);`
there
|