home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Classicos
/
flashbox.swf
/
scripts
/
DefineSprite_140
/
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
|
2006-09-05
|
172 b
|
15 lines
if(PieceType == "2")
{
newX = x;
newY = y;
}
else
{
x -= PieceX;
y -= PieceY;
newX = y;
newY = - x;
newX += PieceX;
newY += PieceY;
}