home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
My Fun Book - English Teaching
/
mycd.iso
/
main.dir
/
00112_Frame Script of exit.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
|
1995-03-22
|
266 b
|
19 lines
global gM
on exitFrame
if stringp(gM) then
if gM <> EMPTY then
set t to gM
set gM to EMPTY
sound stop 1
play movie the moviePath & t
else
initVar()
go("main")
end if
else
initVar()
go("main")
end if
end