home *** CD-ROM | disk | FTP | other *** search
/ 1&1 Multimedia Trend 1996 11 D / MM_TREND.ISO / prog / t_online / t_btx.dir / 00084.ls < prev    next >
Encoding:
Text File  |  1996-09-16  |  537 b   |  24 lines

  1. on startMovie
  2.   global balkenT1, balkenT2, BalkenT3, balkenT4, balkenT5, schalterT4, schalterT5, balkenges, infoline, listeKoordinaten, a
  3.   puppetSound(0)
  4.   repeat with a = 24 to 48
  5.     puppetSprite(a, 1)
  6.   end repeat
  7.   repeat with a = 33 to 48
  8.     set the blend of sprite a to 0
  9.   end repeat
  10.   repeat with a = 32 to 47
  11.     set the locH of sprite a to the locH of sprite a - 600
  12.   end repeat
  13. end
  14.  
  15. on stopMovie
  16.   global btx, schalterT4
  17.   puppetSound(0)
  18.   sound stop 1
  19.   sound stop 2
  20.   if schalterT4 = 1 then
  21.     set btx to 1
  22.   end if
  23. end
  24.