home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Diversos / snowball.swf / scripts / DefineSprite_412 / frame_5 / DoAction.as
Encoding:
Text File  |  2006-06-13  |  240 b   |  10 lines

  1. if(n == 1)
  2. {
  3.    mmessage = "The national record has been broken! " + _root.nationalchampion + " is the new national champion.";
  4.    _root.newrecordsymb.gotoAndStop(4);
  5. }
  6. else
  7. {
  8.    mmessage = "No one broke the national record...";
  9. }
  10.