home *** CD-ROM | disk | FTP | other *** search
/ Apollo XIII - A Week to Remember / APOLLO_13.iso / pc / chpter3 / explode / explode.dir / 00121.ls < prev    next >
Encoding:
Text File  |  1995-05-22  |  150 b   |  12 lines

  1. on exitFrame
  2.   global gPlay
  3.   if soundBusy(1) then
  4.     go(the frame)
  5.   end if
  6.   if gPlay = 1 then
  7.     nothing()
  8.   else
  9.     go(the frame)
  10.   end if
  11. end
  12.