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, 659, 375)
- set the blend of sprite 4 to 0
- cursor(2)
- updateStage()
- end repeat
- end
-
- on mouseUp
- if (the mouseH >= 521) and (the mouseH <= 545) and (the mouseV >= 283) and (the mouseV <= 299) then
- Advance()
- else
- Try_again()
- end if
- end
-
- on exitFrame
- go(the frame)
- end
-