home *** CD-ROM | disk | FTP | other *** search
/ The Princeton Review - Science Smart / SCIENCE.iso / pc / science / files / cad.dir / 05064.ls < prev    next >
Encoding:
Text File  |  1996-01-26  |  209 b   |  15 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 = 2) or (res = 4) then
  10.         beep(1)
  11.       end if
  12.     end if
  13.   end if
  14. end
  15.