home *** CD-ROM | disk | FTP | other *** search
/ Computer Buyer 1995 November / SHOWCASE.ISO / files / vision.dir / 00188_Script_188 < prev    next >
Text File  |  1995-06-14  |  119b  |  8 lines

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