home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Acao / fierce_fighter.swf / scripts / DefineSprite_745 / frame_1 / DoAction.as
Encoding:
Text File  |  2006-06-13  |  218 b   |  12 lines

  1. if(_root.boss1_fangxiang == 1)
  2. {
  3.    _parent._x = _root.chen._x + 80;
  4. }
  5. else if(_root.boss1_fangxiang == 2)
  6. {
  7.    _parent._x = _root.chen._x - 80;
  8. }
  9. _root.chen_ai = true;
  10. _root.zhua_boss1();
  11. _root.sheng_hu();
  12.