home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Classicos / DesktopInvaders.swf / scripts / frame_30 / DoAction.as
Encoding:
Text File  |  2006-06-13  |  87 b   |  7 lines

  1. call("clearall");
  2. scdis = score;
  3. if(highscore < score)
  4. {
  5.    highscore = score;
  6. }
  7.