home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
cyber.net 2
/
cybernet2.ISO
/
dkdemo
/
contentp.dir
/
00134_Script_134
< prev
next >
Wrap
Text File
|
1995-04-04
|
433b
|
23 lines
on startmovie
cursor 4
end startmovie
on soundfader chan
if soundBusy(chan) = true then
put the ticks + the volume of sound 1 into sttime
repeat while the volume of sound chan > chan
set the volume of sound chan = (sttime- the ticks)
updatestage
end repeat
sound stop chan
set the volume of sound chan = 255
set the soundLevel = 5
end if
end