home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Interactive Bible for Kids - The Life of Paul
/
Paul.iso
/
mac
/
MASTRCST.DIR
/
00157_Script_157
< prev
next >
Wrap
Text File
|
1996-09-12
|
203b
|
11 lines
on exitFrame
global level,AUD
if level = 2 then
sound playFile 1, AUD & "RF.AIF"
end if
repeat while soundBusy(1)
if the mouseDown then
abort
end if
end repeat
end