home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
404 Jogos
/
CLJG.iso
/
Acao
/
Titans
/
beastboy.swf
/
scripts
/
DefineSprite_357
/
frame_2
/
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
|
224 b
|
17 lines
m.gotoAndStop("fall");
r.score += 50 * r.point;
r.zhit2.start();
xs = 30;
d = 70;
onenterframe = function()
{
_X = _X + xs;
xs *= 0.9;
d--;
if(!d)
{
r.gotoAndPlay("win");
}
};
stop();