home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2003 October
/
CHIP102003.ISO
/
t-pay
/
t-pay.swf
/
scripts
/
frame_6
/
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
|
2002-12-18
|
205 b
|
14 lines
if(_level0._alpha < 100)
{
_level0._alpha += 20;
}
else
{
_level0._alpha = 100;
}
if(!_level0.constructed)
{
_level0.soundMusic = new Sound(_level1);
_level0.constructed = true;
}