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

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