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

  1. on mouseUp
  2.   if the hilite of cast "12.15.02a" = 0 then
  3.     cursor(4)
  4.     set PM to ["12.15.03a", "12.15.04a", "12.15.05a", "12.15.06a", "12.15.07a", "12.15.08a", "12.15.09a"]
  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.