home *** CD-ROM | disk | FTP | other *** search
/ Computerworld 1996 April / Computerworld_1996-04_cd.bin / cw / demo / adamdemo / cdemo.dir / 00179_Picture 1.ls < prev    next >
Encoding:
Text File  |  1995-05-04  |  147 b   |  10 lines

  1. on mouseDown
  2.   puppetSound("clickSnd")
  3.   updateStage()
  4.   repeat while the soundBusy of 1
  5.   end repeat
  6.   puppetSound(0)
  7.   updateStage()
  8.   go(1)
  9. end
  10.