home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Acao
/
boxe1.swf
/
scripts
/
DefineSprite_513
/
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
|
2006-06-13
|
259 b
|
14 lines
xdif = int(getProperty("/p", _X) - getProperty("/bot", _X));
ydif = int(getProperty("/p", _Y) - getProperty("/bot", _Y));
if(xdif < "0")
{
xdif *= - "1";
}
if(ydif < "0")
{
ydif *= - "1";
}
x2 = xdif * xdif;
y2 = ydif * ydif;
c2 = x2 + y2;