home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Nave
/
Beteroid.swf
/
scripts
/
DefineSprite_88
/
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
|
2006-06-13
|
200 b
|
9 lines
angulo = _root.player.angulo;
_X = _root.player._x;
_Y = _root.player._y;
ix = _root.incremento_x(angulo,5);
iy = _root.incremento_y(angulo,5);
_X = _X + ix * 1.5;
_Y = _Y + iy * 1.5;
play();