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

  1. on exitFrame
  2.   if soundBusy(2) = 0 then
  3.     set the volume of sound 1 to 255
  4.     go("shipgo2")
  5.     exit
  6.   end if
  7. end
  8.