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

  1. _root.zhongquan_boss3();
  2. nnn = new Sound();
  3. nnn.attachSound("huo");
  4. nnn.start(0,1);
  5. if(_root.boss3_fangxiang == 1 and _parent._x > 50 and _parent._x - _root.chen._x >= 50)
  6. {
  7.    _parent._x -= 15;
  8. }
  9. else if(_root.boss3_fangxiang == 2 and _parent._x < 500 and _root.chen._x - _parent._x >= 50)
  10. {
  11.    _parent._x += 15;
  12. }
  13.