home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
LAUNCH 2
/
LAUNCH.BIN
/
mac
/
SONY
/
HIGHDES.DIR
/
00329_Script_329
< prev
next >
Wrap
Text File
|
1995-06-07
|
222b
|
10 lines
--loop while waiting for QT to finish
on exitFrame
global gQTDuration,gQTSoundChannel
if the movietime of sprite(gQTSoundChannel) < gQTDuration then
go (the frame - 1)
else
sound stop 1
end if
end