home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- global gMathsDown
- set gMathsDown to 1
- set the memberNum of sprite 6 to 20
- updateStage()
- end
-
- on mouseUp
- global gMathsDown, gTestList, gCursor
- if gMathsDown then
- set gMathsDown to 0
- set the memberNum of sprite 6 to 21
- updateStage()
- set gTestList to [458801: [1101, 9, 0.0, 0.0], 458817: [1101, 9, 0.0, 0.0], 458820: [1101, 9, 0.0, 0.0], 458810: [1101, 9, 0.0, 0.0], 458822: [1101, 9, 0.0, 0.0], 458814: [1101, 9, 0.0, 0.0]]
- set gCursor to 1
- go("finish")
- end if
- end
-