home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Computer Music Interactif 7
/
cd.iso
/
pc
/
PC
/
Demos
/
GroovMak
/
data1.cab
/
Program_Executable_Files
/
Media
/
Help.dxr
/
00098.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
|
1999-09-17
|
208 b
|
9 lines
on stopMovie
global gSwitch, gColor
if (the commandDown and (the keyPressed = "q")) or (charToNum(the keyPressed) = 27) then
if gSwitch then
set the colorDepth to gColor
end if
end if
end