home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The GrooveMaker & DANCITY Sample Collection 1.1
/
GM+Dancity1.iso
/
pc
/
GM_tutorial
/
GrooveTutorial.exe
/
GrooveTutorial.dxr
/
00005.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
|
1998-04-10
|
335 b
|
17 lines
on startMovie
global gInfo, gDir, gYellow, gBlue, gGreen, gRed
set gDir to the moviePath
case the colorDepth of
8:
set gYellow to 11
set gBlue to 14
set gGreen to 54
set gRed to 116
otherwise:
set gYellow to 19
set gBlue to 1
set gGreen to 161
set gRed to 6
end case
end