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

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