home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- global gBiolDown
- set gBiolDown to 1
- set the memberNum of sprite 3 to 8
- updateStage()
- end
-
- on mouseUp
- global gBiolDown, gTestList, gCursor
- if gBiolDown then
- set gBiolDown to 0
- set the memberNum of sprite 3 to 9
- cursor(4)
- updateStage()
- set gTestList to [220508: [1101, 9, 0.0, 0.0], 240524: [1101, 9, 0.0, 0.0], 210421: [1101, 9, 0.0, 0.0], 810319: [1101, 9, 0.0, 0.0], 820120: [1101, 9, 0.0, 0.0], 820302: [1101, 9, 0.0, 0.0]]
- set gCursor to 1
- go("finish")
- end if
- end
-