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

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