home *** CD-ROM | disk | FTP | other *** search
/ PC Home 49 / PC_Home_Issue_49.iso / winprogs / childenc / oecdemo / shared.dir / 00606.ls < prev    next >
Encoding:
Text File  |  1996-07-24  |  311 b   |  11 lines

  1. on notify theSprNum, theCastPtr
  2.   set the visible of sprite theSprNum to 0
  3.   updateStage()
  4.   puppetSprite(theSprNum, 1)
  5.   set the castNum of sprite theSprNum to theCastPtr
  6.   set the ink of sprite theSprNum to 36
  7.   spriteBox(theSprNum, 232, 127, 416, 260)
  8.   set the visible of sprite theSprNum to 1
  9.   beep()
  10. end
  11.