home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Acao / powerfox.swf / scripts / DefineSprite_549 / frame_1 / DoAction.as
Text File  |  2006-03-21  |  361b  |  18 lines

  1. if(_root.hannibal.r == 1)
  2. {
  3.    _root.soldier._x = _root.hannibal._x;
  4. }
  5. if(_root.hannibal.r == 2)
  6. {
  7.    _root.soldier._x = _root.hannibal._x;
  8.    _root.soldier._x -= 90;
  9. }
  10. if(_root.soldier._x <= _root.player._x)
  11. {
  12.    _root.soldier.drehung.gotoAndStop(2);
  13. }
  14. else if(_root.soldier._x >= _root.player._x)
  15. {
  16.    _root.soldier.drehung.gotoAndStop(1);
  17. }
  18.