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

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