home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
404 Jogos
/
CLJG.iso
/
Acao
/
Titans
/
beastboy.swf
/
scripts
/
DefineSprite_357
/
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
|
319 b
|
28 lines
_global.mm = this;
d = 50;
if(r.level == 4)
{
xs = -11;
}
else
{
xs = 11;
}
onenterframe = function()
{
_X = _X + xs;
if(!r.gotmadmod)
{
d--;
if(!d)
{
gotoAndPlay(8);
}
}
else if(p.z.hittest(z))
{
gotoAndPlay(2);
}
};
stop();