home *** CD-ROM | disk | FTP | other *** search
/ 1&1 Multimedia Trend 1996 11 B / MM_TREND.ISO / prog / t_online / t_inter.dir / 00033.ls < prev    next >
Encoding:
Text File  |  1996-09-16  |  587 b   |  26 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 inter, btx, plus, schalterT4
  17.   puppetSound(0)
  18.   sound stop 1
  19.   sound stop 2
  20.   if schalterT4 = 1 then
  21.     set inter to 1
  22.     set btx to 1
  23.     set plus to 1
  24.   end if
  25. end
  26.