home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global slaptopflag
- if p(l()) then
- go("aW")
- exit
- end if
- if p(R()) then
- go("aE")
- exit
- end if
- if PointingAt(4) then
- WatchCursor()
- repeat while soundBusy(1)
- if the mouseDown then
- exit repeat
- end if
- end repeat
- startTimer()
- sound fadeOut 2, 200
- sound fadeOut 1, 200
- repeat while the timer < 220
- nothing()
- end repeat
- go(1, "QUOTES")
- exit
- end if
- end
-
- on exitFrame
- UpdateCursor([[l(), LC()], [R(), RC()], [4, OC()]])
- go(the frame)
- end
-