home *** CD-ROM | disk | FTP | other *** search
/ PC Media 8 / pc-media-windows-95.iso / w95demo.exe / M08CHBKG.DXR / 00131.ls < prev    next >
Encoding:
Text File  |  1995-08-31  |  170 b   |  10 lines

  1. on mouseDown
  2.   puppetSprite(39, 1)
  3.   set the castNum of sprite 39 to cast "ok hilite"
  4.   updateStage()
  5.   wait()
  6.   puppetSprite(39, 0)
  7.   updateStage()
  8.   drawPaperEnd()
  9. end
  10.