home *** CD-ROM | disk | FTP | other *** search
/ PC Direct 1995 September / PCD0995.ISO / files / tools.dir / 00463.ls < prev    next >
Encoding:
Text File  |  1995-01-25  |  113 b   |  9 lines

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