home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
404 Jogos
/
CLJG.iso
/
Acao
/
Titans
/
robin.swf
/
scripts
/
DefineSprite_7_blast
/
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-01-05
|
155 b
|
11 lines
xs = 20;
onenterframe = function()
{
_X = _X + xs;
if(_X > 620)
{
r.bul.removevalue(_name);
this.removeMovieClip();
}
};