home *** CD-ROM | disk | FTP | other *** search
- if(_root.boss2.hitTest(_root.chen))
- {
- if(_root.gongji_chen_name == "中攻")
- {
- zhong._visible = 1;
- up._visible = 0;
- _root.sheng_pa();
- }
- else if(_root.gongji_chen_name == "上攻")
- {
- zhong._visible = 0;
- up._visible = 1;
- _root.sheng_pa();
- }
- else
- {
- zhong._visible = 0;
- up._visible = 0;
- }
- }
- else
- {
- zhong._visible = 0;
- up._visible = 0;
- }
-