home *** CD-ROM | disk | FTP | other *** search
Text File | 2005-08-05 | 40.8 KB | 1,612 lines |
- function addnum()
- {
- _root.space_num += 1;
- }
- function tougun()
- {
- if(!_root.qiangZHeng._visible)
- {
- K_Code = Key.getCode();
- if(Key.isDown(32))
- {
- key_cotrol = 32;
- }
- if(K_Code == 32 and key_cotrol == 32)
- {
- if(_root.space_flg == 0)
- {
- _root.space_flg = 1;
- }
- else
- {
- _root.space_flg = 1;
- }
- if(_root.f_do == 1 and _root.space_flg == 1)
- {
- _root.f_do = 2;
- if(!_root.qiangZHeng._visible)
- {
- if(_root.ren_zunbei._visible)
- {
- _root.ren_shoot._x = _root.ren_zunbei._x;
- _root.ren_shoot._y = _root.ren_zunbei._y;
- }
- _root.jsjiaodu();
- _root.gunrunZB1();
- }
- }
- K_Code = 0;
- key_cotrol = 0;
- }
- }
- }
- function renmove(bz)
- {
- if(bz == 1)
- {
- if(_root.ren_shoot._x - _root.ren_jl > _root.Di_Zbj)
- {
- _root.ren_shoot.gotoAndPlay(1);
- _root.ren_shoot._x -= _root.ren_jl;
- }
- }
- else if(bz == 2)
- {
- if(_root.ren_shoot._x + _root.ren_jl < _root.Di_Ybj)
- {
- _root.ren_shoot.gotoAndPlay(1);
- _root.ren_shoot._x += _root.ren_jl;
- }
- }
- _root.f_do = 1;
- }
- function jsfzjl()
- {
- var t1;
- var t2;
- var t3;
- var max_y;
- var sp_py;
- var hd;
- hd = 0.017453292519943295 * _root.jd_yu_1;
- _root.fz_status = 2;
- _root.yu_status = 3;
- _root.jd_yu_sp = Math.floor(_root.v_yu_2 * Math.cos(hd));
- _root.jd_yu_cz = Math.floor(_root.v_yu_2 * Math.sin(hd));
- t1 = _root.jd_yu_cz / _root.g;
- max_y = _root.jd_yu_cz * t1 - _root.g * (t1 * t1) / 2;
- _root.max_y = max_y;
- t2 = Math.sqrt(2 * max_y / _root.g);
- t3 = t1 + t2;
- sp_py = t3 * _root.jd_yu_sp;
- _root.sp_py = sp_py;
- yupingyipd(1);
- _root.SX_pao_bz = 1;
- _root.s_rotate_time = t1 * 1000;
- _root.x_rotate_time = t2 * 1000;
- _root.gd_time_num = 0;
- }
- function yujump()
- {
- if(_root.fz_status == 1)
- {
- sjjpd();
- }
- else if(_root.fz_status == 2)
- {
- sjjpd();
- }
- else if(_root.fz_status == 4)
- {
- xjjpd();
- }
- else if(_root.fz_status == 5)
- {
- xjjpd();
- }
- }
- function sjjpd()
- {
- var t1;
- var max_y;
- var py_x;
- _root.gd_time_num += 1;
- if(_root.gd_time_num == Math.floor(_root.s_rotate_time / _root.rotate_t1))
- {
- _root.fz_status = 3;
- }
- t1 = _root.gd_time_num * _root.rotate_t1 / 1000;
- max_y = _root.jd_yu_cz * t1 - _root.g * (t1 * t1) / 2;
- if(yu1._y > _root.sm_y and yu1._y - max_y <= _root.sm_y)
- {
- _root.fz_status = 1;
- }
- else if(_root.fz_status != 3)
- {
- _root.fz_status = 2;
- }
- yu1._y = _root.yu_y - max_y;
- py_x = t1 * _root.jd_yu_sp;
- if(_root.yu_FX == 1)
- {
- _root.yu1._x = _root.yu_qiangshi_X + py_x;
- }
- else
- {
- _root.yu1._x = _root.yu_qiangshi_X - py_x;
- }
- _root.yupingyipd(_root.fz_status);
- if(_root.fz_status == 1)
- {
- _root.fz_status = 2;
- }
- else if(_root.fz_status != 2)
- {
- if(_root.fz_status == 3)
- {
- _root.SX_pao_bz = 2;
- _root.fz_status = 4;
- _root.gd_time_num = 0;
- }
- }
- }
- function xjjpd()
- {
- var t1;
- var max_y;
- var py_x;
- _root.gd_time_num += 1;
- if(_root.gd_time_num > Math.floor(_root.x_rotate_time / _root.rotate_t2))
- {
- _root.yu_qiangshi_X = _root.yu1._x;
- if(_root.yu_FX == 2)
- {
- _root.yu_Zuoyi._x = _root.yu1._x;
- _root.yu_Zuoyi._y = _root.yu_y;
- _root.yu_Zuoyi._visible = 1;
- }
- else
- {
- _root.yu_Youyi._x = _root.yu1._x;
- _root.yu_Youyi._y = _root.yu_y;
- _root.yu_Youyi._visible = 1;
- }
- _root.yu1._visible = 0;
- clearInterval(time2);
- time1 = setInterval(yupingyi,_root.move_t1);
- }
- else
- {
- t1 = _root.gd_time_num * _root.rotate_t2 / 1000;
- max_y = _root.g * (t1 * t1) / 2;
- if(yu1._y < _root.sm_y and _root.yu_y - (_root.max_y - max_y) >= _root.sm_y)
- {
- _root.midiplay(3);
- _root.fz_status = 5;
- }
- _root.yu1._y = _root.yu_y - (_root.max_y - max_y);
- py_x = (t1 + _root.s_rotate_time / 1000) * _root.jd_yu_sp;
- if(_root.yu_FX == 1)
- {
- _root.yu1._x = _root.yu_qiangshi_X + py_x;
- }
- else
- {
- _root.yu1._x = _root.yu_qiangshi_X - py_x;
- }
- _root.yupingyipd(_root.fz_status);
- if(_root.fz_status == 5)
- {
- _root.fz_status = 4;
- }
- if(_root.gd_time_num == Math.floor(_root.x_rotate_time / _root.rotate_t2))
- {
- if(_root.yu_FX == 1)
- {
- _root.yu_qiangshi_X += _root.sp_py;
- }
- else
- {
- _root.yu_qiangshi_X -= _root.sp_py;
- }
- }
- }
- }
- function yujumprangle()
- {
- var gl;
- gl = Math.floor(Math.random() * 4);
- if(gl == 0)
- {
- _root.jd_yu_1 = 75 + Math.floor(Math.random() * 5);
- }
- else if(gl == 1)
- {
- _root.jd_yu_1 = 80 + Math.floor(Math.random() * 5);
- }
- else if(gl == 2)
- {
- _root.jd_yu_1 = 85 + Math.floor(Math.random() * 5);
- }
- else if(gl == 3)
- {
- _root.jd_yu_1 = 90;
- }
- }
- function yumovev()
- {
- var gl;
- var bl;
- if(_root.yu_num == 0)
- {
- bl = 1;
- }
- else if(_root.yu_num == 1)
- {
- bl = 2;
- }
- else if(_root.yu_num == 2)
- {
- bl = 3;
- }
- gl = Math.floor(Math.random() * 4);
- if(gl == 0)
- {
- _root.v_yu_1 = 250 + Math.floor(Math.random() * 10);
- }
- else if(gl == 1)
- {
- _root.v_yu_1 = 320 + Math.floor(Math.random() * 10);
- }
- else if(gl == 2)
- {
- _root.v_yu_1 = 420 + Math.floor(Math.random() * 10);
- }
- else if(gl == 3)
- {
- _root.v_yu_1 = 550 + Math.floor(Math.random() * 10);
- }
- _root.v_yu_1 *= bl;
- }
- function yujumpv()
- {
- var gl;
- gl = Math.floor(Math.random() * 4);
- if(gl == 0)
- {
- _root.v_yu_2 = 220 + Math.floor(Math.random() * 10);
- }
- else if(gl == 1)
- {
- _root.v_yu_2 = 280 + Math.floor(Math.random() * 10);
- }
- else if(gl == 2)
- {
- _root.v_yu_2 = 320 + Math.floor(Math.random() * 10);
- }
- else if(gl == 3)
- {
- _root.v_yu_2 = 400 + Math.floor(Math.random() * 10);
- }
- }
- function yupingyi()
- {
- var gl;
- if(!(_root.yu_FX != 1 and _root.yu_FX != 2))
- {
- if(_root.yu_FX == 1)
- {
- if(yu_Youyi._x - _root.yu_qiangshi_X >= _root.jl_yu_jump)
- {
- gl = Math.floor(Math.random() * 30);
- if(gl == 0)
- {
- _root.yu_qiangshi_X = _root.yu_Youyi._x;
- _root.yu1._x = _root.yu_Youyi._x;
- _root.yu1._y = _root.yu_Youyi._y;
- _root.yu_Youyi._visible = 0;
- _root.yu_Zuoyi._visible = 0;
- _root.yu_Youyi.gotoAndStop(1);
- _root.yu1._visible = 1;
- _root.yumovev();
- _root.yujumpv();
- _root.yujumprangle();
- _root.jsfzjl();
- clearInterval(time1);
- time2 = setInterval(yujump,_root.rotate_t1);
- return 1;
- }
- if(gl == 1)
- {
- }
- }
- }
- else if(_root.yu_FX == 2)
- {
- if(_root.yu_qiangshi_X - yu_Zuoyi._x >= _root.jl_yu_jump)
- {
- gl = Math.floor(Math.random() * 30);
- if(gl == 0)
- {
- _root.yu_qiangshi_X = yu_Zuoyi._x;
- _root.yu1._x = _root.yu_Zuoyi._x;
- _root.yu1._y = _root.yu_Zuoyi._y;
- _root.yu_Zuoyi._visible = 0;
- _root.yu_Youyi._visible = 0;
- _root.yu_Zuoyi.gotoAndStop(1);
- _root.yu1._visible = 1;
- _root.yumovev();
- _root.yujumpv();
- _root.yujumprangle();
- _root.jsfzjl();
- clearInterval(time1);
- time2 = setInterval(yujump,_root.rotate_t1);
- return 1;
- }
- if(gl == 1)
- {
- }
- }
- }
- if(_root.yu_FX == 1)
- {
- if(yu_Youyi._x - _root.yu_qiangshi_X >= _root.jl_yu_fz)
- {
- gl = Math.floor(Math.random() * 10);
- if(gl == 0)
- {
- _root.yu_status = 2;
- _root.yu_qiangshi_X = _root.yu_Youyi._x;
- _root.yu_Youyi.gotoAndStop(1);
- _root.yu_Youyi._visible = 0;
- _root.yu_youzuan._x = _root.yu_Youyi._x;
- _root.yu_youzuan._y = _root.yu_Youyi._y;
- _root.yu_youzuan._visible = 1;
- _root.yu_FX = 2;
- _root.yuZYpingyipd(1);
- _root.yumovev();
- _root.yu_Zuoyi._x = _root.yu_Youyi._x;
- _root.yu_Zuoyi._y = _root.yu_Youyi._y;
- return 2;
- }
- if(gl == 1)
- {
- }
- }
- }
- else if(_root.yu_FX == 2)
- {
- if(_root.yu_qiangshi_X - yu_Zuoyi._x >= _root.jl_yu_fz)
- {
- gl = Math.floor(Math.random() * 10);
- if(gl == 0)
- {
- _root.yu_status = 2;
- _root.yu_qiangshi_X = _root.yu_Zuoyi._x;
- _root.yu_Zuoyi.gotoAndStop(1);
- _root.yu_Zuoyi._visible = 0;
- _root.yu_zuozuan._x = _root.yu_Zuoyi._x;
- _root.yu_zuozuan._y = _root.yu_Zuoyi._y;
- _root.yu_zuozuan._visible = 1;
- _root.yu_FX = 1;
- _root.yuZYpingyipd(2);
- _root.yumovev();
- _root.yu_Youyi._x = _root.yu_Zuoyi._x;
- _root.yu_Youyi._y = _root.yu_Zuoyi._y;
- return 2;
- }
- if(gl == 1)
- {
- }
- }
- }
- if(_root.yu_FX == 1)
- {
- if(_root.yu_Youbj - yu_Youyi._x < _root.v_yu_1 * _root.move_t1 / 1000)
- {
- _root.yu_status = 2;
- _root.yu_qiangshi_X = yu_Youyi._x;
- _root.yu_Youyi.gotoAndStop(1);
- _root.yu_Youyi._visible = 0;
- _root.yu_youzuan._x = _root.yu_Youyi._x;
- _root.yu_youzuan._y = _root.yu_Youyi._y;
- _root.yu_youzuan._visible = 1;
- _root.yu_FX = 2;
- _root.yuZYpingyipd(1);
- _root.yumovev();
- _root.yu_Zuoyi._x = _root.yu_Youyi._x;
- _root.yu_Zuoyi._y = _root.yu_Youyi._y;
- return 2;
- }
- }
- else if(yu_Zuoyi._x - _root.yu_Zuobj < _root.v_yu_1 * _root.move_t1 / 1000)
- {
- _root.yu_status = 2;
- _root.yu_qiangshi_X = yu_Zuoyi._x;
- _root.yu_Zuoyi.gotoAndStop(1);
- _root.yu_Zuoyi._visible = 0;
- _root.yu_zuozuan._x = _root.yu_Zuoyi._x;
- _root.yu_zuozuan._y = _root.yu_Zuoyi._y;
- _root.yu_zuozuan._visible = 1;
- _root.yu_FX = 1;
- _root.yuZYpingyipd(2);
- _root.yumovev();
- _root.yu_Youyi._x = _root.yu_Zuoyi._x;
- _root.yu_Youyi._y = _root.yu_Zuoyi._y;
- return 2;
- }
- if(_root.yu_FX == 1)
- {
- _root.yu_status = 1;
- _root.yu_Youyi._x += _root.v_yu_1 * _root.move_t1 / 1000;
- return 3;
- }
- if(_root.yu_FX == 2)
- {
- _root.yu_status = 1;
- _root.yu_Zuoyi._x -= _root.v_yu_1 * _root.move_t1 / 1000;
- return 3;
- }
- }
- }
- function yuZYpingyipd(bz)
- {
- _root.yu_FX += 2;
- if(bz == 1)
- {
- _root.yu_youzuan.gotoAndPlay(1);
- }
- else
- {
- _root.yu_zuozuan.gotoAndPlay(1);
- }
- }
- function yupingyipd(bz)
- {
- if(bz == 1)
- {
- _root.yu_Youyi._visible = 0;
- _root.yu_Zuoyi._visible = 0;
- _root.yu1.gotoAndPlay(1);
- }
- else if(bz == 2)
- {
- _root.yu_Youyi._visible = 0;
- _root.yu_Zuoyi._visible = 0;
- _root.yu1.gotoAndPlay(4);
- }
- else if(bz == 3)
- {
- _root.yu1.gotoAndStop(9);
- _root.yu1.gotoAndStop(10);
- _root.yu1.gotoAndStop(11);
- }
- else if(bz == 4)
- {
- _root.yu1.gotoAndPlay(10);
- }
- else if(bz == 5)
- {
- _root.yu1.gotoAndPlay(11);
- _root.water1._x = _root.yu1._x;
- _root.water1._y = _root.yu1._y;
- _root.water1._visible = 1;
- _root.water1.gotoAndPlay(1);
- }
- }
- function yusxpingyi(bz)
- {
- }
- function HQkey()
- {
- if(!_root.qiangZHeng._visible)
- {
- K_Code = Key.getCode();
- if(Key.isDown(37))
- {
- key_cotrol = 37;
- }
- else if(Key.isDown(38))
- {
- key_cotrol = 38;
- }
- else if(Key.isDown(39))
- {
- key_cotrol = 39;
- }
- else if(Key.isDown(40))
- {
- key_cotrol = 40;
- }
- else if(Key.isDown(32))
- {
- key_cotrol = 32;
- }
- if(K_Code == 37 and key_cotrol == 37)
- {
- if(_root.f_do == 1 or _root.f_do == 0)
- {
- _root.f_do = 0;
- if(_root.ren_zunbei._visible)
- {
- _root.ren_shoot._x = _root.ren_zunbei._x;
- _root.ren_shoot._y = _root.ren_zunbei._y;
- }
- _root.ren_shoot._visible = 1;
- _root.ren_zunbei._visible = 0;
- K_Code = 0;
- key_cotrol = 0;
- _root.renmove(1);
- }
- }
- else if(K_Code == 38 and key_cotrol == 38)
- {
- if(_root.f_do == 1 or _root.f_do == 0)
- {
- _root.f_do = 0;
- if(_root.ren_zunbei._visible)
- {
- _root.ren_shoot._x = _root.ren_zunbei._x;
- _root.ren_shoot._y = _root.ren_zunbei._y;
- }
- _root.ren_shoot._visible = 1;
- _root.ren_zunbei._visible = 0;
- _root.renxuanzhuanZX(1);
- K_Code = 0;
- key_cotrol = 0;
- }
- }
- else if(K_Code == 39 and key_cotrol == 39)
- {
- if(_root.f_do == 1 or _root.f_do == 0)
- {
- _root.f_do = 0;
- if(_root.ren_zunbei._visible)
- {
- _root.ren_shoot._x = _root.ren_zunbei._x;
- _root.ren_shoot._y = _root.ren_zunbei._y;
- }
- _root.ren_shoot._visible = 1;
- _root.ren_zunbei._visible = 0;
- _root.renmove(2);
- K_Code = 0;
- key_cotrol = 0;
- }
- }
- else if(K_Code == 40 and key_cotrol == 40)
- {
- if(_root.f_do == 1 or _root.f_do == 0)
- {
- _root.f_do = 0;
- if(_root.ren_zunbei._visible)
- {
- _root.ren_shoot._x = _root.ren_zunbei._x;
- _root.ren_shoot._y = _root.ren_zunbei._y;
- }
- _root.ren_shoot._visible = 1;
- _root.ren_zunbei._visible = 0;
- _root.renxuanzhuanZX(2);
- K_Code = 0;
- key_cotrol = 0;
- }
- }
- else if(K_Code == 32 and key_cotrol == 32)
- {
- if(_root.f_do == 1)
- {
- _root.f_do = 2;
- if(!_root.qiangZHeng._visible)
- {
- if(_root.ren_zunbei._visible)
- {
- _root.ren_shoot._x = _root.ren_zunbei._x;
- _root.ren_shoot._y = _root.ren_zunbei._y;
- }
- K_Code = 0;
- key_cotrol = 0;
- jsjiaodu();
- _root.gunrunZB1();
- }
- }
- }
- }
- }
- function renxuanzhuan(bz)
- {
- if(bz == 1)
- {
- if(_root.Bi_jiaodu > _root.Bi_Sjd)
- {
- _root.Bi_jiaodu -= _root.ren_ds;
- _root.jiaodu = 30 - _root.Bi_jiaodu;
- }
- }
- else if(bz == 2)
- {
- if(_root.Bi_jiaodu < _root.Bi_Xjd)
- {
- _root.Bi_jiaodu += _root.ren_ds;
- _root.jiaodu = 30 - _root.Bi_jiaodu;
- }
- }
- _root.f_do = 1;
- }
- function renxuanzhuanZX(bz)
- {
- if(bz == 1)
- {
- _root.renxuanzhuan(1);
- _root.ren_shoot.ren_qianbi._rotation = _root.Bi_jiaodu;
- }
- else if(bz == 2)
- {
- _root.renxuanzhuan(2);
- _root.ren_shoot.ren_qianbi._rotation = _root.Bi_jiaodu;
- }
- _root.f_do = 1;
- }
- function jsjiaodu()
- {
- if(_root.jiaodu < 90)
- {
- _root.gun_jiaodu = 90 - _root.jiaodu;
- _root.gun_jd = 90 - _root.jiaodu;
- _root.gun_rflg = 1;
- }
- else if(_root.jiaodu == 90)
- {
- _root.gun_jiaodu = 0;
- _root.gun_jd = 0;
- _root.gun_rflg = 2;
- }
- else
- {
- _root.gun_jiaodu = 90 - (180 - _root.jiaodu);
- _root.gun_jd = - (90 - (180 - _root.jiaodu));
- _root.gun_rflg = 3;
- }
- }
- function gunrunZB1()
- {
- _root.ren_shoot._visible = 0;
- _root.ren_shoot_zb._x = _root.ren_shoot._x;
- _root.ren_shoot_zb._y = _root.ren_shoot._y;
- _root.ren_shoot_zb._visible = 1;
- _root.ren_zunbei._visible = 0;
- _root.ren_shoot_zb.gotoAndPlay(1);
- }
- function gunrunZB2()
- {
- _root.ren_shoot_zb._visible = 0;
- _root.ren_shoot_zb.gotoAndStop(1);
- _root.ren_shoot._visible = 1;
- _root.ren_shoot.ren_qianbi.gotoAndStop(2);
- _root.ren_shoot.ren_qianbi.qiang1._visible = 0;
- _root.gunrunZB3();
- _root.ren_zunbei._x = _root.ren_shoot._x;
- _root.ren_zunbei._y = _root.ren_shoot._y;
- }
- function gunrunZB3()
- {
- _root.LtoG();
- _root.qiangZHeng._rotation += _root.gun_jd;
- _root.qiangZHeng._visible = 1;
- _root.qiangZHeng._x = _root.xx;
- _root.qiangZHeng._y = _root.yy;
- _root.midiplay(4);
- time3 = setInterval(gunrun2,_root.move_t1);
- }
- function gunrun2()
- {
- var hd;
- var gun_sp;
- var gun_cz;
- var ret;
- ret = _root.hitpd();
- if(ret == 1)
- {
- return undefined;
- }
- if(ret == 2)
- {
- }
- hd = 0.017453292519943295 * _root.gun_jiaodu;
- gun_sp = Math.floor(_root.v_qiang * Math.cos(hd));
- gun_cz = Math.floor(_root.v_qiang * Math.sin(hd));
- if(_root.gun_rflg == 1)
- {
- _root.qiangZHeng._x += gun_sp * _root.move_t1 / 1000;
- _root.qiangZHeng._y += gun_cz * _root.move_t1 / 1000;
- }
- else if(_root.gun_rflg == 2)
- {
- _root.qiangZHeng._x += gun_sp * _root.move_t1 / 1000;
- }
- else if(_root.gun_rflg == 3)
- {
- _root.qiangZHeng._x -= gun_sp * _root.move_t1 / 1000;
- _root.qiangZHeng._y += gun_cz * _root.move_t1 / 1000;
- }
- if(_root.qiangZHeng._x <= 0 or _root.qiangZHeng._x >= 600)
- {
- _root.f_do = 1;
- _root.hitwater.gotoAndStop(1);
- _root.hitwater._visible = 0;
- _root.end1();
- _root.ren_zunbei._visible = 1;
- clearInterval(time3);
- if(_root.gun_num - 1 >= 0)
- {
- _root.gun_num -= 1;
- }
- if(_root.gun_num == 5)
- {
- _root.qt1._visible = 1;
- _root.qt2._visible = 1;
- _root.qt3._visible = 1;
- _root.qt4._visible = 1;
- _root.qt5._visible = 1;
- _root.qt6._visible = 0;
- clearInterval(time4);
- _root.renDeng._visible = 0;
- _root.renCixia._visible = 1;
- _root.renCixia.gotoAndPlay(1);
- }
- else if(_root.gun_num == 4)
- {
- _root.qt1._visible = 1;
- _root.qt2._visible = 1;
- _root.qt3._visible = 1;
- _root.qt4._visible = 1;
- _root.qt5._visible = 0;
- _root.qt6._visible = 0;
- clearInterval(time4);
- _root.renDeng._visible = 0;
- _root.renCixia._visible = 1;
- _root.renCixia.gotoAndPlay(1);
- }
- else if(_root.gun_num == 3)
- {
- _root.qt1._visible = 1;
- _root.qt2._visible = 1;
- _root.qt3._visible = 1;
- _root.qt4._visible = 0;
- _root.qt5._visible = 0;
- _root.qt6._visible = 0;
- clearInterval(time4);
- _root.renDeng._visible = 0;
- _root.renCixia._visible = 1;
- _root.renCixia.gotoAndPlay(1);
- }
- else if(_root.gun_num == 2)
- {
- _root.qt1._visible = 1;
- _root.qt2._visible = 1;
- _root.qt3._visible = 0;
- _root.qt4._visible = 0;
- _root.qt5._visible = 0;
- _root.qt6._visible = 0;
- clearInterval(time4);
- _root.renDeng._visible = 0;
- _root.renCixia._visible = 1;
- _root.renCixia.gotoAndPlay(1);
- }
- else if(_root.gun_num == 1)
- {
- _root.qt1._visible = 1;
- _root.qt2._visible = 0;
- _root.qt3._visible = 0;
- _root.qt4._visible = 0;
- _root.qt5._visible = 0;
- _root.qt6._visible = 0;
- clearInterval(time4);
- _root.renDeng._visible = 0;
- _root.renCixia._visible = 1;
- _root.renCixia.gotoAndPlay(1);
- }
- else if(_root.gun_num == 0)
- {
- _root.qt1._visible = 0;
- _root.qt2._visible = 0;
- _root.qt3._visible = 0;
- _root.qt4._visible = 0;
- _root.qt5._visible = 0;
- _root.qt6._visible = 0;
- clearInterval(time3);
- _root.jieshu();
- _root.gotoAndStop(7);
- }
- }
- else if(_root.qiangZHeng._y <= 0 or _root.qiangZHeng._y >= 450)
- {
- _root.f_do = 1;
- _root.hitwater.gotoAndStop(1);
- _root.hitwater._visible = 0;
- _root.end1();
- _root.ren_zunbei._visible = 1;
- clearInterval(time3);
- if(_root.gun_num - 1 >= 0)
- {
- _root.gun_num -= 1;
- }
- if(_root.gun_num == 5)
- {
- _root.qt1._visible = 1;
- _root.qt2._visible = 1;
- _root.qt3._visible = 1;
- _root.qt4._visible = 1;
- _root.qt5._visible = 1;
- _root.qt6._visible = 0;
- clearInterval(time4);
- _root.renDeng._visible = 0;
- _root.renCixia._visible = 1;
- _root.renCixia.gotoAndPlay(1);
- }
- else if(_root.gun_num == 4)
- {
- _root.qt1._visible = 1;
- _root.qt2._visible = 1;
- _root.qt3._visible = 1;
- _root.qt4._visible = 1;
- _root.qt5._visible = 0;
- _root.qt6._visible = 0;
- clearInterval(time4);
- _root.renDeng._visible = 0;
- _root.renCixia._visible = 1;
- _root.renCixia.gotoAndPlay(1);
- }
- else if(_root.gun_num == 3)
- {
- _root.qt1._visible = 1;
- _root.qt2._visible = 1;
- _root.qt3._visible = 1;
- _root.qt4._visible = 0;
- _root.qt5._visible = 0;
- _root.qt6._visible = 0;
- clearInterval(time4);
- _root.renDeng._visible = 0;
- _root.renCixia._visible = 1;
- _root.renCixia.gotoAndPlay(1);
- }
- else if(_root.gun_num == 2)
- {
- _root.qt1._visible = 1;
- _root.qt2._visible = 1;
- _root.qt3._visible = 0;
- _root.qt4._visible = 0;
- _root.qt5._visible = 0;
- _root.qt6._visible = 0;
- clearInterval(time4);
- _root.renDeng._visible = 0;
- _root.renCixia._visible = 1;
- _root.renCixia.gotoAndPlay(1);
- }
- else if(_root.gun_num == 1)
- {
- _root.qt1._visible = 1;
- _root.qt2._visible = 0;
- _root.qt3._visible = 0;
- _root.qt4._visible = 0;
- _root.qt5._visible = 0;
- _root.qt6._visible = 0;
- clearInterval(time4);
- _root.renDeng._visible = 0;
- _root.renCixia._visible = 1;
- _root.renCixia.gotoAndPlay(1);
- }
- else if(_root.gun_num == 0)
- {
- _root.qt1._visible = 0;
- _root.qt2._visible = 0;
- _root.qt3._visible = 0;
- _root.qt4._visible = 0;
- _root.qt5._visible = 0;
- _root.qt6._visible = 0;
- clearInterval(time3);
- _root.jieshu();
- _root.gotoAndStop(7);
- }
- }
- }
- function jsfen(hitlx)
- {
- var bl;
- var bl2;
- if(_root.yu_num == 0)
- {
- bl = 1;
- }
- else if(_root.yu_num == 1)
- {
- bl = 2;
- }
- else if(_root.yu_num == 2)
- {
- bl = 4;
- }
- if(_root.gun_num == 6)
- {
- bl2 = 1;
- }
- else if(_root.gun_num == 5)
- {
- bl2 = 0.95;
- }
- else if(_root.gun_num == 4)
- {
- bl2 = 0.9;
- }
- else if(_root.gun_num == 3)
- {
- bl2 = 0.85;
- }
- else if(_root.gun_num == 2)
- {
- bl2 = 0.8;
- }
- else if(_root.gun_num == 1)
- {
- bl2 = 0.75;
- }
- if(hitlx == 1)
- {
- bl = 1;
- _root.fen_num = Math.floor(_root.fen_num + 5 * bl2);
- }
- else if(hitlx == 2)
- {
- _root.fen_num = Math.floor(_root.fen_num + 50 * bl * bl2);
- }
- else if(hitlx == 3)
- {
- _root.fen_num = Math.floor(_root.fen_num + 100 * bl * bl2);
- }
- if(_root.fen_num > 100 and _root.yu_num == 2)
- {
- _root.fen_num += _root.timenum;
- }
- _root.score = _root.fen_num;
- }
- function hitpd()
- {
- var sp;
- var hd;
- if(_root.qiangZHeng.qiangtai.hitTest(_root.yu1.yugYING) and _root.yu1._visible)
- {
- _root.jsfen(1);
- _root.yu_status = 4;
- _root.yu1.gotoAndStop(1);
- _root.yu1._visible = 0;
- _root.qudiaoQiang();
- _root.hityu._visible = 1;
- clearInterval(time2);
- _root.hityu._x = _root.yu1._x;
- _root.hityu._y = _root.yu1._y;
- _root.hityu.gotoAndPlay(1);
- clearInterval(time3);
- clearInterval(time4);
- _root.renDeng._visible = 0;
- _root.RenJiZH._visible = 1;
- _root.RenJiZH.gotoAndPlay(1);
- _root.huntyu();
- return 1;
- }
- if(_root.qiangZHeng.qiangtai.hitTest(_root.yu_Zuoyi.yugYING) and _root.yu_Zuoyi._visible)
- {
- _root.jsfen(2);
- _root.yu_status = 4;
- clearInterval(time1);
- _root.yu_Zuoyi.gotoAndStop(1);
- _root.yu_Zuoyi._visible = 0;
- _root.qudiaoQiang();
- _root.hityu._visible = 1;
- _root.hityu._x = _root.yu_Zuoyi._x;
- _root.hityu._y = _root.yu_Zuoyi._y;
- _root.hityu.gotoAndPlay(1);
- clearInterval(time3);
- clearInterval(time4);
- _root.renDeng._visible = 0;
- _root.RenJiZH._visible = 1;
- _root.RenJiZH.gotoAndPlay(1);
- _root.huntyu();
- return 1;
- }
- if(_root.qiangZHeng.qiangtai.hitTest(_root.yu_Youyi.yugYING) and _root.yu_Youyi._visible)
- {
- _root.jsfen(2);
- _root.yu_status = 4;
- clearInterval(time1);
- _root.yu_Youyi.gotoAndStop(1);
- _root.yu_Youyi._visible = 0;
- _root.qudiaoQiang();
- _root.hityu._visible = 1;
- _root.hityu._x = _root.yu_Youyi._x;
- _root.hityu._y = _root.yu_Youyi._y;
- _root.hityu.gotoAndPlay(1);
- clearInterval(time3);
- clearInterval(time4);
- _root.renDeng._visible = 0;
- _root.RenJiZH._visible = 1;
- _root.RenJiZH.gotoAndPlay(1);
- _root.huntyu();
- return 1;
- }
- if(_root.qiangZHeng.qiangtai.hitTest(_root.yu_youzuan.yugYING) and _root.yu_youzuan._visible)
- {
- _root.jsfen(3);
- _root.yu_status = 4;
- clearInterval(time1);
- _root.yu_youzuan.gotoAndStop(1);
- _root.yu_youzuan._visible = 0;
- _root.qudiaoQiang();
- _root.hityu._visible = 1;
- _root.hityu._x = _root.yu_youzuan._x;
- _root.hityu._y = _root.yu_youzuan._y;
- _root.hityu.gotoAndPlay(1);
- clearInterval(time3);
- clearInterval(time4);
- _root.renDeng._visible = 0;
- _root.RenJiZH._visible = 1;
- _root.RenJiZH.gotoAndPlay(1);
- _root.huntyu();
- return 1;
- }
- if(_root.qiangZHeng.qiangtai.hitTest(_root.yu_zuozuan.yugYING) and _root.yu_zuozuan._visible)
- {
- _root.jsfen(3);
- _root.yu_status = 4;
- clearInterval(time1);
- _root.yu_zuozuan.gotoAndStop(1);
- _root.yu_zuozuan._visible = 0;
- _root.qudiaoQiang();
- _root.hityu._visible = 1;
- _root.hityu._x = _root.yu_zuozuan._x;
- _root.hityu._y = _root.yu_zuozuan._y;
- _root.hityu.gotoAndPlay(1);
- clearInterval(time3);
- clearInterval(time4);
- _root.renDeng._visible = 0;
- _root.RenJiZH._visible = 1;
- _root.RenJiZH.gotoAndPlay(1);
- _root.huntyu();
- return 1;
- }
- if(_root.qiangZHeng.qiangtai.hitTest(_root.water2) and _root.water2._visible)
- {
- _root.midiplay(2);
- _root.hitwater._visible = 1;
- _root.LtoG2();
- _root.hitwater._x = _root.xx;
- _root.hitwater._y = _root.yy;
- _root.hitwater.gotoAndPlay(1);
- return 2;
- }
- return 0;
- }
- function end1()
- {
- removeMovieClip("_root.ren_shoot");
- removeMovieClip("_root.qiangZHeng");
- duplicateMovieClip("_root.qiangZHeng_yun","qiangZHeng",16390);
- _root.qiangZHeng._visible = 0;
- duplicateMovieClip("_root.ren_shoot_yu","ren_shoot",16388);
- _root.ren_shoot._visible = 0;
- _root.Bi_jiaodu = 0;
- _root.jiaodu = 30;
- }
- function LtoG()
- {
- var gl;
- var hd;
- var sp;
- hd = 0.017453292519943295 * _root.gun_jiaodu;
- sp = Math.floor(40 * Math.cos(hd));
- aobj.x = _root.ren_shoot.ren_qianbi.qiang1._x - sp;
- aobj.y = _root.ren_shoot.ren_qianbi.qiang1._y;
- _root.ren_shoot.ren_qianbi.qiang1.localToGlobal(aobj);
- _root.xx = aobj.x;
- _root.yy = aobj.y;
- }
- function GtoL()
- {
- var gl;
- var hd;
- var sp;
- aobj.x = _root.xx;
- aobj.y = _root.yy;
- aobj.x -= 199;
- aobj.y -= 210.10000000000002;
- _root.ren_shoot.ren_qianbi.qiang1._x = aobj.x;
- _root.ren_shoot.ren_qianbi.qiang1._y = aobj.y;
- }
- function jzYu()
- {
- removeMovieClip("_root.hityu");
- duplicateMovieClip("_root.hityu_yun","hityu",16392);
- _root.hityu._visible = 0;
- }
- function qudiaoQiang()
- {
- removeMovieClip("_root.qiangZHeng");
- duplicateMovieClip("_root.qiangZHeng_yun","qiangZHeng",16390);
- _root.qiangZHeng._visible = 0;
- }
- function LtoG2()
- {
- var gl;
- var hd;
- var sp;
- hd = 0.017453292519943295 * _root.gun_jiaodu;
- sp = Math.floor(40 * Math.cos(hd));
- aobj.x = _root.qiangZHeng.qiangtai._x - sp;
- aobj.y = _root.qiangZHeng.qiangtai._y;
- _root.qiangZHeng.qiangtai.localToGlobal(aobj);
- _root.xx = aobj.x;
- _root.yy = _root.sm_y;
- }
- function checkstone()
- {
- var gl;
- if(_root.yu_status == 1)
- {
- gl = Math.floor(Math.random() * 3);
- if(gl == 0)
- {
- clearInterval(time4);
- _root.renDeng._visible = 0;
- _root.RenZaST._visible = 1;
- _root.RenZaST.gotoAndPlay(1);
- }
- }
- }
- function stonechangyu()
- {
- var gl;
- if(_root.yu_status == 1)
- {
- gl = Math.floor(Math.random() * 2);
- if(gl == 0)
- {
- if(_root.yu_FX == 1)
- {
- _root.yu_qiangshi_X = _root.yu_Youyi._x;
- _root.yu1._x = _root.yu_Youyi._x;
- _root.yu1._y = _root.yu_Youyi._y;
- _root.yu_Youyi._visible = 0;
- _root.yu_Zuoyi._visible = 0;
- _root.yu_Youyi.gotoAndStop(1);
- _root.yu1._visible = 1;
- _root.yumovev();
- _root.yujumpv();
- _root.yujumprangle();
- _root.jsfzjl();
- clearInterval(time1);
- time2 = setInterval(yujump,_root.rotate_t1);
- return 1;
- }
- if(_root.yu_FX == 2)
- {
- _root.yu_qiangshi_X = yu_Zuoyi._x;
- _root.yu1._x = _root.yu_Zuoyi._x;
- _root.yu1._y = _root.yu_Zuoyi._y;
- _root.yu_Zuoyi._visible = 0;
- _root.yu_Youyi._visible = 0;
- _root.yu_Zuoyi.gotoAndStop(1);
- _root.yu1._visible = 1;
- _root.yumovev();
- _root.yujumpv();
- _root.yujumprangle();
- _root.jsfzjl();
- clearInterval(time1);
- time2 = setInterval(yujump,_root.rotate_t1);
- return 1;
- }
- }
- else
- {
- if(_root.yu_FX == 1)
- {
- _root.yu_qiangshi_X = yu_Youyi._x;
- _root.yu_Youyi._visible = 0;
- _root.yu_Youyi.gotoAndStop(1);
- _root.yu_youzuan._x = _root.yu_Youyi._x;
- _root.yu_youzuan._y = _root.yu_Youyi._y;
- _root.yu_youzuan._visible = 1;
- _root.yu_FX = 2;
- _root.yuZYpingyipd(1);
- _root.yumovev();
- _root.yu_Zuoyi._x = _root.yu_Youyi._x;
- _root.yu_Zuoyi._y = _root.yu_Youyi._y;
- return 2;
- }
- if(_root.yu_FX == 2)
- {
- _root.yu_qiangshi_X = yu_Zuoyi._x;
- _root.yu_Zuoyi.gotoAndStop(1);
- _root.yu_Zuoyi._visible = 0;
- _root.yu_zuozuan._x = _root.yu_Zuoyi._x;
- _root.yu_zuozuan._y = _root.yu_Zuoyi._y;
- _root.yu_zuozuan._visible = 1;
- _root.yu_FX = 1;
- _root.yuZYpingyipd(2);
- _root.yumovev();
- _root.yu_Youyi._x = _root.yu_Zuoyi._x;
- _root.yu_Youyi._y = _root.yu_Zuoyi._y;
- return 2;
- }
- }
- }
- }
- function stonerun()
- {
- var hd;
- var gun_sp;
- var gun_cz;
- if(_root.SHitou1.hitTest(_root.water2))
- {
- _root.midiplay(2);
- _root.hitwater1._visible = 1;
- _root.hitwater1._x = _root.SHitou1._x;
- _root.hitwater1._y = _root.sm_y;
- _root.hitwater1.gotoAndPlay(1);
- _root.stonechangyu();
- hd = 0.017453292519943295 * _root.stone_jd;
- gun_sp = Math.floor(_root.v_stone * Math.cos(hd));
- gun_cz = Math.floor(_root.v_stone * Math.sin(hd));
- _root.SHitou1._x -= gun_sp * _root.move_t1 / 1000;
- _root.SHitou1._y += gun_cz * _root.move_t1 / 1000;
- }
- else if(_root.SHitou1._x <= 0 or _root.SHitou1._x >= 600)
- {
- _root.SHitou1._visible = 0;
- clearInterval(time5);
- _root.RenZaST._visible = 0;
- _root.renDeng._visible = 1;
- _root.hitwater1._visible = 0;
- _root.hitwater1.gotoAndPlay(1);
- time4 = setInterval(checkstone,200);
- }
- else if(_root.SHitou1._y <= 0 or _root.SHitou1._y >= 450)
- {
- _root.SHitou1._visible = 0;
- clearInterval(time5);
- _root.RenZaST._visible = 0;
- _root.renDeng._visible = 1;
- _root.hitwater1.gotoAndStop(1);
- _root.hitwater1._visible = 0;
- time4 = setInterval(checkstone,1000);
- }
- else
- {
- hd = 0.017453292519943295 * _root.stone_jd;
- gun_sp = Math.floor(_root.v_stone * Math.cos(hd));
- gun_cz = Math.floor(_root.v_stone * Math.sin(hd));
- _root.SHitou1._x -= gun_sp * _root.move_t1 / 1000;
- _root.SHitou1._y += gun_cz * _root.move_t1 / 1000;
- }
- }
- function timexl()
- {
- time5 = setInterval(stonerun,50);
- }
- function numXS(number1, wz)
- {
- }
- function numQC()
- {
- var i;
- i = 1;
- while(i <= 5)
- {
- removeMovieClip(strsave[i]);
- i++;
- }
- }
- function SJtime()
- {
- _root.timenum -= 1;
- _root.SJGstr();
- if(_root.timenum == 0)
- {
- _root.qt1._visible = 0;
- _root.qt2._visible = 0;
- _root.qt3._visible = 0;
- _root.qt4._visible = 0;
- _root.qt5._visible = 0;
- _root.qt6._visible = 0;
- clearInterval(time3);
- _root.jieshu();
- _root.gotoAndStop(7);
- }
- }
- function SJGstr()
- {
- var temp1;
- var temp2;
- var i;
- if(_root._strIntzt == 1)
- {
- _root.numQC();
- }
- _root.strIntzt = 1;
- if(_root.timenum == 120)
- {
- temp1 = "200";
- }
- else if(_root.timenum >= 60)
- {
- if(_root.timenum == 60)
- {
- temp1 = "100";
- }
- else if(_root.timenum > 60 and _root.timenum < 70)
- {
- temp1 = "10" + (_root.timenum - 60);
- }
- else
- {
- temp1 = "1" + (_root.timenum - 60);
- }
- }
- else if(_root.timenum < 60 and _root.timenum >= 10)
- {
- temp1 = "0" + _root.timenum;
- }
- else
- {
- temp1 = "00" + _root.timenum;
- }
- _root.txt2 = temp1.charAt(0);
- _root.txt3 = temp1.charAt(1) + temp1.charAt(2);
- }
- function endyu()
- {
- if(_root.stage eq "01")
- {
- _root.stage = "02";
- _root.jzYu();
- _root.ren_zunbei._visible = 1;
- _root.end1();
- clearInterval(time3);
- _root.qt1._visible = 1;
- _root.qt2._visible = 1;
- _root.qt3._visible = 1;
- _root.qt4._visible = 1;
- _root.qt5._visible = 1;
- _root.qt6._visible = 1;
- _root.gun_num = 6;
- _root.yu_status = 1;
- _root.yu_Zuoyi._visible = 1;
- _root.f_do = 1;
- _root.yu_qiangshi_X = 550;
- _root.yu_Zuoyi._x = _root.yu_qiangshi_X;
- _root.yu_Zuoyi._y = 420;
- _root.jiaodu = 30;
- _root.yu_zuozuan._visible = 0;
- _root.yu_FX = 2;
- time1 = setInterval(yupingyi,_root.move_t1);
- }
- else if(_root.stage eq "02")
- {
- _root.stage = "03";
- _root.jzYu();
- _root.ren_zunbei._visible = 1;
- _root.end1();
- _root.f_do = 1;
- _root.yu_Zuoyi._visible = 1;
- _root.yu_qiangshi_X = 550;
- _root.yu_Zuoyi._x = _root.yu_qiangshi_X;
- _root.yu_Zuoyi._y = 420;
- _root.jiaodu = 30;
- _root.yu_FX = 2;
- _root.yu_zuozuan._visible = 0;
- clearInterval(time3);
- _root.qt1._visible = 1;
- _root.qt2._visible = 1;
- _root.qt3._visible = 1;
- _root.qt4._visible = 1;
- _root.qt5._visible = 1;
- _root.qt6._visible = 1;
- _root.gun_num = 6;
- time1 = setInterval(yupingyi,_root.move_t1);
- _root.yu_status = 1;
- }
- else if(_root.stage eq "03")
- {
- _root.jzYu();
- _root.ren_zunbei._visible = 1;
- _root.f_do = 1;
- _root.end1();
- clearInterval(time3);
- _root.jieshu();
- _root.gotoAndStop(6);
- _root.txt4 = _root.fen_num;
- }
- }
- function paishou()
- {
- time4 = setInterval(checkstone,20);
- _root.renDeng._visible = 1;
- }
- function jieshu()
- {
- _root.f_do = 1;
- _root.midistop(1);
- _root.midistop(2);
- _root.water2._visible = 0;
- _root.water3._visible = 0;
- clearInterval(time0);
- clearInterval(time1);
- clearInterval(time2);
- clearInterval(time4);
- clearInterval(time7);
- removeMovieClip("_root.ren_zunbei");
- removeMovieClip("_root.ren_shoot");
- removeMovieClip("_root.yu1");
- removeMovieClip("_root.hityu");
- removeMovieClip("_root.yu_Youyi");
- removeMovieClip("_root.yu_Zuoyi");
- removeMovieClip("_root.yu_youzuan");
- removeMovieClip("_root.yu_zuozuan");
- }
- function aftersmile()
- {
- time4 = setInterval(checkstone,20);
- _root.renDeng._visible = 1;
- }
- function restetsys()
- {
- clearInterval(time1);
- clearInterval(time2);
- clearInterval(time4);
- clearInterval(time7);
- _root.ren_zunbei.removeMovieClip();
- _root.ren_shoot.removeMovieClip();
- _root.qiangZHeng.removeMovieClip();
- _root.yu1.removeMovieClip();
- _root.hityu.removeMovieClip();
- _root.yu_Youyi.removeMovieClip();
- _root.yu_Zuoyi.removeMovieClip();
- _root.yu_youzuan.removeMovieClip();
- _root.yu_zuozuan.removeMovieClip();
- _root.water2.removeMovieClip();
- _root.water3.removeMovieClip();
- }
- function huntyu()
- {
- _root.yu_num += 1;
- if(_root.yu_num == 0)
- {
- _root.gyu1.gotoAndStop(1);
- _root.gyu2.gotoAndStop(1);
- _root.gyu3.gotoAndStop(1);
- }
- else if(_root.yu_num == 1)
- {
- _root.gyu1.gotoAndStop(2);
- }
- else if(_root.yu_num == 2)
- {
- _root.gyu2.gotoAndStop(2);
- }
- else if(_root.yu_num == 3)
- {
- _root.gyu3.gotoAndStop(2);
- }
- }
- function midiplay(bz)
- {
- if(bz == 1)
- {
- if(_root.sound_flg == 1)
- {
- sound1.attachSound("midi1");
- sound1.start("",60);
- }
- }
- else if(bz == 2)
- {
- sound2.attachSound("smallwsound");
- sound2.start("",1);
- }
- else if(bz == 3)
- {
- sound3.attachSound("bigwsound");
- sound3.start("",1);
- }
- else if(bz == 4)
- {
- sound4.attachSound("biao");
- sound4.start("",1);
- }
- }
- function midistop(bz)
- {
- if(bz == 1)
- {
- sound1.stop();
- }
- else if(bz == 2)
- {
- sound2.stop();
- }
- else if(bz == 3)
- {
- sound3.stop();
- }
- else if(bz == 4)
- {
- sound4.stop();
- }
- }
- stop();
- _root.jg = 4;
- _root.old_num = -4;
- _root.space_t1 = 100;
- _root.space_num = 0;
- _root.keyupdownflg = 0;
- _root.up_flg = 0;
- _root.down_flg = 0;
- _root.left_flg = 0;
- _root.right_flg = 0;
- _root.space_flg = 0;
- _root.sound_flg = 1;
- _root.score = 0;
- _root.f_do = 1;
- _root.fen_num = 0;
- _root.yu_num = 0;
- _root.gun_num = 6;
- _root.stage = "01";
- _root.tep1 = "01";
- _root.tep2 = "01";
- _root.timenum = 120;
- sound1 = new Sound();
- sound2 = new Sound();
- sound3 = new Sound();
- sound4 = new Sound();
- SHiJian = 40;
- strsave = new Array(5);
- strIntzt = 0;
- stone_x = 0;
- stone_y = 0;
- stone_jd = 45;
- v_stone = 1500;
- aobj = new Object();
- xx = 0;
- yy = 0;
- gun_jiaodu = 0;
- gun_jd = 0;
- gun_rflg = 1;
- _root.jiaodu = 0;
- sm_y = 357;
- max_y = 1;
- yu_y = 420;
- v_bz = 1;
- v_yu_1 = 300;
- v_yu_2 = 100;
- move_t1 = SHiJian;
- s_rotate_time = -10;
- x_rotate_time = SHiJian;
- rotate_t1 = SHiJian;
- rotate_t2 = SHiJian;
- SX_pao_bz = 1;
- yu_Zuobj = 50;
- yu_Youbj = 560;
- yu_FX = 2;
- v_qiang = 2000;
- yu_qiangshi_X = 550;
- Di_Zbj = 40;
- Di_Ybj = 420;
- Bi_Sjd = -60;
- Bi_Xjd = 30;
- ren_ds = 15;
- ren_jl = 12;
- Bi_jiaodu = 0;
- jl_yu_jump = 100;
- jl_yu_fz = 100;
- jd_yu_1 = 80;
- jd_yu_sp = 30;
- jd_yu_cz = 30;
- g = 300;
- yu_status = 1;
-