home *** CD-ROM | disk | FTP | other *** search
/ Chip 14 / Chip_14_1998.iso / Info.dxr / 00006.ls < prev    next >
Encoding:
Text File  |  1997-12-08  |  88 b   |  8 lines

  1. on mouseUp
  2.   global hit
  3.   if hit = 1 then
  4.     puppetSound(0)
  5.     play done
  6.   end if
  7. end
  8.