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

  1. on exitFrame
  2.   if soundBusy(1) then
  3.     go(the frame)
  4.   else
  5.     go(the frame + 1)
  6.     go(the frame)
  7.   end if
  8. end
  9.