home *** CD-ROM | disk | FTP | other *** search
- on LEAVECOMIC
- global leaveNow
- if the mouseDown then
- set leaveNow to 1
- end if
- if the mouseDown and (leaveNow = 1) then
- set leaveNow to 0
- set the volume of sound 1 to 255
- set the volume of sound 2 to 255
- sound stop 1
- sound stop 2
- updateStage()
- play done
- end if
- end
-