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

  1. on mouseUp
  2.   global gframe
  3.   sresp(9)
  4.   if (gframe < 844) and (gframe > 1) then
  5.     set the visible of sprite 42 to 1
  6.   end if
  7.   go(gframe)
  8.   set gframe to EMPTY
  9. end
  10.