home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- repeat while the stillDown
- l = the mouseH
- t = the mouseV
- set the rect of sprite 19 to rect(l, t, 562, 288)
- set the blend of sprite 4 to 0
- updateStage()
- end repeat
- end
-
- on mouseUp
- if (the mouseH >= 324) and (the mouseH <= 340) and (the mouseV >= 194) and (the mouseV <= 210) then
- Advance()
- else
- Try_again()
- end if
- end
-
- on exitFrame
- go(the frame)
- end
-