home *** CD-ROM | disk | FTP | other *** search
/ Backpacker 1 (Norsk) / backpacker.iso / mac / DATA / MISC / CHECKER.Dxr / CHECKER.Dxr / 00025.ls < prev    next >
Encoding:
Text File  |  1995-02-28  |  177 b   |  10 lines

  1. on mouseUp
  2.   global TWNS
  3.   set P to the mouseLine
  4.   hilite line P of field "Destinationer"
  5.   if the doubleClick and (P > 0) then
  6.     append(TWNS, P)
  7.     GoCities()
  8.   end if
  9. end
  10.