home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Acao
/
DomonicDefence4.swf
/
scripts
/
DefineSprite_827
/
frame_28
/
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
|
2005-09-27
|
225 b
|
10 lines
if(_parent.die == 1)
{
gotoAndStop("dead");
play();
}
else if(_root.sheildUp != true)
{
_root.castleHp -= 5 + random(_root.level + 4 + _root.hlevel) - _root.gotWall * random(4) - Math.ceil(_root.def / 4);
}