home *** CD-ROM | disk | FTP | other *** search
/ The Princeton Review - Science Smart / SCIENCE.iso / mac / files / CAD.DiR / 01758.ls < prev    next >
Encoding:
Text File  |  1995-12-08  |  174 b   |  9 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.