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

  1. global gIntro, gVoice
  2.  
  3. on exitFrame
  4.   go(the frame)
  5.   if not soundBusy(1) then
  6.     gIntro = 1
  7.   end if
  8.   if soundBusy(1) then
  9.     gVoice = 1
  10.   end if
  11.   go(the frame + 1)
  12. end
  13.