home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- global gChemDown
- set gChemDown to 1
- set the memberNum of sprite 4 to 12
- updateStage()
- end
-
- on mouseUp
- global gChemDown, gTestList, gCursor
- if gChemDown then
- cursor(4)
- set gChemDown to 0
- set the memberNum of sprite 4 to 13
- updateStage()
- set gTestList to [330939: [1101, 9, 0.0, 0.0], 710604: [1101, 9, 0.0, 0.0], 311005: [1101, 9, 0.0, 0.0], 710903: [1101, 9, 0.0, 0.0], 312124: [1101, 9, 0.0, 0.0], 310712: [1101, 9, 0.0, 0.0]]
- set gCursor to 1
- go("finish")
- end if
- end
-