home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Sound, Music & MIDI Collection 2
/
SMMVOL2.bin
/
DEMO
/
PRG
/
CIRCLES.ZIP
/
CIRCLE.EXE
/
CIRCLE.DXR
/
00002.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-02-28
|
236 b
|
13 lines
on exitFrame
global orgcolor
cursor(4)
set orgcolor to the colorDepth
if orgcolor >= 16 then
set the colorDepth to 16
play movie "ci_main.dix"
else
set the colorDepth to 8
play movie "ci_main.dix"
end if
end