home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC go! 1996 July
/
Image.iso
/
mrmore
/
tonline
/
2.dir
/
00003.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-05-13
|
227 b
|
14 lines
on mouseUp
global gbTeleAuto
if gbTeleAuto then
EndAutoSequence(9)
exit
end if
set gbTeleAuto to 0
if soundBusy(1) or soundBusy(2) then
sound stop 1
sound stop 2
end if
go("main", "haupt.dir")
end