home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Nave
/
roam-and-protect.swf
/
scripts
/
DefineSprite_390
/
frame_4
/
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-29
|
246 b
|
11 lines
if(_X > 486 or _X < -2)
{
eval("_root.ship" add mynum).gotoAndPlay("off");
}
else
{
_X = _parent.targbox._x + eval("_root.ship" add mynum)._x * 0.1;
_Y = eval("_root.ship" add mynum)._y * 0.1;
}
gotoAndPlay(_currentframe - 1);