home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Nave
/
spaceambush.swf
/
scripts
/
DefineSprite_421
/
frame_10
/
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
|
2007-03-12
|
196 b
|
14 lines
if(_root.canongun == true)
{
_root.jeta.gotoAndStop(4);
}
if(3 < _root.jeta.hit)
{
_root.jeta.gotoAndStop(4);
}
else
{
_root.jeta.att = true;
_root.jeta.gotoAndStop(1);
}