home *** CD-ROM | disk | FTP | other *** search
/ Chip 17 / Chip_17_1998.iso / I.dxr / 00060_Images.ls < prev    next >
Encoding:
Text File  |  1998-07-21  |  245 b   |  12 lines

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