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

  1. on mouseUp
  2.   global gplist
  3.   setoff(1)
  4.   cunload()
  5.   sresp(39)
  6.   set the visible of sprite 42 to 0
  7.   set thisframe to EMPTY
  8.   set test to line the frame of the text of cast 4136
  9.   if test = EMPTY then
  10.     set thisframe to stripend(numtoframe(the frame))
  11.     set thisframe to frametonum(thisframe & " (P1)")
  12.     put thisframe
  13.     go(thisframe)
  14.   else
  15.     go(value(test))
  16.   end if
  17. end
  18.