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

  1. global pAntObject, gTotalScore
  2.  
  3. on enterFrame me
  4.   member("TotalScore1").text = "Total: " & string(gTotalScore)
  5.   member("TotalScore2").text = "Total: " & string(gTotalScore)
  6. end
  7.