home *** CD-ROM | disk | FTP | other *** search
- if(_root.boss3_fangxiang == 1 and _parent._x > 50 and _parent._x - _root.chen._x >= 50)
- {
- _parent._x -= 15;
- }
- else if(_root.boss3_fangxiang == 2 and _parent._x < 500 and _root.chen._x - _parent._x >= 50)
- {
- _parent._x += 15;
- }
- if(_root.chen_dang_up or _root.chen_dun)
- {
- _root.gongji_boss3 = false;
- _root.boss3_gongji_name = "";
- _parent.gotoAndStop(1);
- }
- else
- {
- _root.zhongquan2_boss3();
- }
-