home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Attack (Unknown Issue 102)
/
PC_Attack_Magazine_102_Interplay_1995.iso
/
frank
/
frnkdemo.exe
/
frnkdemo.DXR
/
00042.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
|
1994-11-09
|
340 b
|
22 lines
on startMovie
global UCD
set UCD to the colorDepth
set the soundLevel to 5
set the colorDepth to 16
if the colorDepth <> 16 then
set the colorDepth to 32
if the colorDepth < 32 then
set the colorDepth to 8
end if
end if
end
on stopMovie
global UCD
set the colorDepth to UCD
end
on idle
cursor(200)
end