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

  1. on mouseDown
  2.   global schalterT4
  3.   if schalterT4 = 1 then
  4.     set schalterT4 to 0
  5.     puppetSound("click")
  6.     set the castNum of sprite 41 to the number of member "but1BalkenT4"
  7.     set the castNum of sprite 42 to the number of member "but2BalkenT4" + 1
  8.   end if
  9.   updateStage()
  10. end
  11.