home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
404 Jogos
/
CLJG.iso
/
Acao
/
Titans
/
beastboy.swf
/
scripts
/
DefineSprite_338
/
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
|
209 b
|
19 lines
delete onenterframe;
r.score += 5 * r.point;
if(hd == r.hd)
{
t.gotoAndStop("fall1");
}
else
{
t.gotoAndStop("fall2");
}
if(r.hd == 1)
{
_xscale = -100;
}
else
{
_xscale = 100;
}