home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- if the hilite of cast "12.10.02a" = 0 then
- cursor(4)
- set PM to ["12.10.05a", "12.10.06a", "12.10.07a", "12.10.09a", "12.10.10a", "12.10.11a", "12.10.12a", "12.10.13a", "12.10.15a", "12.10.16a"]
- repeat with i in PM
- set the hilite of cast i to 0
- end repeat
- cursor(-1)
- end if
- end
-