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

  1. on mouseUp
  2.   global gframe
  3.   set gframe to EMPTY
  4.   cursor(4)
  5.   set tcard to the mouseLine
  6.   set frameref to line tcard of the text of field 5135
  7.   if frameref = EMPTY then
  8.     cursor(0)
  9.     exit
  10.   end if
  11.   hilite line tcard of field 5135
  12.   set frameref to frametonum(frameref)
  13.   if frameref < 845 then
  14.     set the visible of sprite 42 to 1
  15.   end if
  16.   go(frameref)
  17.   cursor(0)
  18. end
  19.