home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
404 Jogos
/
CLJG.iso
/
Diversos
/
dragon.swf
/
scripts
/
DefineSprite_309_ice_spark
/
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
|
2008-09-12
|
153 b
|
10 lines
function step()
{
_xscale = _xscale - decayRate;
_yscale = _yscale - decayRate;
if(_xscale < 20)
{
this.unloadMovie();
}
}