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

  1. on sresp what
  2.   puppetSprite(what, 1)
  3.   set the visible of sprite what to 0
  4.   updateStage()
  5.   set the visible of sprite what to 1
  6.   puppetSprite(what, 0)
  7.   updateStage()
  8. end
  9.  
  10. on setoff what
  11.   global goff
  12.   set goff to what
  13. end
  14.