home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
404 Jogos
/
CLJG.iso
/
Acao
/
Titans
/
cyborg.swf
/
scripts
/
DefineSprite_134_atlas
/
frame_39
/
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
|
340 b
|
25 lines
a.gotoAndStop("fall");
r.score += 50 * r.point;
r.zboom3.start();
d = 85;
ys = -4;
onenterframe = function()
{
a._y += ys;
if(ys < 20)
{
ys++;
}
_Y = y + math.sin(b2++ * 0.3) * 5;
d--;
if(d == 55)
{
r.zfall.start();
}
if(!d)
{
r.gotoAndPlay("win");
}
};
stop();