home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 - Expo 2000 / Image.iso / t-online / show / t_intro.dxr / 00161.ls < prev    next >
Encoding:
Text File  |  1996-11-25  |  277 b   |  12 lines

  1. on mouseDown
  2.   puppetSound("click")
  3.   set the castNum of sprite 26 to the number of member "Tinhalt" + 2
  4.   updateStage()
  5.   set the castNum of sprite 26 to the number of member "Tinhalt"
  6.   updateStage()
  7.   puppetSound(0)
  8.   sound stop 1
  9.   sound stop 2
  10.   go(1, "t_sintro.dir")
  11. end
  12.