home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Acao / fierce_fighter.swf / scripts / DefineSprite_987 / frame_8 / DoAction.as
Encoding:
Text File  |  2006-06-13  |  424 b   |  19 lines

  1. if(_root.boss3_fangxiang == 1 and _parent._x > 50 and _parent._x - _root.chen._x >= 50)
  2. {
  3.    _parent._x -= 15;
  4. }
  5. else if(_root.boss3_fangxiang == 2 and _parent._x < 500 and _root.chen._x - _parent._x >= 50)
  6. {
  7.    _parent._x += 15;
  8. }
  9. if(_root.chen_dang_up or _root.chen_dun)
  10. {
  11.    _root.gongji_boss3 = false;
  12.    _root.boss3_gongji_name = "";
  13.    _parent.gotoAndStop(1);
  14. }
  15. else
  16. {
  17.    _root.zhongquan2_boss3();
  18. }
  19.