How do i make it so people could publish their high score to a leader board. Also after the game how do i make it so on their screen it says " Your High Score is ______". I have something like that but it only prints in the terminal. [import]uid: 132369 topic_id: 24834 reply_id: 324834[/import]
Display new text for the score, there are a bunch of tutorials and sample code for that already.
For the leader board, Openfeint or Game Center? See the gamenetwork API. [import]uid: 52491 topic_id: 24834 reply_id: 100762[/import]
Thanks. Do you have a tutorial file about this? When you click publish, it would go into the leader board. [import]uid: 132369 topic_id: 24834 reply_id: 101673[/import]
check learning corona.com I’m sure there’s an example there [import]uid: 7911 topic_id: 24834 reply_id: 101692[/import]
Sorry, i still cannot understand the tutorials. Can someone please put a sample code of the leader board and submitting your high score ?
[import]uid: 132369 topic_id: 24834 reply_id: 102318[/import]
“Submitting your high score” sounds like maybe you are talking about Openfeint or Game Center and not an independent leaderboard within the app? [import]uid: 52491 topic_id: 24834 reply_id: 102380[/import]
Yes. I am trying to use Openfeint. [import]uid: 132369 topic_id: 24834 reply_id: 102418[/import]
There is a sample in;
CoronaSDK > SampleCode > GameNetwork > OFlandscape/OFportrait
[import]uid: 52491 topic_id: 24834 reply_id: 102424[/import]