Problem with award
Príspevok #2 zmazaný
freetiger18 povedal
veľmi dávno | Príspevok #3LoL,it is right
Awoke povedal
veľmi dávno | Príspevok #4I did this, and didn't worked.
Awoke povedal
veľmi dávno | Príspevok #5Need more thing than the Submit Score?
Chris povedal
veľmi dávno | Príspevok #6The API always errors when you test locally, it will only work when uploaded to the site
Awoke povedal
veľmi dávno | Príspevok #7ok, i'll try
Awoke povedal
veľmi dávno | Príspevok #8the achievament now is working, when will be acept?
Príspevok #9 zmazaný
Awoke povedal
veľmi dávno | Príspevok #10How long can it take?
Odpoveď na diskusiu
Zaregistruj sa a zapoj sa do diskusie
Awoke povedal
veľmi dávno | Príspevok #1import Nonoba.api.NonobaAPI;
NonobaAPI.SubmitScore("stage", 1, function (response:String) {
switch (response) {
case NonobaAPI.SUCCESS :
trace("The score was submitted successfully");
break;
case NonobaAPI.NOT_LOGGED_IN :
trace("The user is not logged in");
break;
case NonobaAPI.ERROR :
trace("An error occurred.");
break;
}
});
but received a:
An error ocurred.
what's wrong?