home *** CD-ROM | disk | FTP | other *** search
/ PC Home 49 / PC_Home_Issue_49.iso / e-on / eon01.dir / 00083.ls < prev    next >
Encoding:
Text File  |  1996-02-14  |  114 b   |  10 lines

  1. on exitFrame
  2.   if soundBusy(2) = 0 then
  3.     go("shipgo2")
  4.     exit
  5.   else
  6.     go(marker(0))
  7.     exit
  8.   end if
  9. end
  10.