home *** CD-ROM | disk | FTP | other *** search
/ 1&1 Multimedia Trend 1996 11 D / MM_TREND.ISO / prog / t_online / t_sintro.dir / 00140.ls < prev    next >
Encoding:
Text File  |  1996-09-19  |  725 b   |  29 lines

  1. on startMovie
  2.   global balkenT1, balkenT2, BalkenT3, balkenT4, balkenT5, schalterT4, schalterT5, balkenges, infoline, listeKoordinaten, ser, kostet, wie, fragen, btx, plus, inter, email, 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 schalterT4 to 0
  9.   set schalterT5 to 0
  10.   set infoline to 0
  11.   set ser to 0
  12.   set kostet to 0
  13.   set wie to 0
  14.   set fragen to 0
  15.   set btx to 0
  16.   set plus to 0
  17.   set inter to 0
  18.   set email to 0
  19.   repeat with a = 24 to 48
  20.     puppetSprite(a, 1)
  21.   end repeat
  22.   repeat with a = 33 to 48
  23.     set the blend of sprite a to 0
  24.   end repeat
  25.   repeat with a = 32 to 47
  26.     set the locH of sprite a to the locH of sprite a - 600
  27.   end repeat
  28. end
  29.