home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Aventura / redbeard.swf / scripts / DefineSprite_427 / frame_76 / DoAction.as
Encoding:
Text File  |  2008-09-12  |  322 b   |  11 lines

  1. mcYourScore.position = mcHighScoreData.positionMonthly;
  2. var i = 0;
  3. while(i < mcHighScoreData.high)
  4. {
  5.    this["txtUserName" + i] = mcHighScoreData["userNameMonthly" + i];
  6.    this["txtScore" + i] = mcHighScoreData["scoreMonthly" + i];
  7.    this["txtDate" + i] = mcHighScoreData["dateMonthly" + i];
  8.    i++;
  9. }
  10. stop();
  11.