home *** CD-ROM | disk | FTP | other *** search
/ Chip 14 / Chip_14_1998.iso / I.dxr / 00010.ls < prev    next >
Encoding:
Text File  |  1998-06-09  |  156 b   |  9 lines

  1. on mouseUp
  2.   puppetSprite(47, 1)
  3.   set the visible of sprite 47 to 0
  4.   puppetSound("klik")
  5.   set the visible of sprite 48 to 0
  6.   updateStage()
  7.   go(20)
  8. end
  9.