online-highscore?
Monkey Forums/Monkey Programming/online-highscore?| 
 | ||
| hello, is there any working code for online-highscore? any idea? | 
| 
 | ||
| I work on that. Will post an example code when it is done. | 
| 
 | ||
| any ideas how to do http-requests compatible with all targets? | 
| 
 | ||
| I work on a tiny network lib which does exactly that. So far only HTML5 and Android are working, iPhone and XNA comes next. I don't know if I will make it for all targets, this will just take some time. | 
| 
 | ||
| too bad there are no simple network-commands in monkey. :( | 
| 
 | ||
| Can't be easier. ;) 
Local result:String = mnet.HttpGet("http://www.google.com")
 | 
| 
 | ||
| That's awesome :) | 
| 
 | ||
| mnet supports only html5 & android, i need a solution for all targets... i think it's more important than setcolor for images! :-( | 
| 
 | ||
| Yet yes. I still work on more platforms. | 
| 
 | ||
| Ok, here we go: http://www.monkeycoder.co.nz/Community/posts.php?topic=812 A simple high score list. | 
| 
 | ||
| Cool I'll check it out |