home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Experience Hawaii
/
HAWAII.ISO
/
pc
/
h_intro.dir
/
00024.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-04-12
|
243 b
|
13 lines
on exitFrame
global gWelcomeState, gPrefsPath
if voidp(gPrefsPath) <> 1 then
if voidp(gWelcomeState) <> 1 then
if gWelcomeState = 0 then
go("welSnd")
else
go("welNoSnd")
end if
end if
end if
end