home *** CD-ROM | disk | FTP | other *** search
- function submitScore()
- {
- if(_root.playerName_txt.text == "Your Name Here")
- {
- _global.SoundManager.PlaySound("nocando");
- }
- else
- {
- myScoreSaver.SendScores(_root.playerName_txt.text,_global.lastScore);
- _root.gotoAndPlay("title");
- _global.SoundManager.PlaySound("button2");
- }
- }
- function loginScore()
- {
- myScoreSaver.UserLogin(_global.lastScore);
- _root.gotoAndPlay("title");
- }
- function endGameScore()
- {
- _root.finalScore_txt.text = "Your Score: " + _global.lastScore;
- }
- stop();
- var myScoreSaver = new BagunkScores();
- myScoreSaver.SetCode("jz5D1H2SlkB4jiR5");
- myScoreSaver.SetGameID(358);
- _root.finalScore_txt.text = "Your Score: " + _global.lastScore;
-