home *** CD-ROM | disk | FTP | other *** search
/ 1&1 Multimedia Trend 1996 11 D / MM_TREND.ISO / prog / isdn / i_intro.dir / 00104.ls < prev    next >
Encoding:
Text File  |  1996-09-17  |  695 b   |  28 lines

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