home *** CD-ROM | disk | FTP | other *** search
/ PC Direct 1995 September / PCD0995.ISO / files / gallery.dir / 00045.ls < prev    next >
Encoding:
Text File  |  1994-12-18  |  115 b   |  9 lines

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