home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
404 Jogos
/
CLJG.iso
/
Diversos
/
tangerine-panic.swf
/
scripts
/
frame_2
/
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
|
2008-09-04
|
167 b
|
16 lines
if(t != 100)
{
t += 10;
MCPreloader._alpha = t;
}
else if(t2 != 40)
{
t2 -= 10;
MCPreloader._alpha = t2;
}
else
{
t = 40;
t2 = 100;
}