home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Acao / fierce_fighter.swf / scripts / DefineSprite_960 / frame_8 / DoAction.as
Encoding:
Text File  |  2006-06-13  |  240 b   |  9 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.