home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Acao / fierce_fighter.swf / scripts / DefineSprite_583 / frame_12 / DoAction.as
Encoding:
Text File  |  2006-06-13  |  203 b   |  14 lines

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