home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Nave
/
Graviton.swf
/
scripts
/
DefineSprite_110
/
frame_2
/
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-08-05
|
188 b
|
10 lines
xdif = _X - getProperty("../location", _X);
if("1" < int(xdif * xdif))
{
_X = getProperty("../location", _X) + xdif * speed;
}
else
{
_X = getProperty("../location", _X);
}