home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1997 October / Pcwk1097.iso / REKLAMY / ATA-INT / 3220 / 3220.EXE / 3220.DXR / 00064.ls < prev    next >
Encoding:
Text File  |  1997-02-13  |  318 b   |  11 lines

  1. on mouseUp
  2.   if the hilite of cast "12.10.02a" = 0 then
  3.     cursor(4)
  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"]
  5.     repeat with i in PM
  6.       set the hilite of cast i to 0
  7.     end repeat
  8.     cursor(-1)
  9.   end if
  10. end
  11.