home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CD-ROM Today - The Disc! 22
/
cdrt22.iso
/
pc
/
bugbook
/
home.dir
/
00392_Script_392
< prev
next >
Wrap
Text File
|
1995-06-27
|
339b
|
18 lines
on exitFrame
global soundCount,helpPhrases,toFrame
if soundBusy(1) then
go "loopHelp"
else
if (soundCount > (count(helpPhrases))) then
startTimer
AnsonDone()
else
startTimer
repeat while the timer < 8
--
end repeat
go "nextsoundHelp"
end if
end if
end