home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CD-ROM Today - The Disc! 22
/
cdrt22.iso
/
pc
/
bugbook
/
map.dir
/
00273_Script_273
< prev
next >
Wrap
Text File
|
1995-06-26
|
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