home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
404 Jogos
/
CLJG.iso
/
Acao
/
Titans
/
robin.swf
/
scripts
/
DefineSprite_300
/
frame_1
/
DoAction.as
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
|
2006-01-05
|
339 b
|
25 lines
var co = new color(this);
d = 20;
onenterframe = function()
{
d--;
if(d > 0)
{
if(!whi)
{
whi = 1;
co.setBrightness(50);
}
else
{
co.resetcolor();
whi = 0;
}
}
else
{
co.resetcolor();
delete onenterframe;
}
};