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

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