home *** CD-ROM | disk | FTP | other *** search
- global gCurrentScore, gRoundScore, gDartCount, gRound, gEnableGrab, gDartList, gEnablethrow, gTotalDartsLeft, gDartScore, gIB, gDartButtons, gTargets, gRSBox
-
- on prepareFrame me
- gCurrentScore = 301
- gRoundScore = []
- set the floatPrecision to 0
- repeat while gRoundScore.count < 14
- gRoundScore.add(0)
- end repeat
- gDartCount = 0
- gRound = 1
- gEnableGrab = 1
- gDartList = []
- gEnablethrow = 0
- gTotalDartsLeft = 42
- gDartScore = [0, 0, 0]
- gIB = []
- gDartButtons = []
- gTargets = []
- gRSBox = []
- member("1ass").text = string(gCurrentScore)
- end
-