home *** CD-ROM | disk | FTP | other *** search
/ Better Homes & Gardens: …oking for Today - Chicken / Image.iso / pc / personal.dxr / 00065_PDNARRW.PIC.ls < prev    next >
Encoding:
Text File  |  1995-11-20  |  148 b   |  11 lines

  1. on mouseDown
  2.   puppetSprite(44, 1)
  3.   set the castNum of sprite 44 to 100
  4.   updateStage()
  5.   quantityDown()
  6. end
  7.  
  8. on mouseUp
  9.   puppetSprite(44, 0)
  10. end
  11.