home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Flight + Action
/
FlightAction.img
/
mrmore
/
tonline
/
51btx.dir
/
00033_Script_33
< prev
next >
Wrap
Text File
|
1996-02-19
|
240b
|
15 lines
on mouseUp
global gbTeleAuto
if gbTeleAuto then
EndAutoSequence(8)
exit
end if
if soundBusy (1) or soundBusy (2) then
stopSound 1
stopSound 2
end if
go to frame "main" of movie "50.dir"
end