home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Acao
/
DemonicDefence3.swf
/
scripts
/
DefineSprite_898
/
frame_104
/
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
|
188 b
|
9 lines
stop();
_root.enemyOut -= 1;
_root.money += random(3 + _root.moMoney) + 2 + _root.moMoney;
if(_root.enemyOut == 0)
{
_root.buyMenu._visible = true;
}
_parent.removeMovieClip();