home *** CD-ROM | disk | FTP | other *** search
/ PC go! 1996 July / Image.iso / mrmore / tonline / 50.dir / 00052.ls < prev    next >
Encoding:
Text File  |  1996-02-19  |  202 b   |  13 lines

  1. on mouseUp
  2.   global gbTeleAuto
  3.   if gbTeleAuto then
  4.     EndAutoSequence(4)
  5.     exit
  6.   end if
  7.   if soundBusy(1) or soundBusy(2) then
  8.     StopSound(1)
  9.     StopSound(2)
  10.   end if
  11.   go(1, "53inter.dir")
  12. end
  13.