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

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