Frame 1
fscommand ("allowscale", false);
gotoNextScene = function () {
gotoAndPlay (2);
};
stop();
Instance of Symbol 54 MovieClip "progressBar" in Frame 1
onClipEvent (load) {
total = _root.getBytesTotal();
}
onClipEvent (enterFrame) {
loaded = _root.getBytesLoaded();
percent = int((loaded / total) * 100);
text = ("Loaded " + percent) + "%";
gotoAndStop(percent);
if (loaded == total) {
_root.gotoAndPlay(2);
}
}
Frame 2
function question_random() {
question_count = 0;
question_array = [];
q_array = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15];
r = 0;
i = 1;
for(;;){
if (i > 5) {
return(undefined);
}
r = r + Number(random(3) + 1);
question_array[i - 1] = q_array[r - 1];
r = i * 3;
i++;
};
}
function play_background_snd() {
background_snd = new Sound();
background_snd.attachSound("background_snd");
background_snd.start();
background_snd.onSoundComplete = function () {
background_snd.start();
};
}
function playsnd(s) {
_root.snd.stop(_root.sndId);
_root.snd = new Sound();
_root.snd.attachSound(s);
_root.snd.start();
_root.sndId = s;
}
function rest_clock(n) {
so = SharedObject.getLocal("benesse_051030_v1");
getTime = so.data.Minutes_length;
nowDate = new Date();
m = nowDate.getTime();
if (getTime != undefined) {
trace(Math.ceil((m - getTime) / 1000));
if (Math.ceil((m - getTime) / 1000) >= 1200) {
if (n == "close_btn") {
next_game_btn._visible = false;
playagain_btn._visible = false;
toolbar._visible = false;
return(undefined);
}
if (n == "rest") {
rest.gotoAndPlay("rest");
}
}
}
}
stop();
so = SharedObject.getLocal("benesse_051030_v1");
so.data.page = "clock";
so.flush();
life = 3;
point = 0;
right_num = 0;
wrong_num = 0;
answer1_array = [2, 1, 1, 3, 2, 3, 1, 3, 2, 3, 3, 2, 2, 1, 1];
answer2_array = [1, 2, 3, 2, 3, 1, 2, 2, 3, 2, 2, 1, 3, 1, 3];
if (so.data.select_type == 1) {
if (so.data.userscore[so.data.user_number - 1][0][0] == "normal") {
game_type = "normal";
} else if (so.data.userscore[so.data.user_number - 1][0][0] == "challege") {
game_type = "challege";
} else if (so.data.userscore[so.data.user_number - 1][0][0] == "invincible") {
game_type = "invincible";
}
} else if (so.data.select_type == 2) {
game_type = "";
}
question_random();
Frame 8
_root.clock_mc.b.enabled = false;
question_mc.question_board.b.enabled = false;
play_background_snd();
Frame 15
stop();
question_mc.gotoAndPlay(2);
Frame 16
_root.clock_mc.b.enabled = false;
question_mc.question_board.b.enabled = false;
play_background_snd();
Frame 24
stop();
question_mc.gotoAndPlay(2);
Frame 25
_root.clock_mc.b.enabled = false;
question_mc.question_board.b.enabled = false;
play_background_snd();
Frame 33
stop();
question_mc.gotoAndPlay(2);
Frame 34
stop();
background_snd.stop("background_snd");
so = SharedObject.getLocal("benesse_051030_v1");
if (so.data.select_type == 1) {
if (game_type == "normal") {
so.data.userscore[so.data.user_number - 1][0][1][0][5] = 2;
} else if (game_type == "challege") {
so.data.userscore[so.data.user_number - 1][0][1][1][5] = 2;
} else if (game_type == "invincible") {
so.data.userscore[so.data.user_number - 1][0][1][2][5] = 2;
}
next_game_btn._visible = true;
} else if (so.data.select_type == 2) {
if (game_type == "normal") {
so.data.userscore[so.data.user_number - 1][1][0][5] = 2;
} else if (game_type == "challege") {
so.data.userscore[so.data.user_number - 1][1][1][5] = 2;
} else if (game_type == "invincible") {
so.data.userscore[so.data.user_number - 1][1][2][5] = 2;
}
next_game_btn._visible = false;
}
so.flush();
rest_clock("close_btn");
Frame 45
stop();
background_snd.stop("background_snd");
so = SharedObject.getLocal("benesse_051030_v1");
if (so.data.select_type == 1) {
if (game_type == "normal") {
so.data.userscore[so.data.user_number - 1][0][1][0][5] = 2;
} else if (game_type == "challege") {
so.data.userscore[so.data.user_number - 1][0][1][1][5] = 2;
} else if (game_type == "invincible") {
so.data.userscore[so.data.user_number - 1][0][1][2][5] = 2;
}
next_game_btn._visible = true;
} else if (so.data.select_type == 2) {
if (game_type == "normal") {
so.data.userscore[so.data.user_number - 1][1][0][5] = 2;
} else if (game_type == "challege") {
so.data.userscore[so.data.user_number - 1][1][1][5] = 2;
} else if (game_type == "invincible") {
so.data.userscore[so.data.user_number - 1][1][2][5] = 2;
}
next_game_btn._visible = false;
}
so.flush();
rest_clock("close_btn");
Frame 57
stop();
background_snd.stop("background_snd");
so = SharedObject.getLocal("benesse_051030_v1");
if (so.data.select_type == 1) {
if (game_type == "normal") {
so.data.userscore[so.data.user_number - 1][0][1][0][5] = 2;
} else if (game_type == "challege") {
so.data.userscore[so.data.user_number - 1][0][1][1][5] = 2;
} else if (game_type == "invincible") {
so.data.userscore[so.data.user_number - 1][0][1][2][5] = 2;
}
next_game_btn._visible = true;
} else if (so.data.select_type == 2) {
if (game_type == "normal") {
so.data.userscore[so.data.user_number - 1][1][0][5] = 2;
} else if (game_type == "challege") {
so.data.userscore[so.data.user_number - 1][1][1][5] = 2;
} else if (game_type == "invincible") {
so.data.userscore[so.data.user_number - 1][1][2][5] = 2;
}
next_game_btn._visible = false;
}
so.flush();
rest_clock("close_btn");
Frame 69
stop();
background_snd.stop("background_snd");
rest_clock("close_btn");
Symbol 93 MovieClip Frame 42
gotoAndPlay (11);
Symbol 94 Button
on (release) {
getURL ("http://www.qiaohule.com/", "_blank");
}
Symbol 155 Button
on (release) {
_root.game_type = "challege";
_parent.gotoAndPlay("\u6536\u8D77\u7D1A\u5225\u9078\u64C7");
}
on (rollOver) {
_root.playsnd("challege_snd");
}
Symbol 166 Button
on (release) {
_root.game_type = "invincible";
_parent.gotoAndPlay("\u6536\u8D77\u7D1A\u5225\u9078\u64C7");
}
on (rollOver) {
_root.playsnd("invincible_snd");
}
Symbol 174 Button
on (release) {
_parent.gotoAndPlay(1);
}
Symbol 175 Button
on (release) {
_parent._parent.gotoAndPlay(1);
}
on (rollOver) {
_root.playsnd("listen_again");
}
Symbol 176 MovieClip Frame 15
stop();
Symbol 186 Button
on (release) {
if (_root.game_type == "normal") {
_root.gotoAndPlay("normal");
} else if (_root.game_type == "challege") {
_root.gotoAndPlay("challege");
} else if (_root.game_type == "invincible") {
_root.gotoAndPlay("invincible");
}
}
on (rollOver) {
_root.playsnd("start_game");
}
Symbol 188 MovieClip Frame 10
stop();
Symbol 189 MovieClip Frame 15
stop();
so = SharedObject.getLocal("benesse_051030_v1");
if (_root.game_type == "normal") {
if (so.data.userscore[so.data.user_number - 1][1][0][5] == 0) {
so.data.userscore[so.data.user_number - 1][1][0][5] = 1;
}
} else if (_root.game_type == "challege") {
if (so.data.userscore[so.data.user_number - 1][1][1][5] == 0) {
so.data.userscore[so.data.user_number - 1][1][1][5] = 1;
}
} else if (_root.game_type == "invincible") {
if (so.data.userscore[so.data.user_number - 1][1][2][5] == 0) {
so.data.userscore[so.data.user_number - 1][1][2][5] = 1;
}
}
so.flush();
_root.gotoAndPlay(_root.game_type);
Symbol 190 Button
on (release) {
if (_root.game_type == "normal") {
_root.gotoAndPlay("normal");
} else if (_root.game_type == "challege") {
_root.gotoAndPlay("challege");
} else if (_root.game_type == "invincible") {
_root.gotoAndPlay("invincible");
}
}
Symbol 191 MovieClip Frame 10
stop();
so = SharedObject.getLocal("benesse_051030_v1");
if (_root.game_type == "normal") {
if (so.data.userscore[so.data.user_number - 1][0][1][0][5] == 0) {
so.data.userscore[so.data.user_number - 1][0][1][0][5] = 1;
}
} else if (_root.game_type == "challege") {
if (so.data.userscore[so.data.user_number - 1][0][1][1][5] == 0) {
so.data.userscore[so.data.user_number - 1][0][1][1][5] = 1;
}
} else if (_root.game_type == "invincible") {
if (so.data.userscore[so.data.user_number - 1][0][1][2][5] == 0) {
so.data.userscore[so.data.user_number - 1][0][1][2][5] = 1;
}
}
so.flush();
_root.gotoAndPlay(_root.game_type);
Symbol 192 MovieClip Frame 1
stop();
Symbol 192 MovieClip Frame 12
stop();
Symbol 192 MovieClip Frame 24
stop();
Symbol 192 MovieClip Frame 35
stop();
Instance of Symbol 118 MovieClip in Symbol 193 MovieClip Frame 1
onClipEvent (mouseUp) {
_parent.gotoAndStop(_parent._totalframes);
}
Instance of Symbol 192 MovieClip in Symbol 193 MovieClip Frame 252
onClipEvent (load) {
so = SharedObject.getLocal("benesse_051030_v1");
if (so.data.select_type == 1) {
this.gotoAndPlay("\u958B\u59CB\u8207\u91CD\u807D");
} else if (so.data.select_type == 2) {
this.gotoAndPlay("\u7D1A\u5225\u9078\u64C7");
}
}
Symbol 193 MovieClip Frame 257
stop();
Symbol 196 Button
on (release) {
question_snd = new Sound();
if (_root.game_type == "invincible") {
question_snd.attachSound("q" + Number(_root.question_array[_root.question_count - 1] + 15));
_root.question_board_snd = "q" + Number(_root.question_array[_root.question_count - 1] + 15);
} else {
question_snd.attachSound("q" + _root.question_array[_root.question_count - 1]);
_root.question_board_snd = "q" + _root.question_array[_root.question_count - 1];
}
question_snd.start();
gotoAndStop (2);
question_snd.onSoundComplete = function () {
gotoAndStop (1);
};
}
Symbol 199 MovieClip Frame 1
stop();
Symbol 199 MovieClip Frame 2
stop();
Symbol 204 Button
on (release) {
i = 1;
while (i <= 3) {
this["b" + i].enabled = false;
i++;
}
if (_root.answer1_array[_root.question_array[_root.question_count - 1] - 1] == 2) {
_root.right_num++;
_root["g" + _root.question_count].gotoAndStop(2);
_root.boss.gotoAndPlay("\u7B54\u5C0D");
_root.tiger.gotoAndStop(Number(_root.question_array[_root.question_count - 1]) + 1);
} else {
_root["life" + _root.life].gotoAndStop(2);
_root.life--;
_root.boss.gotoAndPlay("\u7B54\u932F");
}
}
Symbol 206 Button
on (release) {
i = 1;
while (i <= 3) {
this["b" + i].enabled = false;
i++;
}
if (_root.answer1_array[_root.question_array[_root.question_count - 1] - 1] == 1) {
_root.right_num++;
_root["g" + _root.question_count].gotoAndStop(2);
_root.boss.gotoAndPlay("\u7B54\u5C0D");
_root.tiger.gotoAndStop(Number(_root.question_array[_root.question_count - 1]) + 1);
} else {
_root["life" + _root.life].gotoAndStop(2);
_root.life--;
_root.boss.gotoAndPlay("\u7B54\u932F");
}
}
Symbol 208 Button
on (release) {
i = 1;
while (i <= 3) {
this["b" + i].enabled = false;
i++;
}
if (_root.answer1_array[_root.question_array[_root.question_count - 1] - 1] == 3) {
_root.right_num++;
_root["g" + _root.question_count].gotoAndStop(2);
_root.boss.gotoAndPlay("\u7B54\u5C0D");
_root.tiger.gotoAndStop(Number(_root.question_array[_root.question_count - 1]) + 1);
} else {
_root["life" + _root.life].gotoAndStop(2);
_root.life--;
_root.boss.gotoAndPlay("\u7B54\u932F");
}
}
Symbol 218 Button
on (release) {
i = 1;
while (i <= 3) {
this["b" + i].enabled = false;
i++;
}
if (_root.answer1_array[_root.question_array[_root.question_count - 1] - 1] == 2) {
_root.right_num++;
_root["g" + _root.question_count].gotoAndStop(2);
_root.boss.gotoAndPlay("\u7B54\u5C0D");
_root.tiger.gotoAndStop(Number(_root.question_array[_root.question_count - 1]) + 1);
} else {
_root["life" + _root.life].gotoAndStop(2);
_root.life--;
_root.boss.gotoAndPlay("\u7B54\u932F");
}
}
Symbol 220 Button
on (release) {
i = 1;
while (i <= 3) {
this["b" + i].enabled = false;
i++;
}
if (_root.answer1_array[_root.question_array[_root.question_count - 1] - 1] == 1) {
_root.right_num++;
_root["g" + _root.question_count].gotoAndStop(2);
_root.boss.gotoAndPlay("\u7B54\u5C0D");
_root.tiger.gotoAndStop(Number(_root.question_array[_root.question_count - 1]) + 1);
} else {
_root["life" + _root.life].gotoAndStop(2);
_root.life--;
_root.boss.gotoAndPlay("\u7B54\u932F");
}
}
Symbol 222 Button
on (release) {
i = 1;
while (i <= 3) {
this["b" + i].enabled = false;
i++;
}
if (_root.answer1_array[_root.question_array[_root.question_count - 1] - 1] == 3) {
_root.right_num++;
_root["g" + _root.question_count].gotoAndStop(2);
_root.boss.gotoAndPlay("\u7B54\u5C0D");
_root.tiger.gotoAndStop(Number(_root.question_array[_root.question_count - 1]) + 1);
} else {
_root["life" + _root.life].gotoAndStop(2);
_root.life--;
_root.boss.gotoAndPlay("\u7B54\u932F");
}
}
Symbol 232 Button
on (release) {
i = 1;
while (i <= 3) {
this["b" + i].enabled = false;
i++;
}
if (_root.answer1_array[_root.question_array[_root.question_count - 1] - 1] == 3) {
_root.right_num++;
_root["g" + _root.question_count].gotoAndStop(2);
_root.boss.gotoAndPlay("\u7B54\u5C0D");
_root.tiger.gotoAndStop(Number(_root.question_array[_root.question_count - 1]) + 1);
} else {
_root["life" + _root.life].gotoAndStop(2);
_root.life--;
_root.boss.gotoAndPlay("\u7B54\u932F");
}
}
Symbol 242 Button
on (release) {
i = 1;
while (i <= 3) {
this["b" + i].enabled = false;
i++;
}
if (_root.answer1_array[_root.question_array[_root.question_count - 1] - 1] == 1) {
_root.right_num++;
_root["g" + _root.question_count].gotoAndStop(2);
_root.boss.gotoAndPlay("\u7B54\u5C0D");
_root.tiger.gotoAndStop(Number(_root.question_array[_root.question_count - 1]) + 1);
} else {
_root["life" + _root.life].gotoAndStop(2);
_root.life--;
_root.boss.gotoAndPlay("\u7B54\u932F");
}
}
Symbol 244 Button
on (release) {
i = 1;
while (i <= 3) {
this["b" + i].enabled = false;
i++;
}
if (_root.answer1_array[_root.question_array[_root.question_count - 1] - 1] == 3) {
_root.right_num++;
_root["g" + _root.question_count].gotoAndStop(2);
_root.boss.gotoAndPlay("\u7B54\u5C0D");
_root.tiger.gotoAndStop(Number(_root.question_array[_root.question_count - 1]) + 1);
} else {
_root["life" + _root.life].gotoAndStop(2);
_root.life--;
_root.boss.gotoAndPlay("\u7B54\u932F");
}
}
Symbol 253 Button
on (release) {
i = 1;
while (i <= 3) {
this["b" + i].enabled = false;
i++;
}
if (_root.answer1_array[_root.question_array[_root.question_count - 1] - 1] == 2) {
_root.right_num++;
_root["g" + _root.question_count].gotoAndStop(2);
_root.boss.gotoAndPlay("\u7B54\u5C0D");
_root.tiger.gotoAndStop(Number(_root.question_array[_root.question_count - 1]) + 1);
} else {
_root["life" + _root.life].gotoAndStop(2);
_root.life--;
_root.boss.gotoAndPlay("\u7B54\u932F");
}
}
Symbol 260 Button
on (release) {
i = 1;
while (i <= 3) {
this["b" + i].enabled = false;
i++;
}
if (_root.answer1_array[_root.question_array[_root.question_count - 1] - 1] == 2) {
_root.right_num++;
_root["g" + _root.question_count].gotoAndStop(2);
_root.boss.gotoAndPlay("\u7B54\u5C0D");
_root.tiger.gotoAndStop(Number(_root.question_array[_root.question_count - 1]) + 1);
} else {
_root["life" + _root.life].gotoAndStop(2);
_root.life--;
_root.boss.gotoAndPlay("\u7B54\u932F");
}
}
Symbol 261 Button
on (release) {
i = 1;
while (i <= 3) {
this["b" + i].enabled = false;
i++;
}
if (_root.answer1_array[_root.question_array[_root.question_count - 1] - 1] == 1) {
_root.right_num++;
_root["g" + _root.question_count].gotoAndStop(2);
_root.boss.gotoAndPlay("\u7B54\u5C0D");
_root.tiger.gotoAndStop(Number(_root.question_array[_root.question_count - 1]) + 1);
} else {
_root["life" + _root.life].gotoAndStop(2);
_root.life--;
_root.boss.gotoAndPlay("\u7B54\u932F");
}
}
Symbol 263 Button
on (release) {
i = 1;
while (i <= 3) {
this["b" + i].enabled = false;
i++;
}
if (_root.answer1_array[_root.question_array[_root.question_count - 1] - 1] == 3) {
_root.right_num++;
_root["g" + _root.question_count].gotoAndStop(2);
_root.boss.gotoAndPlay("\u7B54\u5C0D");
_root.tiger.gotoAndStop(Number(_root.question_array[_root.question_count - 1]) + 1);
} else {
_root["life" + _root.life].gotoAndStop(2);
_root.life--;
_root.boss.gotoAndPlay("\u7B54\u932F");
}
}
Symbol 271 Button
on (release) {
i = 1;
while (i <= 3) {
this["b" + i].enabled = false;
i++;
}
if (_root.answer1_array[_root.question_array[_root.question_count - 1] - 1] == 1) {
_root.right_num++;
_root["g" + _root.question_count].gotoAndStop(2);
_root.boss.gotoAndPlay("\u7B54\u5C0D");
_root.tiger.gotoAndStop(Number(_root.question_array[_root.question_count - 1]) + 1);
} else {
_root["life" + _root.life].gotoAndStop(2);
_root.life--;
_root.boss.gotoAndPlay("\u7B54\u932F");
}
}
Symbol 272 Button
on (release) {
i = 1;
while (i <= 3) {
this["b" + i].enabled = false;
i++;
}
if (_root.answer1_array[_root.question_array[_root.question_count - 1] - 1] == 3) {
_root.right_num++;
_root["g" + _root.question_count].gotoAndStop(2);
_root.boss.gotoAndPlay("\u7B54\u5C0D");
_root.tiger.gotoAndStop(Number(_root.question_array[_root.question_count - 1]) + 1);
} else {
_root["life" + _root.life].gotoAndStop(2);
_root.life--;
_root.boss.gotoAndPlay("\u7B54\u932F");
}
}
Symbol 278 Button
on (release) {
i = 1;
while (i <= 3) {
this["b" + i].enabled = false;
i++;
}
if (_root.answer1_array[_root.question_array[_root.question_count - 1] - 1] == 3) {
_root.right_num++;
_root["g" + _root.question_count].gotoAndStop(2);
_root.boss.gotoAndPlay("\u7B54\u5C0D");
_root.tiger.gotoAndStop(Number(_root.question_array[_root.question_count - 1]) + 1);
} else {
_root["life" + _root.life].gotoAndStop(2);
_root.life--;
_root.boss.gotoAndPlay("\u7B54\u932F");
}
}
Symbol 283 Button
on (release) {
i = 1;
while (i <= 3) {
this["b" + i].enabled = false;
i++;
}
if (_root.answer1_array[_root.question_array[_root.question_count - 1] - 1] == 2) {
_root.right_num++;
_root["g" + _root.question_count].gotoAndStop(2);
_root.boss.gotoAndPlay("\u7B54\u5C0D");
_root.tiger.gotoAndStop(Number(_root.question_array[_root.question_count - 1]) + 1);
} else {
_root["life" + _root.life].gotoAndStop(2);
_root.life--;
_root.boss.gotoAndPlay("\u7B54\u932F");
}
}
Symbol 286 Button
on (release) {
i = 1;
while (i <= 3) {
this["b" + i].enabled = false;
i++;
}
if (_root.answer1_array[_root.question_array[_root.question_count - 1] - 1] == 2) {
_root.right_num++;
_root["g" + _root.question_count].gotoAndStop(2);
_root.boss.gotoAndPlay("\u7B54\u5C0D");
_root.tiger.gotoAndStop(Number(_root.question_array[_root.question_count - 1]) + 1);
} else {
_root["life" + _root.life].gotoAndStop(2);
_root.life--;
_root.boss.gotoAndPlay("\u7B54\u932F");
}
}
Symbol 287 Button
on (release) {
i = 1;
while (i <= 3) {
this["b" + i].enabled = false;
i++;
}
if (_root.answer1_array[_root.question_array[_root.question_count - 1] - 1] == 1) {
_root.right_num++;
_root["g" + _root.question_count].gotoAndStop(2);
_root.boss.gotoAndPlay("\u7B54\u5C0D");
_root.tiger.gotoAndStop(Number(_root.question_array[_root.question_count - 1]) + 1);
} else {
_root["life" + _root.life].gotoAndStop(2);
_root.life--;
_root.boss.gotoAndPlay("\u7B54\u932F");
}
}
Symbol 288 Button
on (release) {
i = 1;
while (i <= 3) {
this["b" + i].enabled = false;
i++;
}
if (_root.answer1_array[_root.question_array[_root.question_count - 1] - 1] == 3) {
_root.right_num++;
_root["g" + _root.question_count].gotoAndStop(2);
_root.boss.gotoAndPlay("\u7B54\u5C0D");
_root.tiger.gotoAndStop(Number(_root.question_array[_root.question_count - 1]) + 1);
} else {
_root["life" + _root.life].gotoAndStop(2);
_root.life--;
_root.boss.gotoAndPlay("\u7B54\u932F");
}
}
Symbol 294 Button
on (release) {
i = 1;
while (i <= 3) {
this["b" + i].enabled = false;
i++;
}
if (_root.answer1_array[_root.question_array[_root.question_count - 1] - 1] == 1) {
_root.right_num++;
_root["g" + _root.question_count].gotoAndStop(2);
_root.boss.gotoAndPlay("\u7B54\u5C0D");
_root.tiger.gotoAndStop(Number(_root.question_array[_root.question_count - 1]) + 1);
} else {
_root["life" + _root.life].gotoAndStop(2);
_root.life--;
_root.boss.gotoAndPlay("\u7B54\u932F");
}
}
Symbol 296 Button
on (release) {
i = 1;
while (i <= 3) {
this["b" + i].enabled = false;
i++;
}
if (_root.answer1_array[_root.question_array[_root.question_count - 1] - 1] == 3) {
_root.right_num++;
_root["g" + _root.question_count].gotoAndStop(2);
_root.boss.gotoAndPlay("\u7B54\u5C0D");
_root.tiger.gotoAndStop(Number(_root.question_array[_root.question_count - 1]) + 1);
} else {
_root["life" + _root.life].gotoAndStop(2);
_root.life--;
_root.boss.gotoAndPlay("\u7B54\u932F");
}
}
Symbol 305 Button
on (release) {
i = 1;
while (i <= 3) {
this["b" + i].enabled = false;
i++;
}
if (_root.answer1_array[_root.question_array[_root.question_count - 1] - 1] == 2) {
_root.right_num++;
_root["g" + _root.question_count].gotoAndStop(2);
_root.boss.gotoAndPlay("\u7B54\u5C0D");
_root.tiger.gotoAndStop(Number(_root.question_array[_root.question_count - 1]) + 1);
} else {
_root["life" + _root.life].gotoAndStop(2);
_root.life--;
_root.boss.gotoAndPlay("\u7B54\u932F");
}
}
Symbol 307 Button
on (release) {
i = 1;
while (i <= 3) {
this["b" + i].enabled = false;
i++;
}
if (_root.answer1_array[_root.question_array[_root.question_count - 1] - 1] == 1) {
_root.right_num++;
_root["g" + _root.question_count].gotoAndStop(2);
_root.boss.gotoAndPlay("\u7B54\u5C0D");
_root.tiger.gotoAndStop(Number(_root.question_array[_root.question_count - 1]) + 1);
} else {
_root["life" + _root.life].gotoAndStop(2);
_root.life--;
_root.boss.gotoAndPlay("\u7B54\u932F");
}
}
Symbol 313 Button
on (release) {
i = 1;
while (i <= 3) {
this["b" + i].enabled = false;
i++;
}
if (_root.answer1_array[_root.question_array[_root.question_count - 1] - 1] == 3) {
_root.right_num++;
_root["g" + _root.question_count].gotoAndStop(2);
_root.boss.gotoAndPlay("\u7B54\u5C0D");
_root.tiger.gotoAndStop(Number(_root.question_array[_root.question_count - 1]) + 1);
} else {
_root["life" + _root.life].gotoAndStop(2);
_root.life--;
_root.boss.gotoAndPlay("\u7B54\u932F");
}
}
Symbol 321 MovieClip Frame 1
stop();
Symbol 321 MovieClip Frame 5
i = 1;
while (i <= 3) {
this["b" + i].enabled = false;
i++;
}
_root.question_count++;
question_snd = new Sound();
question_snd.attachSound("q" + _root.question_array[_root.question_count - 1]);
question_snd.start();
question_board.gotoAndStop(2);
question_snd.onSoundComplete = function () {
question_board.gotoAndStop(1);
i = 1;
for(;;){
if (i > 3) {
return(undefined);
}
_root.question_mc["b" + i].enabled = true;
i++;
};
};
gotoAndPlay(_root.question_array[_root.question_count - 1] + 5);
Symbol 321 MovieClip Frame 6
stop();
i = 1;
while (i <= 3) {
this["b" + i].enabled = false;
i++;
}
Symbol 321 MovieClip Frame 7
stop();
i = 1;
while (i <= 3) {
this["b" + i].enabled = false;
i++;
}
Symbol 321 MovieClip Frame 8
stop();
i = 1;
while (i <= 3) {
this["b" + i].enabled = false;
i++;
}
Symbol 321 MovieClip Frame 9
stop();
i = 1;
while (i <= 3) {
this["b" + i].enabled = false;
i++;
}
Symbol 321 MovieClip Frame 10
stop();
i = 1;
while (i <= 3) {
this["b" + i].enabled = false;
i++;
}
Symbol 321 MovieClip Frame 11
stop();
i = 1;
while (i <= 3) {
this["b" + i].enabled = false;
i++;
}
Symbol 321 MovieClip Frame 12
stop();
i = 1;
while (i <= 3) {
this["b" + i].enabled = false;
i++;
}
Symbol 321 MovieClip Frame 13
stop();
i = 1;
while (i <= 3) {
this["b" + i].enabled = false;
i++;
}
Symbol 321 MovieClip Frame 14
stop();
i = 1;
while (i <= 3) {
this["b" + i].enabled = false;
i++;
}
Symbol 321 MovieClip Frame 15
stop();
i = 1;
while (i <= 3) {
this["b" + i].enabled = false;
i++;
}
Symbol 321 MovieClip Frame 16
stop();
i = 1;
while (i <= 3) {
this["b" + i].enabled = false;
i++;
}
Symbol 321 MovieClip Frame 17
stop();
i = 1;
while (i <= 3) {
this["b" + i].enabled = false;
i++;
}
Symbol 321 MovieClip Frame 18
stop();
i = 1;
while (i <= 3) {
this["b" + i].enabled = false;
i++;
}
Symbol 321 MovieClip Frame 19
stop();
i = 1;
while (i <= 3) {
this["b" + i].enabled = false;
i++;
}
Symbol 321 MovieClip Frame 20
stop();
i = 1;
while (i <= 3) {
this["b" + i].enabled = false;
i++;
}
Symbol 331 MovieClip Frame 32
stop();
Symbol 431 MovieClip Frame 40
stop();
Symbol 461 MovieClip Frame 1
stop();
Symbol 461 MovieClip Frame 2
stop();
Symbol 461 MovieClip Frame 3
stop();
Symbol 461 MovieClip Frame 4
stop();
Symbol 461 MovieClip Frame 5
stop();
Symbol 461 MovieClip Frame 6
stop();
Symbol 461 MovieClip Frame 7
stop();
Symbol 461 MovieClip Frame 8
stop();
Symbol 461 MovieClip Frame 9
stop();
Symbol 461 MovieClip Frame 10
stop();
Symbol 461 MovieClip Frame 11
stop();
Symbol 461 MovieClip Frame 12
stop();
Symbol 461 MovieClip Frame 13
stop();
Symbol 461 MovieClip Frame 14
stop();
Symbol 461 MovieClip Frame 15
stop();
Symbol 461 MovieClip Frame 16
stop();
Symbol 461 MovieClip Frame 17
stop();
Symbol 461 MovieClip Frame 18
stop();
Symbol 461 MovieClip Frame 19
stop();
Symbol 461 MovieClip Frame 20
stop();
Symbol 461 MovieClip Frame 21
stop();
Symbol 461 MovieClip Frame 22
stop();
Symbol 461 MovieClip Frame 23
stop();
Symbol 461 MovieClip Frame 24
stop();
Symbol 461 MovieClip Frame 25
stop();
Symbol 461 MovieClip Frame 26
stop();
Symbol 461 MovieClip Frame 27
stop();
Symbol 461 MovieClip Frame 28
stop();
Symbol 461 MovieClip Frame 29
stop();
Symbol 461 MovieClip Frame 30
stop();
Symbol 461 MovieClip Frame 31
stop();
Symbol 474 MovieClip Frame 1
stop();
Symbol 474 MovieClip Frame 6
stop();
_root.question_mc.question_board.gotoAndStop(1);
_root.question_mc.question_board.b.enabled = false;
_root.question_mc.question_board.question_snd.stop(_root.question_board_snd);
right_snd = new Sound();
right_snd.attachSound("right" + Number(random(2) + 1));
right_snd.start();
right_snd.onSoundComplete = function () {
if (_root.life > 0) {
if (_root.question_count < 5) {
_root.question_mc.gotoAndPlay(2);
gotoAndStop (1);
} else if (_root.game_type == "normal") {
_root.gotoAndPlay("normal_win");
} else if (_root.game_type == "challege") {
_root.gotoAndPlay("challege_win");
} else if (_root.game_type == "invincible") {
_root.gotoAndPlay("invincible_win");
}
return(undefined);
}
_root.gotoAndPlay("lose");
};
Symbol 474 MovieClip Frame 11
stop();
_root.question_mc.question_board.gotoAndStop(1);
_root.question_mc.question_board.b.enabled = false;
_root.question_mc.question_board.question_snd.stop(_root.question_board_snd);
wrong_snd = new Sound();
wrong_snd.attachSound("wrong" + Number(random(2) + 1));
wrong_snd.start();
wrong_snd.onSoundComplete = function () {
if (_root.life > 0) {
if (_root.question_count < 5) {
_root.question_mc.gotoAndPlay(2);
gotoAndStop (1);
} else if (_root.game_type == "normal") {
_root.gotoAndPlay("normal_win");
} else if (_root.game_type == "challege") {
_root.gotoAndPlay("challege_win");
} else if (_root.game_type == "invincible") {
_root.gotoAndPlay("invincible_win");
}
return(undefined);
}
_root.gotoAndPlay("lose");
};
Symbol 478 MovieClip Frame 1
stop();
Symbol 478 MovieClip Frame 2
stop();
Symbol 481 MovieClip Frame 1
stop();
Symbol 481 MovieClip Frame 2
stop();
Symbol 488 Button
on (release) {
getURL ("http://www.qiaohule.com/", "_blank");
}
Symbol 489 Button
on (release) {
i = 1;
while (i <= 3) {
this["b" + i].enabled = false;
i++;
}
if (_root.answer2_array[_root.question_array[_root.question_count - 1] - 1] == 2) {
_root.right_num++;
_root["g" + _root.question_count].gotoAndStop(2);
_root.boss.gotoAndPlay("\u7B54\u5C0D");
_root.tiger.gotoAndStop(Number(_root.question_array[_root.question_count - 1]) + 16);
} else {
_root["life" + _root.life].gotoAndStop(2);
_root.life--;
_root.boss.gotoAndPlay("\u7B54\u932F");
}
}
Symbol 491 Button
on (release) {
i = 1;
while (i <= 3) {
this["b" + i].enabled = false;
i++;
}
if (_root.answer2_array[_root.question_array[_root.question_count - 1] - 1] == 1) {
_root.right_num++;
_root["g" + _root.question_count].gotoAndStop(2);
_root.boss.gotoAndPlay("\u7B54\u5C0D");
_root.tiger.gotoAndStop(Number(_root.question_array[_root.question_count - 1]) + 16);
} else {
_root["life" + _root.life].gotoAndStop(2);
_root.life--;
_root.boss.gotoAndPlay("\u7B54\u932F");
}
}
Symbol 492 Button
on (release) {
i = 1;
while (i <= 3) {
this["b" + i].enabled = false;
i++;
}
if (_root.answer2_array[_root.question_array[_root.question_count - 1] - 1] == 3) {
_root.right_num++;
_root["g" + _root.question_count].gotoAndStop(2);
_root.boss.gotoAndPlay("\u7B54\u5C0D");
_root.tiger.gotoAndStop(Number(_root.question_array[_root.question_count - 1]) + 16);
} else {
_root["life" + _root.life].gotoAndStop(2);
_root.life--;
_root.boss.gotoAndPlay("\u7B54\u932F");
}
}
Symbol 495 Button
on (release) {
i = 1;
while (i <= 3) {
this["b" + i].enabled = false;
i++;
}
if (_root.answer2_array[_root.question_array[_root.question_count - 1] - 1] == 2) {
_root.right_num++;
_root["g" + _root.question_count].gotoAndStop(2);
_root.boss.gotoAndPlay("\u7B54\u5C0D");
_root.tiger.gotoAndStop(Number(_root.question_array[_root.question_count - 1]) + 16);
} else {
_root["life" + _root.life].gotoAndStop(2);
_root.life--;
_root.boss.gotoAndPlay("\u7B54\u932F");
}
}
Symbol 496 Button
on (release) {
i = 1;
while (i <= 3) {
this["b" + i].enabled = false;
i++;
}
if (_root.answer2_array[_root.question_array[_root.question_count - 1] - 1] == 1) {
_root.right_num++;
_root["g" + _root.question_count].gotoAndStop(2);
_root.boss.gotoAndPlay("\u7B54\u5C0D");
_root.tiger.gotoAndStop(Number(_root.question_array[_root.question_count - 1]) + 16);
} else {
_root["life" + _root.life].gotoAndStop(2);
_root.life--;
_root.boss.gotoAndPlay("\u7B54\u932F");
}
}
Symbol 497 Button
on (release) {
i = 1;
while (i <= 3) {
this["b" + i].enabled = false;
i++;
}
if (_root.answer2_array[_root.question_array[_root.question_count - 1] - 1] == 3) {
_root.right_num++;
_root["g" + _root.question_count].gotoAndStop(2);
_root.boss.gotoAndPlay("\u7B54\u5C0D");
_root.tiger.gotoAndStop(Number(_root.question_array[_root.question_count - 1]) + 16);
} else {
_root["life" + _root.life].gotoAndStop(2);
_root.life--;
_root.boss.gotoAndPlay("\u7B54\u932F");
}
}
Symbol 499 Button
on (release) {
i = 1;
while (i <= 3) {
this["b" + i].enabled = false;
i++;
}
if (_root.answer2_array[_root.question_array[_root.question_count - 1] - 1] == 2) {
_root.right_num++;
_root["g" + _root.question_count].gotoAndStop(2);
_root.boss.gotoAndPlay("\u7B54\u5C0D");
_root.tiger.gotoAndStop(Number(_root.question_array[_root.question_count - 1]) + 16);
} else {
_root["life" + _root.life].gotoAndStop(2);
_root.life--;
_root.boss.gotoAndPlay("\u7B54\u932F");
}
}
Symbol 500 Button
on (release) {
i = 1;
while (i <= 3) {
this["b" + i].enabled = false;
i++;
}
if (_root.answer2_array[_root.question_array[_root.question_count - 1] - 1] == 1) {
_root.right_num++;
_root["g" + _root.question_count].gotoAndStop(2);
_root.boss.gotoAndPlay("\u7B54\u5C0D");
_root.tiger.gotoAndStop(Number(_root.question_array[_root.question_count - 1]) + 16);
} else {
_root["life" + _root.life].gotoAndStop(2);
_root.life--;
_root.boss.gotoAndPlay("\u7B54\u932F");
}
}
Symbol 502 Button
on (release) {
i = 1;
while (i <= 3) {
this["b" + i].enabled = false;
i++;
}
if (_root.answer2_array[_root.question_array[_root.question_count - 1] - 1] == 3) {
_root.right_num++;
_root["g" + _root.question_count].gotoAndStop(2);
_root.boss.gotoAndPlay("\u7B54\u5C0D");
_root.tiger.gotoAndStop(Number(_root.question_array[_root.question_count - 1]) + 16);
} else {
_root["life" + _root.life].gotoAndStop(2);
_root.life--;
_root.boss.gotoAndPlay("\u7B54\u932F");
}
}
Symbol 505 Button
on (release) {
i = 1;
while (i <= 3) {
this["b" + i].enabled = false;
i++;
}
if (_root.answer2_array[_root.question_array[_root.question_count - 1] - 1] == 2) {
_root.right_num++;
_root["g" + _root.question_count].gotoAndStop(2);
_root.boss.gotoAndPlay("\u7B54\u5C0D");
_root.tiger.gotoAndStop(Number(_root.question_array[_root.question_count - 1]) + 16);
} else {
_root["life" + _root.life].gotoAndStop(2);
_root.life--;
_root.boss.gotoAndPlay("\u7B54\u932F");
}
}
Symbol 506 Button
on (release) {
i = 1;
while (i <= 3) {
this["b" + i].enabled = false;
i++;
}
if (_root.answer2_array[_root.question_array[_root.question_count - 1] - 1] == 1) {
_root.right_num++;
_root["g" + _root.question_count].gotoAndStop(2);
_root.boss.gotoAndPlay("\u7B54\u5C0D");
_root.tiger.gotoAndStop(Number(_root.question_array[_root.question_count - 1]) + 16);
} else {
_root["life" + _root.life].gotoAndStop(2);
_root.life--;
_root.boss.gotoAndPlay("\u7B54\u932F");
}
}
Symbol 507 Button
on (release) {
i = 1;
while (i <= 3) {
this["b" + i].enabled = false;
i++;
}
if (_root.answer2_array[_root.question_array[_root.question_count - 1] - 1] == 3) {
_root.right_num++;
_root["g" + _root.question_count].gotoAndStop(2);
_root.boss.gotoAndPlay("\u7B54\u5C0D");
_root.tiger.gotoAndStop(Number(_root.question_array[_root.question_count - 1]) + 16);
} else {
_root["life" + _root.life].gotoAndStop(2);
_root.life--;
_root.boss.gotoAndPlay("\u7B54\u932F");
}
}
Symbol 510 Button
on (release) {
i = 1;
while (i <= 3) {
this["b" + i].enabled = false;
i++;
}
if (_root.answer2_array[_root.question_array[_root.question_count - 1] - 1] == 2) {
_root.right_num++;
_root["g" + _root.question_count].gotoAndStop(2);
_root.boss.gotoAndPlay("\u7B54\u5C0D");
_root.tiger.gotoAndStop(Number(_root.question_array[_root.question_count - 1]) + 16);
} else {
_root["life" + _root.life].gotoAndStop(2);
_root.life--;
_root.boss.gotoAndPlay("\u7B54\u932F");
}
}
Symbol 511 Button
on (release) {
i = 1;
while (i <= 3) {
this["b" + i].enabled = false;
i++;
}
if (_root.answer2_array[_root.question_array[_root.question_count - 1] - 1] == 1) {
_root.right_num++;
_root["g" + _root.question_count].gotoAndStop(2);
_root.boss.gotoAndPlay("\u7B54\u5C0D");
_root.tiger.gotoAndStop(Number(_root.question_array[_root.question_count - 1]) + 16);
} else {
_root["life" + _root.life].gotoAndStop(2);
_root.life--;
_root.boss.gotoAndPlay("\u7B54\u932F");
}
}
Symbol 513 Button
on (release) {
i = 1;
while (i <= 3) {
this["b" + i].enabled = false;
i++;
}
if (_root.answer2_array[_root.question_array[_root.question_count - 1] - 1] == 2) {
_root.right_num++;
_root["g" + _root.question_count].gotoAndStop(2);
_root.boss.gotoAndPlay("\u7B54\u5C0D");
_root.tiger.gotoAndStop(Number(_root.question_array[_root.question_count - 1]) + 16);
} else {
_root["life" + _root.life].gotoAndStop(2);
_root.life--;
_root.boss.gotoAndPlay("\u7B54\u932F");
}
}
Symbol 515 Button
on (release) {
i = 1;
while (i <= 3) {
this["b" + i].enabled = false;
i++;
}
if (_root.answer2_array[_root.question_array[_root.question_count - 1] - 1] == 1) {
_root.right_num++;
_root["g" + _root.question_count].gotoAndStop(2);
_root.boss.gotoAndPlay("\u7B54\u5C0D");
_root.tiger.gotoAndStop(Number(_root.question_array[_root.question_count - 1]) + 16);
} else {
_root["life" + _root.life].gotoAndStop(2);
_root.life--;
_root.boss.gotoAndPlay("\u7B54\u932F");
}
}
Symbol 516 Button
on (release) {
i = 1;
while (i <= 3) {
this["b" + i].enabled = false;
i++;
}
if (_root.answer2_array[_root.question_array[_root.question_count - 1] - 1] == 3) {
_root.right_num++;
_root["g" + _root.question_count].gotoAndStop(2);
_root.boss.gotoAndPlay("\u7B54\u5C0D");
_root.tiger.gotoAndStop(Number(_root.question_array[_root.question_count - 1]) + 16);
} else {
_root["life" + _root.life].gotoAndStop(2);
_root.life--;
_root.boss.gotoAndPlay("\u7B54\u932F");
}
}
Symbol 519 Button
on (release) {
i = 1;
while (i <= 3) {
this["b" + i].enabled = false;
i++;
}
if (_root.answer2_array[_root.question_array[_root.question_count - 1] - 1] == 2) {
_root.right_num++;
_root["g" + _root.question_count].gotoAndStop(2);
_root.boss.gotoAndPlay("\u7B54\u5C0D");
_root.tiger.gotoAndStop(Number(_root.question_array[_root.question_count - 1]) + 16);
} else {
_root["life" + _root.life].gotoAndStop(2);
_root.life--;
_root.boss.gotoAndPlay("\u7B54\u932F");
}
}
Symbol 520 Button
on (release) {
i = 1;
while (i <= 3) {
this["b" + i].enabled = false;
i++;
}
if (_root.answer2_array[_root.question_array[_root.question_count - 1] - 1] == 1) {
_root.right_num++;
_root["g" + _root.question_count].gotoAndStop(2);
_root.boss.gotoAndPlay("\u7B54\u5C0D");
_root.tiger.gotoAndStop(Number(_root.question_array[_root.question_count - 1]) + 16);
} else {
_root["life" + _root.life].gotoAndStop(2);
_root.life--;
_root.boss.gotoAndPlay("\u7B54\u932F");
}
}
Symbol 521 Button
on (release) {
i = 1;
while (i <= 3) {
this["b" + i].enabled = false;
i++;
}
if (_root.answer2_array[_root.question_array[_root.question_count - 1] - 1] == 3) {
_root.right_num++;
_root["g" + _root.question_count].gotoAndStop(2);
_root.boss.gotoAndPlay("\u7B54\u5C0D");
_root.tiger.gotoAndStop(Number(_root.question_array[_root.question_count - 1]) + 16);
} else {
_root["life" + _root.life].gotoAndStop(2);
_root.life--;
_root.boss.gotoAndPlay("\u7B54\u932F");
}
}
Symbol 524 Button
on (release) {
i = 1;
while (i <= 3) {
this["b" + i].enabled = false;
i++;
}
if (_root.answer2_array[_root.question_array[_root.question_count - 1] - 1] == 2) {
_root.right_num++;
_root["g" + _root.question_count].gotoAndStop(2);
_root.boss.gotoAndPlay("\u7B54\u5C0D");
_root.tiger.gotoAndStop(Number(_root.question_array[_root.question_count - 1]) + 16);
} else {
_root["life" + _root.life].gotoAndStop(2);
_root.life--;
_root.boss.gotoAndPlay("\u7B54\u932F");
}
}
Symbol 525 Button
on (release) {
i = 1;
while (i <= 3) {
this["b" + i].enabled = false;
i++;
}
if (_root.answer2_array[_root.question_array[_root.question_count - 1] - 1] == 3) {
_root.right_num++;
_root["g" + _root.question_count].gotoAndStop(2);
_root.boss.gotoAndPlay("\u7B54\u5C0D");
_root.tiger.gotoAndStop(Number(_root.question_array[_root.question_count - 1]) + 16);
} else {
_root["life" + _root.life].gotoAndStop(2);
_root.life--;
_root.boss.gotoAndPlay("\u7B54\u932F");
}
}
Symbol 527 Button
on (release) {
i = 1;
while (i <= 3) {
this["b" + i].enabled = false;
i++;
}
if (_root.answer2_array[_root.question_array[_root.question_count - 1] - 1] == 2) {
_root.right_num++;
_root["g" + _root.question_count].gotoAndStop(2);
_root.boss.gotoAndPlay("\u7B54\u5C0D");
_root.tiger.gotoAndStop(Number(_root.question_array[_root.question_count - 1]) + 16);
} else {
_root["life" + _root.life].gotoAndStop(2);
_root.life--;
_root.boss.gotoAndPlay("\u7B54\u932F");
}
}
Symbol 529 Button
on (release) {
i = 1;
while (i <= 3) {
this["b" + i].enabled = false;
i++;
}
if (_root.answer2_array[_root.question_array[_root.question_count - 1] - 1] == 3) {
_root.right_num++;
_root["g" + _root.question_count].gotoAndStop(2);
_root.boss.gotoAndPlay("\u7B54\u5C0D");
_root.tiger.gotoAndStop(Number(_root.question_array[_root.question_count - 1]) + 16);
} else {
_root["life" + _root.life].gotoAndStop(2);
_root.life--;
_root.boss.gotoAndPlay("\u7B54\u932F");
}
}
Symbol 532 Button
on (release) {
i = 1;
while (i <= 3) {
this["b" + i].enabled = false;
i++;
}
if (_root.answer2_array[_root.question_array[_root.question_count - 1] - 1] == 2) {
_root.right_num++;
_root["g" + _root.question_count].gotoAndStop(2);
_root.boss.gotoAndPlay("\u7B54\u5C0D");
_root.tiger.gotoAndStop(Number(_root.question_array[_root.question_count - 1]) + 16);
} else {
_root["life" + _root.life].gotoAndStop(2);
_root.life--;
_root.boss.gotoAndPlay("\u7B54\u932F");
}
}
Symbol 533 Button
on (release) {
i = 1;
while (i <= 3) {
this["b" + i].enabled = false;
i++;
}
if (_root.answer2_array[_root.question_array[_root.question_count - 1] - 1] == 1) {
_root.right_num++;
_root["g" + _root.question_count].gotoAndStop(2);
_root.boss.gotoAndPlay("\u7B54\u5C0D");
_root.tiger.gotoAndStop(Number(_root.question_array[_root.question_count - 1]) + 16);
} else {
_root["life" + _root.life].gotoAndStop(2);
_root.life--;
_root.boss.gotoAndPlay("\u7B54\u932F");
}
}
Symbol 534 Button
on (release) {
i = 1;
while (i <= 3) {
this["b" + i].enabled = false;
i++;
}
if (_root.answer2_array[_root.question_array[_root.question_count - 1] - 1] == 3) {
_root.right_num++;
_root["g" + _root.question_count].gotoAndStop(2);
_root.boss.gotoAndPlay("\u7B54\u5C0D");
_root.tiger.gotoAndStop(Number(_root.question_array[_root.question_count - 1]) + 16);
} else {
_root["life" + _root.life].gotoAndStop(2);
_root.life--;
_root.boss.gotoAndPlay("\u7B54\u932F");
}
}
Symbol 536 Button
on (release) {
i = 1;
while (i <= 3) {
this["b" + i].enabled = false;
i++;
}
if (_root.answer2_array[_root.question_array[_root.question_count - 1] - 1] == 2) {
_root.right_num++;
_root["g" + _root.question_count].gotoAndStop(2);
_root.boss.gotoAndPlay("\u7B54\u5C0D");
_root.tiger.gotoAndStop(Number(_root.question_array[_root.question_count - 1]) + 16);
} else {
_root["life" + _root.life].gotoAndStop(2);
_root.life--;
_root.boss.gotoAndPlay("\u7B54\u932F");
}
}
Symbol 537 Button
on (release) {
i = 1;
while (i <= 3) {
this["b" + i].enabled = false;
i++;
}
if (_root.answer2_array[_root.question_array[_root.question_count - 1] - 1] == 1) {
_root.right_num++;
_root["g" + _root.question_count].gotoAndStop(2);
_root.boss.gotoAndPlay("\u7B54\u5C0D");
_root.tiger.gotoAndStop(Number(_root.question_array[_root.question_count - 1]) + 16);
} else {
_root["life" + _root.life].gotoAndStop(2);
_root.life--;
_root.boss.gotoAndPlay("\u7B54\u932F");
}
}
Symbol 538 Button
on (release) {
i = 1;
while (i <= 3) {
this["b" + i].enabled = false;
i++;
}
if (_root.answer2_array[_root.question_array[_root.question_count - 1] - 1] == 3) {
_root.right_num++;
_root["g" + _root.question_count].gotoAndStop(2);
_root.boss.gotoAndPlay("\u7B54\u5C0D");
_root.tiger.gotoAndStop(Number(_root.question_array[_root.question_count - 1]) + 16);
} else {
_root["life" + _root.life].gotoAndStop(2);
_root.life--;
_root.boss.gotoAndPlay("\u7B54\u932F");
}
}
Symbol 540 Button
on (release) {
i = 1;
while (i <= 3) {
this["b" + i].enabled = false;
i++;
}
if (_root.answer2_array[_root.question_array[_root.question_count - 1] - 1] == 2) {
_root.right_num++;
_root["g" + _root.question_count].gotoAndStop(2);
_root.boss.gotoAndPlay("\u7B54\u5C0D");
_root.tiger.gotoAndStop(Number(_root.question_array[_root.question_count - 1]) + 16);
} else {
_root["life" + _root.life].gotoAndStop(2);
_root.life--;
_root.boss.gotoAndPlay("\u7B54\u932F");
}
}
Symbol 542 Button
on (release) {
i = 1;
while (i <= 3) {
this["b" + i].enabled = false;
i++;
}
if (_root.answer2_array[_root.question_array[_root.question_count - 1] - 1] == 1) {
_root.right_num++;
_root["g" + _root.question_count].gotoAndStop(2);
_root.boss.gotoAndPlay("\u7B54\u5C0D");
_root.tiger.gotoAndStop(Number(_root.question_array[_root.question_count - 1]) + 16);
} else {
_root["life" + _root.life].gotoAndStop(2);
_root.life--;
_root.boss.gotoAndPlay("\u7B54\u932F");
}
}
Symbol 544 Button
on (release) {
i = 1;
while (i <= 3) {
this["b" + i].enabled = false;
i++;
}
if (_root.answer2_array[_root.question_array[_root.question_count - 1] - 1] == 1) {
_root.right_num++;
_root["g" + _root.question_count].gotoAndStop(2);
_root.boss.gotoAndPlay("\u7B54\u5C0D");
_root.tiger.gotoAndStop(Number(_root.question_array[_root.question_count - 1]) + 16);
} else {
_root["life" + _root.life].gotoAndStop(2);
_root.life--;
_root.boss.gotoAndPlay("\u7B54\u932F");
}
}
Symbol 545 Button
on (release) {
i = 1;
while (i <= 3) {
this["b" + i].enabled = false;
i++;
}
if (_root.answer2_array[_root.question_array[_root.question_count - 1] - 1] == 3) {
_root.right_num++;
_root["g" + _root.question_count].gotoAndStop(2);
_root.boss.gotoAndPlay("\u7B54\u5C0D");
_root.tiger.gotoAndStop(Number(_root.question_array[_root.question_count - 1]) + 16);
} else {
_root["life" + _root.life].gotoAndStop(2);
_root.life--;
_root.boss.gotoAndPlay("\u7B54\u932F");
}
}
Symbol 547 Button
on (release) {
i = 1;
while (i <= 3) {
this["b" + i].enabled = false;
i++;
}
if (_root.answer2_array[_root.question_array[_root.question_count - 1] - 1] == 3) {
_root.right_num++;
_root["g" + _root.question_count].gotoAndStop(2);
_root.boss.gotoAndPlay("\u7B54\u5C0D");
_root.tiger.gotoAndStop(Number(_root.question_array[_root.question_count - 1]) + 16);
} else {
_root["life" + _root.life].gotoAndStop(2);
_root.life--;
_root.boss.gotoAndPlay("\u7B54\u932F");
}
}
Symbol 550 MovieClip Frame 1
stop();
Symbol 550 MovieClip Frame 5
i = 1;
while (i <= 3) {
this["b" + i].enabled = false;
i++;
}
_root.question_count++;
question_snd = new Sound();
question_snd.attachSound("q" + Number(_root.question_array[_root.question_count - 1] + 15));
question_snd.start();
question_board.gotoAndStop(2);
question_snd.onSoundComplete = function () {
question_board.gotoAndStop(1);
i = 1;
for(;;){
if (i > 3) {
return(undefined);
}
_root.question_mc["b" + i].enabled = true;
i++;
};
};
gotoAndPlay(_root.question_array[_root.question_count - 1] + 5);
Symbol 550 MovieClip Frame 6
stop();
i = 1;
while (i <= 3) {
this["b" + i].enabled = false;
i++;
}
Symbol 550 MovieClip Frame 7
stop();
i = 1;
while (i <= 3) {
this["b" + i].enabled = false;
i++;
}
Symbol 550 MovieClip Frame 8
stop();
i = 1;
while (i <= 3) {
this["b" + i].enabled = false;
i++;
}
Symbol 550 MovieClip Frame 9
stop();
i = 1;
while (i <= 3) {
this["b" + i].enabled = false;
i++;
}
Symbol 550 MovieClip Frame 10
stop();
i = 1;
while (i <= 3) {
this["b" + i].enabled = false;
i++;
}
Symbol 550 MovieClip Frame 11
stop();
i = 1;
while (i <= 3) {
this["b" + i].enabled = false;
i++;
}
Symbol 550 MovieClip Frame 12
stop();
i = 1;
while (i <= 3) {
this["b" + i].enabled = false;
i++;
}
Symbol 550 MovieClip Frame 13
stop();
i = 1;
while (i <= 3) {
this["b" + i].enabled = false;
i++;
}
Symbol 550 MovieClip Frame 14
stop();
i = 1;
while (i <= 3) {
this["b" + i].enabled = false;
i++;
}
Symbol 550 MovieClip Frame 15
stop();
i = 1;
while (i <= 3) {
this["b" + i].enabled = false;
i++;
}
Symbol 550 MovieClip Frame 16
stop();
i = 1;
while (i <= 3) {
this["b" + i].enabled = false;
i++;
}
Symbol 550 MovieClip Frame 17
stop();
i = 1;
while (i <= 3) {
this["b" + i].enabled = false;
i++;
}
Symbol 550 MovieClip Frame 18
stop();
i = 1;
while (i <= 3) {
this["b" + i].enabled = false;
i++;
}
Symbol 550 MovieClip Frame 19
stop();
i = 1;
while (i <= 3) {
this["b" + i].enabled = false;
i++;
}
Symbol 550 MovieClip Frame 20
stop();
i = 1;
while (i <= 3) {
this["b" + i].enabled = false;
i++;
}
Symbol 578 Button
on (release) {
stopAllSounds();
_root.gotoAndPlay("\u8AAA\u660E");
}
on (rollOver) {
_root.playsnd("play_again");
}
Symbol 626 MovieClip Frame 57
myos = new Sound();
myos.attachSound("qiaohule.mp3");
myos.start();
Symbol 626 MovieClip Frame 62
stop();
_root.rest_clock("rest");