home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Picasso Un Homme, Une Oeuvre, Une Légende
/
PICASSO.ISO
/
data
/
accueil.dxr
/
00007.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
|
1996-09-16
|
241 b
|
11 lines
on exitFrame
global gStitchCast, g_sysver
if (the colorDepth = 8) or (g_sysver < 395) then
set the castNum of sprite 4 to 9
set gStitchCast to 9
else
set the castNum of sprite 4 to 10
set gStitchCast to 10
end if
end