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

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