home *** CD-ROM | disk | FTP | other *** search
/ PC Pro 2000 February / DPPCPRO0200.ISO / ps10.dxr / Scripts_57.ls < prev    next >
Encoding:
Text File  |  1999-10-26  |  116 b   |  10 lines

  1. global gVoiceFlag
  2.  
  3. on exitFrame
  4.   if not soundBusy(1) then
  5.     gVoiceFlag = 1
  6.   else
  7.     go(the frame)
  8.   end if
  9. end
  10.