home *** CD-ROM | disk | FTP | other *** search
- on startMovie
- global balkenT1, balkenT2, BalkenT3, balkenT4, balkenT5, schalterT4, schalterT5, balkenges, infoline, listeKoordinaten, a
- puppetSound(0)
- repeat with a = 24 to 48
- puppetSprite(a, 1)
- end repeat
- repeat with a = 33 to 48
- set the blend of sprite a to 0
- end repeat
- repeat with a = 32 to 47
- set the locH of sprite a to the locH of sprite a - 600
- end repeat
- end
-
- on stopMovie
- global inter, btx, plus, schalterT4
- puppetSound(0)
- sound stop 1
- sound stop 2
- if schalterT4 = 1 then
- set inter to 1
- set btx to 1
- set plus to 1
- end if
- end
-