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

  1. on mouseDown
  2.   puppetSound("ClickSnd")
  3.   cursor(200)
  4.   buttonAction(9, 9, 11)
  5.   play frame the frame + 1
  6.   puppetSound(0)
  7. end
  8.