home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- global gPhysDown
- set gPhysDown to 1
- set the memberNum of sprite 5 to 16
- updateStage()
- end
-
- on mouseUp
- global gPhysDown, gTestList, gCursor
- if gPhysDown then
- cursor(4)
- set gPhysDown to 0
- set the memberNum of sprite 5 to 17
- updateStage()
- set gTestList to [620905: [1101, 9, 0.0, 0.0], 410136: [1101, 9, 0.0, 0.0], 620704: [1101, 9, 0.0, 0.0], 440106: [1101, 9, 0.0, 0.0], 450316: [1101, 9, 0.0, 0.0], 450101: [1101, 9, 0.0, 0.0]]
- set gCursor to 1
- go("finish")
- end if
- end
-