home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Spawn Figure Collection
/
spawn collection cd.iso
/
setup
/
data1.cab
/
Program_Executable_Files
/
gaibu.cst
/
00002.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1998-01-19
|
265 b
|
15 lines
on exitFrame
global gMENU
global gCDPATH
global gLocalPath
LoopSound
if the mouseDown = TRUE then
if the timer > 60*5 then
set gMENU = 1
sound Fadeout 1,5*60
play movie gCDPATH&"movies\menu"
end if
end if
go to the frame
end