home *** CD-ROM | disk | FTP | other *** search
/ 100 Plus Great Games 2 / 100PLUSV2.BIN / games / SeaInvaders.dxr / 00132.ls < prev    next >
Encoding:
Text File  |  2002-01-25  |  131 b   |  6 lines

  1. on exitFrame me
  2.   global playerScore
  3.   member("Total Score Tally").text = string(playerScore)
  4.   playSound("level_complete", 1)
  5. end
  6.