home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
LAUNCH 3
/
LAUNCH.BIN
/
mac
/
SONY
/
HIGHDES.DIR
/
00319_Script_319
< prev
next >
Wrap
Text File
|
1995-06-07
|
282b
|
11 lines
--alien wait for QTSound
on exitFrame
global gQTSoundChannel
put the duration of cast "SHDALHD4.MOV" into X
if the movietime of sprite(gQTSoundChannel) < X then
go (the frame - 1)
-- else
-- PlayQTSound "SHDALTR1.MOV" --spaceship sound
end if
end