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

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