home *** CD-ROM | disk | FTP | other *** search
/ 1&1 Multimedia Trend 1996 11 D / MM_TREND.ISO / prog / t_online / t_intro.dir / 00149.ls < prev    next >
Encoding:
Text File  |  1996-09-18  |  280 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 cast "but1BalkenT4"
  7.     set the castNum of sprite 42 to the number of cast "but2BalkenT4" + 1
  8.   end if
  9.   updateStage()
  10. end
  11.