Frame 1
System.useCodepage = ture;
Instance of Symbol 36 MovieClip "Code_mc" in Frame 1
onClipEvent (enterFrame) {
TotalKB = _root.getBytesTotal() / 1000;
LoadedKB = _root.getBytesLoaded() / 1000;
_root.Size_txt.text = ((int(LoadedKB) + "KB/") + int(TotalKB)) + "KB";
LoadedPercent = int((LoadedKB / TotalKB) * 100);
_root.Percent_txt.text = LoadedPercent + "%";
_root.Bar_mc._xscale = LoadedPercent;
DLRate = (_root.getBytesLoaded() / (getTimer() / 1000)) / 1000;
_root.Rate_txt.text = (int(DLRate * 100) / 100) + "KB/s";
SecondsLeft = (TotalKB - LoadedKB) / DLRate;
Minutes = Math.floor(SecondsLeft / 60);
if (Number(Minutes) < 10) {
Minutes = "0" + Minutes;
}
Seconds = int(SecondsLeft - (Minutes * 60));
if (Number(Seconds) < 10) {
Seconds = "0" + Seconds;
}
_root.TimeLeft_txt.text = (Minutes + " : ") + Seconds;
}
onClipEvent (load) {
_root.Percent_txt.text = "0%";
_root.Bar_mc._xscale = 0;
}
Frame 3
if (Number(Code_mc.LoadedPercent) == 100) {
nextFrame();
} else {
gotoAndPlay (1);
}
Frame 4
stop();
game_so = SharedObject.getLocal("FlashGamesStudio");
_root.game_so.data.playerName = "";
_root.game_so.data.useremail = "";
_root.match_flg = 1;
Frame 5
function yangqiXSH(BaiFN) {
_root.info.bb._xscale = _root.ss * (BaiFN / 100);
}
function renyd() {
var i;
if (_root.yundong_bz == 0) {
} else if (_root.yundong_bz == 1) {
}
}
function renfuzhi() {
var i;
duplicateMovieClip (_root[("ren" + _root.ren_dunxiang) + "_zunbeiSL"], (("ren" + ren_dunxiang) + "_zunbei") + "FZ", 2);
_root[(("ren" + _root.ren_dunxiang) + "_zunbei") + "FZ"]._x = _root.wz_qishi_x;
_root[(("ren" + _root.ren_dunxiang) + "_zunbei") + "FZ"]._y = _root.wz_qishi_y;
}
function jstl() {
var nl;
var bl1;
if (_root.last_wy != 100000) {
nl = Math.floor(_root.tl);
_root.yangqiXSH(nl);
}
}
stop();
_root.line_flg = 0;
_root.kulan_flg = 0;
_root._root.lan1_flg = 0;
_root._root.lan2_flg = 0;
_root._root.lan3_flg = 0;
_root._root.lan4_flg = 0;
_root._root.lan5_flg = 0;
_root._root.lan6_flg = 0;
_root._root.lan7_flg = 0;
_root.best_time = 1000;
_root.cs_num = 3;
_root.t_flg = 0;
_root.time_num = 0;
_root.best_time = 1000;
_root.move_t5 = 10;
_root.cx_jl = 10;
_root.chong_num = 0;
_root.shoot_num = 0;
_root.ds_flg = 1;
_root.timenum = 0;
_root.chong_flg = 0;
String.prototype.addCommas = function () {
var len = this.length;
var str = "";
var ji = 0;
while (ji <= len) {
str = this.charAt(len - ji) + str;
if ((((ji % 3) == 0) && (ji > 0)) && (ji < len)) {
str = str;
}
ji++;
}
return(str);
};
_root.quedinW._visible = 0;
_root.quedinW.username.text = "";
_root.quedinW.useremail.text = "";
_root.eaten = false;
_root.gameOn = true;
_root.strIntzt = 0;
_root.gameOver = true;
_root.rnd = Math.random;
_root.aa._visible = 0;
_root.tz_len = 30;
_root.jiaodu = 0;
_root.tili = 0;
_root.race_len = 2527;
_root.xj_bl = 0.02;
init_wy = 8;
base_jj = 1;
last_sd = 0.7;
score = 0;
cs = 7;
base_tl = 0.9;
base_tl = 0.12;
line_flg = 0;
draw_flg = 0;
sp_py = 0;
g = 300;
tz_jd = 45;
v_tz = 280;
num_1 = 0;
num_3 = 0;
touche = 0;
ren_no = 0;
move_t1 = 30;
move_t2 = 50;
move_t3 = 10;
move_t4 = 100;
bf_num = 0;
move_flg = 0;
hit_flg = 0;
init_flg = 1;
last_wy = 0;
last_jg = 100000 /* 0x0186A0 */;
base_jg = 200;
jg_py = 10;
key_bj = 0;
piste = 0;
last_time = getTimer();
secord_time = getTimer();
wz_qishi_x = 565.7;
wz_qishi_y = 304.9;
yundong_bz = 0;
_root.paodong_KS = 0;
ren_yd_jg = 30;
ren_dunxiang = "01";
ren_paodongDJ = 1;
Frame 6
function pdmove() {
var jg;
_root.secord_time = getTimer();
jg = _root.secord_time - _root.last_time;
if ((jg <= (_root.last_jg + _root.jg_py)) and (jg >= (_root.last_jg + _root.jg_py))) {
_root.move_flg = 1;
} else if (jg < last_jg) {
_root.move_flg = 2;
} else {
_root.move_flg = 3;
}
_root.last_jg = jg;
if (_root.tl >= (20 + (_root.ll - 60))) {
} else if ((_root.tl < (20 + (_root.ll - 60))) and (_root.tl >= ((20 + (_root.ll - 60)) - 20))) {
_root.move_flg = 1;
} else {
_root.move_flg = 3;
}
if (_root.init_flg == 1) {
clearInterval(_root.time1);
clearInterval(_root.time2);
} else {
clearInterval(_root.time1);
clearInterval(_root.time2);
}
if (init_flg == 1) {
_root.init_flg = 0;
_root.last_wy = _root.init_wy;
} else if (_root.last_wy < _root.init_wy) {
_root.last_wy = _root.init_wy;
}
_root.last_time = _root.secord_time;
_root.num_1 = 0;
time1 = setInterval(renrun1, _root.move_t1);
}
function renrun1() {
if (_root.tl < 0) {
clearInterval(_root.time1);
} else if (_root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"].hitTest(_root.beijin.line) and (_root.hit_flg == 100)) {
_root.hit_flg = 1;
clearInterval(_root.time1);
clearInterval(_root.time2);
_root.num_3 = 0;
_root.draw_flg = 0;
_root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]._visible = 0;
if (_root.ren_dunxiang eq "01") {
_root.gotoAndStop("line_fail1");
} else if (_root.ren_dunxiang eq "02") {
_root.gotoAndStop("line_fail2");
} else if (_root.ren_dunxiang eq "03") {
_root.gotoAndStop("line_fail3");
} else if (_root.ren_dunxiang eq "04") {
_root.gotoAndStop("line_fail4");
}
} else {
_root.num_1 = _root.num_1 + 1;
if (_root.num_1 <= _root.cs) {
if (_root.move_flg == 1) {
_root.last_wy = _root.last_wy;
} else if (_root.move_flg == 2) {
_root.last_wy = _root.last_wy + ((_root.last_sd * ((1 * _root.bfl) / 100)) * (_root.base_jg / _root.last_jg));
if (_root.last_wy > _root.max_wy) {
_root.last_wy = root.max_wy;
}
} else if (_root.move_flg == 3) {
_root.last_wy = _root.last_wy - (_root.last_wy * ((_root.xj_bl * 100) / _root.tl));
if (_root.last_wy < 1) {
_root.last_wy = 0;
_root.init_flg = 1;
_root.draw_flg = 0;
_root.last_jg = 100000 /* 0x0186A0 */;
_root.last_time = getTimer();
clearInterval(_root.time1);
clearInterval(_root.time2);
}
}
if (_root.last_wy > 0) {
_root.tl = _root.tl - (_root.base_tl * (((_root.last_wy / 20) * 60) / _root.ll));
_root.renrun3();
_root.beijin_yidong();
} else {
_root.bf_num = 5;
_root.renrun3();
}
} else {
clearInterval(_root.time1);
time2 = setInterval(renrun2, _root.move_t2);
}
}
}
function renrun2() {
if (_root.tl < 0) {
clearInterval(_root.time2);
} else {
_root.last_wy = _root.last_wy - (_root.base_jj * (100 / _root.tl));
if (_root.last_wy < 1) {
_root.last_wy = 0;
_root.init_flg = 1;
_root.last_jg = 100000 /* 0x0186A0 */;
last_time = getTimer();
clearInterval(_root.time1);
clearInterval(_root.time2);
}
if (_root.last_wy > 0) {
_root.tl = _root.tl - (_root.base_tl * (((_root.last_wy / 20) * 60) / _root.ll));
_root.renrun3();
_root.beijin_yidong();
} else {
_root.bf_num = 5;
_root.renrun3();
}
}
}
function jstzjl() {
var t1;
var t2;
var t3;
var max_y;
var sp_py;
var hd;
var sd_tz_sp;
var sd_tz_cz;
var bl1;
if (_root.last_wy < 5) {
bl1 = 0.1;
} else if ((_root.last_wy < 20) and (_root.last_wy >= 5)) {
bl1 = 0.2 + (((_root.last_wy - 5) / 5) * 0.2);
} else if ((_root.last_wy > 20) and (_root.last_wy >= 35)) {
bl1 = 0.5 + (((_root.last_wy - 20) / 20) * 0.5);
} else {
bl1 = (1 + ((_root.last_wy / 35) * 0.1)) - 0.1;
}
trce("bl1=" + bl1);
_root.v_tz = ((((8 * (_root.tt / 100)) * bl1) * (_root.tl / 100)) * 1.5) * 3;
if (_root.ren_dunxiang eq "04") {
_root.v_tz = _root.v_tz * 1.5;
}
}
function jstzjl2() {
var t1;
var t2;
var t3;
var max_y;
var sp_py;
var hd;
var sd_tz_sp;
var sd_tz_cz;
var bl1;
if (_root.last_wy < 5) {
bl1 = 0.5;
} else if ((_root.last_wy < 10) and (_root.last_wy >= 5)) {
bl1 = 0.5 + (((_root.last_wy - 5) / 5) * 0.5);
} else {
bl1 = (1 + ((_root.last_wy / 10) * 0.1)) - 0.1;
}
_root.v_tz = (((8 * (_root.bfl / 100)) * bl1) * (_root.tl / 100)) * 2;
_root.jj = (((8 * (_root.bfl / 100)) * bl1) * (_root.tl / 100)) - ((_root.tz_len * (_root.race_len - _root.piste)) / _root.race_len);
if (_root.jj <= 0) {
_root.score = 0;
} else {
_root.score = _root.jj;
}
}
function tzangle() {
var gl;
gl = Math.floor(Math.random() * 5);
if (gl == 0) {
_root.tz_jd = 20 + Math.floor(Math.random() * 25);
} else if (gl == 1) {
_root.tz_jd = 45 + Math.floor(Math.random() * 15);
} else if (gl == 2) {
_root.tz_jd = 60 + Math.floor(Math.random() * 15);
} else if (gl == 3) {
_root.tz_jd = 75 + Math.floor(Math.random() * 5);
} else if (gl == 4) {
_root.tz_jd = 45;
}
_root.tz_jd = 45;
}
function ren_paodingZS(bz, fx) {
if (bz == 1) {
if (fx eq "zuo") {
_root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"].gotoAndStop(10);
} else if (fx eq "zhong") {
_root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"].gotoAndStop(11);
} else if (fx eq "you") {
_root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"].gotoAndStop(12);
}
} else if (bz == 2) {
if (fx eq "zuo") {
_root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"].gotoAndStop(7);
} else if (fx eq "zhong") {
_root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"].gotoAndStop(8);
} else if (fx eq "you") {
_root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"].gotoAndStop(9);
}
} else if (bz == 3) {
if (fx eq "zuo") {
_root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"].gotoAndStop(4);
} else if (fx eq "zhong") {
_root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"].gotoAndStop(5);
} else if (fx eq "you") {
_root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"].gotoAndStop(6);
}
} else if (bz == 4) {
if (fx eq "zuo") {
_root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"].gotoAndStop(1);
} else if (fx eq "zhong") {
_root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"].gotoAndStop(2);
} else if (fx eq "you") {
_root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"].gotoAndStop(3);
}
}
}
function beijin_yidong() {
_root.piste = _root.piste + _root.last_wy;
_root.piste2 = _root.piste2 + _root.last_wy;
_root.land_suaidao._x = _root.land_suaidao._x + _root.last_wy;
_root.base_lj = 850;
if ((_root.piste > _root.base_lj) and (_root.lan1_flg == 0)) {
_root.lan1_flg = 1;
_root.lan_1._visible = 1;
_root.lan_1._x = _root.wz_qishi_x - 500;
_root.lan_1._y = _root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]._y;
}
if ((_root.piste > (_root.base_lj * 2)) and (_root.lan2_flg == 0)) {
_root.lan2_flg = 1;
_root.lan_2._visible = 1;
_root.lan_2._x = _root.wz_qishi_x - 500;
_root.lan_2._y = _root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]._y;
}
if ((_root.piste > (_root.base_lj * 3)) and (_root.lan3_flg == 0)) {
_root.lan3_flg = 1;
_root.lan_3._visible = 1;
_root.lan_3._x = _root.wz_qishi_x - 500;
_root.lan_3._y = _root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]._y;
}
if ((_root.piste > (_root.base_lj * 4)) and (_root.lan4_flg == 0)) {
_root.lan4_flg = 1;
_root.lan_4._visible = 1;
_root.lan_4._x = _root.wz_qishi_x - 500;
_root.lan_4._y = _root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]._y;
}
if ((_root.piste > (_root.base_lj * 5)) and (_root.lan5_flg == 0)) {
_root.lan5_flg = 1;
_root.lan_5._visible = 1;
_root.lan_5._x = _root.wz_qishi_x - 500;
_root.lan_5._y = _root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]._y;
}
if ((_root.piste > (_root.base_lj * 6)) and (_root.lan6_flg == 0)) {
_root.lan6_flg = 1;
_root.lan_6._visible = 1;
_root.lan_6._x = _root.wz_qishi_x - 500;
_root.lan_6._y = _root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]._y;
}
if ((_root.piste > (_root.base_lj * 7)) and (_root.lan7_flg == 0)) {
_root.lan7_flg = 1;
_root.lan_7._visible = 1;
_root.lan_7._x = _root.wz_qishi_x - 500;
_root.lan_7._y = _root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]._y;
}
if ((_root.piste > _root.base_lj) and (_root.piste < (_root.base_lj * 2))) {
_root.lan_1._x = _root.lan_1._x + _root.last_wy;
} else if ((_root.piste > (_root.base_lj * 2)) and (_root.piste < (_root.base_lj * 3))) {
_root.lan_1._x = _root.lan_1._x + _root.last_wy;
_root.lan_2._x = _root.lan_2._x + _root.last_wy;
} else if ((_root.piste > (_root.base_lj * 3)) and (_root.piste < (_root.base_lj * 4))) {
_root.lan_1._x = _root.lan_1._x + _root.last_wy;
_root.lan_2._x = _root.lan_2._x + _root.last_wy;
_root.lan_3._x = _root.lan_3._x + _root.last_wy;
} else if ((_root.piste > (_root.base_lj * 4)) and (_root.piste < (_root.base_lj * 5))) {
_root.lan_1._x = _root.lan_1._x + _root.last_wy;
_root.lan_2._x = _root.lan_2._x + _root.last_wy;
_root.lan_3._x = _root.lan_3._x + _root.last_wy;
_root.lan_4._x = _root.lan_4._x + _root.last_wy;
} else if ((_root.piste > (_root.base_lj * 5)) and (_root.piste < (_root.base_lj * 6))) {
_root.lan_1._x = _root.lan_1._x + _root.last_wy;
_root.lan_2._x = _root.lan_2._x + _root.last_wy;
_root.lan_3._x = _root.lan_3._x + _root.last_wy;
_root.lan_4._x = _root.lan_4._x + _root.last_wy;
_root.lan_5._x = _root.lan_5._x + _root.last_wy;
} else if ((_root.piste > (_root.base_lj * 6)) and (_root.piste < (_root.base_lj * 7))) {
_root.lan_1._x = _root.lan_1._x + _root.last_wy;
_root.lan_2._x = _root.lan_2._x + _root.last_wy;
_root.lan_3._x = _root.lan_3._x + _root.last_wy;
_root.lan_4._x = _root.lan_4._x + _root.last_wy;
_root.lan_5._x = _root.lan_5._x + _root.last_wy;
_root.lan_6._x = _root.lan_6._x + _root.last_wy;
} else if (_root.piste > (_root.base_lj * 7)) {
_root.lan_1._x = _root.lan_1._x + _root.last_wy;
_root.lan_2._x = _root.lan_2._x + _root.last_wy;
_root.lan_3._x = _root.lan_3._x + _root.last_wy;
_root.lan_4._x = _root.lan_4._x + _root.last_wy;
_root.lan_5._x = _root.lan_5._x + _root.last_wy;
_root.lan_6._x = _root.lan_6._x + _root.last_wy;
_root.lan_7._x = _root.lan_7._x + _root.last_wy;
}
if ((_root.piste > (_root.base_lj * 8)) and (_root.line_flg == 0)) {
_root.line_flg = 1;
_root.line._visible = 1;
_root.line._x = _root.wz_qishi_x - 500;
}
if (_root.piste > (_root.base_lj * 8)) {
_root.line._x = _root.line._x + _root.last_wy;
}
if (_root.piste2 >= 600) {
_root.piste2 = _root.piste2 - 600;
removeMovieClip(_root[_root.bj_arr1bj_name]);
removeMovieClip(_root[_root.bj_arr1pai1_name]);
removeMovieClip(_root[_root.bj_arr1beijin_name]);
_root.bj_arr1bj_name = _root.bj_arr2bj_name;
_root.bj_arr1pai1_name = _root.bj_arr2pai1_name;
_root.bj_arr1beijin_name = _root.bj_arr2beijin_name;
_root[_root.bj_arr1bj_name]._x = _root[_root.bj_arr2bj_name]._x;
_root[_root.bj_arr1pai1_name]._x = _root[_root.bj_arr2pai1_name]._x;
_root[_root.bj_arr1beijin_name]._x = _root[_root.bj_arr2beijin_name]._x;
bjc1 = _root.bj_arr1bj_name;
bjc2 = _root.bj_arr1pai1_name;
bjc3 = _root.bj_arr1beijin_name;
bbj1 = _root.bj_arr2bj_name;
bbj2 = _root.bj_arr2pai1_name;
bbj3 = _root.bj_arr2beijin_name;
_root[_root.bj_arr1bj_name]._x = _root[_root.bj_arr1bj_name]._x + _root.last_wy;
_root[_root.bj_arr1pai1_name]._x = _root[_root.bj_arr1pai1_name]._x + _root.last_wy;
_root[_root.bj_arr1beijin_name]._x = _root[_root.bj_arr1beijin_name]._x + _root.last_wy;
_root[_root.bj_arr1bj_name]._visible = 1;
_root[_root.bj_arr1pai1_name]._visible = 1;
_root[_root.bj_arr1beijin_name]._visible = 1;
_root.bj_num = _root.bj_num + 1;
_root.ceng = _root.ceng + 1;
duplicateMovieClip ("_root.bj", "bj" + _root.bj_num, _root.ceng);
_root.pai1_num = _root.pai1_num + 1;
_root.ceng = _root.ceng + 1;
if (_root.pai_flg == 1) {
duplicateMovieClip ("_root.pai2", "pai1" + _root.pai1_num, _root.ceng);
_root.pai_flg = 2;
} else if (_root.pai_flg == 2) {
duplicateMovieClip ("_root.pai1", "pai1" + _root.pai1_num, _root.ceng);
_root.pai_flg = 1;
}
_root.beijin_num = _root.beijin_num + 1;
_root.ceng = _root.ceng + 1;
duplicateMovieClip ("_root.beijin", "beijin" + _root.beijin_num, _root.ceng);
_root["bj" + _root.bj_num]._x = 600;
_root["bj" + _root.bj_num]._x = _root[_root.bj_arr1bj_name]._x - 600;
_root["pai1" + _root.pai1_num]._x = _root[_root.bj_arr1pai1_name]._x - 600;
_root["beijin" + _root.beijin_num]._x = _root[_root.bj_arr1beijin_name]._x - 600;
_root[_root["bj" + _root.bj_num]]._visible = 1;
_root[_root["pai1" + _root.pai1_num]]._visible = 1;
_root[_root["beijin" + _root.beijin_num]]._visible = 1;
_root.bj_arr2bj_name = "bj" + _root.bj_num;
_root.bj_arr2pai1_name = "pai1" + _root.pai1_num;
_root.bj_arr2beijin_name = "beijin" + _root.beijin_num;
_root[_root.bj_arr2bj_name]._visible = 1;
_root[_root.bj_arr2pai1_name]._visible = 1;
_root[_root.bj_arr2beijin_name]._visible = 1;
} else {
_root[_root.bj_arr1bj_name]._x = _root[_root.bj_arr1bj_name]._x + _root.last_wy;
_root[_root.bj_arr1pai1_name]._x = _root[_root.bj_arr1pai1_name]._x + _root.last_wy;
_root[_root.bj_arr1beijin_name]._x = _root[_root.bj_arr1beijin_name]._x + _root.last_wy;
_root[_root.bj_arr2bj_name]._x = _root[_root.bj_arr2bj_name]._x + _root.last_wy;
_root[_root.bj_arr2pai1_name]._x = _root[_root.bj_arr2pai1_name]._x + _root.last_wy;
_root[_root.bj_arr2beijin_name]._x = _root[_root.bj_arr2beijin_name]._x + _root.last_wy;
bjc1 = _root.bj_arr1bj_name;
bjc2 = _root.bj_arr1pai1_name;
bjc3 = _root.bj_arr1beijin_name;
bbj1 = _root.bj_arr2bj_name;
bbj2 = _root.bj_arr2pai1_name;
bbj3 = _root.bj_arr2beijin_name;
_root.XR_mq._x = _root.XR_mq._x + _root.last_wy;
}
}
function beijin_yidong2() {
_root.piste = _root.piste + _root.last_wy;
_root.beijin._x = _root.beijin._x + _root.last_wy;
_root.pai1._x = _root.pai1._x + _root.last_wy;
_root.XR_mq._x = _root.XR_mq._x + _root.last_wy;
}
function renrun3() {
var bf;
if (_root.last_wy < 0) {
_root.last_wy = 0;
}
if (_root.last_wy == 0) {
_root.bf_num = 5;
_root.ren_bofang(_root.bf_num);
} else {
if (_root.last_wy < 10) {
bf = 1;
} else if ((_root.last_wy >= 10) and (_root.last_wy < 14)) {
bf = 2;
} else if ((_root.last_wy >= 14) and (_root.last_wy < 16)) {
bf = 3;
} else if (_root.last_wy >= 16) {
bf = 4;
}
if (bf == _root.bf_num) {
} else {
_root.bf_num = bf;
_root.ren_bofang(bf);
}
}
}
function chklost1() {
clearInterval(_root.time4);
_root.tiao_flg = 1;
if (_root.hit_flg == 1) {
}
_root.jstzjl();
_root.txt = Math.floor(_root.sp_py * 100) / 100;
if (_root.ren_dunxiang eq "01") {
_root.ren01_kualan._y = _root.wz_qishi_y;
_root.ren01_kualan._x = _root.wz_qishi_x;
_root.ren01_kualan._visible = 1;
_root.ren01_kualan.gotoAndPlay(2);
} else if (_root.ren_dunxiang eq "02") {
_root.ren02_kualan._y = _root.wz_qishi_y;
_root.ren02_kualan._x = _root.wz_qishi_x;
_root.ren02_kualan._visible = 1;
_root.ren02_kualan.gotoAndPlay(2);
} else if (_root.ren_dunxiang eq "03") {
_root.ren03_kualan._y = _root.wz_qishi_y;
_root.ren03_kualan._x = _root.wz_qishi_x;
_root.ren03_kualan._visible = 1;
_root.ren03_kualan.gotoAndPlay(2);
} else if (_root.ren_dunxiang eq "04") {
_root.ren04_kualan._y = _root.wz_qishi_y;
_root.ren04_kualan._x = _root.wz_qishi_x;
_root.ren04_kualan._visible = 1;
_root.ren04_kualan.gotoAndPlay(2);
}
}
function initRest() {
removeMovieClip(_root[(("ren" + _root.ren_dunxiang) + "_zunbei") + "FZ"]);
_root.line_flg = 0;
_root.kulan_flg = 0;
_root.paodong_KS = 0;
_root.lan1_flg = 0;
_root.lan2_flg = 0;
_root.lan3_flg = 0;
_root.lan4_flg = 0;
_root.lan5_flg = 0;
_root.lan6_flg = 0;
_root.lan7_flg = 0;
_root.pai_flg = 2;
removeMovieClip("ready1");
duplicateMovieClip ("ready", "ready1", 1203);
_root.ready1._visible = 1;
removeMovieClip("go1");
duplicateMovieClip ("go", "go1", 1202);
_root.go1._visible = 0;
removeMovieClip("line");
duplicateMovieClip ("lineSL", "line", 870);
_root.line._visible = 0;
removeMovieClip("XR_mq");
duplicateMovieClip ("XR_mqSL", "XR_mq", 600);
_root.XR_mq._visible = 1;
_root.XR_mq.gotoAndPlay(1);
removeMovieClip(_root.bj_arr1bj_name);
removeMovieClip(_root.bj_arr1bj_name);
removeMovieClip(_root.bj_arr1pai1_name);
removeMovieClip(_root.bj_arr1beijin_name);
removeMovieClip(_root.bj_arr2bj_name);
removeMovieClip(_root.bj_arr2pai1_name);
removeMovieClip(_root.bj_arr2beijin_name);
_root.ren01_chongxian._visible = 0;
_root.ren02_chongxian._visible = 0;
_root.ren03_chongxian._visible = 0;
_root.ren04_chongxian._visible = 0;
_root.bj_num = 0;
_root.pai1_num = 0;
_root.beijin_num = 0;
_root.piste = 0;
_root.piste2 = 0;
_root.ceng = 100;
_root.bj_num = _root.bj_num + 1;
_root.ceng = _root.ceng + 1;
duplicateMovieClip ("_root.bj", "bj" + _root.bj_num, _root.ceng);
_root.pai1_num = _root.pai1_num + 1;
_root.ceng = _root.ceng + 1;
duplicateMovieClip ("_root.pai1", "pai1" + _root.pai1_num, _root.ceng);
_root.beijin_num = _root.beijin_num + 1;
_root.ceng = _root.ceng + 1;
duplicateMovieClip ("beijin", "beijin" + _root.beijin_num, _root.ceng);
_root.bj_arr1bj_name = "bj" + _root.bj_num;
_root.bj_arr1pai1_name = "pai1" + _root.pai1_num;
_root.bj_arr1beijin_name = "beijin" + _root.beijin_num;
_root.bj_num = _root.bj_num + 1;
_root.ceng = _root.ceng + 1;
duplicateMovieClip ("bj", "bj" + _root.bj_num, _root.ceng);
_root.pai1_num = _root.pai1_num + 1;
_root.ceng = _root.ceng + 1;
duplicateMovieClip ("pai2", "pai1" + _root.pai1_num, _root.ceng);
_root.beijin_num = _root.beijin_num + 1;
_root.ceng = _root.ceng + 1;
duplicateMovieClip ("beijin", "beijin" + _root.beijin_num, _root.ceng);
_root["bj" + _root.bj_num]._x = _root.bj._x - 600;
_root["pai1" + _root.pai1_num]._x = _root.pai1._x - 600;
_root["beijin" + _root.beijin_num]._x = _root.beijin._x - 600;
_root.bj_arr2bj_name = "bj" + _root.bj_num;
_root.bj_arr2pai1_name = "pai1" + _root.pai1_num;
_root.bj_arr2beijin_name = "beijin" + _root.beijin_num;
_root.t_flg = 0;
_root.time_num = 0;
clearInterval(_root.time1);
clearInterval(_root.time2);
clearInterval(_root.time4);
clearInterval(time15);
clearInterval(_root.time15);
_root.timenum = 0;
_root.hit_flg = 0;
_root.init_flg = 1;
if (_root.ren_dunxiang eq "01") {
tl = 85;
bfl = 75;
ll = 82;
tt = 82;
} else if (_root.ren_dunxiang eq "02") {
tl = 80;
bfl = 80;
ll = 100;
tt = 90;
} else if (_root.ren_dunxiang eq "03") {
tl = 75;
bfl = 100;
ll = 70;
tt = 70;
} else if (_root.ren_dunxiang eq "04") {
tl = 80;
bfl = 90;
ll = 70;
tt = 85;
}
_root.info.score = 0;
_root.last_wy = 0;
_root.last_jg = 10000;
_root.key_flg2 = 0;
_root.ks_flg = 1;
_root.key_bj = 0;
_root.piste = 0;
last_time = getTimer();
secord_time = getTimer();
_root.touche = 0;
_root.paodong_KS = 0;
_root.bf_num = 0;
_root.move_flg = 0;
_root.draw_flg = 0;
_root.ren01_paxia._visible = 0;
_root.ren02_paxia._visible = 0;
_root.ren03_paxia._visible = 0;
_root.ren04_paxia._visible = 0;
_root.ren01_kualan._visible = 0;
_root.ren02_kualan._visible = 0;
_root.ren03_kualan._visible = 0;
_root.ren04_kualan._visible = 0;
_root.land_suaidao._visible = 0;
duplicateMovieClip (_root[("ren" + _root.ren_dunxiang) + "_ciqiangpaoSL"], (("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ", 1003);
_root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]._y = _root.wz_qishi_y;
_root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]._x = _root.wz_qishi_x;
_root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]._visible = 0;
_root.lan_1._visible = 0;
_root.lan_2._visible = 0;
_root.lan_3._visible = 0;
_root.lan_4._visible = 0;
_root.lan_5._visible = 0;
_root.lan_6._visible = 0;
_root.lan_7._visible = 0;
_root.beijin._x = _root.save_gd_x;
_root.beijin._y = _root.save_gd_y;
_root.pai1._x = _root.save_pai_x;
_root.pai1._y = _root.save_pai_y;
_root.XR_mq._x = _root.save_cp_x;
_root.XR_mq._y = _root.save_cp_y;
duplicateMovieClip (_root[("ren" + _root.ren_dunxiang) + "_zunbeiSL"], (("ren" + _root.ren_dunxiang) + "_zunbei") + "FZ", 1002);
_root[(("ren" + _root.ren_dunxiang) + "_zunbei") + "FZ"]._x = _root.wz_qishi_x;
_root[(("ren" + _root.ren_dunxiang) + "_zunbei") + "FZ"]._y = _root.wz_qishi_y;
_root[(("ren" + _root.ren_dunxiang) + "_zunbei") + "FZ"]._visible = 1;
_root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]._x = _root.wz_qishi_x;
_root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]._y = _root.wz_qishi_y;
_root.zhuanhuan = 3;
_root.key_bj = 0;
_root.key_flg = 0;
_root.max_wy = 50;
_root.key_flg2 = 0;
_root.chong_flg = 0;
last_time = getTimer();
secord_time = getTimer();
time4 = setInterval(jstl, _root.move_t4);
_root.XR_mq._visible = 1;
_root.XR_mq.gotoAndPlay(1);
}
function ren_paodingZS(bz, fx) {
if (bz == 1) {
if (fx eq "zuo") {
_root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"].gotoAndStop(10);
} else if (fx eq "zhong") {
_root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"].gotoAndStop(11);
} else if (fx eq "you") {
_root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"].gotoAndStop(12);
}
} else if (bz == 2) {
if (fx eq "zuo") {
_root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"].gotoAndStop(7);
} else if (fx eq "zhong") {
_root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"].gotoAndStop(8);
} else if (fx eq "you") {
_root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"].gotoAndStop(9);
}
} else if (bz == 3) {
if (fx eq "zuo") {
_root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"].gotoAndStop(4);
} else if (fx eq "zhong") {
_root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"].gotoAndStop(5);
} else if (fx eq "you") {
_root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"].gotoAndStop(6);
}
} else if (bz == 4) {
if (fx eq "zuo") {
_root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"].gotoAndStop(1);
} else if (fx eq "zhong") {
_root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"].gotoAndStop(2);
} else if (fx eq "you") {
_root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"].gotoAndStop(3);
}
}
}
function ren_bofang(bz) {
if (bz == 4) {
_root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"].gotoAndPlay(1);
} else if (bz == 3) {
_root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"].gotoAndPlay(7);
} else if (bz == 2) {
_root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"].gotoAndPlay(13);
} else if (bz == 1) {
_root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"].gotoAndPlay(19);
} else if (bz == 5) {
_root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"].gotoAndStop(25);
}
}
function reback() {
_root.pai_flg = 2;
removeMovieClip("land_suaidao");
removeMovieClip("lan_1");
removeMovieClip("lan_2");
removeMovieClip("lan_3");
removeMovieClip("lan_4");
removeMovieClip("lan_5");
removeMovieClip("lan_6");
removeMovieClip("lan_7");
removeMovieClip("ren01_kualan");
removeMovieClip("ren02_kualan");
removeMovieClip("ren03_kualan");
removeMovieClip("ren04_kualan");
removeMovieClip("ren01_paxia");
removeMovieClip("ren02_paxia");
removeMovieClip("ren03_paxia");
removeMovieClip("ren04_paxia");
removeMovieClip("go1");
removeMovieClip("ready1");
removeMovieClip("bk1");
removeMovieClip("info");
removeMovieClip("XR_mq");
removeMovieClip("line");
removeMovieClip("krun1");
removeMovieClip("krun2");
removeMovieClip("krun3");
removeMovieClip("krun4");
removeMovieClip(_root.bj_arr1bj_name);
removeMovieClip(_root.bj_arr1bj_name);
removeMovieClip(_root.bj_arr1pai1_name);
removeMovieClip(_root.bj_arr1beijin_name);
removeMovieClip(_root.bj_arr2bj_name);
removeMovieClip(_root.bj_arr2pai1_name);
removeMovieClip(_root.bj_arr2beijin_name);
removeMovieClip("ren01_chongxian");
removeMovieClip("ren02_chongxian");
removeMovieClip("ren03_chongxian");
removeMovieClip("ren04_chongxian");
_root.bj_num = 0;
_root.pai1_num = 0;
_root.beijin_num = 0;
_root.piste = 0;
_root.piste2 = 0;
_root.ceng = 100;
_root.gunnum = 0;
_root[(("ren" + _root.ren_dunxiang) + "_zunbei") + "FZ"]._visible = 0;
removeMovieClip(_root[(("ren" + _root.ren_dunxiang) + "_zunbei") + "FZ"]);
removeMovieClip(_root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]);
}
function midiplay(bz) {
if (bz == 1) {
sound1.attachSound("qhhhhhhhhhhhhh");
sound1.start("", 1);
} else if (bz == 2) {
sound2.attachSound("psnd");
sound2.start("", 60);
} else if (bz == 3) {
sound3.attachSound("fp");
sound3.start("", 60);
} 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();
}
}
function gg() {
if ((_root.hit_flg == 0) and (_root.ks_flg == 0)) {
_root.timenum = _root.timenum + 1;
_root.info.score = Math.floor(((_root.timenum * _root.move_t5) / 1000) * 100) / 100;
}
}
stop();
if (_root.shoot_num == 0) {
_root.ren01_paxiaSL._visible = 0;
_root.ren02_paxiaSL._visible = 0;
_root.ren03_paxiaSL._visible = 0;
_root.ren04_paxiaSL._visible = 0;
duplicateMovieClip ("ren01_paxiaSL", "ren01_paxia", 712);
duplicateMovieClip ("ren02_paxiaSL", "ren02_paxia", 713);
duplicateMovieClip ("ren03_paxiaSL", "ren03_paxia", 714);
duplicateMovieClip ("ren04_paxiaSL", "ren04_paxia", 715);
_root.ren01_paxia._visible = 0;
_root.ren02_paxia._visible = 0;
_root.ren03_paxia._visible = 0;
_root.ren04_paxia._visible = 0;
_root.ren01_kualanSL._visible = 0;
_root.ren02_kualanSL._visible = 0;
_root.ren03_kualanSL._visible = 0;
_root.ren04_kualanSL._visible = 0;
duplicateMovieClip ("ren01_kualanSL", "ren01_kualan", 708);
duplicateMovieClip ("ren02_kualanSL", "ren02_kualan", 709);
duplicateMovieClip ("ren03_kualanSL", "ren03_kualan", 710);
duplicateMovieClip ("ren04_kualanSL", "ren04_kualan", 711);
_root.ren01_kualan._visible = 0;
_root.ren02_kualan._visible = 0;
_root.ren03_kualan._visible = 0;
_root.ren04_kualan._visible = 0;
_root.lan_1SL._visible = 0;
_root.lan_2SL._visible = 0;
_root.lan_3SL._visible = 0;
_root.lan_4SL._visible = 0;
_root.lan_5SL._visible = 0;
_root.lan_6SL._visible = 0;
_root.lan_7SL._visible = 0;
duplicateMovieClip ("lan_1SL", "lan_1", 700);
duplicateMovieClip ("lan_2SL", "lan_2", 701);
duplicateMovieClip ("lan_3SL", "lan_3", 702);
duplicateMovieClip ("lan_4SL", "lan_4", 703);
duplicateMovieClip ("lan_5SL", "lan_5", 704);
duplicateMovieClip ("lan_6SL", "lan_6", 705);
duplicateMovieClip ("lan_7SL", "lan_7", 706);
_root.lan_1._visible = 0;
_root.lan_2._visible = 0;
_root.lan_3._visible = 0;
_root.lan_4._visible = 0;
_root.lan_5._visible = 0;
_root.lan_6._visible = 0;
_root.lan_7._visible = 0;
_root.land_suaidaoSL._visible = 0;
duplicateMovieClip ("land_suaidaoSL", "land_suaidao", 707);
_root.land_suaidao._visible = 0;
_root.inf._visible = 0;
duplicateMovieClip ("inf", "info", 920);
_root.info._visible = 1;
_root.bk._visible = 0;
duplicateMovieClip ("bk", "bk1", 930);
_root.bk1._visible = 1;
_root.info.score = 0;
_root.XR_mqSL._visible = 0;
_root.pai_flg = 2;
_root.bj._visible = 0;
_root.pai1._visible = 0;
_root.pai2._visible = 0;
_root.beijin._visible = 0;
_root.beijina._visible = 0;
_root.bj_num = 0;
_root.pai1_num = 0;
_root.beijin_num = 0;
_root.piste = 0;
_root.piste2 = 0;
_root.ceng = 100;
_root.bj_num = _root.bj_num + 1;
_root.ceng = _root.ceng + 1;
duplicateMovieClip ("_root.bj", "bj" + _root.bj_num, _root.ceng);
_root.pai1_num = _root.pai1_num + 1;
_root.ceng = _root.ceng + 1;
duplicateMovieClip ("_root.pai1", "pai1" + _root.pai1_num, _root.ceng);
_root.beijin_num = _root.beijin_num + 1;
_root.ceng = _root.ceng + 1;
duplicateMovieClip ("beijin", "beijin" + _root.beijin_num, _root.ceng);
_root.bj_arr1bj_name = "bj" + _root.bj_num;
_root.bj_arr1pai1_name = "pai1" + _root.pai1_num;
_root.bj_arr1beijin_name = "beijin" + _root.beijin_num;
_root.bj_num = _root.bj_num + 1;
_root.ceng = _root.ceng + 1;
duplicateMovieClip ("bj", "bj" + _root.bj_num, _root.ceng);
_root.pai1_num = _root.pai1_num + 1;
_root.ceng = _root.ceng + 1;
duplicateMovieClip ("pai2", "pai1" + _root.pai1_num, _root.ceng);
_root.beijin_num = _root.beijin_num + 1;
_root.ceng = _root.ceng + 1;
duplicateMovieClip ("beijin", "beijin" + _root.beijin_num, _root.ceng);
_root["bj" + _root.bj_num]._x = _root.bj._x - 600;
_root["pai1" + _root.pai1_num]._x = _root.pai1._x - 600;
_root["beijin" + _root.beijin_num]._x = _root.beijin._x - 600;
_root.bj_arr2bj_name = "bj" + _root.bj_num;
_root.bj_arr2pai1_name = "pai1" + _root.pai1_num;
_root.bj_arr2beijin_name = "beijin" + _root.beijin_num;
_root.save_cp_x = _root.XR_mq._x;
_root.save_cp_y = _root.XR_mq._y;
_root.save_gd_x = _root.beijin._x;
_root.save_gd_y = _root.beijin._y;
_root.save_pai_x = _root.pai1._x;
_root.save_pai_y = _root.pai1._y;
sound1 = new Sound();
sound2 = new Sound();
sound3 = new Sound();
sound4 = new Sound();
_root.go._visible = 0;
duplicateMovieClip ("go", "go1", 1202);
_root.go1._visible = 0;
_root.ready._visible = 0;
duplicateMovieClip ("ready", "ready1", 1203);
_root.ready1._visible = 1;
_root.krun1SL._visible = 0;
_root.krun2SL._visible = 0;
_root.krun3SL._visible = 0;
_root.krun4SL._visible = 0;
duplicateMovieClip ("krun1SL", "krun1", 900);
duplicateMovieClip ("krun2SL", "krun2", 901);
duplicateMovieClip ("krun3SL", "krun3", 902);
duplicateMovieClip ("krun4SL", "krun4", 903);
_root.krun1._visible = 0;
_root.krun2._visible = 0;
_root.krun3._visible = 0;
_root.krun4._visible = 0;
_root.ren01_chongxianSL._visible = 0;
_root.ren02_chongxianSL._visible = 0;
_root.ren03_chongxianSL._visible = 0;
_root.ren04_chongxianSL._visible = 0;
duplicateMovieClip ("ren01_chongxianSL", "ren01_chongxian", 910);
duplicateMovieClip ("ren02_chongxianSL", "ren02_chongxian", 911);
duplicateMovieClip ("ren03_chongxianSL", "ren03_chongxian", 912);
duplicateMovieClip ("ren04_chongxianSL", "ren04_chongxian", 913);
_root.ren01_chongxian._visible = 0;
_root.ren02_chongxian._visible = 0;
_root.ren03_chongxian._visible = 0;
_root.ren04_chongxian._visible = 0;
_root.lineSL._visible = 0;
duplicateMovieClip ("lineSL", "line", 870);
_root.line._visible = 0;
_root.key_bj = 1;
_root.max_wy = 50;
_root.key_flg = 1;
_root.key_flg = 0;
_root.key_flg2 = 0;
_root.ks_flg = 1;
_root.hit_flg = 0;
if (_root.match_flg == 1) {
_root.info.qiang_Text._visible = 1;
_root.info.qiangg._visible = 1;
} else {
_root.info.qiang_Text._visible = 0;
_root.info.qiangg._visible = 0;
}
_root.info.qiang_Text.text = 0;
if (_root.ren_dunxiang eq "01") {
tl = 85;
bfl = 75;
ll = 82;
tt = 82;
} else if (_root.ren_dunxiang eq "02") {
tl = 80;
bfl = 80;
ll = 100;
tt = 90;
} else if (_root.ren_dunxiang eq "03") {
tl = 75;
bfl = 100;
ll = 70;
tt = 70;
} else if (_root.ren_dunxiang eq "04") {
tl = 80;
bfl = 90;
ll = 70;
tt = 85;
}
_root.ss = _root.info.bb._xscale;
_root.zhuanhuan = 3;
max_wy = 50;
last_time = getTimer();
secord_time = getTimer();
time4 = setInterval(jstl, _root.move_t4);
wz_qishi_x = 515.7;
wz_qishi_y = 304.9;
if (_root.ren_dunxiang eq "01") {
wz_qishi_y = wz_qishi_y + 30;
} else if (_root.ren_dunxiang eq "02") {
wz_qishi_x = wz_qishi_x - 50;
} else if (_root.ren_dunxiang eq "03") {
wz_qishi_x = wz_qishi_x + 10;
} else if (_root.ren_dunxiang eq "04") {
wz_qishi_x = wz_qishi_x - 10;
}
if (_root.ren_dunxiang eq "04") {
wz_qishi_y = wz_qishi_y + 120;
}
if (_root.ren_dunxiang eq "03") {
wz_qishi_y = wz_qishi_y + 110;
}
if (_root.ren_dunxiang eq "02") {
wz_qishi_y = wz_qishi_y + 120;
}
if (_root.ren_dunxiang eq "01") {
wz_qishi_y = wz_qishi_y + 80;
}
duplicateMovieClip ("XR_mqSL", "XR_mq", 600);
_root.XR_mq._visible = 1;
_root.XR_mq.gotoAndPlay(1);
duplicateMovieClip (_root[("ren" + _root.ren_dunxiang) + "_zunbeiSL"], (("ren" + _root.ren_dunxiang) + "_zunbei") + "FZ", 1002);
_root[(("ren" + _root.ren_dunxiang) + "_zunbei") + "FZ"]._x = _root.wz_qishi_x;
if (_root.ren_dunxiang eq "03") {
_root[(("ren" + _root.ren_dunxiang) + "_zunbei") + "FZ"]._y = _root.wz_qishi_y;
} else {
_root[(("ren" + _root.ren_dunxiang) + "_zunbei") + "FZ"]._y = _root.wz_qishi_y;
}
if (_root.ren_dunxiang eq "02") {
wz_qishi_x = wz_qishi_x;
wz_qishi_y = wz_qishi_y;
}
_root[(("ren" + _root.ren_dunxiang) + "_zunbei") + "FZ"]._visible = 1;
duplicateMovieClip (_root[("ren" + _root.ren_dunxiang) + "_ciqiangpaoSL"], (("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ", 1003);
_root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]._x = _root.wz_qishi_x;
_root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]._y = _root.wz_qishi_y;
_root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]._visible = 0;
}
Instance of Symbol 413 MovieClip "lineSL" in Frame 6
onClipEvent (enterFrame) {
if (_root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]._visible == 1) {
if (((this.hitTest(_root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]) and (_root.hit_flg == 0)) and (_root.line._visible == 1)) and (_root.line_flg == 1)) {
_root.t_flg = 0;
_root.ds_flg = 1;
_root.chong_flg = 1;
_root.hit_flg = 1;
clearInterval(time1);
clearInterval(time2);
clearInterval(time3);
clearInterval(time4);
clearInterval(time5);
clearInterval(_root.time1);
clearInterval(_root.time2);
clearInterval(_root.time3);
clearInterval(_root.time4);
clearInterval(_root.time5);
_root.num_3 = 0;
_root.draw_flg = 0;
clearInterval(time15);
_root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]._visible = 0;
if (_root.ren_dunxiang eq "01") {
_root.ren01_chongxian._x = _root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]._x;
_root.ren01_chongxian._y = _root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]._y;
_root.ren01_chongxian._visible = 1;
_root.ren01_chongxian.gotoAndPlay(1);
} else if (_root.ren_dunxiang eq "02") {
_root.ren02_chongxian._x = _root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]._x;
_root.ren02_chongxian._y = _root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]._y;
_root.ren02_chongxian._visible = 1;
_root.ren02_chongxian.gotoAndPlay(1);
} else if (_root.ren_dunxiang eq "03") {
_root.ren03_chongxian._x = _root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]._x;
_root.ren03_chongxian._y = _root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]._y;
_root.ren03_chongxian._visible = 1;
_root.ren03_chongxian.gotoAndPlay(1);
} else if (_root.ren_dunxiang eq "04") {
_root.ren04_chongxian._x = _root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]._x;
_root.ren04_chongxian._y = _root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]._y;
_root.ren04_chongxian._visible = 1;
_root.ren04_chongxian.gotoAndPlay(1);
}
removeMovieClip(_root[(("ren" + _root.ren_dunxiang) + "_zunbei") + "FZ"]);
removeMovieClip(_root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]);
}
} else if (_root[("ren" + _root.ren_dunxiang) + "_kualan"]._visible == 1) {
if (((this.hitTest(_root[("ren" + _root.ren_dunxiang) + "_kualan"]) and (_root.hit_flg == 0)) and (_root.line._visible == 1)) and (_root.line_flg == 1)) {
_root.t_flg = 0;
_root.ds_flg = 1;
_root.chong_flg = 1;
_root.hit_flg = 1;
clearInterval(time1);
clearInterval(time2);
clearInterval(time3);
clearInterval(time4);
clearInterval(time5);
clearInterval(_root.time1);
clearInterval(_root.time2);
clearInterval(_root.time3);
clearInterval(_root.time4);
clearInterval(_root.time5);
_root.num_3 = 0;
_root.draw_flg = 0;
clearInterval(time15);
_root[("ren" + _root.ren_dunxiang) + "_kualan"]._visible = 0;
_root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]._visible = 0;
if (_root.ren_dunxiang eq "01") {
_root.ren01_chongxian._x = _root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]._x;
_root.ren01_chongxian._y = _root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]._y;
_root.ren01_chongxian._visible = 1;
_root.ren01_chongxian.gotoAndPlay(1);
} else if (_root.ren_dunxiang eq "02") {
_root.ren02_chongxian._x = _root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]._x;
_root.ren02_chongxian._y = _root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]._y;
_root.ren02_chongxian._visible = 1;
_root.ren02_chongxian.gotoAndPlay(1);
} else if (_root.ren_dunxiang eq "03") {
_root.ren03_chongxian._x = _root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]._x;
_root.ren03_chongxian._y = _root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]._y;
_root.ren03_chongxian._visible = 1;
_root.ren03_chongxian.gotoAndPlay(1);
} else if (_root.ren_dunxiang eq "04") {
_root.ren04_chongxian._x = _root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]._x;
_root.ren04_chongxian._y = _root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]._y;
_root.ren04_chongxian._visible = 1;
_root.ren04_chongxian.gotoAndPlay(1);
}
removeMovieClip(_root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]);
}
}
}
Instance of Symbol 419 MovieClip in Frame 6
onClipEvent (enterFrame) {
if (_root.t_flg == 1) {
_root.time_num = _root.time_num + 1;
_root.info.score = Math.floor(((_root.time_num * 60) / 1000) * 100) / 100;
}
}
Instance of Symbol 419 MovieClip in Frame 6
on (keyPress "<Space>") {
if (_root.hit_flg == 1) {
} else if (_root.hit_flg == 0) {
if (((((_root.ks_flg == 0) and (_root[(("ren" + _root.ren_dunxiang) + "_zunbei") + "FZ"]._visible == 0)) and (_root.chong_flg == 0)) and (_root.hit_flg == 0)) and (_root[("ren" + _root.ren_dunxiang) + "_chongxian"]._visible == 0)) {
_root.kulan_flg = 1;
_root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]._visible = 0;
_root.chklost1();
}
}
}
Instance of Symbol 521 MovieClip "ren03_ciqiangpaoSL" in Frame 6
onClipEvent (enterFrame) {
if ((((((_root.ks_flg == 1) and (_root.key_flg2 == 10)) and (_root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]._visible == 1)) and (_name ne "ren03_ciqiangpaoSL")) and (_root.chong_flg == 0)) and (_root.paodong_KS == 0)) {
K_Code = Key.getCode();
if (Key.isDown(37)) {
_root[(("ren" + _root.ren_dunxiang) + "_zunbei") + "FZ"]._visible = 0;
_root.ks_flg = 2;
_root.XR_mq._visible = 0;
if (_root.ren_dunxiang eq "01") {
_root.krun1._visible = 1;
_root.krun1.gotoAndPlay(1);
} else if (_root.ren_dunxiang eq "02") {
_root.krun2._visible = 1;
_root.krun2.gotoAndPlay(1);
} else if (_root.ren_dunxiang eq "03") {
_root.krun3._visible = 1;
_root.krun3.gotoAndPlay(1);
} else if (_root.ren_dunxiang eq "04") {
_root.krun4._visible = 1;
_root.krun4.gotoAndPlay(1);
}
} else if (Key.isDown(39)) {
_root[(("ren" + _root.ren_dunxiang) + "_zunbei") + "FZ"]._visible = 0;
_root.ks_flg = 2;
_root.XR_mq._visible = 0;
if (_root.ren_dunxiang eq "01") {
_root.krun1._visible = 1;
_root.krun1.gotoAndPlay(1);
} else if (_root.ren_dunxiang eq "02") {
_root.krun2._visible = 1;
_root.krun2.gotoAndPlay(1);
} else if (_root.ren_dunxiang eq "03") {
_root.krun3._visible = 1;
_root.krun3.gotoAndPlay(1);
} else if (_root.ren_dunxiang eq "04") {
_root.krun4._visible = 1;
_root.krun4.gotoAndPlay(1);
}
}
} else {
if ((_root.chong_flg == 1) or (_root.hit_flg == 1)) {
_root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]._visible = 0;
}
if (((_root.key_flg2 == 1) and (_root.chong_flg == 0)) and (_root.hit_flg == 0)) {
K_Code = Key.getCode();
if (Key.isDown(37)) {
if (((((_root.key_bj == 1) and (_root.tl >= 0)) and (_root.draw_flg == 0)) and (_root.hit_flg == 0)) and (_root.touche == 0)) {
clearInterval(_root.time1);
clearInterval(_root.time2);
if (_root.touche == 0) {
if (_root.paodong_KS == 0) {
_root[(("ren" + _root.ren_dunxiang) + "_zunbei") + "FZ"]._visible = 0;
_root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]._visible = 1;
_root.paodong_KS = 1;
_root.num_1 = 0;
time1 = setInterval(renrun1, _root.move_t1);
}
_root.touche = 1;
_root.pdmove();
}
}
} else if (Key.isDown(39)) {
if (((((_root.key_bj == 1) and (_root.tl >= 0)) and (_root.draw_flg == 0)) and (_root.hit_flg == 0)) and (_root.touche == 1)) {
clearInterval(_root.time1);
clearInterval(_root.time2);
if (_root.touche == 1) {
if (_root.paodong_KS == 0) {
_root[(("ren" + _root.ren_dunxiang) + "_zunbei") + "FZ"]._visible = 0;
_root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]._visible = 1;
_root.paodong_KS = 1;
_root.num_1 = 0;
time1 = setInterval(renrun1, _root.move_t1);
}
_root.touche = 0;
_root.pdmove();
}
}
}
}
}
}
Instance of Symbol 597 MovieClip "ren02_ciqiangpaoSL" in Frame 6
onClipEvent (enterFrame) {
if ((((((_root.ks_flg == 1) and (_root.key_flg2 == 10)) and (_root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]._visible == 1)) and (_name ne "ren02_ciqiangpaoSL")) and (_root.chong_flg == 0)) and (_root.paodong_KS == 0)) {
K_Code = Key.getCode();
if (Key.isDown(37)) {
_root[(("ren" + _root.ren_dunxiang) + "_zunbei") + "FZ"]._visible = 0;
_root.ks_flg = 2;
_root.XR_mq._visible = 0;
if (_root.ren_dunxiang eq "01") {
_root.krun1._visible = 1;
_root.krun1.gotoAndPlay(1);
} else if (_root.ren_dunxiang eq "02") {
_root.krun2._visible = 1;
_root.krun2.gotoAndPlay(1);
} else if (_root.ren_dunxiang eq "03") {
_root.krun3._visible = 1;
_root.krun3.gotoAndPlay(1);
} else if (_root.ren_dunxiang eq "04") {
_root.krun4._visible = 1;
_root.krun4.gotoAndPlay(1);
}
} else if (Key.isDown(39)) {
_root[(("ren" + _root.ren_dunxiang) + "_zunbei") + "FZ"]._visible = 0;
_root.ks_flg = 2;
_root.XR_mq._visible = 0;
if (_root.ren_dunxiang eq "01") {
_root.krun1._visible = 1;
_root.krun1.gotoAndPlay(1);
} else if (_root.ren_dunxiang eq "02") {
_root.krun2._visible = 1;
_root.krun2.gotoAndPlay(1);
} else if (_root.ren_dunxiang eq "03") {
_root.krun3._visible = 1;
_root.krun3.gotoAndPlay(1);
} else if (_root.ren_dunxiang eq "04") {
_root.krun4._visible = 1;
_root.krun4.gotoAndPlay(1);
}
}
} else {
if ((_root.chong_flg == 1) or (_root.hit_flg == 1)) {
_root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]._visible = 0;
}
if (((_root.key_flg2 == 1) and (_root.chong_flg == 0)) and (_root.hit_flg == 0)) {
K_Code = Key.getCode();
if (Key.isDown(37)) {
if (((((_root.key_bj == 1) and (_root.tl >= 0)) and (_root.draw_flg == 0)) and (_root.hit_flg == 0)) and (_root.touche == 0)) {
clearInterval(_root.time1);
clearInterval(_root.time2);
if (_root.touche == 0) {
if (_root.paodong_KS == 0) {
_root[(("ren" + _root.ren_dunxiang) + "_zunbei") + "FZ"]._visible = 0;
_root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]._visible = 1;
_root.paodong_KS = 1;
_root.num_1 = 0;
time1 = setInterval(renrun1, _root.move_t1);
}
_root.touche = 1;
_root.pdmove();
}
}
} else if (Key.isDown(39)) {
if (((((_root.key_bj == 1) and (_root.tl >= 0)) and (_root.draw_flg == 0)) and (_root.hit_flg == 0)) and (_root.touche == 1)) {
clearInterval(_root.time1);
clearInterval(_root.time2);
if (_root.touche == 1) {
if (_root.paodong_KS == 0) {
_root[(("ren" + _root.ren_dunxiang) + "_zunbei") + "FZ"]._visible = 0;
_root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]._visible = 1;
_root.paodong_KS = 1;
_root.num_1 = 0;
time1 = setInterval(renrun1, _root.move_t1);
}
_root.touche = 0;
_root.pdmove();
}
}
}
}
}
}
Instance of Symbol 601 MovieClip "ren02_zunbeiSL" in Frame 6
onClipEvent (enterFrame) {
if (((((_root.ks_flg == 1) and (_root.key_flg2 == 0)) and (_root[(("ren" + _root.ren_dunxiang) + "_zunbei") + "FZ"]._visible == 1)) and (_name ne "ren02_zunbeiSL")) and (_root.paodong_KS == 0)) {
K_Code = Key.getCode();
if (Key.isDown(37)) {
_root[(("ren" + _root.ren_dunxiang) + "_zunbei") + "FZ"]._visible = 0;
_root.XR_mq._visible = 0;
_root.ks_flg = 2;
if (_root.ren_dunxiang eq "01") {
_root.krun1._visible = 1;
_root.krun1.gotoAndPlay(2);
} else if (_root.ren_dunxiang eq "02") {
_root.krun2._visible = 1;
_root.krun2.gotoAndPlay(2);
} else if (_root.ren_dunxiang eq "03") {
_root.krun3._visible = 1;
_root.krun3.gotoAndPlay(2);
} else if (_root.ren_dunxiang eq "04") {
_root.krun4._visible = 1;
_root.krun4.gotoAndPlay(2);
}
} else if (Key.isDown(39)) {
_root[(("ren" + _root.ren_dunxiang) + "_zunbei") + "FZ"]._visible = 0;
_root.ks_flg = 2;
_root.XR_mq._visible = 0;
if (_root.ren_dunxiang eq "01") {
_root.krun1._visible = 1;
_root.krun1.gotoAndPlay(2);
} else if (_root.ren_dunxiang eq "02") {
_root.krun2._visible = 1;
_root.krun2.gotoAndPlay(2);
} else if (_root.ren_dunxiang eq "03") {
_root.krun3._visible = 1;
_root.krun3.gotoAndPlay(2);
} else if (_root.ren_dunxiang eq "04") {
_root.krun4._visible = 1;
_root.krun4.gotoAndPlay(2);
}
}
} else if (_root.key_flg2 == 1) {
K_Code = Key.getCode();
if (Key.isDown(37)) {
if (((((_root.key_bj == 1) and (_root.tl >= 0)) and (_root.draw_flg == 0)) and (_root.hit_flg == 0)) and (_root.touche == 0)) {
clearInterval(_root.time1);
clearInterval(_root.time2);
if (_root.touche == 0) {
if (_root.paodong_KS == 0) {
_root[(("ren" + _root.ren_dunxiang) + "_zunbei") + "FZ"]._visible = 0;
_root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]._visible = 1;
_root.paodong_KS = 1;
_root.num_1 = 0;
time1 = setInterval(renrun1, _root.move_t1);
}
_root.touche = 1;
_root.pdmove();
}
}
} else if (Key.isDown(39)) {
if (((((_root.key_bj == 1) and (_root.tl >= 0)) and (_root.draw_flg == 0)) and (_root.hit_flg == 0)) and (_root.touche == 1)) {
clearInterval(_root.time1);
clearInterval(_root.time2);
if (_root.touche == 1) {
if (_root.paodong_KS == 0) {
_root[(("ren" + _root.ren_dunxiang) + "_zunbei") + "FZ"]._visible = 0;
_root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]._visible = 1;
_root.paodong_KS = 1;
_root.num_1 = 0;
time1 = setInterval(renrun1, _root.move_t1);
}
_root.touche = 0;
_root.pdmove();
}
}
}
}
}
Instance of Symbol 676 MovieClip "ren04_ciqiangpaoSL" in Frame 6
onClipEvent (enterFrame) {
if ((((((_root.ks_flg == 1) and (_root.key_flg2 == 10)) and (_root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]._visible == 1)) and (_name ne "ren04_ciqiangpaoSL")) and (_root.chong_flg == 0)) and (_root.paodong_KS == 0)) {
K_Code = Key.getCode();
if (Key.isDown(37)) {
_root[(("ren" + _root.ren_dunxiang) + "_zunbei") + "FZ"]._visible = 0;
_root.ks_flg = 2;
_root.XR_mq._visible = 0;
if (_root.ren_dunxiang eq "01") {
_root.krun1._visible = 1;
_root.krun1.gotoAndPlay(2);
} else if (_root.ren_dunxiang eq "02") {
_root.krun2._visible = 1;
_root.krun2.gotoAndPlay(2);
} else if (_root.ren_dunxiang eq "03") {
_root.krun3._visible = 1;
_root.krun3.gotoAndPlay(2);
} else if (_root.ren_dunxiang eq "04") {
_root.krun4._visible = 1;
_root.krun4.gotoAndPlay(2);
}
} else if (Key.isDown(39)) {
_root[(("ren" + _root.ren_dunxiang) + "_zunbei") + "FZ"]._visible = 0;
_root.ks_flg = 2;
_root.XR_mq._visible = 0;
if (_root.ren_dunxiang eq "01") {
_root.krun1._visible = 1;
_root.krun1.gotoAndPlay(2);
} else if (_root.ren_dunxiang eq "02") {
_root.krun2._visible = 1;
_root.krun2.gotoAndPlay(2);
} else if (_root.ren_dunxiang eq "03") {
_root.krun3._visible = 1;
_root.krun3.gotoAndPlay(2);
} else if (_root.ren_dunxiang eq "04") {
_root.krun4._visible = 1;
_root.krun4.gotoAndPlay(2);
}
}
} else {
if ((_root.chong_flg == 1) or (_root.hit_flg == 1)) {
_root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]._visible = 0;
}
if (((_root.key_flg2 == 1) and (_root.chong_flg == 0)) and (_root.hit_flg == 0)) {
K_Code = Key.getCode();
if (Key.isDown(37)) {
if (((((_root.key_bj == 1) and (_root.tl >= 0)) and (_root.draw_flg == 0)) and (_root.hit_flg == 0)) and (_root.touche == 0)) {
clearInterval(_root.time1);
clearInterval(_root.time2);
if (_root.touche == 0) {
if (_root.paodong_KS == 0) {
_root[(("ren" + _root.ren_dunxiang) + "_zunbei") + "FZ"]._visible = 0;
_root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]._visible = 1;
_root.paodong_KS = 1;
_root.num_1 = 0;
time1 = setInterval(renrun1, _root.move_t1);
}
_root.touche = 1;
_root.pdmove();
}
}
} else if (Key.isDown(39)) {
if (((((_root.key_bj == 1) and (_root.tl >= 0)) and (_root.draw_flg == 0)) and (_root.hit_flg == 0)) and (_root.touche == 1)) {
clearInterval(_root.time1);
clearInterval(_root.time2);
if (_root.touche == 1) {
if (_root.paodong_KS == 0) {
_root[(("ren" + _root.ren_dunxiang) + "_zunbei") + "FZ"]._visible = 0;
_root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]._visible = 1;
_root.paodong_KS = 1;
_root.num_1 = 0;
time1 = setInterval(renrun1, _root.move_t1);
}
_root.touche = 0;
_root.pdmove();
}
}
}
}
}
}
Instance of Symbol 680 MovieClip "ren04_zunbeiSL" in Frame 6
onClipEvent (enterFrame) {
if (((((_root.ks_flg == 1) and (_root.key_flg2 == 0)) and (_root[(("ren" + _root.ren_dunxiang) + "_zunbei") + "FZ"]._visible == 1)) and (_name ne "ren04_zunbeiSL")) and (_root.paodong_KS == 0)) {
K_Code = Key.getCode();
if (Key.isDown(37)) {
_root[(("ren" + _root.ren_dunxiang) + "_zunbei") + "FZ"]._visible = 0;
_root.XR_mq._visible = 0;
_root.ks_flg = 2;
if (_root.ren_dunxiang eq "01") {
_root.krun1._visible = 1;
_root.krun1.gotoAndPlay(2);
} else if (_root.ren_dunxiang eq "02") {
_root.krun2._visible = 1;
_root.krun2.gotoAndPlay(2);
} else if (_root.ren_dunxiang eq "03") {
_root.krun3._visible = 1;
_root.krun3.gotoAndPlay(2);
} else if (_root.ren_dunxiang eq "04") {
_root.krun4._visible = 1;
_root.krun4.gotoAndPlay(2);
}
} else if (Key.isDown(39)) {
_root[(("ren" + _root.ren_dunxiang) + "_zunbei") + "FZ"]._visible = 0;
_root.ks_flg = 2;
_root.XR_mq._visible = 0;
if (_root.ren_dunxiang eq "01") {
_root.krun1._visible = 1;
_root.krun1.gotoAndPlay(2);
} else if (_root.ren_dunxiang eq "02") {
_root.krun2._visible = 1;
_root.krun2.gotoAndPlay(2);
} else if (_root.ren_dunxiang eq "03") {
_root.krun3._visible = 1;
_root.krun3.gotoAndPlay(2);
} else if (_root.ren_dunxiang eq "04") {
_root.krun4._visible = 1;
_root.krun4.gotoAndPlay(2);
}
}
} else if (_root.key_flg2 == 1) {
K_Code = Key.getCode();
if (Key.isDown(37)) {
if (((((_root.key_bj == 1) and (_root.tl >= 0)) and (_root.draw_flg == 0)) and (_root.hit_flg == 0)) and (_root.touche == 0)) {
clearInterval(_root.time1);
clearInterval(_root.time2);
if (_root.touche == 0) {
if (_root.paodong_KS == 0) {
_root[(("ren" + _root.ren_dunxiang) + "_zunbei") + "FZ"]._visible = 0;
_root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]._visible = 1;
_root.paodong_KS = 1;
_root.num_1 = 0;
time1 = setInterval(renrun1, _root.move_t1);
}
_root.touche = 1;
_root.pdmove();
}
}
} else if (Key.isDown(39)) {
if (((((_root.key_bj == 1) and (_root.tl >= 0)) and (_root.draw_flg == 0)) and (_root.hit_flg == 0)) and (_root.touche == 1)) {
clearInterval(_root.time1);
clearInterval(_root.time2);
if (_root.touche == 1) {
if (_root.paodong_KS == 0) {
_root[(("ren" + _root.ren_dunxiang) + "_zunbei") + "FZ"]._visible = 0;
_root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]._visible = 1;
_root.paodong_KS = 1;
_root.num_1 = 0;
time1 = setInterval(renrun1, _root.move_t1);
}
_root.touche = 0;
_root.pdmove();
}
}
}
}
}
Instance of Symbol 756 MovieClip "ren01_ciqiangpaoSL" in Frame 6
onClipEvent (enterFrame) {
if ((((((_root.ks_flg == 1) and (_root.key_flg2 == 10)) and (_root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]._visible == 1)) and (_name ne "ren01_ciqiangpaoSL")) and (_root.chong_flg == 0)) and (_root.paodong_KS == 0)) {
K_Code = Key.getCode();
if (Key.isDown(37)) {
_root[(("ren" + _root.ren_dunxiang) + "_zunbei") + "FZ"]._visible = 0;
_root.ks_flg = 2;
_root.XR_mq._visible = 0;
if (_root.ren_dunxiang eq "01") {
_root.krun1._visible = 1;
_root.krun1.gotoAndPlay(1);
} else if (_root.ren_dunxiang eq "02") {
_root.krun2._visible = 1;
_root.krun2.gotoAndPlay(1);
} else if (_root.ren_dunxiang eq "03") {
_root.krun3._visible = 1;
_root.krun3.gotoAndPlay(1);
} else if (_root.ren_dunxiang eq "04") {
_root.krun4._visible = 1;
_root.krun4.gotoAndPlay(1);
}
} else if (Key.isDown(39)) {
_root[(("ren" + _root.ren_dunxiang) + "_zunbei") + "FZ"]._visible = 0;
_root.ks_flg = 2;
_root.XR_mq._visible = 0;
if (_root.ren_dunxiang eq "01") {
_root.krun1._visible = 1;
_root.krun1.gotoAndPlay(1);
} else if (_root.ren_dunxiang eq "02") {
_root.krun2._visible = 1;
_root.krun2.gotoAndPlay(1);
} else if (_root.ren_dunxiang eq "03") {
_root.krun3._visible = 1;
_root.krun3.gotoAndPlay(1);
} else if (_root.ren_dunxiang eq "04") {
_root.krun4._visible = 1;
_root.krun4.gotoAndPlay(1);
}
}
} else {
if ((_root.chong_flg == 1) or (_root.hit_flg == 1)) {
_root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]._visible = 0;
}
if (((_root.key_flg2 == 1) and (_root.chong_flg == 0)) and (_root.hit_flg == 0)) {
K_Code = Key.getCode();
if (Key.isDown(37)) {
if (((((_root.key_bj == 1) and (_root.tl >= 0)) and (_root.draw_flg == 0)) and (_root.hit_flg == 0)) and (_root.touche == 0)) {
clearInterval(_root.time1);
clearInterval(_root.time2);
if (_root.touche == 0) {
if (_root.paodong_KS == 0) {
_root[(("ren" + _root.ren_dunxiang) + "_zunbei") + "FZ"]._visible = 0;
_root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]._visible = 1;
_root.paodong_KS = 1;
_root.num_1 = 0;
time1 = setInterval(renrun1, _root.move_t1);
}
_root.touche = 1;
_root.pdmove();
}
}
} else if (Key.isDown(39)) {
if (((((_root.key_bj == 1) and (_root.tl >= 0)) and (_root.draw_flg == 0)) and (_root.hit_flg == 0)) and (_root.touche == 1)) {
clearInterval(_root.time1);
clearInterval(_root.time2);
if (_root.touche == 1) {
if (_root.paodong_KS == 0) {
_root[(("ren" + _root.ren_dunxiang) + "_zunbei") + "FZ"]._visible = 0;
_root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]._visible = 1;
_root.paodong_KS = 1;
_root.num_1 = 0;
time1 = setInterval(renrun1, _root.move_t1);
}
_root.touche = 0;
_root.pdmove();
}
}
}
}
}
}
Instance of Symbol 760 MovieClip "ren01_zunbeiSL" in Frame 6
onClipEvent (enterFrame) {
if (((((_root.ks_flg == 1) and (_root.key_flg2 == 0)) and (_root[(("ren" + _root.ren_dunxiang) + "_zunbei") + "FZ"]._visible == 1)) and (_name ne "ren01_zunbeiSL")) and (_root.paodong_KS == 0)) {
K_Code = Key.getCode();
if (Key.isDown(37)) {
_root[(("ren" + _root.ren_dunxiang) + "_zunbei") + "FZ"]._visible = 0;
_root.XR_mq._visible = 0;
_root.ks_flg = 2;
if (_root.ren_dunxiang eq "01") {
_root.krun1._visible = 1;
_root.krun1.gotoAndPlay(2);
} else if (_root.ren_dunxiang eq "02") {
_root.krun2._visible = 1;
_root.krun2.gotoAndPlay(2);
} else if (_root.ren_dunxiang eq "03") {
_root.krun3._visible = 1;
_root.krun3.gotoAndPlay(2);
} else if (_root.ren_dunxiang eq "04") {
_root.krun4._visible = 1;
_root.krun4.gotoAndPlay(2);
}
} else if (Key.isDown(39)) {
_root[(("ren" + _root.ren_dunxiang) + "_zunbei") + "FZ"]._visible = 0;
_root.ks_flg = 2;
_root.XR_mq._visible = 0;
if (_root.ren_dunxiang eq "01") {
_root.krun1._visible = 1;
_root.krun1.gotoAndPlay(2);
} else if (_root.ren_dunxiang eq "02") {
_root.krun2._visible = 1;
_root.krun2.gotoAndPlay(2);
} else if (_root.ren_dunxiang eq "03") {
_root.krun3._visible = 1;
_root.krun3.gotoAndPlay(2);
} else if (_root.ren_dunxiang eq "04") {
_root.krun4._visible = 1;
_root.krun4.gotoAndPlay(2);
}
}
} else if (_root.key_flg2 == 1) {
K_Code = Key.getCode();
if (Key.isDown(37)) {
if (((((_root.key_bj == 1) and (_root.tl >= 0)) and (_root.draw_flg == 0)) and (_root.hit_flg == 0)) and (_root.touche == 0)) {
clearInterval(_root.time1);
clearInterval(_root.time2);
if (_root.touche == 0) {
if (_root.paodong_KS == 0) {
_root[(("ren" + _root.ren_dunxiang) + "_zunbei") + "FZ"]._visible = 0;
_root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]._visible = 1;
_root.paodong_KS = 1;
_root.num_1 = 0;
time1 = setInterval(renrun1, _root.move_t1);
}
_root.touche = 1;
_root.pdmove();
}
}
} else if (Key.isDown(39)) {
if (((((_root.key_bj == 1) and (_root.tl >= 0)) and (_root.draw_flg == 0)) and (_root.hit_flg == 0)) and (_root.touche == 1)) {
clearInterval(_root.time1);
clearInterval(_root.time2);
if (_root.touche == 1) {
if (_root.paodong_KS == 0) {
_root[(("ren" + _root.ren_dunxiang) + "_zunbei") + "FZ"]._visible = 0;
_root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]._visible = 1;
_root.paodong_KS = 1;
_root.num_1 = 0;
time1 = setInterval(renrun1, _root.move_t1);
}
_root.touche = 0;
_root.pdmove();
}
}
}
}
}
Instance of Symbol 764 MovieClip "ren03_zunbeiSL" in Frame 6
onClipEvent (enterFrame) {
if (((((_root.ks_flg == 1) and (_root.key_flg2 == 0)) and (_root[(("ren" + _root.ren_dunxiang) + "_zunbei") + "FZ"]._visible == 1)) and (_name ne "ren03_zunbeiSL")) and (_root.paodong_KS == 0)) {
K_Code = Key.getCode();
if (Key.isDown(37)) {
_root[(("ren" + _root.ren_dunxiang) + "_zunbei") + "FZ"]._visible = 0;
_root.XR_mq._visible = 0;
_root.ks_flg = 2;
if (_root.ren_dunxiang eq "01") {
_root.krun1._visible = 1;
_root.krun1.gotoAndPlay(2);
} else if (_root.ren_dunxiang eq "02") {
_root.krun2._visible = 1;
_root.krun2.gotoAndPlay(2);
} else if (_root.ren_dunxiang eq "03") {
_root.krun3._visible = 1;
_root.krun3.gotoAndPlay(2);
} else if (_root.ren_dunxiang eq "04") {
_root.krun4._visible = 1;
_root.krun4.gotoAndPlay(2);
}
} else if (Key.isDown(39)) {
_root[(("ren" + _root.ren_dunxiang) + "_zunbei") + "FZ"]._visible = 0;
_root.ks_flg = 2;
_root.XR_mq._visible = 0;
if (_root.ren_dunxiang eq "01") {
_root.krun1._visible = 1;
_root.krun1.gotoAndPlay(2);
} else if (_root.ren_dunxiang eq "02") {
_root.krun2._visible = 1;
_root.krun2.gotoAndPlay(2);
} else if (_root.ren_dunxiang eq "03") {
_root.krun3._visible = 1;
_root.krun3.gotoAndPlay(2);
} else if (_root.ren_dunxiang eq "04") {
_root.krun4._visible = 1;
_root.krun4.gotoAndPlay(2);
}
}
} else if (_root.key_flg2 == 1) {
K_Code = Key.getCode();
if (Key.isDown(37)) {
if (((((_root.key_bj == 1) and (_root.tl >= 0)) and (_root.draw_flg == 0)) and (_root.hit_flg == 0)) and (_root.touche == 0)) {
clearInterval(_root.time1);
clearInterval(_root.time2);
if (_root.touche == 0) {
if (_root.paodong_KS == 0) {
_root[(("ren" + _root.ren_dunxiang) + "_zunbei") + "FZ"]._visible = 0;
_root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]._visible = 1;
_root.paodong_KS = 1;
_root.num_1 = 0;
time1 = setInterval(renrun1, _root.move_t1);
}
_root.touche = 1;
_root.pdmove();
}
}
} else if (Key.isDown(39)) {
if (((((_root.key_bj == 1) and (_root.tl >= 0)) and (_root.draw_flg == 0)) and (_root.hit_flg == 0)) and (_root.touche == 1)) {
clearInterval(_root.time1);
clearInterval(_root.time2);
if (_root.touche == 1) {
if (_root.paodong_KS == 0) {
_root[(("ren" + _root.ren_dunxiang) + "_zunbei") + "FZ"]._visible = 0;
_root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]._visible = 1;
_root.paodong_KS = 1;
_root.num_1 = 0;
time1 = setInterval(renrun1, _root.move_t1);
}
_root.touche = 0;
_root.pdmove();
}
}
}
}
}
Instance of Symbol 790 MovieClip "XR_mqSL" in Frame 6
onClipEvent (enterFrame) {
if ((_root.ks_flg == 1) and (_root.XR_mq._visible == 1)) {
gl = Math.floor(Math.random() * 20);
if ((gl == 0) and (_root.ks_flg == 1)) {
_root.ks_flg = 3;
}
}
}
Instance of Symbol 829 MovieClip "ren01_chongxianSL" in Frame 6
onClipEvent (enterFrame) {
if ((_visible == 1) and (_root.chong_flg == 1)) {
_root.line._x = _root.line._x + _root.last_wy;
_root.last_wy = _root.cx_jl;
_root.piste = _root.piste + _root.last_wy;
_root.piste2 = _root.piste2 + _root.last_wy;
if (_root.piste2 >= 600) {
_root.piste2 = _root.piste2 - 600;
removeMovieClip(_root[_root.bj_arr1bj_name]);
removeMovieClip(_root[_root.bj_arr1pai1_name]);
removeMovieClip(_root[_root.bj_arr1beijin_name]);
_root.bj_arr1bj_name = _root.bj_arr2bj_name;
_root.bj_arr1pai1_name = _root.bj_arr2pai1_name;
_root.bj_arr1beijin_name = _root.bj_arr2beijin_name;
_root[_root.bj_arr1bj_name]._x = _root[_root.bj_arr2bj_name]._x;
_root[_root.bj_arr1pai1_name]._x = _root[_root.bj_arr2pai1_name]._x;
_root[_root.bj_arr1beijin_name]._x = _root[_root.bj_arr2beijin_name]._x;
bjc1 = _root.bj_arr1bj_name;
bjc2 = _root.bj_arr1pai1_name;
bjc3 = _root.bj_arr1beijin_name;
bbj1 = _root.bj_arr2bj_name;
bbj2 = _root.bj_arr2pai1_name;
bbj3 = _root.bj_arr2beijin_name;
_root[_root.bj_arr1bj_name]._x = _root[_root.bj_arr1bj_name]._x + _root.last_wy;
_root[_root.bj_arr1pai1_name]._x = _root[_root.bj_arr1pai1_name]._x + _root.last_wy;
_root[_root.bj_arr1beijin_name]._x = _root[_root.bj_arr1beijin_name]._x + _root.last_wy;
_root[_root.bj_arr1bj_name]._visible = 1;
_root[_root.bj_arr1pai1_name]._visible = 1;
_root[_root.bj_arr1beijin_name]._visible = 1;
_root.bj_num = _root.bj_num + 1;
_root.ceng = _root.ceng + 1;
duplicateMovieClip ("_root.bj", "bj" + _root.bj_num, _root.ceng);
_root.pai1_num = _root.pai1_num + 1;
_root.ceng = _root.ceng + 1;
if (_root.pai_flg == 1) {
duplicateMovieClip ("_root.pai2", "pai1" + _root.pai1_num, _root.ceng);
_root.pai_flg = 2;
} else if (_root.pai_flg == 2) {
duplicateMovieClip ("_root.pai1", "pai1" + _root.pai1_num, _root.ceng);
_root.pai_flg = 1;
}
_root.beijin_num = _root.beijin_num + 1;
_root.ceng = _root.ceng + 1;
duplicateMovieClip ("_root.beijin", "beijin" + _root.beijin_num, _root.ceng);
_root["bj" + _root.bj_num]._x = 600;
_root["bj" + _root.bj_num]._x = _root[_root.bj_arr1bj_name]._x - 600;
_root["pai1" + _root.pai1_num]._x = _root[_root.bj_arr1pai1_name]._x - 600;
_root["beijin" + _root.beijin_num]._x = _root[_root.bj_arr1beijin_name]._x - 600;
_root[_root["bj" + _root.bj_num]]._visible = 1;
_root[_root["pai1" + _root.pai1_num]]._visible = 1;
_root[_root["beijin" + _root.beijin_num]]._visible = 1;
_root.bj_arr2bj_name = "bj" + _root.bj_num;
_root.bj_arr2pai1_name = "pai1" + _root.pai1_num;
_root.bj_arr2beijin_name = "beijin" + _root.beijin_num;
_root[_root.bj_arr2bj_name]._visible = 1;
_root[_root.bj_arr2pai1_name]._visible = 1;
_root[_root.bj_arr2beijin_name]._visible = 1;
} else {
_root[_root.bj_arr1bj_name]._x = _root[_root.bj_arr1bj_name]._x + _root.last_wy;
_root[_root.bj_arr1pai1_name]._x = _root[_root.bj_arr1pai1_name]._x + _root.last_wy;
_root[_root.bj_arr1beijin_name]._x = _root[_root.bj_arr1beijin_name]._x + _root.last_wy;
_root[_root.bj_arr2bj_name]._x = _root[_root.bj_arr2bj_name]._x + _root.last_wy;
_root[_root.bj_arr2pai1_name]._x = _root[_root.bj_arr2pai1_name]._x + _root.last_wy;
_root[_root.bj_arr2beijin_name]._x = _root[_root.bj_arr2beijin_name]._x + _root.last_wy;
bjc1 = _root.bj_arr1bj_name;
bjc2 = _root.bj_arr1pai1_name;
bjc3 = _root.bj_arr1beijin_name;
bbj1 = _root.bj_arr2bj_name;
bbj2 = _root.bj_arr2pai1_name;
bbj3 = _root.bj_arr2beijin_name;
_root.XR_mq._x = _root.XR_mq._x + _root.last_wy;
_root.lan_1._x = _root.lan_1._x + _root.last_wy;
_root.lan_2._x = _root.lan_2._x + _root.last_wy;
_root.lan_3._x = _root.lan_3._x + _root.last_wy;
_root.lan_4._x = _root.lan_4._x + _root.last_wy;
_root.lan_5._x = _root.lan_5._x + _root.last_wy;
_root.lan_6._x = _root.lan_6._x + _root.last_wy;
_root.lan_7._x = _root.lan_7._x + _root.last_wy;
}
}
}
Instance of Symbol 868 MovieClip "ren02_chongxianSL" in Frame 6
onClipEvent (enterFrame) {
if ((_visible == 1) and (_root.chong_flg == 1)) {
_root.line._x = _root.line._x + _root.last_wy;
_root.last_wy = _root.cx_jl;
_root.piste = _root.piste + _root.last_wy;
_root.piste2 = _root.piste2 + _root.last_wy;
if (_root.piste2 >= 600) {
_root.piste2 = _root.piste2 - 600;
removeMovieClip(_root[_root.bj_arr1bj_name]);
removeMovieClip(_root[_root.bj_arr1pai1_name]);
removeMovieClip(_root[_root.bj_arr1beijin_name]);
_root.bj_arr1bj_name = _root.bj_arr2bj_name;
_root.bj_arr1pai1_name = _root.bj_arr2pai1_name;
_root.bj_arr1beijin_name = _root.bj_arr2beijin_name;
_root[_root.bj_arr1bj_name]._x = _root[_root.bj_arr2bj_name]._x;
_root[_root.bj_arr1pai1_name]._x = _root[_root.bj_arr2pai1_name]._x;
_root[_root.bj_arr1beijin_name]._x = _root[_root.bj_arr2beijin_name]._x;
bjc1 = _root.bj_arr1bj_name;
bjc2 = _root.bj_arr1pai1_name;
bjc3 = _root.bj_arr1beijin_name;
bbj1 = _root.bj_arr2bj_name;
bbj2 = _root.bj_arr2pai1_name;
bbj3 = _root.bj_arr2beijin_name;
_root[_root.bj_arr1bj_name]._x = _root[_root.bj_arr1bj_name]._x + _root.last_wy;
_root[_root.bj_arr1pai1_name]._x = _root[_root.bj_arr1pai1_name]._x + _root.last_wy;
_root[_root.bj_arr1beijin_name]._x = _root[_root.bj_arr1beijin_name]._x + _root.last_wy;
_root[_root.bj_arr1bj_name]._visible = 1;
_root[_root.bj_arr1pai1_name]._visible = 1;
_root[_root.bj_arr1beijin_name]._visible = 1;
_root.bj_num = _root.bj_num + 1;
_root.ceng = _root.ceng + 1;
duplicateMovieClip ("_root.bj", "bj" + _root.bj_num, _root.ceng);
_root.pai1_num = _root.pai1_num + 1;
_root.ceng = _root.ceng + 1;
if (_root.pai_flg == 1) {
duplicateMovieClip ("_root.pai2", "pai1" + _root.pai1_num, _root.ceng);
_root.pai_flg = 2;
} else if (_root.pai_flg == 2) {
duplicateMovieClip ("_root.pai1", "pai1" + _root.pai1_num, _root.ceng);
_root.pai_flg = 1;
}
_root.beijin_num = _root.beijin_num + 1;
_root.ceng = _root.ceng + 1;
duplicateMovieClip ("_root.beijin", "beijin" + _root.beijin_num, _root.ceng);
_root["bj" + _root.bj_num]._x = 600;
_root["bj" + _root.bj_num]._x = _root[_root.bj_arr1bj_name]._x - 600;
_root["pai1" + _root.pai1_num]._x = _root[_root.bj_arr1pai1_name]._x - 600;
_root["beijin" + _root.beijin_num]._x = _root[_root.bj_arr1beijin_name]._x - 600;
_root[_root["bj" + _root.bj_num]]._visible = 1;
_root[_root["pai1" + _root.pai1_num]]._visible = 1;
_root[_root["beijin" + _root.beijin_num]]._visible = 1;
_root.bj_arr2bj_name = "bj" + _root.bj_num;
_root.bj_arr2pai1_name = "pai1" + _root.pai1_num;
_root.bj_arr2beijin_name = "beijin" + _root.beijin_num;
_root[_root.bj_arr2bj_name]._visible = 1;
_root[_root.bj_arr2pai1_name]._visible = 1;
_root[_root.bj_arr2beijin_name]._visible = 1;
} else {
_root[_root.bj_arr1bj_name]._x = _root[_root.bj_arr1bj_name]._x + _root.last_wy;
_root[_root.bj_arr1pai1_name]._x = _root[_root.bj_arr1pai1_name]._x + _root.last_wy;
_root[_root.bj_arr1beijin_name]._x = _root[_root.bj_arr1beijin_name]._x + _root.last_wy;
_root[_root.bj_arr2bj_name]._x = _root[_root.bj_arr2bj_name]._x + _root.last_wy;
_root[_root.bj_arr2pai1_name]._x = _root[_root.bj_arr2pai1_name]._x + _root.last_wy;
_root[_root.bj_arr2beijin_name]._x = _root[_root.bj_arr2beijin_name]._x + _root.last_wy;
bjc1 = _root.bj_arr1bj_name;
bjc2 = _root.bj_arr1pai1_name;
bjc3 = _root.bj_arr1beijin_name;
bbj1 = _root.bj_arr2bj_name;
bbj2 = _root.bj_arr2pai1_name;
bbj3 = _root.bj_arr2beijin_name;
_root.XR_mq._x = _root.XR_mq._x + _root.last_wy;
}
}
}
Instance of Symbol 907 MovieClip "ren03_chongxianSL" in Frame 6
onClipEvent (enterFrame) {
if ((_visible == 1) and (_root.chong_flg == 1)) {
_root.line._x = _root.line._x + _root.last_wy;
_root.last_wy = _root.cx_jl;
_root.piste = _root.piste + _root.last_wy;
_root.piste2 = _root.piste2 + _root.last_wy;
if (_root.piste2 >= 600) {
_root.piste2 = _root.piste2 - 600;
removeMovieClip(_root[_root.bj_arr1bj_name]);
removeMovieClip(_root[_root.bj_arr1pai1_name]);
removeMovieClip(_root[_root.bj_arr1beijin_name]);
_root.bj_arr1bj_name = _root.bj_arr2bj_name;
_root.bj_arr1pai1_name = _root.bj_arr2pai1_name;
_root.bj_arr1beijin_name = _root.bj_arr2beijin_name;
_root[_root.bj_arr1bj_name]._x = _root[_root.bj_arr2bj_name]._x;
_root[_root.bj_arr1pai1_name]._x = _root[_root.bj_arr2pai1_name]._x;
_root[_root.bj_arr1beijin_name]._x = _root[_root.bj_arr2beijin_name]._x;
bjc1 = _root.bj_arr1bj_name;
bjc2 = _root.bj_arr1pai1_name;
bjc3 = _root.bj_arr1beijin_name;
bbj1 = _root.bj_arr2bj_name;
bbj2 = _root.bj_arr2pai1_name;
bbj3 = _root.bj_arr2beijin_name;
_root[_root.bj_arr1bj_name]._x = _root[_root.bj_arr1bj_name]._x + _root.last_wy;
_root[_root.bj_arr1pai1_name]._x = _root[_root.bj_arr1pai1_name]._x + _root.last_wy;
_root[_root.bj_arr1beijin_name]._x = _root[_root.bj_arr1beijin_name]._x + _root.last_wy;
_root[_root.bj_arr1bj_name]._visible = 1;
_root[_root.bj_arr1pai1_name]._visible = 1;
_root[_root.bj_arr1beijin_name]._visible = 1;
_root.bj_num = _root.bj_num + 1;
_root.ceng = _root.ceng + 1;
duplicateMovieClip ("_root.bj", "bj" + _root.bj_num, _root.ceng);
_root.pai1_num = _root.pai1_num + 1;
_root.ceng = _root.ceng + 1;
if (_root.pai_flg == 1) {
duplicateMovieClip ("_root.pai2", "pai1" + _root.pai1_num, _root.ceng);
_root.pai_flg = 2;
} else if (_root.pai_flg == 2) {
duplicateMovieClip ("_root.pai1", "pai1" + _root.pai1_num, _root.ceng);
_root.pai_flg = 1;
}
_root.beijin_num = _root.beijin_num + 1;
_root.ceng = _root.ceng + 1;
duplicateMovieClip ("_root.beijin", "beijin" + _root.beijin_num, _root.ceng);
_root["bj" + _root.bj_num]._x = 600;
_root["bj" + _root.bj_num]._x = _root[_root.bj_arr1bj_name]._x - 600;
_root["pai1" + _root.pai1_num]._x = _root[_root.bj_arr1pai1_name]._x - 600;
_root["beijin" + _root.beijin_num]._x = _root[_root.bj_arr1beijin_name]._x - 600;
_root[_root["bj" + _root.bj_num]]._visible = 1;
_root[_root["pai1" + _root.pai1_num]]._visible = 1;
_root[_root["beijin" + _root.beijin_num]]._visible = 1;
_root.bj_arr2bj_name = "bj" + _root.bj_num;
_root.bj_arr2pai1_name = "pai1" + _root.pai1_num;
_root.bj_arr2beijin_name = "beijin" + _root.beijin_num;
_root[_root.bj_arr2bj_name]._visible = 1;
_root[_root.bj_arr2pai1_name]._visible = 1;
_root[_root.bj_arr2beijin_name]._visible = 1;
} else {
_root[_root.bj_arr1bj_name]._x = _root[_root.bj_arr1bj_name]._x + _root.last_wy;
_root[_root.bj_arr1pai1_name]._x = _root[_root.bj_arr1pai1_name]._x + _root.last_wy;
_root[_root.bj_arr1beijin_name]._x = _root[_root.bj_arr1beijin_name]._x + _root.last_wy;
_root[_root.bj_arr2bj_name]._x = _root[_root.bj_arr2bj_name]._x + _root.last_wy;
_root[_root.bj_arr2pai1_name]._x = _root[_root.bj_arr2pai1_name]._x + _root.last_wy;
_root[_root.bj_arr2beijin_name]._x = _root[_root.bj_arr2beijin_name]._x + _root.last_wy;
bjc1 = _root.bj_arr1bj_name;
bjc2 = _root.bj_arr1pai1_name;
bjc3 = _root.bj_arr1beijin_name;
bbj1 = _root.bj_arr2bj_name;
bbj2 = _root.bj_arr2pai1_name;
bbj3 = _root.bj_arr2beijin_name;
_root.XR_mq._x = _root.XR_mq._x + _root.last_wy;
}
}
}
Instance of Symbol 946 MovieClip "ren04_chongxianSL" in Frame 6
onClipEvent (enterFrame) {
if ((_visible == 1) and (_root.chong_flg == 1)) {
_root.line._x = _root.line._x + _root.last_wy;
_root.last_wy = _root.cx_jl;
_root.piste = _root.piste + _root.last_wy;
_root.piste2 = _root.piste2 + _root.last_wy;
if (_root.piste2 >= 600) {
_root.piste2 = _root.piste2 - 600;
removeMovieClip(_root[_root.bj_arr1bj_name]);
removeMovieClip(_root[_root.bj_arr1pai1_name]);
removeMovieClip(_root[_root.bj_arr1beijin_name]);
_root.bj_arr1bj_name = _root.bj_arr2bj_name;
_root.bj_arr1pai1_name = _root.bj_arr2pai1_name;
_root.bj_arr1beijin_name = _root.bj_arr2beijin_name;
_root[_root.bj_arr1bj_name]._x = _root[_root.bj_arr2bj_name]._x;
_root[_root.bj_arr1pai1_name]._x = _root[_root.bj_arr2pai1_name]._x;
_root[_root.bj_arr1beijin_name]._x = _root[_root.bj_arr2beijin_name]._x;
bjc1 = _root.bj_arr1bj_name;
bjc2 = _root.bj_arr1pai1_name;
bjc3 = _root.bj_arr1beijin_name;
bbj1 = _root.bj_arr2bj_name;
bbj2 = _root.bj_arr2pai1_name;
bbj3 = _root.bj_arr2beijin_name;
_root[_root.bj_arr1bj_name]._x = _root[_root.bj_arr1bj_name]._x + _root.last_wy;
_root[_root.bj_arr1pai1_name]._x = _root[_root.bj_arr1pai1_name]._x + _root.last_wy;
_root[_root.bj_arr1beijin_name]._x = _root[_root.bj_arr1beijin_name]._x + _root.last_wy;
_root[_root.bj_arr1bj_name]._visible = 1;
_root[_root.bj_arr1pai1_name]._visible = 1;
_root[_root.bj_arr1beijin_name]._visible = 1;
_root.bj_num = _root.bj_num + 1;
_root.ceng = _root.ceng + 1;
duplicateMovieClip ("_root.bj", "bj" + _root.bj_num, _root.ceng);
_root.pai1_num = _root.pai1_num + 1;
_root.ceng = _root.ceng + 1;
if (_root.pai_flg == 1) {
duplicateMovieClip ("_root.pai2", "pai1" + _root.pai1_num, _root.ceng);
_root.pai_flg = 2;
} else if (_root.pai_flg == 2) {
duplicateMovieClip ("_root.pai1", "pai1" + _root.pai1_num, _root.ceng);
_root.pai_flg = 1;
}
_root.beijin_num = _root.beijin_num + 1;
_root.ceng = _root.ceng + 1;
duplicateMovieClip ("_root.beijin", "beijin" + _root.beijin_num, _root.ceng);
_root["bj" + _root.bj_num]._x = 600;
_root["bj" + _root.bj_num]._x = _root[_root.bj_arr1bj_name]._x - 600;
_root["pai1" + _root.pai1_num]._x = _root[_root.bj_arr1pai1_name]._x - 600;
_root["beijin" + _root.beijin_num]._x = _root[_root.bj_arr1beijin_name]._x - 600;
_root[_root["bj" + _root.bj_num]]._visible = 1;
_root[_root["pai1" + _root.pai1_num]]._visible = 1;
_root[_root["beijin" + _root.beijin_num]]._visible = 1;
_root.bj_arr2bj_name = "bj" + _root.bj_num;
_root.bj_arr2pai1_name = "pai1" + _root.pai1_num;
_root.bj_arr2beijin_name = "beijin" + _root.beijin_num;
_root[_root.bj_arr2bj_name]._visible = 1;
_root[_root.bj_arr2pai1_name]._visible = 1;
_root[_root.bj_arr2beijin_name]._visible = 1;
} else {
_root[_root.bj_arr1bj_name]._x = _root[_root.bj_arr1bj_name]._x + _root.last_wy;
_root[_root.bj_arr1pai1_name]._x = _root[_root.bj_arr1pai1_name]._x + _root.last_wy;
_root[_root.bj_arr1beijin_name]._x = _root[_root.bj_arr1beijin_name]._x + _root.last_wy;
_root[_root.bj_arr2bj_name]._x = _root[_root.bj_arr2bj_name]._x + _root.last_wy;
_root[_root.bj_arr2pai1_name]._x = _root[_root.bj_arr2pai1_name]._x + _root.last_wy;
_root[_root.bj_arr2beijin_name]._x = _root[_root.bj_arr2beijin_name]._x + _root.last_wy;
bjc1 = _root.bj_arr1bj_name;
bjc2 = _root.bj_arr1pai1_name;
bjc3 = _root.bj_arr1beijin_name;
bbj1 = _root.bj_arr2bj_name;
bbj2 = _root.bj_arr2pai1_name;
bbj3 = _root.bj_arr2beijin_name;
_root.XR_mq._x = _root.XR_mq._x + _root.last_wy;
}
}
}
Instance of Symbol 950 MovieClip "lan_1SL" in Frame 6
onClipEvent (enterFrame) {
if ((((_root.lan1_flg == 1) and (_root.lan_1._visible == 1)) and (_root.hit_flg == 0)) and (_root.ren04_kualan._visible == 1)) {
if (this.taitou.hitTest(_root.ren04_kualan.taitou)) {
}
}
if (((((_root.lan_1._visible == 1) and this.taitou.hitTest(_root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"])) and (_root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]._visible == 1)) and (_root.hit_flg == 0)) and (_root.lan1_flg == 1)) {
_root.lan1_flg = 1;
_root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]._visible = 0;
_root.last_wy = 0;
_root.hit_flg = 1;
clearInterval(time1);
clearInterval(time2);
clearInterval(_root.time1);
clearInterval(_root.time2);
clearInterval(_root.time4);
clearInterval(time15);
clearInterval(_root.time15);
_root.num_3 = 0;
_root.draw_flg = 0;
clearInterval(time5);
removeMovieClip("ren01_paxia");
removeMovieClip("ren02_paxia");
removeMovieClip("ren03_paxia");
removeMovieClip("ren04_paxia");
duplicateMovieClip ("ren01_paxiaSL", "ren01_paxia", 712);
duplicateMovieClip ("ren02_paxiaSL", "ren02_paxia", 713);
duplicateMovieClip ("ren03_paxiaSL", "ren03_paxia", 714);
duplicateMovieClip ("ren04_paxiaSL", "ren04_paxia", 715);
duplicateMovieClip ("land_suaidaoSL", "land_suaidao", 707);
_root.land_suaidao._visible = 0;
_root.ren01_paxia._visible = 0;
_root.ren02_paxia._visible = 0;
_root.ren03_paxia._visible = 0;
_root.ren04_paxia._visible = 0;
if (_root.ren_dunxiang eq "01") {
_root.last_wy = 0;
_root.ren01_paxia._x = _root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]._x;
_root.ren01_paxia._y = _root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]._y;
removeMovieClip(_root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]);
_root.ren01_paxia._visible = 1;
_root.ren01_paxia.gotoAndPlay(2);
} else if (_root.ren_dunxiang eq "02") {
_root.last_wy = 0;
_root.ren02_paxia._x = _root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]._x;
_root.ren02_paxia._y = _root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]._y;
removeMovieClip(_root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]);
_root.ren02_paxia._visible = 1;
_root.ren02_paxia.gotoAndPlay(2);
} else if (_root.ren_dunxiang eq "03") {
_root.last_wy = 0;
_root.ren03_paxia._x = _root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]._x;
_root.ren03_paxia._y = _root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]._y;
removeMovieClip(_root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]);
_root.ren03_paxia._visible = 1;
_root.ren03_paxia.gotoAndPlay(2);
} else if (_root.ren_dunxiang eq "04") {
_root.last_wy = 0;
_root.ren04_paxia._x = _root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]._x;
_root.ren04_paxia._y = _root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]._y;
removeMovieClip(_root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]);
_root.ren04_paxia._visible = 1;
_root.ren04_paxia.gotoAndPlay(2);
}
this._visible = 0;
_root.key_flg2 = 0;
_root.ks_flg = 0;
_root.land_suaidao._x = _x;
_root.land_suaidao._y = _y;
_root.land_suaidao._visible = 1;
_root.land_suaidao.gotoAndPlay(2);
} else if (((((_root.lan1_flg == 1) and (_root.lan_1._visible == 1)) and this.taitou.hitTest(_root.ren01_kualan.taitou)) and (_root.hit_flg == 0)) and (_root.ren01_kualan._visible == 1)) {
_root.lan1_flg = 1;
_root.hit_flg = 1;
_root.key_flg2 = 0;
_root.ks_flg = 0;
_root.last_wy = 0;
clearInterval(time1);
clearInterval(time2);
_root.num_3 = 0;
_root.draw_flg = 0;
clearInterval(time5);
removeMovieClip("ren01_paxia");
removeMovieClip("ren02_paxia");
removeMovieClip("ren03_paxia");
removeMovieClip("ren04_paxia");
duplicateMovieClip ("ren01_paxiaSL", "ren01_paxia", 712);
duplicateMovieClip ("ren02_paxiaSL", "ren02_paxia", 713);
duplicateMovieClip ("ren03_paxiaSL", "ren03_paxia", 714);
duplicateMovieClip ("ren04_paxiaSL", "ren04_paxia", 715);
duplicateMovieClip ("land_suaidaoSL", "land_suaidao", 707);
_root.land_suaidao._visible = 0;
_root.ren01_paxia._visible = 0;
_root.ren02_paxia._visible = 0;
_root.ren03_paxia._visible = 0;
_root.ren04_paxia._visible = 0;
_root.ren01_paxia._x = _root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]._x;
_root.ren01_paxia._y = _root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]._y;
removeMovieClip(_root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]);
_root.ren01_paxia._visible = 1;
_root.ren01_paxia.gotoAndPlay(2);
_root.ren01_kualan._visible = 0;
_root.ren01_kualan.gotoAndStop(1);
this._visible = 0;
_root.key_flg2 = 0;
_root.ks_flg = 0;
_root.land_suaidao._x = _x;
_root.land_suaidao._y = _y;
_root.land_suaidao._visible = 1;
_root.land_suaidao.gotoAndPlay(2);
} else if (((((_root.lan1_flg == 1) and (_root.lan_1._visible == 1)) and this.taitou.hitTest(_root.ren02_kualan.taitou)) and (_root.hit_flg == 0)) and (_root.ren02_kualan._visible == 1)) {
_root.lan1_flg = 1;
_root.hit_flg = 1;
_root.key_flg2 = 0;
_root.ks_flg = 0;
_root.last_wy = 0;
clearInterval(time1);
clearInterval(time2);
_root.num_3 = 0;
_root.draw_flg = 0;
clearInterval(time5);
removeMovieClip("ren01_paxia");
removeMovieClip("ren02_paxia");
removeMovieClip("ren03_paxia");
removeMovieClip("ren04_paxia");
duplicateMovieClip ("ren01_paxiaSL", "ren01_paxia", 712);
duplicateMovieClip ("ren02_paxiaSL", "ren02_paxia", 713);
duplicateMovieClip ("ren03_paxiaSL", "ren03_paxia", 714);
duplicateMovieClip ("ren04_paxiaSL", "ren04_paxia", 715);
duplicateMovieClip ("land_suaidaoSL", "land_suaidao", 707);
_root.land_suaidao._visible = 0;
_root.ren01_paxia._visible = 0;
_root.ren02_paxia._visible = 0;
_root.ren03_paxia._visible = 0;
_root.ren04_paxia._visible = 0;
_root.ren02_paxia._x = _root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]._x;
_root.ren02_paxia._y = _root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]._y;
removeMovieClip(_root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]);
_root.ren02_paxia._visible = 1;
_root.ren02_paxia.gotoAndPlay(2);
_root.ren02_kualan._visible = 0;
_root.ren02_kualan.gotoAndStop(1);
this._visible = 0;
_root.key_flg2 = 0;
_root.ks_flg = 0;
_root.land_suaidao._x = _x;
_root.land_suaidao._y = _y;
_root.land_suaidao._visible = 1;
_root.land_suaidao.gotoAndPlay(2);
} else if (((((_root.lan1_flg == 1) and (_root.lan_1._visible == 1)) and this.taitou.hitTest(_root.ren03_kualan.taitou)) and (_root.hit_flg == 0)) and (_root.ren03_kualan._visible == 1)) {
_root.lan1_flg = 1;
_root.hit_flg = 1;
_root.key_flg2 = 0;
_root.ks_flg = 0;
_root.last_wy = 0;
clearInterval(time1);
clearInterval(time2);
_root.num_3 = 0;
_root.draw_flg = 0;
clearInterval(time5);
removeMovieClip("ren01_paxia");
removeMovieClip("ren02_paxia");
removeMovieClip("ren03_paxia");
removeMovieClip("ren04_paxia");
duplicateMovieClip ("ren01_paxiaSL", "ren01_paxia", 712);
duplicateMovieClip ("ren02_paxiaSL", "ren02_paxia", 713);
duplicateMovieClip ("ren03_paxiaSL", "ren03_paxia", 714);
duplicateMovieClip ("ren04_paxiaSL", "ren04_paxia", 715);
duplicateMovieClip ("land_suaidaoSL", "land_suaidao", 707);
_root.land_suaidao._visible = 0;
_root.ren01_paxia._visible = 0;
_root.ren02_paxia._visible = 0;
_root.ren03_paxia._visible = 0;
_root.ren04_paxia._visible = 0;
_root.ren03_paxia._x = _root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]._x;
_root.ren03_paxia._y = _root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]._y;
removeMovieClip(_root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]);
_root.ren03_paxia._visible = 1;
_root.ren03_paxia.gotoAndPlay(2);
_root.ren03_kualan._visible = 0;
_root.ren03_kualan.gotoAndStop(1);
this._visible = 0;
_root.key_flg2 = 0;
_root.ks_flg = 0;
_root.land_suaidao._x = _x;
_root.land_suaidao._y = _y;
_root.land_suaidao._visible = 1;
_root.land_suaidao.gotoAndPlay(2);
} else if (((((_root.lan1_flg == 1) and (_root.lan_1._visible == 1)) and this.taitou.hitTest(_root.ren04_kualan.taitou)) and (_root.hit_flg == 0)) and (_root.ren04_kualan._visible == 1)) {
_root.lan1_flg = 1;
_root.hit_flg = 1;
_root.key_flg2 = 0;
_root.ks_flg = 0;
_root.last_wy = 0;
clearInterval(time1);
clearInterval(time2);
_root.num_3 = 0;
_root.draw_flg = 0;
clearInterval(time5);
removeMovieClip("ren01_paxia");
removeMovieClip("ren02_paxia");
removeMovieClip("ren03_paxia");
removeMovieClip("ren04_paxia");
duplicateMovieClip ("ren01_paxiaSL", "ren01_paxia", 712);
duplicateMovieClip ("ren02_paxiaSL", "ren02_paxia", 713);
duplicateMovieClip ("ren03_paxiaSL", "ren03_paxia", 714);
duplicateMovieClip ("ren04_paxiaSL", "ren04_paxia", 715);
duplicateMovieClip ("land_suaidaoSL", "land_suaidao", 707);
_root.land_suaidao._visible = 0;
_root.ren01_paxia._visible = 0;
_root.ren02_paxia._visible = 0;
_root.ren03_paxia._visible = 0;
_root.ren04_paxia._visible = 0;
_root.ren04_paxia._x = _root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]._x;
_root.ren04_paxia._y = _root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]._y;
removeMovieClip(_root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]);
_root.ren04_paxia._visible = 1;
_root.ren04_paxia.gotoAndPlay(2);
_root.ren04_kualan._visible = 0;
_root.ren04_kualan.gotoAndStop(1);
this._visible = 0;
_root.key_flg2 = 0;
_root.ks_flg = 0;
_root.land_suaidao._x = _x;
_root.land_suaidao._y = _y;
_root.land_suaidao._visible = 1;
_root.land_suaidao.gotoAndPlay(2);
}
}
Instance of Symbol 994 MovieClip "ren03_kualanSL" in Frame 6
onClipEvent (enterFrame) {
if ((_visible == 1) and (_root.tiao_flg == 1)) {
_root.line._x = _root.line._x + _root.last_wy;
_root.last_wy = _root.v_tz;
_root.piste = _root.piste + _root.last_wy;
_root.piste2 = _root.piste2 + _root.last_wy;
if (_root.piste2 >= 600) {
_root.piste2 = _root.piste2 - 600;
removeMovieClip(_root[_root.bj_arr1bj_name]);
removeMovieClip(_root[_root.bj_arr1pai1_name]);
removeMovieClip(_root[_root.bj_arr1beijin_name]);
_root.bj_arr1bj_name = _root.bj_arr2bj_name;
_root.bj_arr1pai1_name = _root.bj_arr2pai1_name;
_root.bj_arr1beijin_name = _root.bj_arr2beijin_name;
_root[_root.bj_arr1bj_name]._x = _root[_root.bj_arr2bj_name]._x;
_root[_root.bj_arr1pai1_name]._x = _root[_root.bj_arr2pai1_name]._x;
_root[_root.bj_arr1beijin_name]._x = _root[_root.bj_arr2beijin_name]._x;
bjc1 = _root.bj_arr1bj_name;
bjc2 = _root.bj_arr1pai1_name;
bjc3 = _root.bj_arr1beijin_name;
bbj1 = _root.bj_arr2bj_name;
bbj2 = _root.bj_arr2pai1_name;
bbj3 = _root.bj_arr2beijin_name;
_root[_root.bj_arr1bj_name]._x = _root[_root.bj_arr1bj_name]._x + _root.last_wy;
_root[_root.bj_arr1pai1_name]._x = _root[_root.bj_arr1pai1_name]._x + _root.last_wy;
_root[_root.bj_arr1beijin_name]._x = _root[_root.bj_arr1beijin_name]._x + _root.last_wy;
_root[_root.bj_arr1bj_name]._visible = 1;
_root[_root.bj_arr1pai1_name]._visible = 1;
_root[_root.bj_arr1beijin_name]._visible = 1;
_root.bj_num = _root.bj_num + 1;
_root.ceng = _root.ceng + 1;
duplicateMovieClip ("_root.bj", "bj" + _root.bj_num, _root.ceng);
_root.pai1_num = _root.pai1_num + 1;
_root.ceng = _root.ceng + 1;
if (_root.pai_flg == 1) {
duplicateMovieClip ("_root.pai2", "pai1" + _root.pai1_num, _root.ceng);
_root.pai_flg = 2;
} else if (_root.pai_flg == 2) {
duplicateMovieClip ("_root.pai1", "pai1" + _root.pai1_num, _root.ceng);
_root.pai_flg = 1;
}
_root.beijin_num = _root.beijin_num + 1;
_root.ceng = _root.ceng + 1;
duplicateMovieClip ("_root.beijin", "beijin" + _root.beijin_num, _root.ceng);
_root["bj" + _root.bj_num]._x = 600;
_root["bj" + _root.bj_num]._x = _root[_root.bj_arr1bj_name]._x - 600;
_root["pai1" + _root.pai1_num]._x = _root[_root.bj_arr1pai1_name]._x - 600;
_root["beijin" + _root.beijin_num]._x = _root[_root.bj_arr1beijin_name]._x - 600;
_root[_root["bj" + _root.bj_num]]._visible = 1;
_root[_root["pai1" + _root.pai1_num]]._visible = 1;
_root[_root["beijin" + _root.beijin_num]]._visible = 1;
_root.bj_arr2bj_name = "bj" + _root.bj_num;
_root.bj_arr2pai1_name = "pai1" + _root.pai1_num;
_root.bj_arr2beijin_name = "beijin" + _root.beijin_num;
_root[_root.bj_arr2bj_name]._visible = 1;
_root[_root.bj_arr2pai1_name]._visible = 1;
_root[_root.bj_arr2beijin_name]._visible = 1;
} else {
_root[_root.bj_arr1bj_name]._x = _root[_root.bj_arr1bj_name]._x + _root.last_wy;
_root[_root.bj_arr1pai1_name]._x = _root[_root.bj_arr1pai1_name]._x + _root.last_wy;
_root[_root.bj_arr1beijin_name]._x = _root[_root.bj_arr1beijin_name]._x + _root.last_wy;
_root[_root.bj_arr2bj_name]._x = _root[_root.bj_arr2bj_name]._x + _root.last_wy;
_root[_root.bj_arr2pai1_name]._x = _root[_root.bj_arr2pai1_name]._x + _root.last_wy;
_root[_root.bj_arr2beijin_name]._x = _root[_root.bj_arr2beijin_name]._x + _root.last_wy;
bjc1 = _root.bj_arr1bj_name;
bjc2 = _root.bj_arr1pai1_name;
bjc3 = _root.bj_arr1beijin_name;
bbj1 = _root.bj_arr2bj_name;
bbj2 = _root.bj_arr2pai1_name;
bbj3 = _root.bj_arr2beijin_name;
_root.XR_mq._x = _root.XR_mq._x + _root.last_wy;
_root.lan_1._x = _root.lan_1._x + _root.last_wy;
_root.lan_2._x = _root.lan_2._x + _root.last_wy;
_root.lan_3._x = _root.lan_3._x + _root.last_wy;
_root.lan_4._x = _root.lan_4._x + _root.last_wy;
_root.lan_5._x = _root.lan_5._x + _root.last_wy;
_root.lan_6._x = _root.lan_6._x + _root.last_wy;
_root.lan_7._x = _root.lan_7._x + _root.last_wy;
}
}
}
Instance of Symbol 1027 MovieClip "ren01_kualanSL" in Frame 6
onClipEvent (enterFrame) {
if ((_visible == 1) and (_root.tiao_flg == 1)) {
_root.line._x = _root.line._x + _root.last_wy;
_root.last_wy = _root.v_tz;
_root.piste = _root.piste + _root.last_wy;
_root.piste2 = _root.piste2 + _root.last_wy;
if (_root.piste2 >= 600) {
_root.piste2 = _root.piste2 - 600;
removeMovieClip(_root[_root.bj_arr1bj_name]);
removeMovieClip(_root[_root.bj_arr1pai1_name]);
removeMovieClip(_root[_root.bj_arr1beijin_name]);
_root.bj_arr1bj_name = _root.bj_arr2bj_name;
_root.bj_arr1pai1_name = _root.bj_arr2pai1_name;
_root.bj_arr1beijin_name = _root.bj_arr2beijin_name;
_root[_root.bj_arr1bj_name]._x = _root[_root.bj_arr2bj_name]._x;
_root[_root.bj_arr1pai1_name]._x = _root[_root.bj_arr2pai1_name]._x;
_root[_root.bj_arr1beijin_name]._x = _root[_root.bj_arr2beijin_name]._x;
bjc1 = _root.bj_arr1bj_name;
bjc2 = _root.bj_arr1pai1_name;
bjc3 = _root.bj_arr1beijin_name;
bbj1 = _root.bj_arr2bj_name;
bbj2 = _root.bj_arr2pai1_name;
bbj3 = _root.bj_arr2beijin_name;
_root[_root.bj_arr1bj_name]._x = _root[_root.bj_arr1bj_name]._x + _root.last_wy;
_root[_root.bj_arr1pai1_name]._x = _root[_root.bj_arr1pai1_name]._x + _root.last_wy;
_root[_root.bj_arr1beijin_name]._x = _root[_root.bj_arr1beijin_name]._x + _root.last_wy;
_root[_root.bj_arr1bj_name]._visible = 1;
_root[_root.bj_arr1pai1_name]._visible = 1;
_root[_root.bj_arr1beijin_name]._visible = 1;
_root.bj_num = _root.bj_num + 1;
_root.ceng = _root.ceng + 1;
duplicateMovieClip ("_root.bj", "bj" + _root.bj_num, _root.ceng);
_root.pai1_num = _root.pai1_num + 1;
_root.ceng = _root.ceng + 1;
if (_root.pai_flg == 1) {
duplicateMovieClip ("_root.pai2", "pai1" + _root.pai1_num, _root.ceng);
_root.pai_flg = 2;
} else if (_root.pai_flg == 2) {
duplicateMovieClip ("_root.pai1", "pai1" + _root.pai1_num, _root.ceng);
_root.pai_flg = 1;
}
_root.beijin_num = _root.beijin_num + 1;
_root.ceng = _root.ceng + 1;
duplicateMovieClip ("_root.beijin", "beijin" + _root.beijin_num, _root.ceng);
_root["bj" + _root.bj_num]._x = 600;
_root["bj" + _root.bj_num]._x = _root[_root.bj_arr1bj_name]._x - 600;
_root["pai1" + _root.pai1_num]._x = _root[_root.bj_arr1pai1_name]._x - 600;
_root["beijin" + _root.beijin_num]._x = _root[_root.bj_arr1beijin_name]._x - 600;
_root[_root["bj" + _root.bj_num]]._visible = 1;
_root[_root["pai1" + _root.pai1_num]]._visible = 1;
_root[_root["beijin" + _root.beijin_num]]._visible = 1;
_root.bj_arr2bj_name = "bj" + _root.bj_num;
_root.bj_arr2pai1_name = "pai1" + _root.pai1_num;
_root.bj_arr2beijin_name = "beijin" + _root.beijin_num;
_root[_root.bj_arr2bj_name]._visible = 1;
_root[_root.bj_arr2pai1_name]._visible = 1;
_root[_root.bj_arr2beijin_name]._visible = 1;
} else {
_root[_root.bj_arr1bj_name]._x = _root[_root.bj_arr1bj_name]._x + _root.last_wy;
_root[_root.bj_arr1pai1_name]._x = _root[_root.bj_arr1pai1_name]._x + _root.last_wy;
_root[_root.bj_arr1beijin_name]._x = _root[_root.bj_arr1beijin_name]._x + _root.last_wy;
_root[_root.bj_arr2bj_name]._x = _root[_root.bj_arr2bj_name]._x + _root.last_wy;
_root[_root.bj_arr2pai1_name]._x = _root[_root.bj_arr2pai1_name]._x + _root.last_wy;
_root[_root.bj_arr2beijin_name]._x = _root[_root.bj_arr2beijin_name]._x + _root.last_wy;
bjc1 = _root.bj_arr1bj_name;
bjc2 = _root.bj_arr1pai1_name;
bjc3 = _root.bj_arr1beijin_name;
bbj1 = _root.bj_arr2bj_name;
bbj2 = _root.bj_arr2pai1_name;
bbj3 = _root.bj_arr2beijin_name;
_root.XR_mq._x = _root.XR_mq._x + _root.last_wy;
_root.lan_1._x = _root.lan_1._x + _root.last_wy;
_root.lan_2._x = _root.lan_2._x + _root.last_wy;
_root.lan_3._x = _root.lan_3._x + _root.last_wy;
_root.lan_4._x = _root.lan_4._x + _root.last_wy;
_root.lan_5._x = _root.lan_5._x + _root.last_wy;
_root.lan_6._x = _root.lan_6._x + _root.last_wy;
_root.lan_7._x = _root.lan_7._x + _root.last_wy;
}
}
}
Instance of Symbol 1028 MovieClip "ren04_kualanSL" in Frame 6
onClipEvent (enterFrame) {
if ((_visible == 1) and (_root.tiao_flg == 1)) {
_root.line._x = _root.line._x + _root.last_wy;
_root.last_wy = _root.v_tz;
_root.piste = _root.piste + _root.last_wy;
_root.piste2 = _root.piste2 + _root.last_wy;
if (_root.piste2 >= 600) {
_root.piste2 = _root.piste2 - 600;
removeMovieClip(_root[_root.bj_arr1bj_name]);
removeMovieClip(_root[_root.bj_arr1pai1_name]);
removeMovieClip(_root[_root.bj_arr1beijin_name]);
_root.bj_arr1bj_name = _root.bj_arr2bj_name;
_root.bj_arr1pai1_name = _root.bj_arr2pai1_name;
_root.bj_arr1beijin_name = _root.bj_arr2beijin_name;
_root[_root.bj_arr1bj_name]._x = _root[_root.bj_arr2bj_name]._x;
_root[_root.bj_arr1pai1_name]._x = _root[_root.bj_arr2pai1_name]._x;
_root[_root.bj_arr1beijin_name]._x = _root[_root.bj_arr2beijin_name]._x;
bjc1 = _root.bj_arr1bj_name;
bjc2 = _root.bj_arr1pai1_name;
bjc3 = _root.bj_arr1beijin_name;
bbj1 = _root.bj_arr2bj_name;
bbj2 = _root.bj_arr2pai1_name;
bbj3 = _root.bj_arr2beijin_name;
_root[_root.bj_arr1bj_name]._x = _root[_root.bj_arr1bj_name]._x + _root.last_wy;
_root[_root.bj_arr1pai1_name]._x = _root[_root.bj_arr1pai1_name]._x + _root.last_wy;
_root[_root.bj_arr1beijin_name]._x = _root[_root.bj_arr1beijin_name]._x + _root.last_wy;
_root[_root.bj_arr1bj_name]._visible = 1;
_root[_root.bj_arr1pai1_name]._visible = 1;
_root[_root.bj_arr1beijin_name]._visible = 1;
_root.bj_num = _root.bj_num + 1;
_root.ceng = _root.ceng + 1;
duplicateMovieClip ("_root.bj", "bj" + _root.bj_num, _root.ceng);
_root.pai1_num = _root.pai1_num + 1;
_root.ceng = _root.ceng + 1;
if (_root.pai_flg == 1) {
duplicateMovieClip ("_root.pai2", "pai1" + _root.pai1_num, _root.ceng);
_root.pai_flg = 2;
} else if (_root.pai_flg == 2) {
duplicateMovieClip ("_root.pai1", "pai1" + _root.pai1_num, _root.ceng);
_root.pai_flg = 1;
}
_root.beijin_num = _root.beijin_num + 1;
_root.ceng = _root.ceng + 1;
duplicateMovieClip ("_root.beijin", "beijin" + _root.beijin_num, _root.ceng);
_root["bj" + _root.bj_num]._x = 600;
_root["bj" + _root.bj_num]._x = _root[_root.bj_arr1bj_name]._x - 600;
_root["pai1" + _root.pai1_num]._x = _root[_root.bj_arr1pai1_name]._x - 600;
_root["beijin" + _root.beijin_num]._x = _root[_root.bj_arr1beijin_name]._x - 600;
_root[_root["bj" + _root.bj_num]]._visible = 1;
_root[_root["pai1" + _root.pai1_num]]._visible = 1;
_root[_root["beijin" + _root.beijin_num]]._visible = 1;
_root.bj_arr2bj_name = "bj" + _root.bj_num;
_root.bj_arr2pai1_name = "pai1" + _root.pai1_num;
_root.bj_arr2beijin_name = "beijin" + _root.beijin_num;
_root[_root.bj_arr2bj_name]._visible = 1;
_root[_root.bj_arr2pai1_name]._visible = 1;
_root[_root.bj_arr2beijin_name]._visible = 1;
} else {
_root[_root.bj_arr1bj_name]._x = _root[_root.bj_arr1bj_name]._x + _root.last_wy;
_root[_root.bj_arr1pai1_name]._x = _root[_root.bj_arr1pai1_name]._x + _root.last_wy;
_root[_root.bj_arr1beijin_name]._x = _root[_root.bj_arr1beijin_name]._x + _root.last_wy;
_root[_root.bj_arr2bj_name]._x = _root[_root.bj_arr2bj_name]._x + _root.last_wy;
_root[_root.bj_arr2pai1_name]._x = _root[_root.bj_arr2pai1_name]._x + _root.last_wy;
_root[_root.bj_arr2beijin_name]._x = _root[_root.bj_arr2beijin_name]._x + _root.last_wy;
bjc1 = _root.bj_arr1bj_name;
bjc2 = _root.bj_arr1pai1_name;
bjc3 = _root.bj_arr1beijin_name;
bbj1 = _root.bj_arr2bj_name;
bbj2 = _root.bj_arr2pai1_name;
bbj3 = _root.bj_arr2beijin_name;
_root.XR_mq._x = _root.XR_mq._x + _root.last_wy;
_root.lan_1._x = _root.lan_1._x + _root.last_wy;
_root.lan_2._x = _root.lan_2._x + _root.last_wy;
_root.lan_3._x = _root.lan_3._x + _root.last_wy;
_root.lan_4._x = _root.lan_4._x + _root.last_wy;
_root.lan_5._x = _root.lan_5._x + _root.last_wy;
_root.lan_6._x = _root.lan_6._x + _root.last_wy;
_root.lan_7._x = _root.lan_7._x + _root.last_wy;
}
}
}
Instance of Symbol 1061 MovieClip "ren02_kualanSL" in Frame 6
onClipEvent (enterFrame) {
if ((_visible == 1) and (_root.tiao_flg == 1)) {
_root.line._x = _root.line._x + _root.last_wy;
_root.last_wy = _root.v_tz;
_root.piste = _root.piste + _root.last_wy;
_root.piste2 = _root.piste2 + _root.last_wy;
if (_root.piste2 >= 600) {
_root.piste2 = _root.piste2 - 600;
removeMovieClip(_root[_root.bj_arr1bj_name]);
removeMovieClip(_root[_root.bj_arr1pai1_name]);
removeMovieClip(_root[_root.bj_arr1beijin_name]);
_root.bj_arr1bj_name = _root.bj_arr2bj_name;
_root.bj_arr1pai1_name = _root.bj_arr2pai1_name;
_root.bj_arr1beijin_name = _root.bj_arr2beijin_name;
_root[_root.bj_arr1bj_name]._x = _root[_root.bj_arr2bj_name]._x;
_root[_root.bj_arr1pai1_name]._x = _root[_root.bj_arr2pai1_name]._x;
_root[_root.bj_arr1beijin_name]._x = _root[_root.bj_arr2beijin_name]._x;
bjc1 = _root.bj_arr1bj_name;
bjc2 = _root.bj_arr1pai1_name;
bjc3 = _root.bj_arr1beijin_name;
bbj1 = _root.bj_arr2bj_name;
bbj2 = _root.bj_arr2pai1_name;
bbj3 = _root.bj_arr2beijin_name;
_root[_root.bj_arr1bj_name]._x = _root[_root.bj_arr1bj_name]._x + _root.last_wy;
_root[_root.bj_arr1pai1_name]._x = _root[_root.bj_arr1pai1_name]._x + _root.last_wy;
_root[_root.bj_arr1beijin_name]._x = _root[_root.bj_arr1beijin_name]._x + _root.last_wy;
_root[_root.bj_arr1bj_name]._visible = 1;
_root[_root.bj_arr1pai1_name]._visible = 1;
_root[_root.bj_arr1beijin_name]._visible = 1;
_root.bj_num = _root.bj_num + 1;
_root.ceng = _root.ceng + 1;
duplicateMovieClip ("_root.bj", "bj" + _root.bj_num, _root.ceng);
_root.pai1_num = _root.pai1_num + 1;
_root.ceng = _root.ceng + 1;
if (_root.pai_flg == 1) {
duplicateMovieClip ("_root.pai2", "pai1" + _root.pai1_num, _root.ceng);
_root.pai_flg = 2;
} else if (_root.pai_flg == 2) {
duplicateMovieClip ("_root.pai1", "pai1" + _root.pai1_num, _root.ceng);
_root.pai_flg = 1;
}
_root.beijin_num = _root.beijin_num + 1;
_root.ceng = _root.ceng + 1;
duplicateMovieClip ("_root.beijin", "beijin" + _root.beijin_num, _root.ceng);
_root["bj" + _root.bj_num]._x = 600;
_root["bj" + _root.bj_num]._x = _root[_root.bj_arr1bj_name]._x - 600;
_root["pai1" + _root.pai1_num]._x = _root[_root.bj_arr1pai1_name]._x - 600;
_root["beijin" + _root.beijin_num]._x = _root[_root.bj_arr1beijin_name]._x - 600;
_root[_root["bj" + _root.bj_num]]._visible = 1;
_root[_root["pai1" + _root.pai1_num]]._visible = 1;
_root[_root["beijin" + _root.beijin_num]]._visible = 1;
_root.bj_arr2bj_name = "bj" + _root.bj_num;
_root.bj_arr2pai1_name = "pai1" + _root.pai1_num;
_root.bj_arr2beijin_name = "beijin" + _root.beijin_num;
_root[_root.bj_arr2bj_name]._visible = 1;
_root[_root.bj_arr2pai1_name]._visible = 1;
_root[_root.bj_arr2beijin_name]._visible = 1;
} else {
_root[_root.bj_arr1bj_name]._x = _root[_root.bj_arr1bj_name]._x + _root.last_wy;
_root[_root.bj_arr1pai1_name]._x = _root[_root.bj_arr1pai1_name]._x + _root.last_wy;
_root[_root.bj_arr1beijin_name]._x = _root[_root.bj_arr1beijin_name]._x + _root.last_wy;
_root[_root.bj_arr2bj_name]._x = _root[_root.bj_arr2bj_name]._x + _root.last_wy;
_root[_root.bj_arr2pai1_name]._x = _root[_root.bj_arr2pai1_name]._x + _root.last_wy;
_root[_root.bj_arr2beijin_name]._x = _root[_root.bj_arr2beijin_name]._x + _root.last_wy;
bjc1 = _root.bj_arr1bj_name;
bjc2 = _root.bj_arr1pai1_name;
bjc3 = _root.bj_arr1beijin_name;
bbj1 = _root.bj_arr2bj_name;
bbj2 = _root.bj_arr2pai1_name;
bbj3 = _root.bj_arr2beijin_name;
_root.XR_mq._x = _root.XR_mq._x + _root.last_wy;
_root.lan_1._x = _root.lan_1._x + _root.last_wy;
_root.lan_2._x = _root.lan_2._x + _root.last_wy;
_root.lan_3._x = _root.lan_3._x + _root.last_wy;
_root.lan_4._x = _root.lan_4._x + _root.last_wy;
_root.lan_5._x = _root.lan_5._x + _root.last_wy;
_root.lan_6._x = _root.lan_6._x + _root.last_wy;
_root.lan_7._x = _root.lan_7._x + _root.last_wy;
}
}
}
Instance of Symbol 1200 MovieClip "lan_2SL" in Frame 6
onClipEvent (enterFrame) {
if ((((_root.lan2_flg == 1) and (_root.lan_2._visible == 1)) and (_root.hit_flg == 0)) and (_root.ren04_kualan._visible == 1)) {
if (this.taitou.hitTest(_root.ren04_kualan.taitou)) {
}
}
if (((((_root.lan_2._visible == 1) and this.taitou.hittest(_root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "fzz"])) and (_root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "fzz"]._visible == 1)) and (_root.hit_flg == 0)) and (_root.lan2_flg == 1)) {
_root.lan2_flg = 1;
_root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]._visible = 0;
_root.last_wy = 0;
_root.hit_flg = 1;
clearInterval(time1);
clearInterval(time2);
clearInterval(_root.time1);
clearInterval(_root.time2);
clearInterval(_root.time4);
clearInterval(time15);
clearInterval(_root.time15);
_root.num_3 = 0;
_root.draw_flg = 0;
clearInterval(time5);
removeMovieClip("ren01_paxia");
removeMovieClip("ren02_paxia");
removeMovieClip("ren03_paxia");
removeMovieClip("ren04_paxia");
duplicateMovieClip ("ren01_paxiaSL", "ren01_paxia", 712);
duplicateMovieClip ("ren02_paxiaSL", "ren02_paxia", 713);
duplicateMovieClip ("ren03_paxiaSL", "ren03_paxia", 714);
duplicateMovieClip ("ren04_paxiaSL", "ren04_paxia", 715);
duplicateMovieClip ("land_suaidaoSL", "land_suaidao", 707);
_root.land_suaidao._visible = 0;
_root.ren01_paxia._visible = 0;
_root.ren02_paxia._visible = 0;
_root.ren03_paxia._visible = 0;
_root.ren04_paxia._visible = 0;
if (_root.ren_dunxiang eq "01") {
_root.last_wy = 0;
_root.ren01_paxia._x = _root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]._x;
_root.ren01_paxia._y = _root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]._y;
removeMovieClip(_root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]);
_root.ren01_paxia._visible = 1;
_root.ren01_paxia.gotoAndPlay(2);
} else if (_root.ren_dunxiang eq "02") {
_root.last_wy = 0;
_root.ren02_paxia._x = _root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]._x;
_root.ren02_paxia._y = _root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]._y;
removeMovieClip(_root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]);
_root.ren02_paxia._visible = 1;
_root.ren02_paxia.gotoAndPlay(2);
} else if (_root.ren_dunxiang eq "03") {
_root.last_wy = 0;
_root.ren03_paxia._x = _root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]._x;
_root.ren03_paxia._y = _root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]._y;
removeMovieClip(_root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]);
_root.ren03_paxia._visible = 1;
_root.ren03_paxia.gotoAndPlay(2);
} else if (_root.ren_dunxiang eq "04") {
_root.last_wy = 0;
_root.ren04_paxia._x = _root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]._x;
_root.ren04_paxia._y = _root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]._y;
removeMovieClip(_root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]);
_root.ren04_paxia._visible = 1;
_root.ren04_paxia.gotoAndPlay(2);
}
this._visible = 0;
_root.key_flg2 = 0;
_root.ks_flg = 0;
_root.land_suaidao._x = _x;
_root.land_suaidao._y = _y;
_root.land_suaidao._visible = 1;
_root.land_suaidao.gotoAndPlay(2);
} else if (((((_root.lan2_flg == 1) and (_root.lan_2._visible == 1)) and this.taitou.hittest(_root.ren01_kualan.taitou)) and (_root.hit_flg == 0)) and (_root.ren01_kualan._visible == 1)) {
_root.lan2_flg = 1;
_root.hit_flg = 1;
_root.key_flg2 = 0;
_root.ks_flg = 0;
_root.last_wy = 0;
clearInterval(time1);
clearInterval(time2);
_root.num_3 = 0;
_root.draw_flg = 0;
clearInterval(time5);
removeMovieClip("ren01_paxia");
removeMovieClip("ren02_paxia");
removeMovieClip("ren03_paxia");
removeMovieClip("ren04_paxia");
duplicateMovieClip ("ren01_paxiaSL", "ren01_paxia", 712);
duplicateMovieClip ("ren02_paxiaSL", "ren02_paxia", 713);
duplicateMovieClip ("ren03_paxiaSL", "ren03_paxia", 714);
duplicateMovieClip ("ren04_paxiaSL", "ren04_paxia", 715);
duplicateMovieClip ("land_suaidaoSL", "land_suaidao", 707);
_root.land_suaidao._visible = 0;
_root.ren01_paxia._visible = 0;
_root.ren02_paxia._visible = 0;
_root.ren03_paxia._visible = 0;
_root.ren04_paxia._visible = 0;
_root.ren01_paxia._x = _root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]._x;
_root.ren01_paxia._y = _root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]._y;
removeMovieClip(_root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]);
_root.ren01_paxia._visible = 1;
_root.ren01_paxia.gotoAndPlay(2);
_root.ren01_kualan._visible = 0;
_root.ren01_kualan.gotoAndStop(1);
this._visible = 0;
_root.key_flg2 = 0;
_root.ks_flg = 0;
_root.land_suaidao._x = _x;
_root.land_suaidao._y = _y;
_root.land_suaidao._visible = 1;
_root.land_suaidao.gotoAndPlay(2);
} else if (((((_root.lan2_flg == 1) and (_root.lan_2._visible == 1)) and this.taitou.hittest(_root.ren02_kualan.taitou)) and (_root.hit_flg == 0)) and (_root.ren02_kualan._visible == 1)) {
_root.lan2_flg = 1;
_root.hit_flg = 1;
_root.key_flg2 = 0;
_root.ks_flg = 0;
_root.last_wy = 0;
clearInterval(time1);
clearInterval(time2);
_root.num_3 = 0;
_root.draw_flg = 0;
clearInterval(time5);
removeMovieClip("ren01_paxia");
removeMovieClip("ren02_paxia");
removeMovieClip("ren03_paxia");
removeMovieClip("ren04_paxia");
duplicateMovieClip ("ren01_paxiaSL", "ren01_paxia", 712);
duplicateMovieClip ("ren02_paxiaSL", "ren02_paxia", 713);
duplicateMovieClip ("ren03_paxiaSL", "ren03_paxia", 714);
duplicateMovieClip ("ren04_paxiaSL", "ren04_paxia", 715);
duplicateMovieClip ("land_suaidaoSL", "land_suaidao", 707);
_root.land_suaidao._visible = 0;
_root.ren01_paxia._visible = 0;
_root.ren02_paxia._visible = 0;
_root.ren03_paxia._visible = 0;
_root.ren04_paxia._visible = 0;
_root.ren02_paxia._x = _root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]._x;
_root.ren02_paxia._y = _root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]._y;
removeMovieClip(_root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]);
_root.ren02_paxia._visible = 1;
_root.ren02_paxia.gotoAndPlay(2);
_root.ren02_kualan._visible = 0;
_root.ren02_kualan.gotoAndStop(1);
this._visible = 0;
_root.key_flg2 = 0;
_root.ks_flg = 0;
_root.land_suaidao._x = _x;
_root.land_suaidao._y = _y;
_root.land_suaidao._visible = 1;
_root.land_suaidao.gotoAndPlay(2);
} else if (((((_root.lan2_flg == 1) and (_root.lan_2._visible == 1)) and this.taitou.hittest(_root.ren03_kualan.taitou)) and (_root.hit_flg == 0)) and (_root.ren03_kualan._visible == 1)) {
_root.lan2_flg = 1;
_root.hit_flg = 1;
_root.key_flg2 = 0;
_root.ks_flg = 0;
_root.last_wy = 0;
clearInterval(time1);
clearInterval(time2);
_root.num_3 = 0;
_root.draw_flg = 0;
clearInterval(time5);
removeMovieClip("ren01_paxia");
removeMovieClip("ren02_paxia");
removeMovieClip("ren03_paxia");
removeMovieClip("ren04_paxia");
duplicateMovieClip ("ren01_paxiaSL", "ren01_paxia", 712);
duplicateMovieClip ("ren02_paxiaSL", "ren02_paxia", 713);
duplicateMovieClip ("ren03_paxiaSL", "ren03_paxia", 714);
duplicateMovieClip ("ren04_paxiaSL", "ren04_paxia", 715);
duplicateMovieClip ("land_suaidaoSL", "land_suaidao", 707);
_root.land_suaidao._visible = 0;
_root.ren01_paxia._visible = 0;
_root.ren02_paxia._visible = 0;
_root.ren03_paxia._visible = 0;
_root.ren04_paxia._visible = 0;
_root.ren03_paxia._x = _root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]._x;
_root.ren03_paxia._y = _root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]._y;
removeMovieClip(_root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]);
_root.ren03_paxia._visible = 1;
_root.ren03_paxia.gotoAndPlay(2);
_root.ren03_kualan._visible = 0;
_root.ren03_kualan.gotoAndStop(1);
this._visible = 0;
_root.key_flg2 = 0;
_root.ks_flg = 0;
_root.land_suaidao._x = _x;
_root.land_suaidao._y = _y;
_root.land_suaidao._visible = 1;
_root.land_suaidao.gotoAndPlay(2);
} else if (((((_root.lan2_flg == 1) and (_root.lan_2._visible == 1)) and this.taitou.hittest(_root.ren04_kualan.taitou)) and (_root.hit_flg == 0)) and (_root.ren04_kualan._visible == 1)) {
_root.lan2_flg = 1;
_root.hit_flg = 1;
_root.key_flg2 = 0;
_root.ks_flg = 0;
_root.last_wy = 0;
clearInterval(time1);
clearInterval(time2);
_root.num_3 = 0;
_root.draw_flg = 0;
clearInterval(time5);
removeMovieClip("ren01_paxia");
removeMovieClip("ren02_paxia");
removeMovieClip("ren03_paxia");
removeMovieClip("ren04_paxia");
duplicateMovieClip ("ren01_paxiaSL", "ren01_paxia", 712);
duplicateMovieClip ("ren02_paxiaSL", "ren02_paxia", 713);
duplicateMovieClip ("ren03_paxiaSL", "ren03_paxia", 714);
duplicateMovieClip ("ren04_paxiaSL", "ren04_paxia", 715);
duplicateMovieClip ("land_suaidaoSL", "land_suaidao", 707);
_root.land_suaidao._visible = 0;
_root.ren01_paxia._visible = 0;
_root.ren02_paxia._visible = 0;
_root.ren03_paxia._visible = 0;
_root.ren04_paxia._visible = 0;
_root.ren04_paxia._x = _root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]._x;
_root.ren04_paxia._y = _root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]._y;
removeMovieClip(_root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]);
_root.ren04_paxia._visible = 1;
_root.ren04_paxia.gotoAndPlay(2);
_root.ren04_kualan._visible = 0;
_root.ren04_kualan.gotoAndStop(1);
this._visible = 0;
_root.key_flg2 = 0;
_root.ks_flg = 0;
_root.land_suaidao._x = _x;
_root.land_suaidao._y = _y;
_root.land_suaidao._visible = 1;
_root.land_suaidao.gotoAndPlay(2);
}
}
Instance of Symbol 1202 MovieClip "lan_3SL" in Frame 6
onClipEvent (enterFrame) {
if ((((_root.lan3_flg == 1) and (_root.lan_3._visible == 1)) and (_root.hit_flg == 0)) and (_root.ren04_kualan._visible == 1)) {
if (this.taitou.hitTest(_root.ren04_kualan.taitou)) {
}
}
if (((((_root.lan_3._visible == 1) and this.taitou.hittest(_root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "fzz"])) and (_root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "fzz"]._visible == 1)) and (_root.hit_flg == 0)) and (_root.lan3_flg == 1)) {
_root.lan3_flg = 1;
_root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]._visible = 0;
_root.last_wy = 0;
_root.hit_flg = 1;
clearInterval(time1);
clearInterval(time2);
clearInterval(_root.time1);
clearInterval(_root.time2);
clearInterval(_root.time4);
clearInterval(time15);
clearInterval(_root.time15);
_root.num_3 = 0;
_root.draw_flg = 0;
clearInterval(time5);
removeMovieClip("ren01_paxia");
removeMovieClip("ren02_paxia");
removeMovieClip("ren03_paxia");
removeMovieClip("ren04_paxia");
duplicateMovieClip ("ren01_paxiaSL", "ren01_paxia", 712);
duplicateMovieClip ("ren02_paxiaSL", "ren02_paxia", 713);
duplicateMovieClip ("ren03_paxiaSL", "ren03_paxia", 714);
duplicateMovieClip ("ren04_paxiaSL", "ren04_paxia", 715);
duplicateMovieClip ("land_suaidaoSL", "land_suaidao", 707);
_root.land_suaidao._visible = 0;
_root.ren01_paxia._visible = 0;
_root.ren02_paxia._visible = 0;
_root.ren03_paxia._visible = 0;
_root.ren04_paxia._visible = 0;
if (_root.ren_dunxiang eq "01") {
_root.last_wy = 0;
_root.ren01_paxia._x = _root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]._x;
_root.ren01_paxia._y = _root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]._y;
removeMovieClip(_root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]);
_root.ren01_paxia._visible = 1;
_root.ren01_paxia.gotoAndPlay(2);
} else if (_root.ren_dunxiang eq "02") {
_root.last_wy = 0;
_root.ren02_paxia._x = _root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]._x;
_root.ren02_paxia._y = _root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]._y;
removeMovieClip(_root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]);
_root.ren02_paxia._visible = 1;
_root.ren02_paxia.gotoAndPlay(2);
} else if (_root.ren_dunxiang eq "03") {
_root.last_wy = 0;
_root.ren03_paxia._x = _root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]._x;
_root.ren03_paxia._y = _root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]._y;
removeMovieClip(_root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]);
_root.ren03_paxia._visible = 1;
_root.ren03_paxia.gotoAndPlay(2);
} else if (_root.ren_dunxiang eq "04") {
_root.last_wy = 0;
_root.ren04_paxia._x = _root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]._x;
_root.ren04_paxia._y = _root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]._y;
removeMovieClip(_root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]);
_root.ren04_paxia._visible = 1;
_root.ren04_paxia.gotoAndPlay(2);
}
this._visible = 0;
_root.key_flg2 = 0;
_root.ks_flg = 0;
_root.land_suaidao._x = _x;
_root.land_suaidao._y = _y;
_root.land_suaidao._visible = 1;
_root.land_suaidao.gotoAndPlay(2);
} else if (((((_root.lan3_flg == 1) and (_root.lan_3._visible == 1)) and this.taitou.hittest(_root.ren01_kualan.taitou)) and (_root.hit_flg == 0)) and (_root.ren01_kualan._visible == 1)) {
_root.lan3_flg = 1;
_root.hit_flg = 1;
_root.key_flg2 = 0;
_root.ks_flg = 0;
_root.last_wy = 0;
clearInterval(time1);
clearInterval(time2);
_root.num_3 = 0;
_root.draw_flg = 0;
clearInterval(time5);
removeMovieClip("ren01_paxia");
removeMovieClip("ren02_paxia");
removeMovieClip("ren03_paxia");
removeMovieClip("ren04_paxia");
duplicateMovieClip ("ren01_paxiaSL", "ren01_paxia", 712);
duplicateMovieClip ("ren02_paxiaSL", "ren02_paxia", 713);
duplicateMovieClip ("ren03_paxiaSL", "ren03_paxia", 714);
duplicateMovieClip ("ren04_paxiaSL", "ren04_paxia", 715);
duplicateMovieClip ("land_suaidaoSL", "land_suaidao", 707);
_root.land_suaidao._visible = 0;
_root.ren01_paxia._visible = 0;
_root.ren02_paxia._visible = 0;
_root.ren03_paxia._visible = 0;
_root.ren04_paxia._visible = 0;
_root.ren01_paxia._x = _root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]._x;
_root.ren01_paxia._y = _root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]._y;
removeMovieClip(_root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]);
_root.ren01_paxia._visible = 1;
_root.ren01_paxia.gotoAndPlay(2);
_root.ren01_kualan._visible = 0;
_root.ren01_kualan.gotoAndStop(1);
this._visible = 0;
_root.key_flg2 = 0;
_root.ks_flg = 0;
_root.land_suaidao._x = _x;
_root.land_suaidao._y = _y;
_root.land_suaidao._visible = 1;
_root.land_suaidao.gotoAndPlay(2);
} else if (((((_root.lan3_flg == 1) and (_root.lan_3._visible == 1)) and this.taitou.hittest(_root.ren02_kualan.taitou)) and (_root.hit_flg == 0)) and (_root.ren02_kualan._visible == 1)) {
_root.lan3_flg = 1;
_root.hit_flg = 1;
_root.key_flg2 = 0;
_root.ks_flg = 0;
_root.last_wy = 0;
clearInterval(time1);
clearInterval(time2);
_root.num_3 = 0;
_root.draw_flg = 0;
clearInterval(time5);
removeMovieClip("ren01_paxia");
removeMovieClip("ren02_paxia");
removeMovieClip("ren03_paxia");
removeMovieClip("ren04_paxia");
duplicateMovieClip ("ren01_paxiaSL", "ren01_paxia", 712);
duplicateMovieClip ("ren02_paxiaSL", "ren02_paxia", 713);
duplicateMovieClip ("ren03_paxiaSL", "ren03_paxia", 714);
duplicateMovieClip ("ren04_paxiaSL", "ren04_paxia", 715);
duplicateMovieClip ("land_suaidaoSL", "land_suaidao", 707);
_root.land_suaidao._visible = 0;
_root.ren01_paxia._visible = 0;
_root.ren02_paxia._visible = 0;
_root.ren03_paxia._visible = 0;
_root.ren04_paxia._visible = 0;
_root.ren02_paxia._x = _root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]._x;
_root.ren02_paxia._y = _root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]._y;
removeMovieClip(_root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]);
_root.ren02_paxia._visible = 1;
_root.ren02_paxia.gotoAndPlay(2);
_root.ren02_kualan._visible = 0;
_root.ren02_kualan.gotoAndStop(1);
this._visible = 0;
_root.key_flg2 = 0;
_root.ks_flg = 0;
_root.land_suaidao._x = _x;
_root.land_suaidao._y = _y;
_root.land_suaidao._visible = 1;
_root.land_suaidao.gotoAndPlay(2);
} else if (((((_root.lan3_flg == 1) and (_root.lan_3._visible == 1)) and this.taitou.hittest(_root.ren03_kualan.taitou)) and (_root.hit_flg == 0)) and (_root.ren03_kualan._visible == 1)) {
_root.lan3_flg = 1;
_root.hit_flg = 1;
_root.key_flg2 = 0;
_root.ks_flg = 0;
_root.last_wy = 0;
clearInterval(time1);
clearInterval(time2);
_root.num_3 = 0;
_root.draw_flg = 0;
clearInterval(time5);
removeMovieClip("ren01_paxia");
removeMovieClip("ren02_paxia");
removeMovieClip("ren03_paxia");
removeMovieClip("ren04_paxia");
duplicateMovieClip ("ren01_paxiaSL", "ren01_paxia", 712);
duplicateMovieClip ("ren02_paxiaSL", "ren02_paxia", 713);
duplicateMovieClip ("ren03_paxiaSL", "ren03_paxia", 714);
duplicateMovieClip ("ren04_paxiaSL", "ren04_paxia", 715);
duplicateMovieClip ("land_suaidaoSL", "land_suaidao", 707);
_root.land_suaidao._visible = 0;
_root.ren01_paxia._visible = 0;
_root.ren02_paxia._visible = 0;
_root.ren03_paxia._visible = 0;
_root.ren04_paxia._visible = 0;
_root.ren03_paxia._x = _root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]._x;
_root.ren03_paxia._y = _root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]._y;
removeMovieClip(_root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]);
_root.ren03_paxia._visible = 1;
_root.ren03_paxia.gotoAndPlay(2);
_root.ren03_kualan._visible = 0;
_root.ren03_kualan.gotoAndStop(1);
this._visible = 0;
_root.key_flg2 = 0;
_root.ks_flg = 0;
_root.land_suaidao._x = _x;
_root.land_suaidao._y = _y;
_root.land_suaidao._visible = 1;
_root.land_suaidao.gotoAndPlay(2);
} else if (((((_root.lan3_flg == 1) and (_root.lan_3._visible == 1)) and this.taitou.hittest(_root.ren04_kualan.taitou)) and (_root.hit_flg == 0)) and (_root.ren04_kualan._visible == 1)) {
_root.lan3_flg = 1;
_root.hit_flg = 1;
_root.key_flg2 = 0;
_root.ks_flg = 0;
_root.last_wy = 0;
clearInterval(time1);
clearInterval(time2);
_root.num_3 = 0;
_root.draw_flg = 0;
clearInterval(time5);
removeMovieClip("ren01_paxia");
removeMovieClip("ren02_paxia");
removeMovieClip("ren03_paxia");
removeMovieClip("ren04_paxia");
duplicateMovieClip ("ren01_paxiaSL", "ren01_paxia", 712);
duplicateMovieClip ("ren02_paxiaSL", "ren02_paxia", 713);
duplicateMovieClip ("ren03_paxiaSL", "ren03_paxia", 714);
duplicateMovieClip ("ren04_paxiaSL", "ren04_paxia", 715);
duplicateMovieClip ("land_suaidaoSL", "land_suaidao", 707);
_root.land_suaidao._visible = 0;
_root.ren01_paxia._visible = 0;
_root.ren02_paxia._visible = 0;
_root.ren03_paxia._visible = 0;
_root.ren04_paxia._visible = 0;
_root.ren04_paxia._x = _root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]._x;
_root.ren04_paxia._y = _root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]._y;
removeMovieClip(_root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]);
_root.ren04_paxia._visible = 1;
_root.ren04_paxia.gotoAndPlay(2);
_root.ren04_kualan._visible = 0;
_root.ren04_kualan.gotoAndStop(1);
this._visible = 0;
_root.key_flg2 = 0;
_root.ks_flg = 0;
_root.land_suaidao._x = _x;
_root.land_suaidao._y = _y;
_root.land_suaidao._visible = 1;
_root.land_suaidao.gotoAndPlay(2);
}
}
Instance of Symbol 1204 MovieClip "lan_4SL" in Frame 6
onClipEvent (enterFrame) {
if ((((_root.lan4_flg == 1) and (_root.lan_4._visible == 1)) and (_root.hit_flg == 0)) and (_root.ren04_kualan._visible == 1)) {
if (this.taitou.hitTest(_root.ren04_kualan.taitou)) {
}
}
if (((((_root.lan_4._visible == 1) and this.taitou.hittest(_root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "fzz"])) and (_root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "fzz"]._visible == 1)) and (_root.hit_flg == 0)) and (_root.lan4_flg == 1)) {
_root.lan4_flg = 1;
_root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]._visible = 0;
_root.last_wy = 0;
_root.hit_flg = 1;
clearInterval(time1);
clearInterval(time2);
clearInterval(_root.time1);
clearInterval(_root.time2);
clearInterval(_root.time4);
clearInterval(time15);
clearInterval(_root.time15);
_root.num_3 = 0;
_root.draw_flg = 0;
clearInterval(time5);
removeMovieClip("ren01_paxia");
removeMovieClip("ren02_paxia");
removeMovieClip("ren03_paxia");
removeMovieClip("ren04_paxia");
duplicateMovieClip ("ren01_paxiaSL", "ren01_paxia", 712);
duplicateMovieClip ("ren02_paxiaSL", "ren02_paxia", 713);
duplicateMovieClip ("ren03_paxiaSL", "ren03_paxia", 714);
duplicateMovieClip ("ren04_paxiaSL", "ren04_paxia", 715);
duplicateMovieClip ("land_suaidaoSL", "land_suaidao", 707);
_root.land_suaidao._visible = 0;
_root.ren01_paxia._visible = 0;
_root.ren02_paxia._visible = 0;
_root.ren03_paxia._visible = 0;
_root.ren04_paxia._visible = 0;
if (_root.ren_dunxiang eq "01") {
_root.last_wy = 0;
_root.ren01_paxia._x = _root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]._x;
_root.ren01_paxia._y = _root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]._y;
removeMovieClip(_root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]);
_root.ren01_paxia._visible = 1;
_root.ren01_paxia.gotoAndPlay(2);
} else if (_root.ren_dunxiang eq "02") {
_root.last_wy = 0;
_root.ren02_paxia._x = _root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]._x;
_root.ren02_paxia._y = _root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]._y;
removeMovieClip(_root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]);
_root.ren02_paxia._visible = 1;
_root.ren02_paxia.gotoAndPlay(2);
} else if (_root.ren_dunxiang eq "03") {
_root.last_wy = 0;
_root.ren03_paxia._x = _root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]._x;
_root.ren03_paxia._y = _root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]._y;
removeMovieClip(_root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]);
_root.ren03_paxia._visible = 1;
_root.ren03_paxia.gotoAndPlay(2);
} else if (_root.ren_dunxiang eq "04") {
_root.last_wy = 0;
_root.ren04_paxia._x = _root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]._x;
_root.ren04_paxia._y = _root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]._y;
removeMovieClip(_root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]);
_root.ren04_paxia._visible = 1;
_root.ren04_paxia.gotoAndPlay(2);
}
this._visible = 0;
_root.key_flg2 = 0;
_root.ks_flg = 0;
_root.land_suaidao._x = _x;
_root.land_suaidao._y = _y;
_root.land_suaidao._visible = 1;
_root.land_suaidao.gotoAndPlay(2);
} else if (((((_root.lan4_flg == 1) and (_root.lan_4._visible == 1)) and this.taitou.hittest(_root.ren01_kualan.taitou)) and (_root.hit_flg == 0)) and (_root.ren01_kualan._visible == 1)) {
_root.lan4_flg = 1;
_root.hit_flg = 1;
_root.key_flg2 = 0;
_root.ks_flg = 0;
_root.last_wy = 0;
clearInterval(time1);
clearInterval(time2);
_root.num_3 = 0;
_root.draw_flg = 0;
clearInterval(time5);
removeMovieClip("ren01_paxia");
removeMovieClip("ren02_paxia");
removeMovieClip("ren03_paxia");
removeMovieClip("ren04_paxia");
duplicateMovieClip ("ren01_paxiaSL", "ren01_paxia", 712);
duplicateMovieClip ("ren02_paxiaSL", "ren02_paxia", 713);
duplicateMovieClip ("ren03_paxiaSL", "ren03_paxia", 714);
duplicateMovieClip ("ren04_paxiaSL", "ren04_paxia", 715);
duplicateMovieClip ("land_suaidaoSL", "land_suaidao", 707);
_root.land_suaidao._visible = 0;
_root.ren01_paxia._visible = 0;
_root.ren02_paxia._visible = 0;
_root.ren03_paxia._visible = 0;
_root.ren04_paxia._visible = 0;
_root.ren01_paxia._x = _root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]._x;
_root.ren01_paxia._y = _root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]._y;
removeMovieClip(_root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]);
_root.ren01_paxia._visible = 1;
_root.ren01_paxia.gotoAndPlay(2);
_root.ren01_kualan._visible = 0;
_root.ren01_kualan.gotoAndStop(1);
this._visible = 0;
_root.key_flg2 = 0;
_root.ks_flg = 0;
_root.land_suaidao._x = _x;
_root.land_suaidao._y = _y;
_root.land_suaidao._visible = 1;
_root.land_suaidao.gotoAndPlay(2);
} else if (((((_root.lan4_flg == 1) and (_root.lan_4._visible == 1)) and this.taitou.hittest(_root.ren02_kualan.taitou)) and (_root.hit_flg == 0)) and (_root.ren02_kualan._visible == 1)) {
_root.lan4_flg = 1;
_root.hit_flg = 1;
_root.key_flg2 = 0;
_root.ks_flg = 0;
_root.last_wy = 0;
clearInterval(time1);
clearInterval(time2);
_root.num_3 = 0;
_root.draw_flg = 0;
clearInterval(time5);
removeMovieClip("ren01_paxia");
removeMovieClip("ren02_paxia");
removeMovieClip("ren03_paxia");
removeMovieClip("ren04_paxia");
duplicateMovieClip ("ren01_paxiaSL", "ren01_paxia", 712);
duplicateMovieClip ("ren02_paxiaSL", "ren02_paxia", 713);
duplicateMovieClip ("ren03_paxiaSL", "ren03_paxia", 714);
duplicateMovieClip ("ren04_paxiaSL", "ren04_paxia", 715);
duplicateMovieClip ("land_suaidaoSL", "land_suaidao", 707);
_root.land_suaidao._visible = 0;
_root.ren01_paxia._visible = 0;
_root.ren02_paxia._visible = 0;
_root.ren03_paxia._visible = 0;
_root.ren04_paxia._visible = 0;
_root.ren02_paxia._x = _root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]._x;
_root.ren02_paxia._y = _root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]._y;
removeMovieClip(_root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]);
_root.ren02_paxia._visible = 1;
_root.ren02_paxia.gotoAndPlay(2);
_root.ren02_kualan._visible = 0;
_root.ren02_kualan.gotoAndStop(1);
this._visible = 0;
_root.key_flg2 = 0;
_root.ks_flg = 0;
_root.land_suaidao._x = _x;
_root.land_suaidao._y = _y;
_root.land_suaidao._visible = 1;
_root.land_suaidao.gotoAndPlay(2);
} else if (((((_root.lan4_flg == 1) and (_root.lan_4._visible == 1)) and this.taitou.hittest(_root.ren03_kualan.taitou)) and (_root.hit_flg == 0)) and (_root.ren03_kualan._visible == 1)) {
_root.lan4_flg = 1;
_root.hit_flg = 1;
_root.key_flg2 = 0;
_root.ks_flg = 0;
_root.last_wy = 0;
clearInterval(time1);
clearInterval(time2);
_root.num_3 = 0;
_root.draw_flg = 0;
clearInterval(time5);
removeMovieClip("ren01_paxia");
removeMovieClip("ren02_paxia");
removeMovieClip("ren03_paxia");
removeMovieClip("ren04_paxia");
duplicateMovieClip ("ren01_paxiaSL", "ren01_paxia", 712);
duplicateMovieClip ("ren02_paxiaSL", "ren02_paxia", 713);
duplicateMovieClip ("ren03_paxiaSL", "ren03_paxia", 714);
duplicateMovieClip ("ren04_paxiaSL", "ren04_paxia", 715);
duplicateMovieClip ("land_suaidaoSL", "land_suaidao", 707);
_root.land_suaidao._visible = 0;
_root.ren01_paxia._visible = 0;
_root.ren02_paxia._visible = 0;
_root.ren03_paxia._visible = 0;
_root.ren04_paxia._visible = 0;
_root.ren03_paxia._x = _root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]._x;
_root.ren03_paxia._y = _root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]._y;
removeMovieClip(_root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]);
_root.ren03_paxia._visible = 1;
_root.ren03_paxia.gotoAndPlay(2);
_root.ren03_kualan._visible = 0;
_root.ren03_kualan.gotoAndStop(1);
this._visible = 0;
_root.key_flg2 = 0;
_root.ks_flg = 0;
_root.land_suaidao._x = _x;
_root.land_suaidao._y = _y;
_root.land_suaidao._visible = 1;
_root.land_suaidao.gotoAndPlay(2);
} else if (((((_root.lan4_flg == 1) and (_root.lan_4._visible == 1)) and this.taitou.hittest(_root.ren04_kualan.taitou)) and (_root.hit_flg == 0)) and (_root.ren04_kualan._visible == 1)) {
_root.lan4_flg = 1;
_root.hit_flg = 1;
_root.key_flg2 = 0;
_root.ks_flg = 0;
_root.last_wy = 0;
clearInterval(time1);
clearInterval(time2);
_root.num_3 = 0;
_root.draw_flg = 0;
clearInterval(time5);
removeMovieClip("ren01_paxia");
removeMovieClip("ren02_paxia");
removeMovieClip("ren03_paxia");
removeMovieClip("ren04_paxia");
duplicateMovieClip ("ren01_paxiaSL", "ren01_paxia", 712);
duplicateMovieClip ("ren02_paxiaSL", "ren02_paxia", 713);
duplicateMovieClip ("ren03_paxiaSL", "ren03_paxia", 714);
duplicateMovieClip ("ren04_paxiaSL", "ren04_paxia", 715);
duplicateMovieClip ("land_suaidaoSL", "land_suaidao", 707);
_root.land_suaidao._visible = 0;
_root.ren01_paxia._visible = 0;
_root.ren02_paxia._visible = 0;
_root.ren03_paxia._visible = 0;
_root.ren04_paxia._visible = 0;
_root.ren04_paxia._x = _root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]._x;
_root.ren04_paxia._y = _root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]._y;
removeMovieClip(_root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]);
_root.ren04_paxia._visible = 1;
_root.ren04_paxia.gotoAndPlay(2);
_root.ren04_kualan._visible = 0;
_root.ren04_kualan.gotoAndStop(1);
this._visible = 0;
_root.key_flg2 = 0;
_root.ks_flg = 0;
_root.land_suaidao._x = _x;
_root.land_suaidao._y = _y;
_root.land_suaidao._visible = 1;
_root.land_suaidao.gotoAndPlay(2);
}
}
Instance of Symbol 1207 MovieClip "lan_5SL" in Frame 6
onClipEvent (enterFrame) {
if ((((_root.lan5_flg == 1) and (_root.lan_5._visible == 1)) and (_root.hit_flg == 0)) and (_root.ren04_kualan._visible == 1)) {
if (this.taitou.hitTest(_root.ren04_kualan.taitou)) {
}
}
if (((((_root.lan_5._visible == 1) and this.taitou.hittest(_root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "fzz"])) and (_root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "fzz"]._visible == 1)) and (_root.hit_flg == 0)) and (_root.lan5_flg == 1)) {
_root.lan5_flg = 1;
_root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]._visible = 0;
_root.last_wy = 0;
_root.hit_flg = 1;
clearInterval(time1);
clearInterval(time2);
clearInterval(_root.time1);
clearInterval(_root.time2);
clearInterval(_root.time4);
clearInterval(time15);
clearInterval(_root.time15);
_root.num_3 = 0;
_root.draw_flg = 0;
clearInterval(time5);
removeMovieClip("ren01_paxia");
removeMovieClip("ren02_paxia");
removeMovieClip("ren03_paxia");
removeMovieClip("ren04_paxia");
duplicateMovieClip ("ren01_paxiaSL", "ren01_paxia", 712);
duplicateMovieClip ("ren02_paxiaSL", "ren02_paxia", 713);
duplicateMovieClip ("ren03_paxiaSL", "ren03_paxia", 714);
duplicateMovieClip ("ren04_paxiaSL", "ren04_paxia", 715);
duplicateMovieClip ("land_suaidaoSL", "land_suaidao", 707);
_root.land_suaidao._visible = 0;
_root.ren01_paxia._visible = 0;
_root.ren02_paxia._visible = 0;
_root.ren03_paxia._visible = 0;
_root.ren04_paxia._visible = 0;
if (_root.ren_dunxiang eq "01") {
_root.last_wy = 0;
_root.ren01_paxia._x = _root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]._x;
_root.ren01_paxia._y = _root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]._y;
removeMovieClip(_root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]);
_root.ren01_paxia._visible = 1;
_root.ren01_paxia.gotoAndPlay(2);
} else if (_root.ren_dunxiang eq "02") {
_root.last_wy = 0;
_root.ren02_paxia._x = _root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]._x;
_root.ren02_paxia._y = _root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]._y;
removeMovieClip(_root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]);
_root.ren02_paxia._visible = 1;
_root.ren02_paxia.gotoAndPlay(2);
} else if (_root.ren_dunxiang eq "03") {
_root.last_wy = 0;
_root.ren03_paxia._x = _root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]._x;
_root.ren03_paxia._y = _root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]._y;
removeMovieClip(_root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]);
_root.ren03_paxia._visible = 1;
_root.ren03_paxia.gotoAndPlay(2);
} else if (_root.ren_dunxiang eq "04") {
_root.last_wy = 0;
_root.ren04_paxia._x = _root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]._x;
_root.ren04_paxia._y = _root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]._y;
removeMovieClip(_root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]);
_root.ren04_paxia._visible = 1;
_root.ren04_paxia.gotoAndPlay(2);
}
this._visible = 0;
_root.key_flg2 = 0;
_root.ks_flg = 0;
_root.land_suaidao._x = _x;
_root.land_suaidao._y = _y;
_root.land_suaidao._visible = 1;
_root.land_suaidao.gotoAndPlay(2);
} else if (((((_root.lan5_flg == 1) and (_root.lan_5._visible == 1)) and this.taitou.hittest(_root.ren01_kualan.taitou)) and (_root.hit_flg == 0)) and (_root.ren01_kualan._visible == 1)) {
_root.lan5_flg = 1;
_root.hit_flg = 1;
_root.key_flg2 = 0;
_root.ks_flg = 0;
_root.last_wy = 0;
clearInterval(time1);
clearInterval(time2);
_root.num_3 = 0;
_root.draw_flg = 0;
clearInterval(time5);
removeMovieClip("ren01_paxia");
removeMovieClip("ren02_paxia");
removeMovieClip("ren03_paxia");
removeMovieClip("ren04_paxia");
duplicateMovieClip ("ren01_paxiaSL", "ren01_paxia", 712);
duplicateMovieClip ("ren02_paxiaSL", "ren02_paxia", 713);
duplicateMovieClip ("ren03_paxiaSL", "ren03_paxia", 714);
duplicateMovieClip ("ren04_paxiaSL", "ren04_paxia", 715);
duplicateMovieClip ("land_suaidaoSL", "land_suaidao", 707);
_root.land_suaidao._visible = 0;
_root.ren01_paxia._visible = 0;
_root.ren02_paxia._visible = 0;
_root.ren03_paxia._visible = 0;
_root.ren04_paxia._visible = 0;
_root.ren01_paxia._x = _root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]._x;
_root.ren01_paxia._y = _root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]._y;
removeMovieClip(_root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]);
_root.ren01_paxia._visible = 1;
_root.ren01_paxia.gotoAndPlay(2);
_root.ren01_kualan._visible = 0;
_root.ren01_kualan.gotoAndStop(1);
this._visible = 0;
_root.key_flg2 = 0;
_root.ks_flg = 0;
_root.land_suaidao._x = _x;
_root.land_suaidao._y = _y;
_root.land_suaidao._visible = 1;
_root.land_suaidao.gotoAndPlay(2);
} else if (((((_root.lan5_flg == 1) and (_root.lan_5._visible == 1)) and this.taitou.hittest(_root.ren02_kualan.taitou)) and (_root.hit_flg == 0)) and (_root.ren02_kualan._visible == 1)) {
_root.lan5_flg = 1;
_root.hit_flg = 1;
_root.key_flg2 = 0;
_root.ks_flg = 0;
_root.last_wy = 0;
clearInterval(time1);
clearInterval(time2);
_root.num_3 = 0;
_root.draw_flg = 0;
clearInterval(time5);
removeMovieClip("ren01_paxia");
removeMovieClip("ren02_paxia");
removeMovieClip("ren03_paxia");
removeMovieClip("ren04_paxia");
duplicateMovieClip ("ren01_paxiaSL", "ren01_paxia", 712);
duplicateMovieClip ("ren02_paxiaSL", "ren02_paxia", 713);
duplicateMovieClip ("ren03_paxiaSL", "ren03_paxia", 714);
duplicateMovieClip ("ren04_paxiaSL", "ren04_paxia", 715);
duplicateMovieClip ("land_suaidaoSL", "land_suaidao", 707);
_root.land_suaidao._visible = 0;
_root.ren01_paxia._visible = 0;
_root.ren02_paxia._visible = 0;
_root.ren03_paxia._visible = 0;
_root.ren04_paxia._visible = 0;
_root.ren02_paxia._x = _root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]._x;
_root.ren02_paxia._y = _root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]._y;
removeMovieClip(_root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]);
_root.ren02_paxia._visible = 1;
_root.ren02_paxia.gotoAndPlay(2);
_root.ren02_kualan._visible = 0;
_root.ren02_kualan.gotoAndStop(1);
this._visible = 0;
_root.key_flg2 = 0;
_root.ks_flg = 0;
_root.land_suaidao._x = _x;
_root.land_suaidao._y = _y;
_root.land_suaidao._visible = 1;
_root.land_suaidao.gotoAndPlay(2);
} else if (((((_root.lan5_flg == 1) and (_root.lan_5._visible == 1)) and this.taitou.hittest(_root.ren03_kualan.taitou)) and (_root.hit_flg == 0)) and (_root.ren03_kualan._visible == 1)) {
_root.lan5_flg = 1;
_root.hit_flg = 1;
_root.key_flg2 = 0;
_root.ks_flg = 0;
_root.last_wy = 0;
clearInterval(time1);
clearInterval(time2);
_root.num_3 = 0;
_root.draw_flg = 0;
clearInterval(time5);
removeMovieClip("ren01_paxia");
removeMovieClip("ren02_paxia");
removeMovieClip("ren03_paxia");
removeMovieClip("ren04_paxia");
duplicateMovieClip ("ren01_paxiaSL", "ren01_paxia", 712);
duplicateMovieClip ("ren02_paxiaSL", "ren02_paxia", 713);
duplicateMovieClip ("ren03_paxiaSL", "ren03_paxia", 714);
duplicateMovieClip ("ren04_paxiaSL", "ren04_paxia", 715);
duplicateMovieClip ("land_suaidaoSL", "land_suaidao", 707);
_root.land_suaidao._visible = 0;
_root.ren01_paxia._visible = 0;
_root.ren02_paxia._visible = 0;
_root.ren03_paxia._visible = 0;
_root.ren04_paxia._visible = 0;
_root.ren03_paxia._x = _root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]._x;
_root.ren03_paxia._y = _root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]._y;
removeMovieClip(_root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]);
_root.ren03_paxia._visible = 1;
_root.ren03_paxia.gotoAndPlay(2);
_root.ren03_kualan._visible = 0;
_root.ren03_kualan.gotoAndStop(1);
this._visible = 0;
_root.key_flg2 = 0;
_root.ks_flg = 0;
_root.land_suaidao._x = _x;
_root.land_suaidao._y = _y;
_root.land_suaidao._visible = 1;
_root.land_suaidao.gotoAndPlay(2);
} else if (((((_root.lan5_flg == 1) and (_root.lan_5._visible == 1)) and this.taitou.hittest(_root.ren04_kualan.taitou)) and (_root.hit_flg == 0)) and (_root.ren04_kualan._visible == 1)) {
_root.lan5_flg = 1;
_root.hit_flg = 1;
_root.key_flg2 = 0;
_root.ks_flg = 0;
_root.last_wy = 0;
clearInterval(time1);
clearInterval(time2);
_root.num_3 = 0;
_root.draw_flg = 0;
clearInterval(time5);
removeMovieClip("ren01_paxia");
removeMovieClip("ren02_paxia");
removeMovieClip("ren03_paxia");
removeMovieClip("ren04_paxia");
duplicateMovieClip ("ren01_paxiaSL", "ren01_paxia", 712);
duplicateMovieClip ("ren02_paxiaSL", "ren02_paxia", 713);
duplicateMovieClip ("ren03_paxiaSL", "ren03_paxia", 714);
duplicateMovieClip ("ren04_paxiaSL", "ren04_paxia", 715);
duplicateMovieClip ("land_suaidaoSL", "land_suaidao", 707);
_root.land_suaidao._visible = 0;
_root.ren01_paxia._visible = 0;
_root.ren02_paxia._visible = 0;
_root.ren03_paxia._visible = 0;
_root.ren04_paxia._visible = 0;
_root.ren04_paxia._x = _root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]._x;
_root.ren04_paxia._y = _root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]._y;
removeMovieClip(_root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]);
_root.ren04_paxia._visible = 1;
_root.ren04_paxia.gotoAndPlay(2);
_root.ren04_kualan._visible = 0;
_root.ren04_kualan.gotoAndStop(1);
this._visible = 0;
_root.key_flg2 = 0;
_root.ks_flg = 0;
_root.land_suaidao._x = _x;
_root.land_suaidao._y = _y;
_root.land_suaidao._visible = 1;
_root.land_suaidao.gotoAndPlay(2);
}
}
Instance of Symbol 1209 MovieClip "lan_6SL" in Frame 6
onClipEvent (enterFrame) {
if ((((_root.lan6_flg == 1) and (_root.lan_6._visible == 1)) and (_root.hit_flg == 0)) and (_root.ren04_kualan._visible == 1)) {
if (this.taitou.hitTest(_root.ren04_kualan.taitou)) {
}
}
if (((((_root.lan_6._visible == 1) and this.taitou.hittest(_root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "fzz"])) and (_root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "fzz"]._visible == 1)) and (_root.hit_flg == 0)) and (_root.lan6_flg == 1)) {
_root.lan6_flg = 1;
_root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]._visible = 0;
_root.last_wy = 0;
_root.hit_flg = 1;
clearInterval(time1);
clearInterval(time2);
clearInterval(_root.time1);
clearInterval(_root.time2);
clearInterval(_root.time4);
clearInterval(time15);
clearInterval(_root.time15);
_root.num_3 = 0;
_root.draw_flg = 0;
clearInterval(time5);
removeMovieClip("ren01_paxia");
removeMovieClip("ren02_paxia");
removeMovieClip("ren03_paxia");
removeMovieClip("ren04_paxia");
duplicateMovieClip ("ren01_paxiaSL", "ren01_paxia", 712);
duplicateMovieClip ("ren02_paxiaSL", "ren02_paxia", 713);
duplicateMovieClip ("ren03_paxiaSL", "ren03_paxia", 714);
duplicateMovieClip ("ren04_paxiaSL", "ren04_paxia", 715);
duplicateMovieClip ("land_suaidaoSL", "land_suaidao", 707);
_root.land_suaidao._visible = 0;
_root.ren01_paxia._visible = 0;
_root.ren02_paxia._visible = 0;
_root.ren03_paxia._visible = 0;
_root.ren04_paxia._visible = 0;
if (_root.ren_dunxiang eq "01") {
_root.last_wy = 0;
_root.ren01_paxia._x = _root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]._x;
_root.ren01_paxia._y = _root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]._y;
removeMovieClip(_root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]);
_root.ren01_paxia._visible = 1;
_root.ren01_paxia.gotoAndPlay(2);
} else if (_root.ren_dunxiang eq "02") {
_root.last_wy = 0;
_root.ren02_paxia._x = _root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]._x;
_root.ren02_paxia._y = _root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]._y;
removeMovieClip(_root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]);
_root.ren02_paxia._visible = 1;
_root.ren02_paxia.gotoAndPlay(2);
} else if (_root.ren_dunxiang eq "03") {
_root.last_wy = 0;
_root.ren03_paxia._x = _root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]._x;
_root.ren03_paxia._y = _root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]._y;
removeMovieClip(_root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]);
_root.ren03_paxia._visible = 1;
_root.ren03_paxia.gotoAndPlay(2);
} else if (_root.ren_dunxiang eq "04") {
_root.last_wy = 0;
_root.ren04_paxia._x = _root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]._x;
_root.ren04_paxia._y = _root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]._y;
removeMovieClip(_root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]);
_root.ren04_paxia._visible = 1;
_root.ren04_paxia.gotoAndPlay(2);
}
this._visible = 0;
_root.key_flg2 = 0;
_root.ks_flg = 0;
_root.land_suaidao._x = _x;
_root.land_suaidao._y = _y;
_root.land_suaidao._visible = 1;
_root.land_suaidao.gotoAndPlay(2);
} else if (((((_root.lan6_flg == 1) and (_root.lan_6._visible == 1)) and this.taitou.hittest(_root.ren01_kualan.taitou)) and (_root.hit_flg == 0)) and (_root.ren01_kualan._visible == 1)) {
_root.lan6_flg = 1;
_root.hit_flg = 1;
_root.key_flg2 = 0;
_root.ks_flg = 0;
_root.last_wy = 0;
clearInterval(time1);
clearInterval(time2);
_root.num_3 = 0;
_root.draw_flg = 0;
clearInterval(time5);
removeMovieClip("ren01_paxia");
removeMovieClip("ren02_paxia");
removeMovieClip("ren03_paxia");
removeMovieClip("ren04_paxia");
duplicateMovieClip ("ren01_paxiaSL", "ren01_paxia", 712);
duplicateMovieClip ("ren02_paxiaSL", "ren02_paxia", 713);
duplicateMovieClip ("ren03_paxiaSL", "ren03_paxia", 714);
duplicateMovieClip ("ren04_paxiaSL", "ren04_paxia", 715);
duplicateMovieClip ("land_suaidaoSL", "land_suaidao", 707);
_root.land_suaidao._visible = 0;
_root.ren01_paxia._visible = 0;
_root.ren02_paxia._visible = 0;
_root.ren03_paxia._visible = 0;
_root.ren04_paxia._visible = 0;
_root.ren01_paxia._x = _root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]._x;
_root.ren01_paxia._y = _root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]._y;
removeMovieClip(_root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]);
_root.ren01_paxia._visible = 1;
_root.ren01_paxia.gotoAndPlay(2);
_root.ren01_kualan._visible = 0;
_root.ren01_kualan.gotoAndStop(1);
this._visible = 0;
_root.key_flg2 = 0;
_root.ks_flg = 0;
_root.land_suaidao._x = _x;
_root.land_suaidao._y = _y;
_root.land_suaidao._visible = 1;
_root.land_suaidao.gotoAndPlay(2);
} else if (((((_root.lan6_flg == 1) and (_root.lan_6._visible == 1)) and this.taitou.hittest(_root.ren02_kualan.taitou)) and (_root.hit_flg == 0)) and (_root.ren02_kualan._visible == 1)) {
_root.lan6_flg = 1;
_root.hit_flg = 1;
_root.key_flg2 = 0;
_root.ks_flg = 0;
_root.last_wy = 0;
clearInterval(time1);
clearInterval(time2);
_root.num_3 = 0;
_root.draw_flg = 0;
clearInterval(time5);
removeMovieClip("ren01_paxia");
removeMovieClip("ren02_paxia");
removeMovieClip("ren03_paxia");
removeMovieClip("ren04_paxia");
duplicateMovieClip ("ren01_paxiaSL", "ren01_paxia", 712);
duplicateMovieClip ("ren02_paxiaSL", "ren02_paxia", 713);
duplicateMovieClip ("ren03_paxiaSL", "ren03_paxia", 714);
duplicateMovieClip ("ren04_paxiaSL", "ren04_paxia", 715);
duplicateMovieClip ("land_suaidaoSL", "land_suaidao", 707);
_root.land_suaidao._visible = 0;
_root.ren01_paxia._visible = 0;
_root.ren02_paxia._visible = 0;
_root.ren03_paxia._visible = 0;
_root.ren04_paxia._visible = 0;
_root.ren02_paxia._x = _root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]._x;
_root.ren02_paxia._y = _root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]._y;
removeMovieClip(_root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]);
_root.ren02_paxia._visible = 1;
_root.ren02_paxia.gotoAndPlay(2);
_root.ren02_kualan._visible = 0;
_root.ren02_kualan.gotoAndStop(1);
this._visible = 0;
_root.key_flg2 = 0;
_root.ks_flg = 0;
_root.land_suaidao._x = _x;
_root.land_suaidao._y = _y;
_root.land_suaidao._visible = 1;
_root.land_suaidao.gotoAndPlay(2);
} else if (((((_root.lan6_flg == 1) and (_root.lan_6._visible == 1)) and this.taitou.hittest(_root.ren03_kualan.taitou)) and (_root.hit_flg == 0)) and (_root.ren03_kualan._visible == 1)) {
_root.lan6_flg = 1;
_root.hit_flg = 1;
_root.key_flg2 = 0;
_root.ks_flg = 0;
_root.last_wy = 0;
clearInterval(time1);
clearInterval(time2);
_root.num_3 = 0;
_root.draw_flg = 0;
clearInterval(time5);
removeMovieClip("ren01_paxia");
removeMovieClip("ren02_paxia");
removeMovieClip("ren03_paxia");
removeMovieClip("ren04_paxia");
duplicateMovieClip ("ren01_paxiaSL", "ren01_paxia", 712);
duplicateMovieClip ("ren02_paxiaSL", "ren02_paxia", 713);
duplicateMovieClip ("ren03_paxiaSL", "ren03_paxia", 714);
duplicateMovieClip ("ren04_paxiaSL", "ren04_paxia", 715);
duplicateMovieClip ("land_suaidaoSL", "land_suaidao", 707);
_root.land_suaidao._visible = 0;
_root.ren01_paxia._visible = 0;
_root.ren02_paxia._visible = 0;
_root.ren03_paxia._visible = 0;
_root.ren04_paxia._visible = 0;
_root.ren03_paxia._x = _root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]._x;
_root.ren03_paxia._y = _root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]._y;
removeMovieClip(_root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]);
_root.ren03_paxia._visible = 1;
_root.ren03_paxia.gotoAndPlay(2);
_root.ren03_kualan._visible = 0;
_root.ren03_kualan.gotoAndStop(1);
this._visible = 0;
_root.key_flg2 = 0;
_root.ks_flg = 0;
_root.land_suaidao._x = _x;
_root.land_suaidao._y = _y;
_root.land_suaidao._visible = 1;
_root.land_suaidao.gotoAndPlay(2);
} else if (((((_root.lan6_flg == 1) and (_root.lan_6._visible == 1)) and this.taitou.hittest(_root.ren04_kualan.taitou)) and (_root.hit_flg == 0)) and (_root.ren04_kualan._visible == 1)) {
_root.lan6_flg = 1;
_root.hit_flg = 1;
_root.key_flg2 = 0;
_root.ks_flg = 0;
_root.last_wy = 0;
clearInterval(time1);
clearInterval(time2);
_root.num_3 = 0;
_root.draw_flg = 0;
clearInterval(time5);
removeMovieClip("ren01_paxia");
removeMovieClip("ren02_paxia");
removeMovieClip("ren03_paxia");
removeMovieClip("ren04_paxia");
duplicateMovieClip ("ren01_paxiaSL", "ren01_paxia", 712);
duplicateMovieClip ("ren02_paxiaSL", "ren02_paxia", 713);
duplicateMovieClip ("ren03_paxiaSL", "ren03_paxia", 714);
duplicateMovieClip ("ren04_paxiaSL", "ren04_paxia", 715);
duplicateMovieClip ("land_suaidaoSL", "land_suaidao", 707);
_root.land_suaidao._visible = 0;
_root.ren01_paxia._visible = 0;
_root.ren02_paxia._visible = 0;
_root.ren03_paxia._visible = 0;
_root.ren04_paxia._visible = 0;
_root.ren04_paxia._x = _root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]._x;
_root.ren04_paxia._y = _root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]._y;
removeMovieClip(_root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]);
_root.ren04_paxia._visible = 1;
_root.ren04_paxia.gotoAndPlay(2);
_root.ren04_kualan._visible = 0;
_root.ren04_kualan.gotoAndStop(1);
this._visible = 0;
_root.key_flg2 = 0;
_root.ks_flg = 0;
_root.land_suaidao._x = _x;
_root.land_suaidao._y = _y;
_root.land_suaidao._visible = 1;
_root.land_suaidao.gotoAndPlay(2);
}
}
Instance of Symbol 1211 MovieClip "lan_7SL" in Frame 6
onClipEvent (enterFrame) {
if ((((_root.lan7_flg == 1) and (_root.lan_7._visible == 1)) and (_root.hit_flg == 0)) and (_root.ren04_kualan._visible == 1)) {
if (this.taitou.hitTest(_root.ren04_kualan.taitou)) {
}
}
if (((((_root.lan_7._visible == 1) and this.taitou.hittest(_root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "fzz"])) and (_root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "fzz"]._visible == 1)) and (_root.hit_flg == 0)) and (_root.lan7_flg == 1)) {
_root.lan7_flg = 1;
_root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]._visible = 0;
_root.last_wy = 0;
_root.hit_flg = 1;
clearInterval(time1);
clearInterval(time2);
clearInterval(_root.time1);
clearInterval(_root.time2);
clearInterval(_root.time4);
clearInterval(time15);
clearInterval(_root.time15);
_root.num_3 = 0;
_root.draw_flg = 0;
clearInterval(time5);
removeMovieClip("ren01_paxia");
removeMovieClip("ren02_paxia");
removeMovieClip("ren03_paxia");
removeMovieClip("ren04_paxia");
duplicateMovieClip ("ren01_paxiaSL", "ren01_paxia", 712);
duplicateMovieClip ("ren02_paxiaSL", "ren02_paxia", 713);
duplicateMovieClip ("ren03_paxiaSL", "ren03_paxia", 714);
duplicateMovieClip ("ren04_paxiaSL", "ren04_paxia", 715);
duplicateMovieClip ("land_suaidaoSL", "land_suaidao", 707);
_root.land_suaidao._visible = 0;
_root.ren01_paxia._visible = 0;
_root.ren02_paxia._visible = 0;
_root.ren03_paxia._visible = 0;
_root.ren04_paxia._visible = 0;
if (_root.ren_dunxiang eq "01") {
_root.last_wy = 0;
_root.ren01_paxia._x = _root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]._x;
_root.ren01_paxia._y = _root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]._y;
removeMovieClip(_root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]);
_root.ren01_paxia._visible = 1;
_root.ren01_paxia.gotoAndPlay(2);
} else if (_root.ren_dunxiang eq "02") {
_root.last_wy = 0;
_root.ren02_paxia._x = _root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]._x;
_root.ren02_paxia._y = _root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]._y;
removeMovieClip(_root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]);
_root.ren02_paxia._visible = 1;
_root.ren02_paxia.gotoAndPlay(2);
} else if (_root.ren_dunxiang eq "03") {
_root.last_wy = 0;
_root.ren03_paxia._x = _root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]._x;
_root.ren03_paxia._y = _root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]._y;
removeMovieClip(_root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]);
_root.ren03_paxia._visible = 1;
_root.ren03_paxia.gotoAndPlay(2);
} else if (_root.ren_dunxiang eq "04") {
_root.last_wy = 0;
_root.ren04_paxia._x = _root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]._x;
_root.ren04_paxia._y = _root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]._y;
removeMovieClip(_root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]);
_root.ren04_paxia._visible = 1;
_root.ren04_paxia.gotoAndPlay(2);
}
this._visible = 0;
_root.key_flg2 = 0;
_root.ks_flg = 0;
_root.land_suaidao._x = _x;
_root.land_suaidao._y = _y;
_root.land_suaidao._visible = 1;
_root.land_suaidao.gotoAndPlay(2);
} else if (((((_root.lan7_flg == 1) and (_root.lan_7._visible == 1)) and this.taitou.hittest(_root.ren01_kualan.taitou)) and (_root.hit_flg == 0)) and (_root.ren01_kualan._visible == 1)) {
_root.lan7_flg = 1;
_root.hit_flg = 1;
_root.key_flg2 = 0;
_root.ks_flg = 0;
_root.last_wy = 0;
clearInterval(time1);
clearInterval(time2);
_root.num_3 = 0;
_root.draw_flg = 0;
clearInterval(time5);
removeMovieClip("ren01_paxia");
removeMovieClip("ren02_paxia");
removeMovieClip("ren03_paxia");
removeMovieClip("ren04_paxia");
duplicateMovieClip ("ren01_paxiaSL", "ren01_paxia", 712);
duplicateMovieClip ("ren02_paxiaSL", "ren02_paxia", 713);
duplicateMovieClip ("ren03_paxiaSL", "ren03_paxia", 714);
duplicateMovieClip ("ren04_paxiaSL", "ren04_paxia", 715);
duplicateMovieClip ("land_suaidaoSL", "land_suaidao", 707);
_root.land_suaidao._visible = 0;
_root.ren01_paxia._visible = 0;
_root.ren02_paxia._visible = 0;
_root.ren03_paxia._visible = 0;
_root.ren04_paxia._visible = 0;
_root.ren01_paxia._x = _root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]._x;
_root.ren01_paxia._y = _root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]._y;
removeMovieClip(_root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]);
_root.ren01_paxia._visible = 1;
_root.ren01_paxia.gotoAndPlay(2);
_root.ren01_kualan._visible = 0;
_root.ren01_kualan.gotoAndStop(1);
this._visible = 0;
_root.key_flg2 = 0;
_root.ks_flg = 0;
_root.land_suaidao._x = _x;
_root.land_suaidao._y = _y;
_root.land_suaidao._visible = 1;
_root.land_suaidao.gotoAndPlay(2);
} else if (((((_root.lan7_flg == 1) and (_root.lan_7._visible == 1)) and this.taitou.hittest(_root.ren02_kualan.taitou)) and (_root.hit_flg == 0)) and (_root.ren02_kualan._visible == 1)) {
_root.lan7_flg = 1;
_root.hit_flg = 1;
_root.key_flg2 = 0;
_root.ks_flg = 0;
_root.last_wy = 0;
clearInterval(time1);
clearInterval(time2);
_root.num_3 = 0;
_root.draw_flg = 0;
clearInterval(time5);
removeMovieClip("ren01_paxia");
removeMovieClip("ren02_paxia");
removeMovieClip("ren03_paxia");
removeMovieClip("ren04_paxia");
duplicateMovieClip ("ren01_paxiaSL", "ren01_paxia", 712);
duplicateMovieClip ("ren02_paxiaSL", "ren02_paxia", 713);
duplicateMovieClip ("ren03_paxiaSL", "ren03_paxia", 714);
duplicateMovieClip ("ren04_paxiaSL", "ren04_paxia", 715);
duplicateMovieClip ("land_suaidaoSL", "land_suaidao", 707);
_root.land_suaidao._visible = 0;
_root.ren01_paxia._visible = 0;
_root.ren02_paxia._visible = 0;
_root.ren03_paxia._visible = 0;
_root.ren04_paxia._visible = 0;
_root.ren02_paxia._x = _root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]._x;
_root.ren02_paxia._y = _root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]._y;
removeMovieClip(_root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]);
_root.ren02_paxia._visible = 1;
_root.ren02_paxia.gotoAndPlay(2);
_root.ren02_kualan._visible = 0;
_root.ren02_kualan.gotoAndStop(1);
this._visible = 0;
_root.key_flg2 = 0;
_root.ks_flg = 0;
_root.land_suaidao._x = _x;
_root.land_suaidao._y = _y;
_root.land_suaidao._visible = 1;
_root.land_suaidao.gotoAndPlay(2);
} else if (((((_root.lan7_flg == 1) and (_root.lan_7._visible == 1)) and this.taitou.hittest(_root.ren03_kualan.taitou)) and (_root.hit_flg == 0)) and (_root.ren03_kualan._visible == 1)) {
_root.lan7_flg = 1;
_root.hit_flg = 1;
_root.key_flg2 = 0;
_root.ks_flg = 0;
_root.last_wy = 0;
clearInterval(time1);
clearInterval(time2);
_root.num_3 = 0;
_root.draw_flg = 0;
clearInterval(time5);
removeMovieClip("ren01_paxia");
removeMovieClip("ren02_paxia");
removeMovieClip("ren03_paxia");
removeMovieClip("ren04_paxia");
duplicateMovieClip ("ren01_paxiaSL", "ren01_paxia", 712);
duplicateMovieClip ("ren02_paxiaSL", "ren02_paxia", 713);
duplicateMovieClip ("ren03_paxiaSL", "ren03_paxia", 714);
duplicateMovieClip ("ren04_paxiaSL", "ren04_paxia", 715);
duplicateMovieClip ("land_suaidaoSL", "land_suaidao", 707);
_root.land_suaidao._visible = 0;
_root.ren01_paxia._visible = 0;
_root.ren02_paxia._visible = 0;
_root.ren03_paxia._visible = 0;
_root.ren04_paxia._visible = 0;
_root.ren03_paxia._x = _root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]._x;
_root.ren03_paxia._y = _root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]._y;
removeMovieClip(_root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]);
_root.ren03_paxia._visible = 1;
_root.ren03_paxia.gotoAndPlay(2);
_root.ren03_kualan._visible = 0;
_root.ren03_kualan.gotoAndStop(1);
this._visible = 0;
_root.key_flg2 = 0;
_root.ks_flg = 0;
_root.land_suaidao._x = _x;
_root.land_suaidao._y = _y;
_root.land_suaidao._visible = 1;
_root.land_suaidao.gotoAndPlay(2);
} else if (((((_root.lan7_flg == 1) and (_root.lan_7._visible == 1)) and this.taitou.hittest(_root.ren04_kualan.taitou)) and (_root.hit_flg == 0)) and (_root.ren04_kualan._visible == 1)) {
_root.lan7_flg = 1;
_root.hit_flg = 1;
_root.key_flg2 = 0;
_root.ks_flg = 0;
_root.last_wy = 0;
clearInterval(time1);
clearInterval(time2);
_root.num_3 = 0;
_root.draw_flg = 0;
clearInterval(time5);
removeMovieClip("ren01_paxia");
removeMovieClip("ren02_paxia");
removeMovieClip("ren03_paxia");
removeMovieClip("ren04_paxia");
duplicateMovieClip ("ren01_paxiaSL", "ren01_paxia", 712);
duplicateMovieClip ("ren02_paxiaSL", "ren02_paxia", 713);
duplicateMovieClip ("ren03_paxiaSL", "ren03_paxia", 714);
duplicateMovieClip ("ren04_paxiaSL", "ren04_paxia", 715);
duplicateMovieClip ("land_suaidaoSL", "land_suaidao", 707);
_root.land_suaidao._visible = 0;
_root.ren01_paxia._visible = 0;
_root.ren02_paxia._visible = 0;
_root.ren03_paxia._visible = 0;
_root.ren04_paxia._visible = 0;
_root.ren04_paxia._x = _root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]._x;
_root.ren04_paxia._y = _root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]._y;
removeMovieClip(_root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]);
_root.ren04_paxia._visible = 1;
_root.ren04_paxia.gotoAndPlay(2);
_root.ren04_kualan._visible = 0;
_root.ren04_kualan.gotoAndStop(1);
this._visible = 0;
_root.key_flg2 = 0;
_root.ks_flg = 0;
_root.land_suaidao._x = _x;
_root.land_suaidao._y = _y;
_root.land_suaidao._visible = 1;
_root.land_suaidao.gotoAndPlay(2);
}
}
Frame 7
stop();
_root.reback();
_root.shoot_num = 0;
_root.midiplay(2);
_root.prec_1._visible = 0;
_root.prec_2._visible = 0;
_root.prec_3._visible = 0;
_root.hua_1._visible = 0;
_root.hua_2._visible = 0;
_root.wrecord = 12.91;
_root.wrec._visible = 1;
_root.nrec._visible = 0;
_root.nr._visible = 0;
_root.nr.text = 0;
_root.mi._visible = 0;
_root.gou_1._visible = 0;
_root.gou_2._visible = 0;
_root.gou_3._visible = 0;
_root.gou_4._visible = 0;
_root.gou_5._visible = 0;
_root.gou_6._visible = 0;
_root.quedinW.username.text = _root.game_so.data.playerName;
_root.quedinW.useremail.text = _root.game_so.data.useremail;
_root.lost_1._visible = 0;
_root.lost_2._visible = 0;
_root.lost_3._visible = 0;
_root.lost_4._visible = 0;
_root.lost_5._visible = 0;
_root.lost_6._visible = 0;
if (_root.shoot1success_flg == 1) {
_root.cj.d1.text = _root.shoot1long;
if ((Number(_root.cj.d1.text) > 0) and (Number(_root.cj.d1.text) == Number(_root.best_time))) {
_root.gou_1._visible = 1;
if (Number(_root.cj.d1.text) < Number(_root.wrecord)) {
_root.wrec._visible = 0;
_root.nrec._visible = 1;
_root.nr._visible = 1;
_root.nr.text = _root.best_time;
_root.mi._visible = 1;
_root.prec_1._visible = 1;
_root.prec_2._visible = 1;
_root.prec_3._visible = 1;
_root.hua_1._visible = 1;
_root.hua_2._visible = 1;
_root.midiplay(3);
}
}
} else {
_root.lost_1._visible = 1;
}
if (_root.shoot2success_flg == 1) {
_root.cj.d2.text = _root.shoot2long;
if ((_Number(_root.cj.d2.text) > 0) and (Number(_root.cj.d2.text) == Number(_root.best_time))) {
_root.gou_2._visible = 1;
if (Number(_root.cj.d2.text) < Number(_root.wrecord)) {
_root.wrec._visible = 0;
_root.nrec._visible = 1;
_root.nr._visible = 1;
_root.nr.text = _root.best_time;
_root.mi._visible = 1;
_root.prec_1._visible = 1;
_root.prec_2._visible = 1;
_root.prec_3._visible = 1;
_root.hua_1._visible = 1;
_root.hua_2._visible = 1;
_root.midiplay(3);
}
}
} else {
_root.lost_2._visible = 1;
}
if (_root.shoot3success_flg == 1) {
_root.cj.d3.text = _root.shoot3long;
if ((Number(_root.cj.d3.text) > 0) and (Number(_root.cj.d3.text) == Number(_root.best_time))) {
_root.gou_3._visible = 1;
if (Number(_root.cj.d3.text) < Number(_root.wrecord)) {
_root.wrec._visible = 0;
_root.nrec._visible = 1;
_root.nr._visible = 1;
_root.nr.text = _root.best_time;
_root.mi._visible = 1;
_root.prec_1._visible = 1;
_root.prec_2._visible = 1;
_root.prec_3._visible = 1;
_root.hua_1._visible = 1;
_root.hua_2._visible = 1;
_root.midiplay(3);
}
}
} else {
_root.lost_3._visible = 1;
}
if (_root.shoot4success_flg == 1) {
_root.cj.d4.text = _root.shoot4long;
if ((Number(_root.cj.d4.text) > 0) and (Number(_root.cj.d4.text) == Number(_root.best_time))) {
_root.gou_4._visible = 1;
if (Number(_root.cj.d4.text) < Number(_root.wrecord)) {
_root.wrec._visible = 0;
_root.nrec._visible = 1;
_root.nr._visible = 1;
_root.nr.text = _root.best_time;
_root.mi._visible = 1;
_root.prec_1._visible = 1;
_root.prec_2._visible = 1;
_root.prec_3._visible = 1;
_root.hua_1._visible = 1;
_root.hua_2._visible = 1;
_root.midiplay(3);
}
}
} else {
_root.lost_4._visible = 1;
}
if (_root.shoot5success_flg == 1) {
_root.cj.d5.text = _root.shoot5long;
if ((Number(_root.cj.d5.text) > 0) and (Number(_root.cj.d5.text) == Number(_root.best_time))) {
_root.gou_5._visible = 1;
if (Number(_root.cj.d5.text) < Number(_root.wrecord)) {
_root.wrec._visible = 0;
_root.nrec._visible = 1;
_root.nr._visible = 1;
_root.nr.text = _root.best_time;
_root.mi._visible = 1;
_root.prec_1._visible = 1;
_root.prec_2._visible = 1;
_root.prec_3._visible = 1;
_root.hua_1._visible = 1;
_root.hua_2._visible = 1;
_root.midiplay(3);
}
}
} else {
_root.lost_5._visible = 1;
}
if (_root.shoot6success_flg == 1) {
_root.cj.d6.text = _root.shoot6long;
if ((Number(_root.cj.d6.text) > 0) and (Number(_root.cj.d6.text) == Number(_root.best_time))) {
_root.gou_6._visible = 1;
if (Number(_root.cj.d6.text) < Number(_root.wrecord)) {
_root.wrec._visible = 0;
_root.nrec._visible = 1;
_root.nr._visible = 1;
_root.nr.text = _root.best_time;
_root.mi._visible = 1;
_root.prec_1._visible = 1;
_root.prec_2._visible = 1;
_root.prec_3._visible = 1;
_root.hua_1._visible = 1;
_root.hua_2._visible = 1;
_root.midiplay(3);
}
}
} else {
_root.lost_6._visible = 1;
}
Frame 8
function showScores() {
var i;
var n;
var s;
var l_mc;
i = 10;
while (i > 0) {
n = scoreboard_lv["name" + (page + i)];
s = scoreboard_lv["score" + (page + i)];
l_mc = _root[("line" + i) + "_mc"];
l_mc.rank_txt.text = (page + i) + ".";
l_mc.name_txt.text = (n.length ? (n.toUpperCase()) : "-");
l_mc.score_txt.text = (s.length ? (s.addCommas()) : "-");
l_mc.rank_txt.textColor = (l_mc.name_txt.textColor = (l_mc.score_txt.textColor = ((game_so.data.playerName.length && (n.toUpperCase() == game_so.data.playerName.toUpperCase())) ? 3407616 : 16777215)));
l_mc._visible = true;
loading_mc._visible = false;
i--;
}
}
stop();
_root.hscore1.text = 0;
_root.hscore2.text = 0;
_root.hscore3.text = 0;
_root.hscore4.text = 0;
score = _root.best_time;
showScores2 = function () {
var i = 10;
while (i > 0) {
var n = scoreboard_lv["name" + (page + i)];
var s = scoreboard_lv["score" + (page + i)];
var l_mc = this[("line" + i) + "_mc"];
l_mc.rank_txt.text = (page + i) + ".";
l_mc.name_txt.text = (n.length ? (n.toUpperCase()) : "-");
l_mc.score_txt.text = (s.length ? (s.addCommas()) : "-");
l_mc.rank_txt.textColor = (l_mc.name_txt.textColor = (l_mc.score_txt.textColor = ((game_so.data.playerName.length && (n.toUpperCase() == game_so.data.playerName.toUpperCase())) ? 3407616 : 16777215)));
l_mc._visible = true;
loading_mc._visible = false;
i--;
}
};
page = 0;
maxScore = 50;
scoreboard_lv3 = new LoadVars();
scoreboard_lv3.score = score;
if (_root.ren_dunxiang eq "01") {
scoreboard_lv3.player = 1;
} else if (_root.ren_dunxiang eq "02") {
scoreboard_lv3.player = 2;
} else if (_root.ren_dunxiang eq "03") {
scoreboard_lv3.player = 3;
} else if (_root.ren_dunxiang eq "04") {
scoreboard_lv3.player = 4;
}
scoreboard_lv3.game = "hurdles";
scoreboard_lv3.sendAndLoad("bestscore1.php", scoreboard_lv3, "POST");
scoreboard_lv3.onLoad = function (success) {
if (success) {
if (Boolean(scoreboard_lv3.success)) {
_root.hscore1.text = scoreboard_lv3.score1;
_root.hscore2.text = scoreboard_lv3.score2;
_root.hscore3.text = scoreboard_lv3.score3;
_root.hscore4.text = scoreboard_lv3.score4;
} else {
loading_mc.errorMsg = scoreboard_lv3.errorMsg.toUpperCase();
loading_mc.gotoAndStop(2);
}
} else {
loading_mc.errorMsg = "SCORES ONLY ON T45OL.COM";
loading_mc.gotoAndStop(2);
}
};
scoreboard_lv = new LoadVars();
if ((score > 0) && (game_so.data.playerName.length > 0)) {
scoreboard_lv.score = score;
scoreboard_lv.name = _root.game_so.data.playerName.toLowerCase();
scoreboard_lv.useremail = _root.game_so.data.useremail.toLowerCase();
}
scoreboard_lv.game = "hurdles";
scoreboard_lv.sendAndLoad("game_score1.php", scoreboard_lv, "POST");
scoreboard_lv.onLoad = function (success) {
if (success) {
if (Boolean(scoreboard_lv.success)) {
if (scoreboard_lv.maxScore.length > 0) {
maxScore = Number(scoreboard_lv.maxScore);
}
showScores();
} else {
loading_mc.errorMsg = scoreboard_lv.errorMsg.toUpperCase();
loading_mc.gotoAndStop(2);
}
} else {
loading_mc.errorMsg = "SCORES ONLY ON T45OL.COM";
loading_mc.gotoAndStop(2);
}
};
score = 0;
last_btn._visible = false;
next_btn._visible = true;
last_btn.onPress = function () {
page = page - 10;
if (page < 0) {
page = 0;
}
if (page < 10) {
last_btn._visible = false;
}
next_btn._visible = true;
showScores();
};
top_btn.onPress = function () {
page = 1;
next_btn._visible = true;
showScores();
};
next_btn.onPress = function () {
page = page + 10;
if (page > maxScore) {
page = maxScore;
}
if (page > (maxScore - 20)) {
next_btn._visible = false;
}
last_btn._visible = true;
showScores();
};
newGame_btn.onRelease = function () {
gotoAndStop (2);
};
ufo_mc.dir = 1;
ufo_mc.onEnterFrame = function () {
if (!this._visible) {
this.dir = (int(rnd() * 2) * 2) - 1;
this._x = 250 - (this.dir * 300);
this._visible = true;
}
this._x = this._x + (this.dir * 3);
if ((this._x > 550) || (this._x < -50)) {
this._visible = false;
}
};
Symbol 77 MovieClip Frame 23
stop();
Symbol 155 MovieClip Frame 38
stop();
Symbol 166 Button
on (press) {
_root.match_flg = 1;
_root.gotoAndStop("xuanren");
}
Symbol 171 Button
on (press) {
_root.match_flg = 0;
_root.gotoAndStop("xuanren");
}
Symbol 176 Button
on (press) {
_root.jinc.gotoAndStop("help");
}
Symbol 186 Button
on (press) {
_root.gotoAndStop("sel");
_root.jinc.gotoAndStop("end");
}
Symbol 291 MovieClip Frame 161
stop();
Symbol 291 MovieClip Frame 162
stop();
Symbol 295 Button
on (keyPress "<Enter>") {
_root.jinc.gotoAndStop("end");
}
Symbol 314 MovieClip Frame 29
stop();
Symbol 326 Button
on (press, keyPress "1") {
_root.ren_dunxiang = "01";
_root.gotoAndStop("zhuCJ");
_root.score = 0;
_root.jiaodu = 0;
_root.tili = 0;
}
Symbol 331 Button
on (press, keyPress "2") {
_root.ren_dunxiang = "02";
_root.gotoAndStop("zhuCJ");
_root.score = 0;
_root.jiaodu = 0;
_root.tili = 0;
}
Symbol 345 MovieClip Frame 22
stop();
Symbol 349 Button
on (press, keyPress "3") {
_root.ren_dunxiang = "03";
_root.gotoAndStop("zhuCJ");
_root.score = 0;
_root.jiaodu = 0;
_root.tili = 0;
}
Symbol 368 MovieClip Frame 21
stop();
Symbol 372 Button
on (press, keyPress "4") {
_root.ren_dunxiang = "04";
_root.gotoAndStop("zhuCJ");
_root.score = 0;
_root.jiaodu = 0;
_root.tili = 0;
}
Symbol 380 MovieClip Frame 1
stop();
Symbol 418 MovieClip Frame 9
stop();
_root.go1.gotoAndStop(1);
_root.go1._visible = 0;
Symbol 428 Button
on (release) {
getURL ("http://www.frontnetwork.com", "_blank");
}
Symbol 443 MovieClip Frame 1
qiang_Text._accProps = new Object();
qiang_Text._accProps.silent = true;
Symbol 445 Button
on (press) {
_root.midistop(1);
_root.initRest();
_root.reback();
_root.gotoAndStop("sel");
_root.jinc.gotoAndStop("end");
}
Symbol 521 MovieClip Frame 1
if (_root.Last_wy == 0) {
this.gotoAndStop(25);
}
Symbol 521 MovieClip Frame 6
this.gotoAndPlay(1);
Symbol 521 MovieClip Frame 7
if (_root.Last_wy == 0) {
this.gotoAndStop(25);
}
Symbol 521 MovieClip Frame 12
this.gotoAndPlay(7);
Symbol 521 MovieClip Frame 13
if (_root.Last_wy == 0) {
this.gotoAndStop(25);
}
Symbol 521 MovieClip Frame 18
this.gotoAndPlay(13);
Symbol 521 MovieClip Frame 19
if (_root.Last_wy == 0) {
this.gotoAndStop(25);
}
Symbol 521 MovieClip Frame 24
this.gotoAndPlay(19);
Symbol 521 MovieClip Frame 25
stop();
Symbol 597 MovieClip Frame 1
if (_root.Last_wy == 0) {
this.gotoAndStop(25);
}
Symbol 597 MovieClip Frame 6
this.gotoAndPlay(1);
Symbol 597 MovieClip Frame 7
if (_root.Last_wy == 0) {
this.gotoAndStop(25);
}
Symbol 597 MovieClip Frame 12
this.gotoAndPlay(7);
Symbol 597 MovieClip Frame 13
if (_root.Last_wy == 0) {
this.gotoAndStop(25);
}
Symbol 597 MovieClip Frame 18
this.gotoAndPlay(13);
Symbol 597 MovieClip Frame 19
if (_root.Last_wy == 0) {
this.gotoAndStop(25);
}
Symbol 597 MovieClip Frame 24
this.gotoAndPlay(19);
Symbol 597 MovieClip Frame 25
stop();
Symbol 676 MovieClip Frame 1
if (_root.Last_wy == 0) {
this.gotoAndStop(25);
}
Symbol 676 MovieClip Frame 6
this.gotoAndPlay(1);
Symbol 676 MovieClip Frame 7
if (_root.Last_wy == 0) {
this.gotoAndStop(25);
}
Symbol 676 MovieClip Frame 12
this.gotoAndPlay(7);
Symbol 676 MovieClip Frame 13
if (_root.Last_wy == 0) {
this.gotoAndStop(25);
}
Symbol 676 MovieClip Frame 18
this.gotoAndPlay(13);
Symbol 676 MovieClip Frame 19
if (_root.Last_wy == 0) {
this.gotoAndStop(25);
}
Symbol 676 MovieClip Frame 24
this.gotoAndPlay(19);
Symbol 676 MovieClip Frame 25
stop();
Symbol 756 MovieClip Frame 1
if (_root.Last_wy == 0) {
this.gotoAndStop(25);
}
Symbol 756 MovieClip Frame 6
this.gotoAndPlay(1);
Symbol 756 MovieClip Frame 7
if (_root.Last_wy == 0) {
this.gotoAndStop(25);
}
Symbol 756 MovieClip Frame 12
this.gotoAndPlay(7);
Symbol 756 MovieClip Frame 13
if (_root.Last_wy == 0) {
this.gotoAndStop(25);
}
Symbol 756 MovieClip Frame 18
this.gotoAndPlay(13);
Symbol 756 MovieClip Frame 19
if (_root.Last_wy == 0) {
this.gotoAndStop(25);
}
Symbol 756 MovieClip Frame 24
this.gotoAndPlay(19);
Symbol 756 MovieClip Frame 25
stop();
Symbol 790 MovieClip Frame 24
if ((_root.ks_flg == 1) or (_root.ks_flg == 2)) {
this.gotoAndPlay(1);
} else if (_root.ks_flg == 3) {
_root.midiplay(3);
_root.ks_flg = 0;
_root.key_bj = 1;
_root.key_flg = 1;
_root.key_flg2 = 1;
this.gotoAndPlay(25);
}
Symbol 790 MovieClip Frame 25
_root.t_flg = 1;
_root.time_num = 0;
_root.ready1._visible = 0;
_root.go1._visible = 1;
_root.go1.gotoAndPlay(1);
Symbol 790 MovieClip Frame 42
_root.midistop(3);
this.gotoAndStop(1);
Symbol 829 MovieClip Frame 1
stop();
Symbol 829 MovieClip Frame 25
_root.ren01_chongxian._visible = 0;
_root.ren01_chongxian.gotoAndPlay(1);
if (_root.match_flg == 1) {
if (_root.best_time > Number(_root.info.score)) {
_root.best_time = Number(_root.info.score);
}
_root.shoot_num = _root.shoot_num + 1;
_root.info.gunnum = _root.shoot_num;
_root[("shoot" + _root.shoot_num) + "success_flg"] = 1;
_root[("shoot" + _root.shoot_num) + "long"] = Number(_root.info.score);
}
_root.initRest();
if (_root.match_flg == 1) {
if (_root.shoot_num < _root.cs_num) {
_root.gotoAndStop("zhuCJ");
} else {
_root.gotoAndStop("score");
}
} else {
_root.gotoAndStop("zhuCJ");
}
Symbol 868 MovieClip Frame 1
stop();
Symbol 868 MovieClip Frame 25
_root.ren02_chongxian._visible = 0;
_root.ren02_chongxian.gotoAndPlay(1);
if (_root.match_flg == 1) {
if (_root.best_time > Number(_root.info.score)) {
_root.best_time = Number(_root.info.score);
}
_root.shoot_num = _root.shoot_num + 1;
_root.info.gunnum = _root.shoot_num;
_root[("shoot" + _root.shoot_num) + "success_flg"] = 1;
_root[("shoot" + _root.shoot_num) + "long"] = Number(_root.info.score);
}
_root.initRest();
if (_root.match_flg == 1) {
if (_root.shoot_num < _root.cs_num) {
_root.gotoAndStop("zhuCJ");
} else {
_root.gotoAndStop("score");
}
} else {
_root.gotoAndStop("zhuCJ");
}
Symbol 907 MovieClip Frame 1
stop();
Symbol 907 MovieClip Frame 25
_root.ren03_chongxian._visible = 0;
_root.ren03_chongxian.gotoAndPlay(1);
if (_root.match_flg == 1) {
if (_root.best_time > Number(_root.info.score)) {
_root.best_time = Number(_root.info.score);
}
_root.shoot_num = _root.shoot_num + 1;
_root.info.gunnum = _root.shoot_num;
_root[("shoot" + _root.shoot_num) + "success_flg"] = 1;
_root[("shoot" + _root.shoot_num) + "long"] = Number(_root.info.score);
}
_root.initRest();
if (_root.match_flg == 1) {
if (_root.shoot_num < _root.cs_num) {
_root.gotoAndStop("zhuCJ");
} else {
_root.gotoAndStop("score");
}
} else {
_root.gotoAndStop("zhuCJ");
}
Symbol 946 MovieClip Frame 1
stop();
Symbol 946 MovieClip Frame 25
_root.ren04_chongxian._visible = 0;
_root.ren04_chongxian.gotoAndPlay(1);
if (_root.match_flg == 1) {
if (Number(_root.info.score) < _root.best_time) {
_root.best_time = Number(_root.info.score);
}
_root.shoot_num = _root.shoot_num + 1;
_root.info.gunnum = _root.shoot_num;
_root[("shoot" + _root.shoot_num) + "success_flg"] = 1;
_root[("shoot" + _root.shoot_num) + "long"] = Number(_root.info.score);
}
_root.initRest();
if (_root.match_flg == 1) {
if (_root.shoot_num < _root.cs_num) {
_root.gotoAndStop("zhuCJ");
} else {
_root.gotoAndStop("score");
}
} else {
_root.gotoAndStop("zhuCJ");
}
Symbol 994 MovieClip Frame 1
stop();
Symbol 994 MovieClip Frame 13
_root.ren03_kualan._visible = 0;
duplicateMovieClip (_root[("ren" + _root.ren_dunxiang) + "_ciqiangpaoSL"], (("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ", 1003);
_root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]._y = _root.wz_qishi_y;
_root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]._x = _root.wz_qishi_x;
if (_root.last_wy < 0) {
_root.last_wy = 0;
}
if (_root.last_wy == 0) {
_root.bf_num = 5;
_root.ren_bofang(_root.bf_num);
} else {
if (_root.last_wy < 10) {
bf = 1;
} else if ((_root.last_wy >= 10) and (_root.last_wy < 14)) {
bf = 2;
} else if ((_root.last_wy >= 14) and (_root.last_wy < 16)) {
bf = 3;
} else if (_root.last_wy >= 16) {
bf = 4;
}
_root.bf_num = bf;
_root.ren_bofang(bf);
}
_root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]._visible = 1;
Symbol 1027 MovieClip Frame 1
stop();
Symbol 1027 MovieClip Frame 11
_root.ren01_kualan._visible = 0;
duplicateMovieClip (_root[("ren" + _root.ren_dunxiang) + "_ciqiangpaoSL"], (("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ", 1003);
_root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]._y = _root.wz_qishi_y;
_root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]._x = _root.wz_qishi_x;
if (_root.last_wy < 0) {
_root.last_wy = 0;
}
if (_root.last_wy == 0) {
_root.bf_num = 5;
_root.ren_bofang(_root.bf_num);
} else {
if (_root.last_wy < 10) {
bf = 1;
} else if ((_root.last_wy >= 10) and (_root.last_wy < 14)) {
bf = 2;
} else if ((_root.last_wy >= 14) and (_root.last_wy < 16)) {
bf = 3;
} else if (_root.last_wy >= 16) {
bf = 4;
}
_root.bf_num = bf;
_root.ren_bofang(bf);
}
_root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]._visible = 1;
Symbol 1028 MovieClip Frame 1
stop();
Symbol 1028 MovieClip Frame 11
_root.ren04_kualan._visible = 0;
duplicateMovieClip (_root[("ren" + _root.ren_dunxiang) + "_ciqiangpaoSL"], (("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ", 1003);
_root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]._y = _root.wz_qishi_y;
_root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]._x = _root.wz_qishi_x;
if (_root.last_wy < 0) {
_root.last_wy = 0;
}
if (_root.last_wy == 0) {
_root.bf_num = 5;
_root.ren_bofang(_root.bf_num);
} else {
if (_root.last_wy < 10) {
bf = 1;
} else if ((_root.last_wy >= 10) and (_root.last_wy < 14)) {
bf = 2;
} else if ((_root.last_wy >= 14) and (_root.last_wy < 16)) {
bf = 3;
} else if (_root.last_wy >= 16) {
bf = 4;
}
_root.bf_num = bf;
_root.ren_bofang(bf);
}
_root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]._visible = 1;
Symbol 1061 MovieClip Frame 1
stop();
Symbol 1061 MovieClip Frame 11
_root.ren02_kualan._visible = 0;
duplicateMovieClip (_root[("ren" + _root.ren_dunxiang) + "_ciqiangpaoSL"], (("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ", 1003);
_root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]._y = _root.wz_qishi_y;
_root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]._x = _root.wz_qishi_x;
if (_root.last_wy < 0) {
_root.last_wy = 0;
}
if (_root.last_wy == 0) {
_root.bf_num = 5;
_root.ren_bofang(_root.bf_num);
} else {
if (_root.last_wy < 10) {
bf = 1;
} else if ((_root.last_wy >= 10) and (_root.last_wy < 14)) {
bf = 2;
} else if ((_root.last_wy >= 14) and (_root.last_wy < 16)) {
bf = 3;
} else if (_root.last_wy >= 16) {
bf = 4;
}
_root.bf_num = bf;
_root.ren_bofang(bf);
}
_root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]._visible = 1;
Symbol 1099 MovieClip Frame 1
stop();
Symbol 1099 MovieClip Frame 24
stop();
_root.land_suaidao._visible = 1;
this._visible = 0;
_root.last_wy = 0;
duplicateMovieClip (_root[("ren" + _root.ren_dunxiang) + "_ciqiangpaoSL"], (("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ", 1003);
_root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]._y = _root.wz_qishi_y;
_root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]._x = _root.wz_qishi_x;
_root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]._visible = 1;
if (_root.last_wy < 0) {
_root.last_wy = 0;
}
if (_root.last_wy == 0) {
_root.bf_num = 5;
_root.ren_bofang(_root.bf_num);
} else {
if (_root.last_wy < 10) {
bf = 1;
} else if ((_root.last_wy >= 10) and (_root.last_wy < 14)) {
bf = 2;
} else if ((_root.last_wy >= 14) and (_root.last_wy < 16)) {
bf = 3;
} else if (_root.last_wy >= 16) {
bf = 4;
}
_root.bf_num = bf;
_root.ren_bofang(bf);
}
_root.key_flg2 = 1;
_root.ks_flg = 0;
_root.key_bj = 1;
_root.hit_flg = 0;
_root.kulan_flg = 0;
Symbol 1130 MovieClip Frame 1
stop();
Symbol 1130 MovieClip Frame 24
stop();
_root.land_suaidao._visible = 1;
this._visible = 0;
_root.last_wy = 0;
duplicateMovieClip (_root[("ren" + _root.ren_dunxiang) + "_ciqiangpaoSL"], (("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ", 1003);
_root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]._y = _root.wz_qishi_y;
_root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]._x = _root.wz_qishi_x;
if (_root.last_wy < 0) {
_root.last_wy = 0;
}
if (_root.last_wy == 0) {
_root.bf_num = 5;
_root.ren_bofang(_root.bf_num);
} else {
if (_root.last_wy < 10) {
bf = 1;
} else if ((_root.last_wy >= 10) and (_root.last_wy < 14)) {
bf = 2;
} else if ((_root.last_wy >= 14) and (_root.last_wy < 16)) {
bf = 3;
} else if (_root.last_wy >= 16) {
bf = 4;
}
_root.bf_num = bf;
_root.ren_bofang(bf);
}
_root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]._visible = 1;
_root.key_flg2 = 1;
_root.ks_flg = 0;
_root.key_bj = 1;
_root.hit_flg = 0;
_root.kulan_flg = 0;
Symbol 1164 MovieClip Frame 1
stop();
Symbol 1164 MovieClip Frame 2
Symbol 1164 MovieClip Frame 24
stop();
_root.land_suaidao._visible = 1;
this._visible = 0;
_root.last_wy = 0;
duplicateMovieClip (_root[("ren" + _root.ren_dunxiang) + "_ciqiangpaoSL"], (("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ", 1003);
_root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]._y = _root.wz_qishi_y;
_root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]._x = _root.wz_qishi_x;
if (_root.last_wy < 0) {
_root.last_wy = 0;
}
if (_root.last_wy == 0) {
_root.bf_num = 5;
_root.ren_bofang(_root.bf_num);
} else {
if (_root.last_wy < 10) {
bf = 1;
} else if ((_root.last_wy >= 10) and (_root.last_wy < 14)) {
bf = 2;
} else if ((_root.last_wy >= 14) and (_root.last_wy < 16)) {
bf = 3;
} else if (_root.last_wy >= 16) {
bf = 4;
}
_root.bf_num = bf;
_root.ren_bofang(bf);
}
_root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]._visible = 1;
_root.key_flg2 = 1;
_root.ks_flg = 0;
_root.key_bj = 1;
_root.hit_flg = 0;
_root.kulan_flg = 0;
Symbol 1198 MovieClip Frame 1
stop();
Symbol 1198 MovieClip Frame 24
stop();
_root.land_suaidao._visible = 1;
this._visible = 0;
_root.last_wy = 0;
duplicateMovieClip (_root[("ren" + _root.ren_dunxiang) + "_ciqiangpaoSL"], (("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ", 1003);
_root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]._y = _root.wz_qishi_y;
_root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]._x = _root.wz_qishi_x;
if (_root.last_wy < 0) {
_root.last_wy = 0;
}
if (_root.last_wy == 0) {
_root.bf_num = 5;
_root.ren_bofang(_root.bf_num);
} else {
if (_root.last_wy < 10) {
bf = 1;
} else if ((_root.last_wy >= 10) and (_root.last_wy < 14)) {
bf = 2;
} else if ((_root.last_wy >= 14) and (_root.last_wy < 16)) {
bf = 3;
} else if (_root.last_wy >= 16) {
bf = 4;
}
_root.bf_num = bf;
_root.ren_bofang(bf);
}
_root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZZ"]._visible = 1;
_root.key_flg2 = 1;
_root.ks_flg = 0;
_root.key_bj = 1;
_root.hit_flg = 0;
_root.kulan_flg = 0;
Symbol 1205 MovieClip Frame 1
stop();
Instance of Symbol 950 MovieClip in Symbol 1205 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZ"]) and (_root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZ"]._visible == 1)) {
_root.hit_flg = 1;
clearInterval(time1);
clearInterval(time2);
_root.num_3 = 0;
_root.draw_flg = 0;
clearInterval(time5);
if (_root.ren_dunxiang eq "01") {
_root.ren01_paxia._x = _root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZ"]._x;
_root.ren01_paxia._y = _root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZ"]._y;
_root.ren01_paxia._visible = 1;
_root.ren01_paxia.gotoAndPlay(1);
} else if (_root.ren_dunxiang eq "02") {
_root.ren02_paxia._x = _root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZ"]._x;
_root.ren02_paxia._y = _root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZ"]._y;
_root.ren02_paxia._visible = 1;
_root.ren02_paxia.gotoAndPlay(1);
} else if (_root.ren_dunxiang eq "03") {
_root.ren03_paxia._x = _root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZ"]._x;
_root.ren03_paxia._y = _root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZ"]._y;
_root.ren03_paxia._visible = 1;
_root.ren03_paxia.gotoAndPlay(1);
} else if (_root.ren_dunxiang eq "04") {
_root.ren04_paxia._x = _root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZ"]._x;
_root.ren04_paxia._y = _root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZ"]._y;
_root.ren04_paxia._visible = 1;
_root.ren04_paxia.gotoAndPlay(1);
}
removeMovieClip(_root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZ"]);
this._visible = 0;
_root.key_flg2 = 0;
_root.ks_flg = 0;
_root.beijin.land_suaidao._x = this._x;
_root.beijin.land_suaidao._y = this._y;
_root.beijin.land_suaidao._visible = 1;
_root.beijin.land_suaidao.gotoAndPlay(1);
} else if ((this.hitTest(_root.ren01_kualan.ganying) and (_root.hit_flg == 0)) and (_root.ren01_kualan._visible == 1)) {
_root.hit_flg = 1;
_root.key_flg2 = 0;
_root.ks_flg = 0;
clearInterval(time1);
clearInterval(time2);
_root.num_3 = 0;
_root.draw_flg = 0;
clearInterval(time5);
removeMovieClip(_root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZ"]);
_root.ren01_paxia._x = _root.ren01_kualan._x;
_root.ren01_paxia._y = _root.ren01_kualan._y;
_root.ren01_paxia._visible = 1;
_root.ren01_paxia.gotoAndPlay(1);
_root.ren01_kualan._visible = 0;
_root.ren01_kualan.gotoAndStop(1);
this._visible = 0;
_root.beijin.land_suaidao._x = this._x;
_root.beijin.land_suaidao._y = this._y;
_root.beijin.land_suaidao._visible = 1;
_root.beijin.land_suaidao.gotoAndPlay(1);
} else if ((this.hitTest(_root.ren02_kualan.ganying) and (_root.hit_flg == 0)) and (_root.ren02_kualan._visible == 1)) {
_root.hit_flg = 1;
_root.key_flg2 = 0;
_root.ks_flg = 0;
clearInterval(time1);
clearInterval(time2);
_root.num_3 = 0;
_root.draw_flg = 0;
clearInterval(time5);
removeMovieClip(_root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZ"]);
_root.ren02_paxia._x = _root.ren02_kualan._x;
_root.ren02_paxia._y = _root.ren02_kualan._y;
_root.ren02_paxia._visible = 1;
_root.ren02_paxia.gotoAndPlay(1);
_root.ren02_kualan._visible = 0;
_root.ren02_kualan.gotoAndStop(1);
this._visible = 0;
_root.key_flg2 = 0;
_root.ks_flg = 0;
_root.beijin.land_suaidao._x = this._x;
_root.beijin.land_suaidao._y = this._y;
_root.beijin.land_suaidao._visible = 1;
_root.beijin.land_suaidao.gotoAndPlay(1);
} else if ((this.hitTest(_root.ren03_kualan.ganying) and (_root.hit_flg == 0)) and (_root.ren03_kualan._visible == 1)) {
_root.hit_flg = 1;
_root.key_flg2 = 0;
_root.ks_flg = 0;
clearInterval(time1);
clearInterval(time2);
_root.num_3 = 0;
_root.draw_flg = 0;
clearInterval(time5);
removeMovieClip(_root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZ"]);
_root.ren03_paxia._x = _root.ren03_kualan._x;
_root.ren03_paxia._y = _root.ren03_kualan._y;
_root.ren03_paxia._visible = 1;
_root.ren03_paxia.gotoAndPlay(1);
_root.ren03_kualan._visible = 0;
_root.ren03_kualan.gotoAndStop(1);
this._visible = 0;
_root.key_flg2 = 0;
_root.ks_flg = 0;
_root.beijin.land_suaidao._x = this._x;
_root.beijin.land_suaidao._y = this._y;
_root.beijin.land_suaidao._visible = 1;
_root.beijin.land_suaidao.gotoAndPlay(1);
} else if ((this.hitTest(_root.ren04_kualan.ganying) and (_root.hit_flg == 0)) and (_root.ren04_kualan._visible == 1)) {
_root.hit_flg = 1;
_root.key_flg2 = 0;
_root.ks_flg = 0;
clearInterval(time1);
clearInterval(time2);
_root.num_3 = 0;
_root.draw_flg = 0;
clearInterval(time5);
removeMovieClip(_root[(("ren" + _root.ren_dunxiang) + "_ciqiangpao") + "FZ"]);
_root.ren04_paxia._x = _root.ren04_kualan._x;
_root.ren04_paxia._y = _root.ren04_kualan._y;
_root.ren04_paxia._visible = 1;
_root.ren04_paxia.gotoAndPlay(1);
_root.ren04_kualan._visible = 0;
_root.ren04_kualan.gotoAndStop(1);
this._visible = 0;
_root.key_flg2 = 0;
_root.ks_flg = 0;
_root.beijin.land_suaidao._x = this._x;
_root.beijin.land_suaidao._y = this._y;
_root.beijin.land_suaidao._visible = 1;
_root.beijin.land_suaidao.gotoAndPlay(1);
}
}
Symbol 1205 MovieClip Frame 11
stop();
Symbol 1216 MovieClip Frame 3
stop();
Symbol 1230 MovieClip Frame 1
stop();
Symbol 1230 MovieClip Frame 2
Symbol 1230 MovieClip Frame 3
Symbol 1230 MovieClip Frame 48
if (_root.match_flg == 1) {
_root.shoot_num = _root.shoot_num + 1;
_root[("shoot" + _root.shoot_num) + "success_flg"] = 0;
_root.info.gunnum = _root.shoot_num;
}
if (_root.shoot_num < _root.cs_num) {
_root.XR_mq._visible = 1;
_root[(("ren" + _root.ren_dunxiang) + "_zunbei") + "FZ"]._visible = 1;
_root.krun1._visible = 0;
_root.ks_flg = 1;
_root.krun1.gotoAndStop(1);
} else {
_root.initRest();
if (_root.match_flg == 1) {
if (_root.shoot_num < _root.cs_num) {
_root.gotoAndStop("zhuCJ");
} else {
_root.gotoAndStop("score");
}
} else {
_root.gotoAndStop("zhuCJ");
}
}
removeMovieClip("krun1");
removeMovieClip("krun2");
removeMovieClip("krun3");
removeMovieClip("krun4");
_root.krun1SL._visible = 0;
_root.krun2SL._visible = 0;
_root.krun3SL._visible = 0;
_root.krun4SL._visible = 0;
duplicateMovieClip ("krun1SL", "krun1", 900);
duplicateMovieClip ("krun2SL", "krun2", 901);
duplicateMovieClip ("krun3SL", "krun3", 902);
duplicateMovieClip ("krun4SL", "krun4", 903);
_root.krun1._visible = 0;
_root.krun2._visible = 0;
_root.krun3._visible = 0;
_root.krun4._visible = 0;
Symbol 1244 MovieClip Frame 1
stop();
Symbol 1244 MovieClip Frame 48
if (_root.match_flg == 1) {
_root.shoot_num = _root.shoot_num + 1;
_root[("shoot" + _root.shoot_num) + "success_flg"] = 0;
_root.info.gunnum = _root.shoot_num;
}
if (_root.shoot_num < _root.cs_num) {
_root.ks_flg = 1;
_root.XR_mq._visible = 1;
_root[(("ren" + _root.ren_dunxiang) + "_zunbei") + "FZ"]._visible = 1;
_root.krun2._visible = 0;
_root.ks_flg = 1;
_root[_name].gotoAndStop(1);
_root.ks_flg = 1;
} else {
_root.initRest();
if (_root.match_flg == 1) {
if (_root.shoot_num < _root.cs_num) {
_root.gotoAndStop("zhuCJ");
} else {
_root.gotoAndStop("score");
}
} else {
_root.gotoAndStop("zhuCJ");
}
}
removeMovieClip("krun1");
removeMovieClip("krun2");
removeMovieClip("krun3");
removeMovieClip("krun4");
_root.krun1SL._visible = 0;
_root.krun2SL._visible = 0;
_root.krun3SL._visible = 0;
_root.krun4SL._visible = 0;
duplicateMovieClip ("krun1SL", "krun1", 900);
duplicateMovieClip ("krun2SL", "krun2", 901);
duplicateMovieClip ("krun3SL", "krun3", 902);
duplicateMovieClip ("krun4SL", "krun4", 903);
_root.krun1._visible = 0;
_root.krun2._visible = 0;
_root.krun3._visible = 0;
_root.krun4._visible = 0;
Symbol 1258 MovieClip Frame 1
stop();
Symbol 1258 MovieClip Frame 48
if (_root.match_flg == 1) {
_root.shoot_num = _root.shoot_num + 1;
_root[("shoot" + _root.shoot_num) + "success_flg"] = 0;
_root.info.gunnum = _root.shoot_num;
}
if (_root.shoot_num < _root.cs_num) {
_root.ks_flg = 1;
_root.XR_mq._visible = 1;
_root[(("ren" + _root.ren_dunxiang) + "_zunbei") + "FZ"]._visible = 1;
_root.krun3._visible = 0;
_root.ks_flg = 1;
_root[_name].gotoAndStop(1);
_root.ks_flg = 1;
} else {
_root.initRest();
if (_root.match_flg == 1) {
if (_root.shoot_num < _root.cs_num) {
_root.gotoAndStop("zhuCJ");
} else {
_root.gotoAndStop("score");
}
} else {
_root.gotoAndStop("zhuCJ");
}
}
removeMovieClip("krun1");
removeMovieClip("krun2");
removeMovieClip("krun3");
removeMovieClip("krun4");
_root.krun1SL._visible = 0;
_root.krun2SL._visible = 0;
_root.krun3SL._visible = 0;
_root.krun4SL._visible = 0;
duplicateMovieClip ("krun1SL", "krun1", 900);
duplicateMovieClip ("krun2SL", "krun2", 901);
duplicateMovieClip ("krun3SL", "krun3", 902);
duplicateMovieClip ("krun4SL", "krun4", 903);
_root.krun1._visible = 0;
_root.krun2._visible = 0;
_root.krun3._visible = 0;
_root.krun4._visible = 0;
Symbol 1272 MovieClip Frame 1
stop();
Symbol 1272 MovieClip Frame 48
if (_root.match_flg == 1) {
_root.shoot_num = _root.shoot_num + 1;
_root[("shoot" + _root.shoot_num) + "success_flg"] = 0;
_root.info.gunnum = _root.shoot_num;
}
if (_root.shoot_num < _root.cs_num) {
_root.XR_mq._visible = 1;
_root[(("ren" + _root.ren_dunxiang) + "_zunbei") + "FZ"]._visible = 1;
_root.krun4._visible = 0;
_root.ks_flg = 1;
_root[_name].gotoAndStop(1);
} else {
_root.initRest();
if (_root.match_flg == 1) {
if (_root.shoot_num < _root.cs_num) {
_root.gotoAndStop("zhuCJ");
} else {
_root.gotoAndStop("score");
}
} else {
_root.gotoAndStop("zhuCJ");
}
}
removeMovieClip("krun1");
removeMovieClip("krun2");
removeMovieClip("krun3");
removeMovieClip("krun4");
_root.krun1SL._visible = 0;
_root.krun2SL._visible = 0;
_root.krun3SL._visible = 0;
_root.krun4SL._visible = 0;
duplicateMovieClip ("krun1SL", "krun1", 900);
duplicateMovieClip ("krun2SL", "krun2", 901);
duplicateMovieClip ("krun3SL", "krun3", 902);
duplicateMovieClip ("krun4SL", "krun4", 903);
_root.krun1._visible = 0;
_root.krun2._visible = 0;
_root.krun3._visible = 0;
_root.krun4._visible = 0;
Symbol 1286 Button
on (press) {
if ((_root.quedinW.username.text.length != 0) and (_root.quedinW.useremail.text.length != 0)) {
_root.game_so.data.playerName = _root.quedinW.username.text;
_root.game_so.data.useremail = _root.quedinW.useremail.text;
_root.midistop(2);
_root.midistop(3);
_root.gotoAndStop("ph");
}
}
Symbol 1323 Button
on (press) {
_root.reback();
_root.best_time = 1000;
_root.midistop(2);
_root.midistop(3);
_root.gotoAndStop("sel");
_root.jinc.gotoAndStop("end");
}
Symbol 1374 Button
on (press) {
_root.reback();
_root.best_time = 1000;
_root.gotoAndStop("sel");
_root.jinc.gotoAndStop("end");
}
Symbol 1397 MovieClip Frame 1
stop();
errorMsg = "";
i = 0;
alien_mc.onEnterFrame = function () {
i = i + 0.25;
i = i % 2;
this.gotoAndStop(i + 1);
};