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

  1. on mouseDown
  2.   puppetSound("Klick_A.aif")
  3. end
  4.  
  5. on mouseUp
  6.   puppetSound("Klick_B.aif")
  7.   play frame "Order"
  8. end
  9.