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

  1. global gTotal, gBonus, gScore, gRound
  2.  
  3. on enterFrame me
  4.   member("TotalDisplay").text = "Total Score:" && string(integer(gTotal))
  5.   member("TotalDisplay2").text = "Total Score:" && string(integer(gTotal))
  6.   gTotal = 0
  7.   gBonus = 0
  8.   gScore = 0
  9.   gRound = 0
  10. end
  11.