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

  1. if(_root.fangxiang == 1)
  2. {
  3.    if(_parent._x < 500)
  4.    {
  5.       _root.chen._x += 5;
  6.    }
  7. }
  8. else if(_parent._x > 50)
  9. {
  10.    _root.chen._x -= 5;
  11. }
  12.