home *** CD-ROM | disk | FTP | other *** search
/ 100 Plus Great Games 2 / 100PLUSV2.BIN / games / Darts(Shanghai).dxr / Internal_1.ls < prev    next >
Encoding:
Text File  |  2002-01-25  |  541 b   |  23 lines

  1. global gCurrentScore, gRoundScore, gDartCount, gRound, gEnableGrab, gDartList, gEnablethrow, gTotalDartsLeft, asshole, gDartScore, gIB, gDartButtons, gTargets, gRSBox
  2.  
  3. on prepareFrame me
  4.   asshole = 1
  5.   gCurrentScore = 0
  6.   gRoundScore = []
  7.   set the floatPrecision to 0
  8.   repeat while gRoundScore.count < 20
  9.     gRoundScore.add(0)
  10.   end repeat
  11.   gDartCount = 0
  12.   gRound = 1
  13.   gEnableGrab = 1
  14.   gDartList = []
  15.   gEnablethrow = 0
  16.   gTotalDartsLeft = 60
  17.   gDartScore = [0, 0, 0]
  18.   gIB = []
  19.   gDartButtons = []
  20.   gTargets = []
  21.   gRSBox = []
  22. end
  23.