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

  1. on mouseUp
  2.   global gbTeleAuto
  3.   if gbTeleAuto then
  4.     EndAutoSequence(9)
  5.     exit
  6.   end if
  7.   set gbTeleAuto to 0
  8.   if soundBusy(1) or soundBusy(2) then
  9.     sound stop 1
  10.     sound stop 2
  11.   end if
  12.   go("main", "haupt.dir")
  13. end
  14.