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

  1. if(b == 1)
  2. {
  3.    mmessage = _root.playername + ", " + _root.backyardchampion + " broke the backyard record.";
  4.    _root.newrecordsymb.gotoAndStop(4);
  5. }
  6. else
  7. {
  8.    mmessage = "The Backyard record has not been broken yet.";
  9. }
  10.