home *** CD-ROM | disk | FTP | other *** search
- stop();
- _global.currentlevel = 1;
- getsc_lv = new LoadVars();
- getsc_lv.bid = 10;
- rec_lv = new LoadVars();
- getsc_lv.sendAndLoad("http://bot.pldmstudios.com/g10.php",rec_lv,"POST");
- bestplayer.text = "Loading...";
- rec_lv.onLoad = function(success)
- {
- if(success)
- {
- bestplayer.text = "Best player: " + rec_lv.name1;
- }
- else
- {
- bestplayer.text = "ERROR: Can\'t load!";
- }
- };
-