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

  1. on mouseUp
  2.   global frecent, gframe
  3.   if the puppet of sprite 48 = 1 then
  4.     exit
  5.   end if
  6.   set frecent to 0
  7.   sresp(4)
  8.   puppetSprite(42, 1)
  9.   puppetSprite(43, 1)
  10.   set the visible of sprite 43 to 1
  11.   go(gframe)
  12.   if (gframe < 844) and (gframe > 1) then
  13.     set the visible of sprite 42 to 1
  14.   end if
  15.   set gframe to EMPTY
  16. end
  17.