home *** CD-ROM | disk | FTP | other *** search
/ PC go! 1996 July / Image.iso / mrmore / tonline / 2.dir / 00014.ls < prev    next >
Encoding:
Text File  |  1996-05-13  |  203 b   |  13 lines

  1. on mouseUp
  2.   global gbTeleAuto
  3.   if gbTeleAuto then
  4.     EndAutoSequence(1)
  5.     exit
  6.   end if
  7.   if soundBusy(1) or soundBusy(2) then
  8.     sound stop 1
  9.     sound stop 2
  10.   end if
  11.   ButtonGoto("1Modems")
  12. end
  13.