home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Knitting Made Easy
/
Knitting.iso
/
App
/
intro.dxr
/
Internal_6.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
|
2002-03-27
|
226 b
|
13 lines
on exitFrame
DShow = isDirectShowInstalled(member("l1.avi", "video"))
if DShow = 0 then
go("DirectShow")
else
if the colorDepth >= 16 then
go(#next)
else
go("colorChange")
end if
end if
end