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

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