home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Today - The Disc! 22 / cdrt22.iso / pc / bugbook / home.dir / 00392_Script_392 < prev    next >
Text File  |  1995-06-27  |  339b  |  18 lines

  1. on exitFrame
  2.   global soundCount,helpPhrases,toFrame
  3.   if soundBusy(1) then 
  4.     go "loopHelp"
  5.   else
  6.     if (soundCount > (count(helpPhrases))) then
  7.       startTimer
  8.       AnsonDone()
  9.     else
  10.       startTimer
  11.       repeat while the timer < 8
  12.         --
  13.       end repeat
  14.       go "nextsoundHelp"
  15.     end if 
  16.   end if
  17. end
  18.