home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
404 Jogos
/
CLJG.iso
/
Diversos
/
dragon.swf
/
scripts
/
DefineSprite_130_ammo_text_ice
/
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
|
129 b
|
10 lines
function step()
{
if(frameCount-- < 0)
{
this.unloadMovie();
}
_Y = _Y - 0.3;
}
var frameCount = 100;