home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Diversos
/
grand_roulette.swf
/
scripts
/
DefineSprite_80
/
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-09-05
|
223 b
|
14 lines
if(_name.split("_")[2] != "New")
{
stop();
delete AlphAnim;
}
else
{
AlphAnim = function()
{
Targ.AnimToPlace(10,100,_totalframes - 1,_currentframe - 1,"_alpha");
};
Targ._alpha = 10;
}