home *** CD-ROM | disk | FTP | other *** search
/ PC Action 1996 September / PCA0996.ISO / demos / blown / demo2.dxr / 00025.ls < prev    next >
Encoding:
Text File  |  1996-05-29  |  125 b   |  10 lines

  1. on mouseDown
  2.   puppetSound("Klick_A.aif")
  3. end
  4.  
  5. on mouseUp
  6.   puppetSprite(16, 0)
  7.   puppetSound("Klick_B.aif")
  8.   play done
  9. end
  10.