home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global seton, atFish5a, invOn, invCurs, invMask
- if seton = 0 then
- if atFish5a = 1 then
- if not (invCurs = (the castNum of sprite the clickOn + 1)) then
- cursor([the castNum of sprite the clickOn + 1, the castNum of sprite the clickOn + 2])
- updateStage()
- set invCurs to the castNum of sprite the clickOn + 1
- set invMask to the castNum of sprite the clickOn + 2
- set invOn to 1
- else
- cursor(0)
- updateStage()
- set invCurs to 0
- set invOn to 0
- end if
- else
- Bri()
- end if
- end if
- end
-