home *** CD-ROM | disk | FTP | other *** search
/ The Princeton Review - Science Smart / SCIENCE.iso / mac / files / CAD.DiR / 05062.ls < prev    next >
Encoding:
Text File  |  1995-12-08  |  209 b   |  15 lines

  1. on mouseUp
  2.   set res to gencor()
  3.   if res = 4 then
  4.     nextword()
  5.   else
  6.     if res = 2 then
  7.       prevword()
  8.     else
  9.       if (res = 1) or (res = 2) then
  10.         beep(1)
  11.       end if
  12.     end if
  13.   end if
  14. end
  15.