Combined Code
frame 1 {
stop();
}
movieClip 29 {
}
movieClip 31 {
}
instance progressBar of movieClip 31 {
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);
}
}
}
movieClip 33 {
}
movieClip 34 {
}
movieClip 36 {
}
movieClip 38 {
}
movieClip 40 {
}
movieClip 42 {
}
movieClip 44 {
}
movieClip 46 {
}
movieClip 47 {
}
movieClip 49 {
}
movieClip 51 {
}
movieClip 53 {
}
movieClip 55 {
}
movieClip 57 {
}
movieClip 59 {
}
movieClip 61 {
}
movieClip 62 {
}
movieClip 64 {
}
movieClip 66 {
}
movieClip 67 {
}
movieClip 69 {
}
movieClip 70 {
frame 42 {
gotoAndPlay(11);
}
}
button 71 {
on (release) {
}
}
movieClip 72 {
}
frame 2 {
function question_random() {
question_count = 0;
question_array = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10];
i = 0;
for (;;) {
if (i >= question_array.length) {
return undefined;
}
j = parseInt(question_array.length * Math.random());
x = question_array[i];
question_array[i] = question_array[j];
question_array[j] = x;
++i;
}
}
function random_card_location() {
card_location_array = [1, 2, 3, 4];
i = 0;
while (i < card_location_array.length) {
j = parseInt(card_location_array.length * Math.random());
x = card_location_array[i];
card_location_array[i] = card_location_array[j];
card_location_array[j] = x;
++i;
}
c = 0;
i = 1;
while (i <= card_location_array.length) {
if (card_location_array[i - 1] != 1) {
++c;
question_mc['b' + card_location_array[i - 1]]._x = card_location[c - 1][0];
}
++i;
}
question_mc.b1._x = question_mc.m1._x;
question_mc.b1._y = question_mc.m1._y;
answer_card_array = [1, 0, 0, 0];
}
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_v2');
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_v2');
so.data.page = 'movie';
so.flush();
life = 3;
point = 0;
current_card = '';
answer_card_array = [0, 0, 0, 0];
if (so.data.select_type == 1) {
trace(so.data.userscore[so.data.user_number - 1][0][0]);
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();
card_location = [[60.2, 60.2], [187.4, 60.2], [313.4, 60.2], [440.9, 60.2]];
}
movieClip 93 {
}
movieClip 100 {
}
movieClip 103 {
}
movieClip 118 {
}
// unknown tag 88 length 59
button 138 {
on (release) {
_root.game_type = 'normal';
_parent.gotoAndPlay('收起級別é¸æ“‡');
}
on (rollOver) {
_root.playsnd('normal_snd');
}
}
button 148 {
on (release) {
_root.game_type = 'challege';
_parent.gotoAndPlay('收起級別é¸æ“‡');
}
on (rollOver) {
_root.playsnd('challege_snd');
}
}
button 158 {
on (release) {
_root.game_type = 'invincible';
_parent.gotoAndPlay('收起級別é¸æ“‡');
}
on (rollOver) {
_root.playsnd('invincible_snd');
}
}
button 166 {
on (release) {
_parent.gotoAndPlay(1);
}
}
button 167 {
on (release) {
_parent._parent.gotoAndPlay(1);
}
on (rollOver) {
_root.playsnd('listen_again');
}
}
movieClip 168 {
frame 15 {
stop();
}
}
movieClip 170 {
frame 10 {
stop();
}
}
movieClip 172 {
frame 15 {
stop();
so = SharedObject.getLocal('benesse_051030_v2');
if (_root.game_type == 'normal') {
if (so.data.userscore[so.data.user_number - 1][1][0][0] == 0) {
so.data.userscore[so.data.user_number - 1][1][0][0] = 1;
}
} else {
if (_root.game_type == 'challege') {
if (so.data.userscore[so.data.user_number - 1][1][1][0] == 0) {
so.data.userscore[so.data.user_number - 1][1][1][0] = 1;
}
} else {
if (_root.game_type == 'invincible') {
if (so.data.userscore[so.data.user_number - 1][1][2][0] == 0) {
so.data.userscore[so.data.user_number - 1][1][2][0] = 1;
}
}
}
}
_root.play_background_snd();
so.flush();
_root.gotoAndPlay(_root.game_type);
}
}
movieClip 173 {
frame 1 {
stop();
}
frame 12 {
stop();
}
frame 24 {
stop();
}
frame 35 {
stop();
}
}
movieClip 174 {
instance of movieClip 93 {
onClipEvent (mouseUp) {
_parent.gotoAndStop(_parent._totalframes);
}
}
instance of movieClip 173 {
onClipEvent (load) {
so = SharedObject.getLocal('benesse_051030_v2');
if (so.data.select_type == 1) {
this.gotoAndPlay('開始與é‡è½');
} else {
if (so.data.select_type == 2) {
this.gotoAndPlay('級別é¸æ“‡');
}
}
}
}
frame 405 {
stop();
}
}
movieClip 181 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
movieClip 185 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
movieClip 188 {
}
movieClip 191 {
}
movieClip 200 {
}
movieClip 201 {
frame 1 {
stop();
}
frame 6 {
stop();
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) {
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');
}
}
}
} else {
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');
}
}
}
gotoAndPlay('一般');
}
return undefined;
}
_root.gotoAndPlay('lose');
};
}
frame 11 {
stop();
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) {
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');
}
}
}
} else {
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');
}
}
}
gotoAndPlay('一般');
}
return undefined;
}
_root.gotoAndPlay('lose');
};
}
}
button 205 {
on (release) {
_root.current_card = this._name;
}
}
movieClip 206 {
}
button 207 {
on (release) {
_root.current_card = this._name;
}
}
movieClip 208 {
}
button 210 {
on (release) {
_root.current_card = this._name;
}
}
movieClip 211 {
}
button 214 {
on (release) {
_root.current_card = this._name;
}
}
movieClip 215 {
}
movieClip 217 {
}
movieClip 228 {
}
button 229 {
on (release) {
_root.current_card = this._name;
}
}
movieClip 230 {
}
movieClip 234 {
}
button 235 {
on (release) {
_root.current_card = this._name;
}
}
movieClip 236 {
}
movieClip 240 {
}
button 241 {
on (release) {
_root.current_card = this._name;
}
}
movieClip 242 {
}
movieClip 245 {
}
button 246 {
on (release) {
_root.current_card = this._name;
}
}
movieClip 247 {
}
button 249 {
on (release) {
_root.current_card = this._name;
}
}
movieClip 250 {
}
button 252 {
on (release) {
_root.current_card = this._name;
}
}
movieClip 253 {
}
button 255 {
on (release) {
_root.current_card = this._name;
}
}
movieClip 256 {
}
button 258 {
on (release) {
_root.current_card = this._name;
}
}
movieClip 259 {
}
button 263 {
on (release) {
_root.current_card = this._name;
}
}
movieClip 264 {
}
movieClip 269 {
}
button 270 {
on (release) {
_root.current_card = this._name;
}
}
movieClip 271 {
}
movieClip 272 {
}
movieClip 274 {
}
button 275 {
on (release) {
_root.current_card = this._name;
}
}
movieClip 276 {
}
movieClip 280 {
}
button 281 {
on (release) {
_root.current_card = this._name;
}
}
movieClip 282 {
}
movieClip 287 {
}
button 288 {
on (release) {
_root.current_card = this._name;
}
}
movieClip 289 {
}
movieClip 296 {
}
button 297 {
on (release) {
_root.current_card = this._name;
}
}
movieClip 298 {
}
movieClip 301 {
}
movieClip 305 {
}
movieClip 306 {
}
movieClip 307 {
}
button 308 {
on (release) {
_root.current_card = this._name;
}
}
movieClip 309 {
}
movieClip 312 {
}
button 314 {
on (release) {
_root.current_card = this._name;
}
}
movieClip 315 {
}
movieClip 323 {
}
button 325 {
on (release) {
_root.current_card = this._name;
}
}
movieClip 326 {
}
movieClip 330 {
}
button 331 {
on (release) {
_root.current_card = this._name;
}
}
movieClip 332 {
}
movieClip 335 {
}
button 336 {
on (release) {
_root.current_card = this._name;
}
}
movieClip 337 {
}
movieClip 339 {
}
button 340 {
on (release) {
_root.current_card = this._name;
}
}
movieClip 341 {
}
movieClip 345 {
}
button 346 {
on (release) {
_root.current_card = this._name;
}
}
movieClip 347 {
}
movieClip 351 {
}
button 352 {
on (release) {
_root.current_card = this._name;
}
}
movieClip 353 {
}
movieClip 357 {
}
button 359 {
on (release) {
_root.current_card = this._name;
}
}
movieClip 360 {
}
movieClip 364 {
}
button 366 {
on (release) {
_root.current_card = this._name;
}
}
movieClip 367 {
}
movieClip 371 {
}
button 372 {
on (release) {
_root.current_card = this._name;
}
}
movieClip 373 {
}
movieClip 378 {
}
button 379 {
on (release) {
_root.current_card = this._name;
}
}
movieClip 380 {
}
movieClip 385 {
}
button 386 {
on (release) {
_root.current_card = this._name;
}
}
movieClip 387 {
}
movieClip 391 {
}
button 392 {
on (release) {
_root.current_card = this._name;
}
}
movieClip 393 {
}
movieClip 395 {
}
button 396 {
on (release) {
_root.current_card = this._name;
}
}
movieClip 397 {
}
movieClip 399 {
}
button 400 {
on (release) {
_root.current_card = this._name;
}
}
movieClip 401 {
}
movieClip 403 {
}
button 404 {
on (release) {
_root.current_card = this._name;
}
}
movieClip 405 {
}
movieClip 407 {
}
button 408 {
on (release) {
_root.current_card = this._name;
}
}
movieClip 409 {
}
movieClip 411 {
}
button 412 {
on (release) {
_root.current_card = this._name;
}
}
movieClip 413 {
}
movieClip 418 {
}
button 419 {
on (release) {
_root.current_card = this._name;
}
}
movieClip 420 {
}
movieClip 425 {
}
button 426 {
on (release) {
_root.current_card = this._name;
}
}
movieClip 427 {
}
movieClip 429 {
}
button 430 {
on (release) {
_root.current_card = this._name;
}
}
movieClip 431 {
}
movieClip 432 {
frame 1 {
stop();
}
frame 5 {
stop();
++_root.question_count;
_root.question_mc.gotoAndStop(_root.question_array[_root.question_count - 1] + 5);
question_snd = new Sound();
so = SharedObject.getLocal('benesse_051030_v1');
question_snd.attachSound('q' + _root.question_array[_root.question_count - 1]);
question_snd.start();
question_snd.onSoundComplete = function () {};
}
frame 6 {
stop();
_root.random_card_location();
}
instance m1 of movieClip 217 {
onClipEvent (release) {
if (0 != (_root.current_card != '') & 0 != (_root.answer_card_array[0] == 0)) {
card_snd = new Sound();
card_snd.attachSound('card_snd');
card_snd.start();
_root.answer_card_array[0] = _root.current_card.substring(1, 2);
_parent[_root.current_card]._x = this._x;
_parent[_root.current_card]._y = this._y;
_root.current_card = '';
}
}
}
instance m2 of movieClip 217 {
onClipEvent (release) {
if (0 != (_root.current_card != '') & 0 != (_root.answer_card_array[1] == 0)) {
card_snd = new Sound();
card_snd.attachSound('card_snd');
card_snd.start();
_root.answer_card_array[1] = _root.current_card.substring(1, 2);
_parent[_root.current_card]._x = this._x;
_parent[_root.current_card]._y = this._y;
_root.current_card = '';
}
}
}
instance m3 of movieClip 217 {
onClipEvent (release) {
if (0 != (_root.current_card != '') & 0 != (_root.answer_card_array[2] == 0)) {
card_snd = new Sound();
card_snd.attachSound('card_snd');
card_snd.start();
_root.answer_card_array[2] = _root.current_card.substring(1, 2);
_parent[_root.current_card]._x = this._x;
_parent[_root.current_card]._y = this._y;
_root.current_card = '';
}
}
}
instance m4 of movieClip 217 {
onClipEvent (release) {
if (0 != (_root.current_card != '') & 0 != (_root.answer_card_array[3] == 0)) {
card_snd = new Sound();
card_snd.attachSound('card_snd');
card_snd.start();
_root.answer_card_array[3] = _root.current_card.substring(1, 2);
_parent[_root.current_card]._x = this._x;
_parent[_root.current_card]._y = this._y;
_root.current_card = '';
}
}
}
frame 7 {
stop();
_root.random_card_location();
}
frame 8 {
stop();
_root.random_card_location();
}
frame 9 {
stop();
_root.random_card_location();
}
frame 10 {
stop();
_root.random_card_location();
}
frame 11 {
stop();
_root.random_card_location();
}
frame 12 {
stop();
_root.random_card_location();
}
frame 13 {
stop();
_root.random_card_location();
}
frame 14 {
stop();
_root.random_card_location();
}
frame 15 {
stop();
_root.random_card_location();
}
}
movieClip 435 {
}
movieClip 439 {
}
frame 16 {
stop();
question_mc.gotoAndPlay(2);
}
button 442 {
on (release) {
trace(_root.answer_card_array);
_root.movie_play = 1;
if (_root.answer_card_array.toString() == '1,2,3,4') {
++_root.right_num;
_root['g' + _root.question_count].gotoAndStop(2);
_root.boss.gotoAndPlay('ç”å°');
} else {
_root['life' + _root.life].gotoAndStop(2);
--_root.life;
_root.boss.gotoAndPlay('ç”錯');
}
_root.gotoAndPlay('normal_movie_play');
}
on (rollOver) {
_root.playsnd('play');
}
}
button 445 {
on (release) {
c = 0;
i = 1;
while (i <= _root.card_location_array.length) {
if (_root.card_location_array[i - 1] != 1) {
++c;
_root.question_mc['b' + _root.card_location_array[i - 1]]._x = _root.card_location[c - 1][0];
_root.question_mc['b' + _root.card_location_array[i - 1]]._y = _root.card_location[c - 1][1];
}
++i;
}
_root.answer_card_array = [1, 0, 0, 0];
_root.current_card = '';
}
on (rollOver) {
_root.playsnd('clear');
}
}
movieClip 448 {
}
movieClip 449 {
}
movieClip 452 {
}
button 453 {
on (release) {
}
}
frame 17 {
movie_num = 1;
answer_movie.gotoAndStop(question_array[question_count - 1]);
answer_movie.m.gotoAndPlay('m' + answer_card_array[movie_num - 1]);
}
movieClip 461 {
frame 5 {
stop();
++_root.movie_num;
if (_root.movie_num <= 4) {
gotoAndPlay('m' + _root.answer_card_array[_root.movie_num - 1]);
}
}
frame 10 {
stop();
++_root.movie_num;
if (_root.movie_num <= 4) {
gotoAndPlay('m' + _root.answer_card_array[_root.movie_num - 1]);
}
}
frame 15 {
stop();
++_root.movie_num;
if (_root.movie_num <= 4) {
gotoAndPlay('m' + _root.answer_card_array[_root.movie_num - 1]);
}
}
frame 20 {
stop();
++_root.movie_num;
if (_root.movie_num <= 4) {
gotoAndPlay('m' + _root.answer_card_array[_root.movie_num - 1]);
}
}
}
movieClip 469 {
frame 5 {
stop();
++_root.movie_num;
if (_root.movie_num <= 4) {
gotoAndPlay('m' + _root.answer_card_array[_root.movie_num - 1]);
}
}
frame 10 {
stop();
++_root.movie_num;
if (_root.movie_num <= 4) {
gotoAndPlay('m' + _root.answer_card_array[_root.movie_num - 1]);
}
}
frame 15 {
stop();
++_root.movie_num;
if (_root.movie_num <= 4) {
gotoAndPlay('m' + _root.answer_card_array[_root.movie_num - 1]);
}
}
frame 20 {
stop();
++_root.movie_num;
if (_root.movie_num <= 4) {
gotoAndPlay('m' + _root.answer_card_array[_root.movie_num - 1]);
}
}
}
movieClip 478 {
frame 5 {
stop();
++_root.movie_num;
if (_root.movie_num <= 4) {
gotoAndPlay('m' + _root.answer_card_array[_root.movie_num - 1]);
}
}
frame 10 {
stop();
++_root.movie_num;
if (_root.movie_num <= 4) {
gotoAndPlay('m' + _root.answer_card_array[_root.movie_num - 1]);
}
}
frame 15 {
stop();
++_root.movie_num;
if (_root.movie_num <= 4) {
gotoAndPlay('m' + _root.answer_card_array[_root.movie_num - 1]);
}
}
frame 20 {
stop();
++_root.movie_num;
if (_root.movie_num <= 4) {
gotoAndPlay('m' + _root.answer_card_array[_root.movie_num - 1]);
}
}
}
movieClip 489 {
frame 8 {
stop();
++_root.movie_num;
if (_root.movie_num <= 4) {
gotoAndPlay('m' + _root.answer_card_array[_root.movie_num - 1]);
}
}
frame 17 {
stop();
++_root.movie_num;
if (_root.movie_num <= 4) {
gotoAndPlay('m' + _root.answer_card_array[_root.movie_num - 1]);
}
}
frame 23 {
stop();
++_root.movie_num;
if (_root.movie_num <= 4) {
gotoAndPlay('m' + _root.answer_card_array[_root.movie_num - 1]);
}
}
frame 28 {
stop();
++_root.movie_num;
if (_root.movie_num <= 4) {
gotoAndPlay('m' + _root.answer_card_array[_root.movie_num - 1]);
}
}
}
movieClip 496 {
}
movieClip 500 {
frame 5 {
stop();
++_root.movie_num;
if (_root.movie_num <= 4) {
gotoAndPlay('m' + _root.answer_card_array[_root.movie_num - 1]);
}
}
frame 13 {
stop();
++_root.movie_num;
if (_root.movie_num <= 4) {
gotoAndPlay('m' + _root.answer_card_array[_root.movie_num - 1]);
}
}
frame 20 {
stop();
++_root.movie_num;
if (_root.movie_num <= 4) {
gotoAndPlay('m' + _root.answer_card_array[_root.movie_num - 1]);
}
}
frame 28 {
stop();
++_root.movie_num;
if (_root.movie_num <= 4) {
gotoAndPlay('m' + _root.answer_card_array[_root.movie_num - 1]);
}
}
}
movieClip 513 {
frame 8 {
stop();
++_root.movie_num;
if (_root.movie_num <= 4) {
gotoAndPlay('m' + _root.answer_card_array[_root.movie_num - 1]);
}
}
frame 16 {
stop();
++_root.movie_num;
if (_root.movie_num <= 4) {
gotoAndPlay('m' + _root.answer_card_array[_root.movie_num - 1]);
}
}
frame 25 {
stop();
++_root.movie_num;
if (_root.movie_num <= 4) {
gotoAndPlay('m' + _root.answer_card_array[_root.movie_num - 1]);
}
}
frame 31 {
stop();
++_root.movie_num;
if (_root.movie_num <= 4) {
gotoAndPlay('m' + _root.answer_card_array[_root.movie_num - 1]);
}
}
}
movieClip 524 {
frame 8 {
stop();
++_root.movie_num;
if (_root.movie_num <= 4) {
gotoAndPlay('m' + _root.answer_card_array[_root.movie_num - 1]);
}
}
frame 17 {
stop();
++_root.movie_num;
if (_root.movie_num <= 4) {
gotoAndPlay('m' + _root.answer_card_array[_root.movie_num - 1]);
}
}
frame 26 {
stop();
++_root.movie_num;
if (_root.movie_num <= 4) {
gotoAndPlay('m' + _root.answer_card_array[_root.movie_num - 1]);
}
}
frame 32 {
stop();
++_root.movie_num;
if (_root.movie_num <= 4) {
gotoAndPlay('m' + _root.answer_card_array[_root.movie_num - 1]);
}
}
}
movieClip 541 {
frame 10 {
stop();
++_root.movie_num;
if (_root.movie_num <= 4) {
gotoAndPlay('m' + _root.answer_card_array[_root.movie_num - 1]);
}
}
frame 20 {
stop();
++_root.movie_num;
if (_root.movie_num <= 4) {
gotoAndPlay('m' + _root.answer_card_array[_root.movie_num - 1]);
}
}
frame 30 {
stop();
++_root.movie_num;
if (_root.movie_num <= 4) {
gotoAndPlay('m' + _root.answer_card_array[_root.movie_num - 1]);
}
}
frame 42 {
stop();
++_root.movie_num;
if (_root.movie_num <= 4) {
gotoAndPlay('m' + _root.answer_card_array[_root.movie_num - 1]);
}
}
}
movieClip 548 {
frame 5 {
stop();
++_root.movie_num;
if (_root.movie_num <= 4) {
gotoAndPlay('m' + _root.answer_card_array[_root.movie_num - 1]);
}
}
frame 10 {
stop();
++_root.movie_num;
if (_root.movie_num <= 4) {
gotoAndPlay('m' + _root.answer_card_array[_root.movie_num - 1]);
}
}
frame 15 {
stop();
++_root.movie_num;
if (_root.movie_num <= 4) {
gotoAndPlay('m' + _root.answer_card_array[_root.movie_num - 1]);
}
}
frame 20 {
stop();
++_root.movie_num;
if (_root.movie_num <= 4) {
gotoAndPlay('m' + _root.answer_card_array[_root.movie_num - 1]);
}
}
}
movieClip 557 {
frame 5 {
stop();
++_root.movie_num;
if (_root.movie_num <= 4) {
gotoAndPlay('m' + _root.answer_card_array[_root.movie_num - 1]);
}
}
frame 12 {
stop();
++_root.movie_num;
if (_root.movie_num <= 4) {
gotoAndPlay('m' + _root.answer_card_array[_root.movie_num - 1]);
}
}
frame 24 {
stop();
++_root.movie_num;
if (_root.movie_num <= 4) {
gotoAndPlay('m' + _root.answer_card_array[_root.movie_num - 1]);
}
}
frame 29 {
stop();
++_root.movie_num;
if (_root.movie_num <= 4) {
gotoAndPlay('m' + _root.answer_card_array[_root.movie_num - 1]);
}
}
}
movieClip 558 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
frame 6 {
stop();
}
frame 7 {
stop();
}
frame 8 {
stop();
}
frame 9 {
stop();
}
frame 10 {
stop();
}
}
frame 31 {
stop();
}
movieClip 562 {
}
button 563 {
on (release) {
_root.current_card = this._name;
}
}
movieClip 564 {
}
movieClip 566 {
}
button 567 {
on (release) {
_root.current_card = this._name;
}
}
movieClip 568 {
}
movieClip 570 {
}
button 571 {
on (release) {
_root.current_card = this._name;
}
}
movieClip 572 {
}
movieClip 574 {
}
button 575 {
on (release) {
_root.current_card = this._name;
}
}
movieClip 576 {
}
movieClip 578 {
}
button 579 {
on (release) {
_root.current_card = this._name;
}
}
movieClip 580 {
}
movieClip 582 {
}
button 583 {
on (release) {
_root.current_card = this._name;
}
}
movieClip 584 {
}
movieClip 586 {
}
button 587 {
on (release) {
_root.current_card = this._name;
}
}
movieClip 588 {
}
movieClip 590 {
}
button 591 {
on (release) {
_root.current_card = this._name;
}
}
movieClip 592 {
}
movieClip 597 {
}
button 598 {
on (release) {
_root.current_card = this._name;
}
}
movieClip 599 {
}
movieClip 603 {
}
button 604 {
on (release) {
_root.current_card = this._name;
}
}
movieClip 605 {
}
movieClip 609 {
}
button 610 {
on (release) {
_root.current_card = this._name;
}
}
movieClip 611 {
}
movieClip 615 {
}
button 616 {
on (release) {
_root.current_card = this._name;
}
}
movieClip 617 {
}
movieClip 621 {
}
button 622 {
on (release) {
_root.current_card = this._name;
}
}
movieClip 623 {
}
movieClip 626 {
}
button 628 {
on (release) {
_root.current_card = this._name;
}
}
movieClip 629 {
}
movieClip 633 {
}
button 636 {
on (release) {
_root.current_card = this._name;
}
}
movieClip 637 {
}
movieClip 648 {
}
button 651 {
on (release) {
_root.current_card = this._name;
}
}
movieClip 652 {
}
movieClip 655 {
}
button 656 {
on (release) {
_root.current_card = this._name;
}
}
movieClip 657 {
}
movieClip 660 {
}
button 661 {
on (release) {
_root.current_card = this._name;
}
}
movieClip 662 {
}
movieClip 664 {
}
button 665 {
on (release) {
_root.current_card = this._name;
}
}
movieClip 666 {
}
movieClip 672 {
}
button 673 {
on (release) {
_root.current_card = this._name;
}
}
movieClip 674 {
}
movieClip 681 {
}
button 682 {
on (release) {
_root.current_card = this._name;
}
}
movieClip 683 {
}
movieClip 688 {
}
button 689 {
on (release) {
_root.current_card = this._name;
}
}
movieClip 690 {
}
movieClip 695 {
}
button 696 {
on (release) {
_root.current_card = this._name;
}
}
movieClip 697 {
}
movieClip 702 {
}
button 703 {
on (release) {
_root.current_card = this._name;
}
}
movieClip 704 {
}
movieClip 710 {
}
button 711 {
on (release) {
_root.current_card = this._name;
}
}
movieClip 712 {
}
movieClip 720 {
}
button 721 {
on (release) {
_root.current_card = this._name;
}
}
movieClip 722 {
}
movieClip 727 {
}
button 728 {
on (release) {
_root.current_card = this._name;
}
}
movieClip 729 {
}
movieClip 734 {
}
button 735 {
on (release) {
_root.current_card = this._name;
}
}
movieClip 736 {
}
movieClip 742 {
}
button 743 {
on (release) {
_root.current_card = this._name;
}
}
movieClip 744 {
}
movieClip 749 {
}
button 750 {
on (release) {
_root.current_card = this._name;
}
}
movieClip 751 {
}
movieClip 754 {
}
button 755 {
on (release) {
_root.current_card = this._name;
}
}
movieClip 756 {
}
movieClip 760 {
}
button 761 {
on (release) {
_root.current_card = this._name;
}
}
movieClip 762 {
}
movieClip 764 {
}
button 765 {
on (release) {
_root.current_card = this._name;
}
}
movieClip 766 {
}
movieClip 768 {
}
button 769 {
on (release) {
_root.current_card = this._name;
}
}
movieClip 770 {
}
movieClip 772 {
}
button 773 {
on (release) {
_root.current_card = this._name;
}
}
movieClip 774 {
}
movieClip 776 {
}
button 777 {
on (release) {
_root.current_card = this._name;
}
}
movieClip 778 {
}
movieClip 781 {
}
button 782 {
on (release) {
_root.current_card = this._name;
}
}
movieClip 783 {
}
movieClip 787 {
}
button 788 {
on (release) {
_root.current_card = this._name;
}
}
movieClip 789 {
}
movieClip 792 {
}
button 793 {
on (release) {
_root.current_card = this._name;
}
}
movieClip 794 {
}
movieClip 797 {
}
button 798 {
on (release) {
_root.current_card = this._name;
}
}
movieClip 799 {
}
movieClip 800 {
frame 1 {
stop();
}
frame 5 {
stop();
++_root.question_count;
_root.question_mc.gotoAndStop(_root.question_array[_root.question_count - 1] + 5);
question_snd = new Sound();
so = SharedObject.getLocal('benesse_051030_v1');
question_snd.attachSound('q' + _root.question_array[_root.question_count - 1]);
question_snd.start();
question_snd.onSoundComplete = function () {};
}
frame 6 {
stop();
_root.random_card_location();
}
instance m1 of movieClip 217 {
onClipEvent (release) {
if (0 != (_root.current_card != '') & 0 != (_root.answer_card_array[0] == 0)) {
card_snd = new Sound();
card_snd.attachSound('card_snd');
card_snd.start();
_root.answer_card_array[0] = _root.current_card.substring(1, 2);
_parent[_root.current_card]._x = this._x;
_parent[_root.current_card]._y = this._y;
_root.current_card = '';
}
}
}
instance m2 of movieClip 217 {
onClipEvent (release) {
if (0 != (_root.current_card != '') & 0 != (_root.answer_card_array[1] == 0)) {
card_snd = new Sound();
card_snd.attachSound('card_snd');
card_snd.start();
_root.answer_card_array[1] = _root.current_card.substring(1, 2);
_parent[_root.current_card]._x = this._x;
_parent[_root.current_card]._y = this._y;
_root.current_card = '';
}
}
}
instance m3 of movieClip 217 {
onClipEvent (release) {
if (0 != (_root.current_card != '') & 0 != (_root.answer_card_array[2] == 0)) {
card_snd = new Sound();
card_snd.attachSound('card_snd');
card_snd.start();
_root.answer_card_array[2] = _root.current_card.substring(1, 2);
_parent[_root.current_card]._x = this._x;
_parent[_root.current_card]._y = this._y;
_root.current_card = '';
}
}
}
instance m4 of movieClip 217 {
onClipEvent (release) {
if (0 != (_root.current_card != '') & 0 != (_root.answer_card_array[3] == 0)) {
card_snd = new Sound();
card_snd.attachSound('card_snd');
card_snd.start();
_root.answer_card_array[3] = _root.current_card.substring(1, 2);
_parent[_root.current_card]._x = this._x;
_parent[_root.current_card]._y = this._y;
_root.current_card = '';
}
}
}
frame 7 {
stop();
_root.random_card_location();
}
frame 8 {
stop();
_root.random_card_location();
}
frame 9 {
stop();
_root.random_card_location();
}
frame 10 {
stop();
_root.random_card_location();
}
frame 11 {
stop();
_root.random_card_location();
}
frame 12 {
stop();
_root.random_card_location();
}
frame 13 {
stop();
_root.random_card_location();
}
frame 14 {
stop();
_root.random_card_location();
}
frame 15 {
stop();
_root.random_card_location();
}
}
frame 39 {
stop();
question_mc.gotoAndPlay(2);
}
button 805 {
on (release) {
trace(_root.answer_card_array);
_root.movie_play = 1;
if (_root.answer_card_array.toString() == '1,2,3,4') {
++_root.right_num;
_root['g' + _root.question_count].gotoAndStop(2);
_root.boss.gotoAndPlay('ç”å°');
} else {
_root['life' + _root.life].gotoAndStop(2);
--_root.life;
_root.boss.gotoAndPlay('ç”錯');
}
_root.gotoAndPlay('challege_movie_play');
}
on (rollOver) {
_root.playsnd('play');
}
}
frame 40 {
movie_num = 1;
answer_movie.gotoAndStop(question_array[question_count - 1]);
answer_movie.m.gotoAndPlay('m' + answer_card_array[movie_num - 1]);
}
movieClip 819 {
frame 6 {
stop();
++_root.movie_num;
if (_root.movie_num <= 4) {
gotoAndPlay('m' + _root.answer_card_array[_root.movie_num - 1]);
}
}
frame 12 {
stop();
++_root.movie_num;
if (_root.movie_num <= 4) {
gotoAndPlay('m' + _root.answer_card_array[_root.movie_num - 1]);
}
}
frame 18 {
stop();
++_root.movie_num;
if (_root.movie_num <= 4) {
gotoAndPlay('m' + _root.answer_card_array[_root.movie_num - 1]);
}
}
frame 24 {
stop();
++_root.movie_num;
if (_root.movie_num <= 4) {
gotoAndPlay('m' + _root.answer_card_array[_root.movie_num - 1]);
}
}
}
movieClip 830 {
frame 6 {
stop();
++_root.movie_num;
if (_root.movie_num <= 4) {
gotoAndPlay('m' + _root.answer_card_array[_root.movie_num - 1]);
}
}
frame 12 {
stop();
++_root.movie_num;
if (_root.movie_num <= 4) {
gotoAndPlay('m' + _root.answer_card_array[_root.movie_num - 1]);
}
}
frame 18 {
stop();
++_root.movie_num;
if (_root.movie_num <= 4) {
gotoAndPlay('m' + _root.answer_card_array[_root.movie_num - 1]);
}
}
frame 26 {
stop();
++_root.movie_num;
if (_root.movie_num <= 4) {
gotoAndPlay('m' + _root.answer_card_array[_root.movie_num - 1]);
}
}
}
movieClip 836 {
frame 6 {
stop();
++_root.movie_num;
if (_root.movie_num <= 4) {
gotoAndPlay('m' + _root.answer_card_array[_root.movie_num - 1]);
}
}
frame 12 {
stop();
++_root.movie_num;
if (_root.movie_num <= 4) {
gotoAndPlay('m' + _root.answer_card_array[_root.movie_num - 1]);
}
}
frame 18 {
stop();
++_root.movie_num;
if (_root.movie_num <= 4) {
gotoAndPlay('m' + _root.answer_card_array[_root.movie_num - 1]);
}
}
frame 24 {
stop();
++_root.movie_num;
if (_root.movie_num <= 4) {
gotoAndPlay('m' + _root.answer_card_array[_root.movie_num - 1]);
}
}
}
movieClip 851 {
frame 8 {
stop();
++_root.movie_num;
if (_root.movie_num <= 4) {
gotoAndPlay('m' + _root.answer_card_array[_root.movie_num - 1]);
}
}
frame 16 {
stop();
++_root.movie_num;
if (_root.movie_num <= 4) {
gotoAndPlay('m' + _root.answer_card_array[_root.movie_num - 1]);
}
}
frame 22 {
stop();
++_root.movie_num;
if (_root.movie_num <= 4) {
gotoAndPlay('m' + _root.answer_card_array[_root.movie_num - 1]);
}
}
frame 28 {
stop();
++_root.movie_num;
if (_root.movie_num <= 4) {
gotoAndPlay('m' + _root.answer_card_array[_root.movie_num - 1]);
}
}
}
movieClip 858 {
frame 8 {
stop();
++_root.movie_num;
if (_root.movie_num <= 4) {
gotoAndPlay('m' + _root.answer_card_array[_root.movie_num - 1]);
}
}
frame 17 {
stop();
++_root.movie_num;
if (_root.movie_num <= 4) {
gotoAndPlay('m' + _root.answer_card_array[_root.movie_num - 1]);
}
}
frame 23 {
stop();
++_root.movie_num;
if (_root.movie_num <= 4) {
gotoAndPlay('m' + _root.answer_card_array[_root.movie_num - 1]);
}
}
frame 29 {
stop();
++_root.movie_num;
if (_root.movie_num <= 4) {
gotoAndPlay('m' + _root.answer_card_array[_root.movie_num - 1]);
}
}
}
movieClip 873 {
frame 6 {
stop();
++_root.movie_num;
if (_root.movie_num <= 4) {
gotoAndPlay('m' + _root.answer_card_array[_root.movie_num - 1]);
}
}
frame 12 {
stop();
++_root.movie_num;
if (_root.movie_num <= 4) {
gotoAndPlay('m' + _root.answer_card_array[_root.movie_num - 1]);
}
}
frame 18 {
stop();
++_root.movie_num;
if (_root.movie_num <= 4) {
gotoAndPlay('m' + _root.answer_card_array[_root.movie_num - 1]);
}
}
frame 24 {
stop();
++_root.movie_num;
if (_root.movie_num <= 4) {
gotoAndPlay('m' + _root.answer_card_array[_root.movie_num - 1]);
}
}
}
movieClip 893 {
frame 6 {
stop();
++_root.movie_num;
if (_root.movie_num <= 4) {
gotoAndPlay('m' + _root.answer_card_array[_root.movie_num - 1]);
}
}
frame 14 {
stop();
++_root.movie_num;
if (_root.movie_num <= 4) {
gotoAndPlay('m' + _root.answer_card_array[_root.movie_num - 1]);
}
}
frame 20 {
stop();
++_root.movie_num;
if (_root.movie_num <= 4) {
gotoAndPlay('m' + _root.answer_card_array[_root.movie_num - 1]);
}
}
frame 27 {
stop();
++_root.movie_num;
if (_root.movie_num <= 4) {
gotoAndPlay('m' + _root.answer_card_array[_root.movie_num - 1]);
}
}
}
movieClip 904 {
frame 6 {
stop();
++_root.movie_num;
if (_root.movie_num <= 4) {
gotoAndPlay('m' + _root.answer_card_array[_root.movie_num - 1]);
}
}
frame 11 {
stop();
++_root.movie_num;
if (_root.movie_num <= 4) {
gotoAndPlay('m' + _root.answer_card_array[_root.movie_num - 1]);
}
}
frame 16 {
stop();
++_root.movie_num;
if (_root.movie_num <= 4) {
gotoAndPlay('m' + _root.answer_card_array[_root.movie_num - 1]);
}
}
frame 22 {
stop();
++_root.movie_num;
if (_root.movie_num <= 4) {
gotoAndPlay('m' + _root.answer_card_array[_root.movie_num - 1]);
}
}
}
movieClip 911 {
frame 5 {
stop();
++_root.movie_num;
if (_root.movie_num <= 4) {
gotoAndPlay('m' + _root.answer_card_array[_root.movie_num - 1]);
}
}
frame 10 {
stop();
++_root.movie_num;
if (_root.movie_num <= 4) {
gotoAndPlay('m' + _root.answer_card_array[_root.movie_num - 1]);
}
}
frame 15 {
stop();
++_root.movie_num;
if (_root.movie_num <= 4) {
gotoAndPlay('m' + _root.answer_card_array[_root.movie_num - 1]);
}
}
frame 22 {
stop();
++_root.movie_num;
if (_root.movie_num <= 4) {
gotoAndPlay('m' + _root.answer_card_array[_root.movie_num - 1]);
}
}
}
movieClip 926 {
frame 6 {
stop();
++_root.movie_num;
if (_root.movie_num <= 4) {
gotoAndPlay('m' + _root.answer_card_array[_root.movie_num - 1]);
}
}
frame 11 {
stop();
++_root.movie_num;
if (_root.movie_num <= 4) {
gotoAndPlay('m' + _root.answer_card_array[_root.movie_num - 1]);
}
}
frame 16 {
stop();
++_root.movie_num;
if (_root.movie_num <= 4) {
gotoAndPlay('m' + _root.answer_card_array[_root.movie_num - 1]);
}
}
frame 21 {
stop();
++_root.movie_num;
if (_root.movie_num <= 4) {
gotoAndPlay('m' + _root.answer_card_array[_root.movie_num - 1]);
}
}
}
movieClip 927 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
frame 6 {
stop();
}
frame 7 {
stop();
}
frame 8 {
stop();
}
frame 9 {
stop();
}
frame 10 {
stop();
}
}
frame 55 {
stop();
}
button 932 {
on (release) {
_root.current_card = this._name;
}
}
movieClip 933 {
}
button 936 {
on (release) {
_root.current_card = this._name;
}
}
movieClip 937 {
}
button 940 {
on (release) {
_root.current_card = this._name;
}
}
movieClip 941 {
}
button 944 {
on (release) {
_root.current_card = this._name;
}
}
movieClip 945 {
}
button 948 {
on (release) {
_root.current_card = this._name;
}
}
movieClip 949 {
}
button 952 {
on (release) {
_root.current_card = this._name;
}
}
movieClip 953 {
}
button 956 {
on (release) {
_root.current_card = this._name;
}
}
movieClip 957 {
}
button 960 {
on (release) {
_root.current_card = this._name;
}
}
movieClip 961 {
}
button 964 {
on (release) {
_root.current_card = this._name;
}
}
movieClip 965 {
}
button 968 {
on (release) {
_root.current_card = this._name;
}
}
movieClip 969 {
}
button 972 {
on (release) {
_root.current_card = this._name;
}
}
movieClip 973 {
}
button 976 {
on (release) {
_root.current_card = this._name;
}
}
movieClip 977 {
}
button 980 {
on (release) {
_root.current_card = this._name;
}
}
movieClip 981 {
}
button 984 {
on (release) {
_root.current_card = this._name;
}
}
movieClip 985 {
}
button 988 {
on (release) {
_root.current_card = this._name;
}
}
movieClip 989 {
}
button 992 {
on (release) {
_root.current_card = this._name;
}
}
movieClip 993 {
}
button 996 {
on (release) {
_root.current_card = this._name;
}
}
movieClip 997 {
}
button 1000 {
on (release) {
_root.current_card = this._name;
}
}
movieClip 1001 {
}
button 1004 {
on (release) {
_root.current_card = this._name;
}
}
movieClip 1005 {
}
button 1008 {
on (release) {
_root.current_card = this._name;
}
}
movieClip 1009 {
}
button 1012 {
on (release) {
_root.current_card = this._name;
}
}
movieClip 1013 {
}
button 1016 {
on (release) {
_root.current_card = this._name;
}
}
movieClip 1017 {
}
button 1020 {
on (release) {
_root.current_card = this._name;
}
}
movieClip 1021 {
}
button 1024 {
on (release) {
_root.current_card = this._name;
}
}
movieClip 1025 {
}
button 1028 {
on (release) {
_root.current_card = this._name;
}
}
movieClip 1029 {
}
button 1032 {
on (release) {
_root.current_card = this._name;
}
}
movieClip 1033 {
}
button 1036 {
on (release) {
_root.current_card = this._name;
}
}
movieClip 1037 {
}
button 1040 {
on (release) {
_root.current_card = this._name;
}
}
movieClip 1041 {
}
button 1044 {
on (release) {
_root.current_card = this._name;
}
}
movieClip 1045 {
}
button 1048 {
on (release) {
_root.current_card = this._name;
}
}
movieClip 1049 {
}
button 1052 {
on (release) {
_root.current_card = this._name;
}
}
movieClip 1053 {
}
button 1056 {
on (release) {
_root.current_card = this._name;
}
}
movieClip 1057 {
}
button 1060 {
on (release) {
_root.current_card = this._name;
}
}
movieClip 1061 {
}
button 1064 {
on (release) {
_root.current_card = this._name;
}
}
movieClip 1065 {
}
button 1068 {
on (release) {
_root.current_card = this._name;
}
}
movieClip 1069 {
}
button 1072 {
on (release) {
_root.current_card = this._name;
}
}
movieClip 1073 {
}
button 1076 {
on (release) {
_root.current_card = this._name;
}
}
movieClip 1077 {
}
button 1080 {
on (release) {
_root.current_card = this._name;
}
}
movieClip 1081 {
}
button 1084 {
on (release) {
_root.current_card = this._name;
}
}
movieClip 1085 {
}
button 1088 {
on (release) {
_root.current_card = this._name;
}
}
movieClip 1089 {
}
movieClip 1090 {
frame 1 {
stop();
}
frame 5 {
stop();
++_root.question_count;
_root.question_mc.gotoAndStop(_root.question_array[_root.question_count - 1] + 5);
question_snd = new Sound();
so = SharedObject.getLocal('benesse_051030_v1');
question_snd.attachSound('q' + _root.question_array[_root.question_count - 1]);
question_snd.start();
question_snd.onSoundComplete = function () {};
}
frame 6 {
stop();
_root.random_card_location();
}
instance m1 of movieClip 217 {
onClipEvent (release) {
if (0 != (_root.current_card != '') & 0 != (_root.answer_card_array[0] == 0)) {
card_snd = new Sound();
card_snd.attachSound('card_snd');
card_snd.start();
_root.answer_card_array[0] = _root.current_card.substring(1, 2);
_parent[_root.current_card]._x = this._x;
_parent[_root.current_card]._y = this._y;
_root.current_card = '';
}
}
}
instance m2 of movieClip 217 {
onClipEvent (release) {
if (0 != (_root.current_card != '') & 0 != (_root.answer_card_array[1] == 0)) {
card_snd = new Sound();
card_snd.attachSound('card_snd');
card_snd.start();
_root.answer_card_array[1] = _root.current_card.substring(1, 2);
_parent[_root.current_card]._x = this._x;
_parent[_root.current_card]._y = this._y;
_root.current_card = '';
}
}
}
instance m3 of movieClip 217 {
onClipEvent (release) {
if (0 != (_root.current_card != '') & 0 != (_root.answer_card_array[2] == 0)) {
card_snd = new Sound();
card_snd.attachSound('card_snd');
card_snd.start();
_root.answer_card_array[2] = _root.current_card.substring(1, 2);
_parent[_root.current_card]._x = this._x;
_parent[_root.current_card]._y = this._y;
_root.current_card = '';
}
}
}
instance m4 of movieClip 217 {
onClipEvent (release) {
if (0 != (_root.current_card != '') & 0 != (_root.answer_card_array[3] == 0)) {
card_snd = new Sound();
card_snd.attachSound('card_snd');
card_snd.start();
_root.answer_card_array[3] = _root.current_card.substring(1, 2);
_parent[_root.current_card]._x = this._x;
_parent[_root.current_card]._y = this._y;
_root.current_card = '';
}
}
}
frame 7 {
stop();
_root.random_card_location();
}
frame 8 {
stop();
_root.random_card_location();
}
frame 9 {
stop();
_root.random_card_location();
}
frame 10 {
stop();
_root.random_card_location();
}
frame 11 {
stop();
_root.random_card_location();
}
frame 12 {
stop();
_root.random_card_location();
}
frame 13 {
stop();
_root.random_card_location();
}
frame 14 {
stop();
_root.random_card_location();
}
frame 15 {
stop();
_root.random_card_location();
}
}
button 1094 {
on (release) {
trace(_root.answer_card_array);
_root.movie_play = 1;
if (_root.answer_card_array.toString() == '1,2,3,4') {
++_root.right_num;
_root['g' + _root.question_count].gotoAndStop(2);
_root.boss.gotoAndPlay('ç”å°');
} else {
_root['life' + _root.life].gotoAndStop(2);
--_root.life;
_root.boss.gotoAndPlay('ç”錯');
}
_root.gotoAndPlay('invincible_movie_play');
}
on (rollOver) {
_root.playsnd('play');
}
}
frame 63 {
stop();
question_mc.gotoAndPlay(2);
}
frame 64 {
movie_num = 1;
answer_movie.gotoAndStop(question_array[question_count - 1]);
answer_movie.m.gotoAndPlay('m' + answer_card_array[movie_num - 1]);
}
movieClip 1112 {
frame 9 {
stop();
++_root.movie_num;
if (_root.movie_num <= 4) {
gotoAndPlay('m' + _root.answer_card_array[_root.movie_num - 1]);
}
}
frame 15 {
stop();
++_root.movie_num;
if (_root.movie_num <= 4) {
gotoAndPlay('m' + _root.answer_card_array[_root.movie_num - 1]);
}
}
frame 23 {
stop();
++_root.movie_num;
if (_root.movie_num <= 4) {
gotoAndPlay('m' + _root.answer_card_array[_root.movie_num - 1]);
}
}
frame 28 {
stop();
++_root.movie_num;
if (_root.movie_num <= 4) {
gotoAndPlay('m' + _root.answer_card_array[_root.movie_num - 1]);
}
}
}
movieClip 1137 {
frame 7 {
stop();
++_root.movie_num;
if (_root.movie_num <= 4) {
gotoAndPlay('m' + _root.answer_card_array[_root.movie_num - 1]);
}
}
frame 15 {
stop();
++_root.movie_num;
if (_root.movie_num <= 4) {
gotoAndPlay('m' + _root.answer_card_array[_root.movie_num - 1]);
}
}
frame 21 {
stop();
++_root.movie_num;
if (_root.movie_num <= 4) {
gotoAndPlay('m' + _root.answer_card_array[_root.movie_num - 1]);
}
}
frame 28 {
stop();
++_root.movie_num;
if (_root.movie_num <= 4) {
gotoAndPlay('m' + _root.answer_card_array[_root.movie_num - 1]);
}
}
}
movieClip 1162 {
frame 6 {
stop();
++_root.movie_num;
if (_root.movie_num <= 4) {
gotoAndPlay('m' + _root.answer_card_array[_root.movie_num - 1]);
}
}
frame 12 {
stop();
++_root.movie_num;
if (_root.movie_num <= 4) {
gotoAndPlay('m' + _root.answer_card_array[_root.movie_num - 1]);
}
}
frame 18 {
stop();
++_root.movie_num;
if (_root.movie_num <= 4) {
gotoAndPlay('m' + _root.answer_card_array[_root.movie_num - 1]);
}
}
frame 24 {
stop();
++_root.movie_num;
if (_root.movie_num <= 4) {
gotoAndPlay('m' + _root.answer_card_array[_root.movie_num - 1]);
}
}
}
movieClip 1187 {
frame 7 {
stop();
++_root.movie_num;
if (_root.movie_num <= 4) {
gotoAndPlay('m' + _root.answer_card_array[_root.movie_num - 1]);
}
}
frame 14 {
stop();
++_root.movie_num;
if (_root.movie_num <= 4) {
gotoAndPlay('m' + _root.answer_card_array[_root.movie_num - 1]);
}
}
frame 20 {
stop();
++_root.movie_num;
if (_root.movie_num <= 4) {
gotoAndPlay('m' + _root.answer_card_array[_root.movie_num - 1]);
}
}
frame 26 {
stop();
++_root.movie_num;
if (_root.movie_num <= 4) {
gotoAndPlay('m' + _root.answer_card_array[_root.movie_num - 1]);
}
}
}
movieClip 1211 {
frame 6 {
stop();
++_root.movie_num;
if (_root.movie_num <= 4) {
gotoAndPlay('m' + _root.answer_card_array[_root.movie_num - 1]);
}
}
frame 12 {
stop();
++_root.movie_num;
if (_root.movie_num <= 4) {
gotoAndPlay('m' + _root.answer_card_array[_root.movie_num - 1]);
}
}
frame 18 {
stop();
++_root.movie_num;
if (_root.movie_num <= 4) {
gotoAndPlay('m' + _root.answer_card_array[_root.movie_num - 1]);
}
}
frame 24 {
stop();
++_root.movie_num;
if (_root.movie_num <= 4) {
gotoAndPlay('m' + _root.answer_card_array[_root.movie_num - 1]);
}
}
}
movieClip 1234 {
frame 6 {
stop();
++_root.movie_num;
if (_root.movie_num <= 4) {
gotoAndPlay('m' + _root.answer_card_array[_root.movie_num - 1]);
}
}
frame 12 {
stop();
++_root.movie_num;
if (_root.movie_num <= 4) {
gotoAndPlay('m' + _root.answer_card_array[_root.movie_num - 1]);
}
}
frame 21 {
stop();
++_root.movie_num;
if (_root.movie_num <= 4) {
gotoAndPlay('m' + _root.answer_card_array[_root.movie_num - 1]);
}
}
frame 29 {
stop();
++_root.movie_num;
if (_root.movie_num <= 4) {
gotoAndPlay('m' + _root.answer_card_array[_root.movie_num - 1]);
}
}
}
movieClip 1257 {
frame 6 {
stop();
++_root.movie_num;
if (_root.movie_num <= 4) {
gotoAndPlay('m' + _root.answer_card_array[_root.movie_num - 1]);
}
}
frame 12 {
stop();
++_root.movie_num;
if (_root.movie_num <= 4) {
gotoAndPlay('m' + _root.answer_card_array[_root.movie_num - 1]);
}
}
frame 20 {
stop();
++_root.movie_num;
if (_root.movie_num <= 4) {
gotoAndPlay('m' + _root.answer_card_array[_root.movie_num - 1]);
}
}
frame 28 {
stop();
++_root.movie_num;
if (_root.movie_num <= 4) {
gotoAndPlay('m' + _root.answer_card_array[_root.movie_num - 1]);
}
}
}
movieClip 1280 {
frame 7 {
stop();
++_root.movie_num;
if (_root.movie_num <= 4) {
gotoAndPlay('m' + _root.answer_card_array[_root.movie_num - 1]);
}
}
frame 14 {
stop();
++_root.movie_num;
if (_root.movie_num <= 4) {
gotoAndPlay('m' + _root.answer_card_array[_root.movie_num - 1]);
}
}
frame 21 {
stop();
++_root.movie_num;
if (_root.movie_num <= 4) {
gotoAndPlay('m' + _root.answer_card_array[_root.movie_num - 1]);
}
}
frame 28 {
stop();
++_root.movie_num;
if (_root.movie_num <= 4) {
gotoAndPlay('m' + _root.answer_card_array[_root.movie_num - 1]);
}
}
}
movieClip 1301 {
frame 8 {
stop();
++_root.movie_num;
if (_root.movie_num <= 4) {
gotoAndPlay('m' + _root.answer_card_array[_root.movie_num - 1]);
}
}
frame 14 {
stop();
++_root.movie_num;
if (_root.movie_num <= 4) {
gotoAndPlay('m' + _root.answer_card_array[_root.movie_num - 1]);
}
}
frame 20 {
stop();
++_root.movie_num;
if (_root.movie_num <= 4) {
gotoAndPlay('m' + _root.answer_card_array[_root.movie_num - 1]);
}
}
frame 28 {
stop();
++_root.movie_num;
if (_root.movie_num <= 4) {
gotoAndPlay('m' + _root.answer_card_array[_root.movie_num - 1]);
}
}
}
movieClip 1328 {
frame 8 {
stop();
++_root.movie_num;
if (_root.movie_num <= 4) {
gotoAndPlay('m' + _root.answer_card_array[_root.movie_num - 1]);
}
}
frame 17 {
stop();
++_root.movie_num;
if (_root.movie_num <= 4) {
gotoAndPlay('m' + _root.answer_card_array[_root.movie_num - 1]);
}
}
frame 29 {
stop();
++_root.movie_num;
if (_root.movie_num <= 4) {
gotoAndPlay('m' + _root.answer_card_array[_root.movie_num - 1]);
}
}
frame 35 {
stop();
++_root.movie_num;
if (_root.movie_num <= 4) {
gotoAndPlay('m' + _root.answer_card_array[_root.movie_num - 1]);
}
}
}
movieClip 1329 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
frame 6 {
stop();
}
frame 7 {
stop();
}
frame 8 {
stop();
}
frame 9 {
stop();
}
frame 10 {
stop();
}
}
frame 80 {
stop();
}
frame 81 {
stop();
background_snd.stop('background_snd');
so = SharedObject.getLocal('benesse_051030_v2');
if (so.data.select_type == 1) {
if (game_type == 'normal') {
so.data.userscore[so.data.user_number - 1][0][1][0][0] = 2;
} else {
if (game_type == 'challege') {
so.data.userscore[so.data.user_number - 1][0][1][1][0] = 2;
} else {
if (game_type == 'invincible') {
so.data.userscore[so.data.user_number - 1][0][1][2][0] = 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][0] = 2;
} else {
if (game_type == 'challege') {
so.data.userscore[so.data.user_number - 1][1][1][0] = 2;
} else {
if (game_type == 'invincible') {
so.data.userscore[so.data.user_number - 1][1][2][0] = 2;
}
}
}
next_game_btn._visible = false;
}
}
so.flush();
rest_clock('close_btn');
}
movieClip 1333 {
}
movieClip 1337 {
}
movieClip 1341 {
}
movieClip 1343 {
}
movieClip 1345 {
}
button 1353 {
on (release) {
stopAllSounds();
_root.gotoAndPlay('說明');
}
on (rollOver) {
_root.playsnd('play_again');
}
}
movieClip 1354 {
frame 88 {
stop();
_root.rest_clock('rest');
}
}
movieClip 1357 {
}
movieClip 1365 {
}
movieClip 1373 {
}
movieClip 1375 {
}
movieClip 1378 {
}
movieClip 1379 {
}
movieClip 1380 {
frame 137 {
stop();
}
}
movieClip 1401 {
}
movieClip 1402 {
frame 156 {
stop();
}
}
movieClip 1418 {
frame 287 {
gotoAndPlay(120);
}
}
movieClip 1419 {
frame 137 {
stop();
}
}
movieClip 1436 {
}
movieClip 1437 {
frame 107 {
stop();
}
}
movieClip 1438 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
}
movieClip 1439 {
frame 1 {
stop();
}
frame 2 {
stop();
p1.enabled = false;
p2.enabled = false;
p3.enabled = false;
help_btn.enabled = false;
m.gotoAndStop(random(4) + 1);
}
}
frame 94 {
stop();
background_snd.stop('background_snd');
so = SharedObject.getLocal('benesse_051030_v2');
if (so.data.select_type == 1) {
if (game_type == 'normal') {
so.data.userscore[so.data.user_number - 1][0][1][0][0] = 2;
} else {
if (game_type == 'challege') {
so.data.userscore[so.data.user_number - 1][0][1][1][0] = 2;
} else {
if (game_type == 'invincible') {
so.data.userscore[so.data.user_number - 1][0][1][2][0] = 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][0] = 2;
} else {
if (game_type == 'challege') {
so.data.userscore[so.data.user_number - 1][1][1][0] = 2;
} else {
if (game_type == 'invincible') {
so.data.userscore[so.data.user_number - 1][1][2][0] = 2;
}
}
}
next_game_btn._visible = false;
}
}
so.flush();
rest_clock('close_btn');
}
movieClip 1451 {
frame 60 {
gotoAndPlay(30);
}
}
movieClip 1455 {
}
movieClip 1457 {
frame 87 {
stop();
_root.rest_clock('rest');
}
}
frame 107 {
stop();
background_snd.stop('background_snd');
so = SharedObject.getLocal('benesse_051030_v2');
if (so.data.select_type == 1) {
if (game_type == 'normal') {
so.data.userscore[so.data.user_number - 1][0][1][0][0] = 2;
} else {
if (game_type == 'challege') {
so.data.userscore[so.data.user_number - 1][0][1][1][0] = 2;
} else {
if (game_type == 'invincible') {
so.data.userscore[so.data.user_number - 1][0][1][2][0] = 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][0] = 2;
} else {
if (game_type == 'challege') {
so.data.userscore[so.data.user_number - 1][1][1][0] = 2;
} else {
if (game_type == 'invincible') {
so.data.userscore[so.data.user_number - 1][1][2][0] = 2;
}
}
}
next_game_btn._visible = false;
}
}
so.flush();
rest_clock('close_btn');
}
movieClip 1481 {
}
movieClip 1483 {
frame 60 {
gotoAndPlay(30);
}
}
movieClip 1484 {
}
movieClip 1486 {
frame 87 {
stop();
_root.rest_clock('rest');
}
}
frame 119 {
stop();
background_snd.stop('background_snd');
rest_clock('close_btn');
}
movieClip 1499 {
frame 49 {
stop();
_root.rest_clock('rest');
}
}