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

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