home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Acao
/
DomonicDefence4.swf
/
scripts
/
DefineSprite_866
/
frame_1
/
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
|
186 b
|
13 lines
if(this.hitTest(_root.cast1) || randomAttack == 1)
{
gotoAndPlay(14);
}
blah = random(20) + 1;
if(this._x < -105.9)
{
if(blah == 5)
{
randomAttack = 1;
}
}