home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
404 Jogos
/
CLJG.iso
/
Acao
/
powerfox.swf
/
scripts
/
DefineSprite_549
/
frame_1
/
DoAction.as
Wrap
Text File
|
2006-03-21
|
361b
|
18 lines
if(_root.hannibal.r == 1)
{
_root.soldier._x = _root.hannibal._x;
}
if(_root.hannibal.r == 2)
{
_root.soldier._x = _root.hannibal._x;
_root.soldier._x -= 90;
}
if(_root.soldier._x <= _root.player._x)
{
_root.soldier.drehung.gotoAndStop(2);
}
else if(_root.soldier._x >= _root.player._x)
{
_root.soldier.drehung.gotoAndStop(1);
}