Highscores api... tutorial?
the internet said
3 months ago | Post #2Is this what you're looking for?
saricden said
2 months ago | Post #3I geuss so, but arn't there other steps than just the as code, like, do i copy the api to the same directory as my game? Do i have to set up the highscore board here first?
hourang said
2 months ago | Post #4yeah setup the highscore here. then download the api and put the Nonoba folder in the same location as your game. you have to keep that folder structure in tact, so if your game is on c: then the actual .as file should be at c:/Nonoba/api/NonobaAPI.as or something like that.
then add
in the same frame as the SubmitScore function. Put it before the function.
Make sure you have the key for the highscore set right and you should be golden. i have no idea why they dont include this info in the documentation......
then add
in the same frame as the SubmitScore function. Put it before the function.
Make sure you have the key for the highscore set right and you should be golden. i have no idea why they dont include this info in the documentation......
saricden said
2 months ago | Post #5OK, great, thanks
Yeah its odd they have the documentation but no real tutorials, thanks alot this is a huuge help.
Yeah its odd they have the documentation but no real tutorials, thanks alot this is a huuge help.
Reply to thread
Sign up now to reply to threads
saricden said
3 months ago | Post #1