home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- global gQuitDown
- set gQuitDown to 1
- set the memberNum of sprite 8 to 17
- end
-
- on mouseUp
- global gQuitDown
- if gQuitDown then
- set the memberNum of sprite 8 to 18
- set gQuitDown to 0
- updateStage()
- puppetSprite(8, 0)
- puppetSprite(9, 0)
- go("finish")
- end if
- end
-