home *** CD-ROM | disk | FTP | other *** search
/ The Princeton Review - Science Smart / SCIENCE.iso / pc / science / files / cad.dir / 05065.ls < prev    next >
Encoding:
Text File  |  1996-01-26  |  265 b   |  19 lines

  1. on mouseUp
  2.   set res to gencor()
  3.   if res = 1 then
  4.     prevcard()
  5.   else
  6.     if res = 3 then
  7.       nextcard()
  8.     else
  9.       if res = 4 then
  10.         nextword()
  11.       else
  12.         if res = 2 then
  13.           beep(1)
  14.         end if
  15.       end if
  16.     end if
  17.   end if
  18. end
  19.