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

  1. if(!monthlyTabClicked or !monthlyLoaded)
  2. {
  3.    getHighscores(0,mcHighScoreData);
  4.    monthlyTabClicked = true;
  5. }
  6. else if(monthlyLoaded)
  7. {
  8.    gotoAndPlay(76);
  9. }
  10.