home *** CD-ROM | disk | FTP | other *** search
- if(!dailyTabClicked)
- {
- mcYourScore.position = position;
- dailyTabClicked = true;
- var i = 0;
- while(i < mcHighScoreData.high)
- {
- if(scoreIsTime)
- {
- mcHighScoreData["scoreDaily" + i] = convertScoreToTime(mcHighScoreData["scoreDaily" + i]);
- }
- this["txtUserName" + i] = mcHighScoreData["userNameDaily" + i];
- this["txtScore" + i] = mcHighScoreData["scoreDaily" + i];
- this["txtDate" + i] = mcHighScoreData["dateDaily" + i];
- i++;
- }
- }
- mcYourScore.position = mcHighScoreData.positionDaily;
- stop();
-