Page 1 of 1
Can I make high score for all member ?
Posted:
Sun Dec 19, 2010 8:31 pm
by Orlando911
hey I have seen many Iphone app that have high score for all people who play game ,
for example in the game there is link or page, that inform the member who play the game about the top 10 score,
when he press this link, he can see all top 10 information like ( their name, country, and their score )
thank you
Re: Can I make high score for all member ?
Posted:
Sun Dec 19, 2010 10:36 pm
by skydereign
Currently, no. You can only do local hiscores.
Re: Can I make high score for all member ?
Posted:
Mon Dec 20, 2010 1:27 am
by Orlando911
is there any idea, to make it ?? I want to make competition , for example make website, and the score and the player name, will be sent to
this website, ? is the possible ?
Re: Can I make high score for all member ?
Posted:
Sat Jan 01, 2011 1:26 pm
by sonicfire
Orlando911 wrote:is there any idea, to make it ?? I want to make competition , for example make website, and the score and the player name, will be sent to
this website, ? is the possible ?
That would interest me as well. Any ideas?
Re: Can I make high score for all member ?
Posted:
Sat Jan 01, 2011 1:48 pm
by schnellboot
As already mentioned currently it's not working
Re: Can I make high score for all member ?
Posted:
Sun Jan 30, 2011 9:35 pm
by sonicfire
i guess the only way currently would be using a PHP file on a server. you could pass variables with names and scores and stuff.
e.g.
- Code: Select all
openUrl("http://www.myserver.com/mygame/highscore.php?score=25000&name=playername");
but that would make it easy for hackers to change highscores
and it hasnĀ“t been tested but i might give this a try