Frame 51
this.gotoAndPlay(1);
Frame 52
Stage.showMenu = false;
_root.level_num = 0;
_root.cor_num = 0;
_root.tonum = 0;
Frame 71
stop();
Frame 72
this.stop();
mis = 0;
oneA = 1;
oneB = 1;
oneC = 1;
oneD = 1;
oneE = 1;
level_num = 1;
Instance of Symbol 66 MovieClip in Frame 72
onClipEvent (load) {
duCountOne = 0;
}
onClipEvent (mouseDown) {
if (this.hitTest(_root._xmouse, _root._ymouse, 1)) {
_parent.oneMisOne.nextFrame();
_root.mis++;
duCountOne++;
newMcNameOne = "xxxOne" + duCountOne;
newLevalOne = duCountOne;
duplicateMovieClip ("_root.xxxOne", newMcNameOne, newLevalOne);
_parent[newMcNameOne]._x = _parent.moveDragOne._x;
_parent[newMcNameOne]._y = _parent.moveDragOne._y;
}
}
Instance of Symbol 78 MovieClip "moveDragOne" in Frame 72
onClipEvent (load) {
x = this._x;
y = this._y;
this._visible = 0;
}
onClipEvent (enterFrame) {
_x = (_x + _xmouse);
_y = (_y + _ymouse);
updateAfterEvent();
}
onClipEvent (load) {
duCoundOne = 0;
}
Instance of Symbol 80 MovieClip "actionIfOne" in Frame 72
onClipEvent (load) {
function NumA() {
oneA = "1";
}
function NumB() {
oneB = "1";
}
function NumC() {
oneC = "1";
}
function NumD() {
oneD = "1";
}
function NumE() {
oneE = "1";
}
}
Instance of Symbol 82 MovieClip in Frame 72
onClipEvent (load) {
startTimeOne = getTimer();
countAmountOne = 180;
elapsedOne = 0;
}
onClipEvent (enterFrame) {
Math.floor((elapsedOne = getTimer() - startTimeOne));
if (elapsedOne < (countAmountOne * 1000)) {
counterOutputOne = countAmountOne - Math.floor(elapsedOne / 1000);
} else {
_parent.gotoAndPlay("gameoverFrame");
}
parcentOne = Math.floor((counterOutputOne / countAmountOne) * 100);
gparOne = Math.round(parcentOne);
_parent.progressBarOne.setBar(gparOne);
}
Instance of Symbol 84 MovieClip "mis" in Frame 72
onClipEvent (enterFrame) {
if (_root.mis == 0) {
this.gotoAndStop(1);
} else if (_root.mis == 1) {
this.gotoAndStop(2);
} else if (_root.mis == 2) {
this.gotoAndStop(3);
} else if (_root.mis == 3) {
this.gotoAndStop(4);
}
}
Frame 73
twoA = 1;
twoB = 1;
twoC = 1;
twoD = 1;
twoE = 1;
level_num = 2;
i = 1;
while (10 >= i) {
removeMovieClip(eval ("xxxOne" + i));
i++;
}
Instance of Symbol 101 MovieClip in Frame 73
onClipEvent (load) {
duCountTwo = 0;
}
onClipEvent (mouseDown) {
if (this.hitTest(_root._xmouse, _root._ymouse, 1)) {
_parent.oneMisTwo.nextFrame();
_root.mis++;
duCountTwo++;
newMcNameTwo = "xxxTwo" + duCountTwo;
newLevalTwo = duCountTwo;
duplicateMovieClip ("_root.xxxTwo", newMcNameTwo, newLevalTwo);
_parent[newMcNameTwo]._x = _parent.moveDragTwo._x;
_parent[newMcNameTwo]._y = _parent.moveDragTwo._y;
}
}
Instance of Symbol 111 MovieClip "moveDragTwo" in Frame 73
onClipEvent (load) {
x = this._x;
y = this._y;
this._visible = 0;
}
onClipEvent (enterFrame) {
_x = (_x + _xmouse);
_y = (_y + _ymouse);
updateAfterEvent();
}
onClipEvent (load) {
duCoundTwo = 0;
}
Instance of Symbol 113 MovieClip in Frame 73
onClipEvent (load) {
startTimeTwo = getTimer();
countAmountTwo = 180;
elapsedTwo = 0;
}
onClipEvent (enterFrame) {
Math.floor((elapsedTwo = getTimer() - startTimeTwo));
if (elapsedTwo < (countAmountTwo * 1000)) {
counterOutputTwo = countAmountTwo - Math.floor(elapsedTwo / 1000);
} else {
_parent.gotoAndPlay("gameoverFrame");
}
parcentTwo = Math.floor((counterOutputTwo / countAmountTwo) * 100);
gparTwo = Math.round(parcentTwo);
_parent.progressBarTwo.setBar(gparTwo);
}
Instance of Symbol 114 MovieClip "actionIfTwo" in Frame 73
onClipEvent (load) {
function numA() {
twoA = "1";
}
function numB() {
twoB = "1";
}
function numC() {
twoC = "1";
}
function numD() {
twoD = "1";
}
function numE() {
twoE = "1";
}
}
Frame 74
threeA = 1;
threeB = 1;
threeC = 1;
threeD = 1;
threeE = 1;
level_num = 3;
i = 1;
while (10 >= i) {
removeMovieClip(eval ("xxxTwo" + i));
i++;
}
Instance of Symbol 129 MovieClip in Frame 74
onClipEvent (load) {
duCountThree = 0;
}
onClipEvent (mouseDown) {
if (this.hitTest(_root._xmouse, _root._ymouse, 1)) {
_parent.oneMisThree.nextFrame();
_root.mis++;
duCountThree++;
newMcNameThree = "xxxThree" + duCountThree;
newLevalThree = duCountThree;
duplicateMovieClip ("_root.xxxThree", newMcNameThree, newLevalThree);
_parent[newMcNameThree]._x = _parent.moveDragThree._x;
_parent[newMcNameThree]._y = _parent.moveDragThree._y;
}
}
Instance of Symbol 137 MovieClip "moveDragThree" in Frame 74
onClipEvent (load) {
x = this._x;
y = this._y;
this._visible = 0;
}
onClipEvent (enterFrame) {
_x = (_x + _xmouse);
_y = (_y + _ymouse);
updateAfterEvent();
}
onClipEvent (load) {
duCoundThree = 0;
}
Instance of Symbol 139 MovieClip in Frame 74
onClipEvent (load) {
startTimeThree = getTimer();
countAmountThree = 180;
elapsedThree = 0;
}
onClipEvent (enterFrame) {
Math.floor((elapsedThree = getTimer() - startTimeThree));
if (elapsedThree < (countAmountThree * 1000)) {
counterOutputThree = countAmountThree - Math.floor(elapsedThree / 1000);
} else {
_parent.gotoAndPlay("gameoverFrame");
}
parcentThree = Math.floor((counterOutputThree / countAmountThree) * 100);
gparThree = Math.round(parcentThree);
_parent.progressBarThree.setBar(gparThree);
}
Instance of Symbol 140 MovieClip "actionIfThree" in Frame 74
onClipEvent (load) {
function NumA() {
threeA = "1";
}
function NumB() {
threeB = "1";
}
function NumC() {
threeC = "1";
}
function NumD() {
threeD = "1";
}
function NumE() {
threeE = "1";
}
}
Frame 75
fourA = 1;
fourB = 1;
fourC = 1;
fourD = 1;
fourE = 1;
level_num = 4;
i = 1;
while (10 >= i) {
removeMovieClip(eval ("xxxThree" + i));
i++;
}
Instance of Symbol 157 MovieClip in Frame 75
onClipEvent (load) {
duCountFour = 0;
}
onClipEvent (mouseDown) {
if (this.hitTest(_root._xmouse, _root._ymouse, 1)) {
_parent.oneMisFourFive.nextFrame();
_root.mis++;
duCountFour++;
newMcNameFour = "xxxFour" + duCountFour;
newLevalFour = duCountFour;
duplicateMovieClip ("_root.xxxFour", newMcNameFour, newLevalFour);
_parent[newMcNameFour]._x = _parent.moveDragFour._x;
_parent[newMcNameFour]._y = _parent.moveDragFour._y;
}
}
Instance of Symbol 164 MovieClip "moveDragFour" in Frame 75
onClipEvent (load) {
x = this._x;
y = this._y;
this._visible = 0;
}
onClipEvent (enterFrame) {
_x = (_x + _xmouse);
_y = (_y + _ymouse);
updateAfterEvent();
}
onClipEvent (load) {
duCoundThree = 0;
}
Instance of Symbol 166 MovieClip in Frame 75
onClipEvent (load) {
startTimeFour = getTimer();
countAmountFour = 180;
elapsedFour = 0;
}
onClipEvent (enterFrame) {
Math.floor((elapsedFour = getTimer() - startTimeFour));
if (elapsedFour < (countAmountFour * 1000)) {
counterOutputFour = countAmountFour - Math.floor(elapsedFour / 1000);
} else {
_parent.gotoAndPlay("gameoverFrame");
}
parcentFour = Math.floor((counterOutputFour / countAmountFour) * 100);
gparFour = Math.round(parcentFour);
_parent.progressBarFour.setBar(gparFour);
}
Instance of Symbol 167 MovieClip "actionIfFour" in Frame 75
onClipEvent (load) {
function NumA() {
fourA = "1";
}
function NumB() {
fourB = "1";
}
function NumC() {
fourC = "1";
}
function NumD() {
fourD = "1";
}
function NumE() {
fourE = "1";
}
}
Frame 76
fiveA = 1;
fiveB = 1;
fiveC = 1;
fiveD = 1;
fiveE = 1;
level_num = 5;
i = 1;
while (10 >= i) {
removeMovieClip(eval ("xxxFour" + i));
i++;
}
Instance of Symbol 182 MovieClip in Frame 76
onClipEvent (load) {
duCountFive = 0;
}
onClipEvent (mouseDown) {
if (this.hitTest(_root._xmouse, _root._ymouse, 1)) {
_parent.oneMisFive.nextFrame();
_root.mis++;
duCountFive++;
newMcNameFive = "xxxFive" + duCountFive;
newLevalFive = duCountFive;
duplicateMovieClip ("_root.xxxFive", newMcNameFive, newLevalFive);
_parent[newMcNameFive]._x = _parent.moveDragFive._x;
_parent[newMcNameFive]._y = _parent.moveDragFive._y;
}
}
Instance of Symbol 190 MovieClip "moveDragFive" in Frame 76
onClipEvent (load) {
x = this._x;
y = this._y;
this._visible = 0;
}
onClipEvent (enterFrame) {
_x = (_x + _xmouse);
_y = (_y + _ymouse);
updateAfterEvent();
}
onClipEvent (load) {
duCoundFive = 0;
}
Instance of Symbol 192 MovieClip in Frame 76
onClipEvent (load) {
startTimeFive = getTimer();
countAmountFive = 180;
elapsedFive = 0;
}
onClipEvent (enterFrame) {
Math.floor((elapsedFive = getTimer() - startTimeFive));
if (elapsedFive < (countAmountFive * 1000)) {
counterOutputFive = countAmountFive - Math.floor(elapsedFive / 1000);
} else {
_parent.gotoAndPlay("gameoverFrame");
}
parcentFive = Math.floor((counterOutputFive / countAmountFive) * 100);
gparFive = Math.round(parcentFive);
_parent.progressBarFive.setBar(gparFive);
}
Instance of Symbol 193 MovieClip "actionIfFive" in Frame 76
onClipEvent (load) {
function NumA() {
fiveA = "1";
}
function NumB() {
fiveB = "1";
}
function NumC() {
fiveC = "1";
}
function NumD() {
fiveD = "1";
}
function NumE() {
fiveE = "1";
}
}
Frame 77
sixA = 1;
sixB = 1;
sixC = 1;
sixD = 1;
sixE = 1;
level_num = 6;
i = 1;
while (10 >= i) {
removeMovieClip(eval ("xxxFive" + i));
i++;
}
Instance of Symbol 211 MovieClip in Frame 77
onClipEvent (load) {
duCountSix = 0;
}
onClipEvent (mouseDown) {
if (this.hitTest(_root._xmouse, _root._ymouse, 1)) {
_parent.oneMisSix.nextFrame();
_root.mis++;
duCountSix++;
newMcNameSix = "xxxSix" + duCountSix;
newLevalSix = duCountSix;
duplicateMovieClip ("_root.xxxSix", newMcNameSix, newLevalSix);
_parent[newMcNameSix]._x = _parent.moveDragSix._x;
_parent[newMcNameSix]._y = _parent.moveDragSix._y;
}
}
Instance of Symbol 218 MovieClip "moveDragSix" in Frame 77
onClipEvent (load) {
x = this._x;
y = this._y;
this._visible = 0;
}
onClipEvent (enterFrame) {
_x = (_x + _xmouse);
_y = (_y + _ymouse);
updateAfterEvent();
}
onClipEvent (load) {
duCoundSix = 0;
}
Instance of Symbol 220 MovieClip in Frame 77
onClipEvent (load) {
startTimeSix = getTimer();
countAmountSix = 180;
elapsedSix = 0;
}
onClipEvent (enterFrame) {
Math.floor((elapsedSix = getTimer() - startTimeSix));
if (elapsedSix < (countAmountSix * 1000)) {
counterOutputSix = countAmountSix - Math.floor(elapsedSix / 1000);
} else {
_parent.gotoAndPlay("gameoverFrame");
}
parcentSix = Math.floor((counterOutputSix / countAmountSix) * 100);
gparSix = Math.round(parcentSix);
_parent.progressBarSix.setBar(gparSix);
}
Instance of Symbol 221 MovieClip "actionIfSix" in Frame 77
onClipEvent (load) {
function NumA() {
sixA = "1";
}
function NumB() {
sixB = "1";
}
function NumC() {
sixC = "1";
}
function NumD() {
sixD = "1";
}
function NumE() {
sixE = "1";
}
}
Frame 78
sevenA = 1;
sevenB = 1;
sevenC = 1;
sevenD = 1;
sevenE = 1;
level_num = 7;
i = 1;
while (10 >= i) {
removeMovieClip(eval ("xxxSix" + i));
i++;
}
Instance of Symbol 239 MovieClip in Frame 78
onClipEvent (load) {
duCountSeven = 0;
}
onClipEvent (mouseDown) {
if (this.hitTest(_root._xmouse, _root._ymouse, 1)) {
_parent.oneMisSeven.nextFrame();
_root.mis++;
duCountSeven++;
newMcNameSeven = "xxxSeven" + duCountSeven;
newLevalSeven = duCountSeven;
duplicateMovieClip ("_root.xxxSeven", newMcNameSeven, newLevalSeven);
_parent[newMcNameSeven]._x = _parent.moveDragSeven._x;
_parent[newMcNameSeven]._y = _parent.moveDragSeven._y;
}
}
Instance of Symbol 246 MovieClip "moveDragSeven" in Frame 78
onClipEvent (load) {
x = this._x;
y = this._y;
this._visible = 0;
}
onClipEvent (enterFrame) {
_x = (_x + _xmouse);
_y = (_y + _ymouse);
updateAfterEvent();
}
onClipEvent (load) {
duCoundSeven = 0;
}
Instance of Symbol 248 MovieClip in Frame 78
onClipEvent (load) {
startTimeSeven = getTimer();
countAmountSeven = 180;
elapsedSeven = 0;
}
onClipEvent (enterFrame) {
Math.floor((elapsedSeven = getTimer() - startTimeSeven));
if (elapsedSeven < (countAmountSeven * 1000)) {
counterOutputSeven = countAmountSeven - Math.floor(elapsedSeven / 1000);
} else {
_parent.gotoAndPlay("gameoverFrame");
}
parcentSeven = Math.floor((counterOutputSeven / countAmountSeven) * 100);
gparSeven = Math.round(parcentSeven);
_parent.progressBarSeven.setBar(gparSeven);
}
Instance of Symbol 249 MovieClip "actionIfSeven" in Frame 78
onClipEvent (load) {
function NumA() {
sevenA = "1";
}
function NumB() {
sevenB = "1";
}
function NumC() {
sevenC = "1";
}
function NumD() {
sevenD = "1";
}
function NumE() {
sevenE = "1";
}
}
Frame 79
eightA = 1;
eightB = 1;
eightC = 1;
eightD = 1;
eightE = 1;
level_num = 8;
i = 1;
while (10 >= i) {
removeMovieClip(eval ("xxxSeven" + i));
i++;
}
Instance of Symbol 266 MovieClip in Frame 79
onClipEvent (load) {
duCountEight = 0;
}
onClipEvent (mouseDown) {
if (this.hitTest(_root._xmouse, _root._ymouse, 1)) {
_parent.oneMisEight.nextFrame();
_root.mis++;
duCountEight++;
newMcNameEight = "xxxEight" + duCountEight;
newLevalEight = duCountEight;
duplicateMovieClip ("_root.xxxEight", newMcNameEight, newLevalEight);
_parent[newMcNameEight]._x = _parent.moveDragEight._x;
_parent[newMcNameEight]._y = _parent.moveDragEight._y;
}
}
Instance of Symbol 275 MovieClip "moveDragEight" in Frame 79
onClipEvent (load) {
x = this._x;
y = this._y;
this._visible = 0;
}
onClipEvent (enterFrame) {
_x = (_x + _xmouse);
_y = (_y + _ymouse);
updateAfterEvent();
}
onClipEvent (load) {
duCoundEight = 0;
}
Instance of Symbol 277 MovieClip in Frame 79
onClipEvent (load) {
startTimeEight = getTimer();
countAmountEight = 180;
elapsedEight = 0;
}
onClipEvent (enterFrame) {
Math.floor((elapsedEight = getTimer() - startTimeEight));
if (elapsedEight < (countAmountEight * 1000)) {
counterOutputEight = countAmountEight - Math.floor(elapsedEight / 1000);
} else {
_parent.gotoAndPlay("gameoverFrame");
}
parcentEight = Math.floor((counterOutputEight / countAmountEight) * 100);
gparEight = Math.round(parcentEight);
_parent.progressBarEight.setBar(gparEight);
}
Instance of Symbol 278 MovieClip "actionIfEight" in Frame 79
onClipEvent (load) {
function NumA() {
eightA = "1";
}
function NumB() {
eightB = "1";
}
function NumC() {
eightC = "1";
}
function NumD() {
eightD = "1";
}
function NumE() {
eightE = "1";
}
}
Frame 80
nineA = 1;
nineB = 1;
nineC = 1;
nineD = 1;
nineE = 1;
level_num = 9;
i = 1;
while (10 >= i) {
removeMovieClip(eval ("xxxEight" + i));
i++;
}
Instance of Symbol 295 MovieClip in Frame 80
onClipEvent (load) {
duCountNine = 0;
}
onClipEvent (mouseDown) {
if (this.hitTest(_root._xmouse, _root._ymouse, 1)) {
_parent.oneMisNine.nextFrame();
_root.mis++;
duCountNine++;
newMcNameNine = "xxxNine" + duCountNine;
newLevalNine = duCountNine;
duplicateMovieClip ("_root.xxxNine", newMcNameNine, newLevalNine);
_parent[newMcNameNine]._x = _parent.moveDragNine._x;
_parent[newMcNameNine]._y = _parent.moveDragNine._y;
}
}
Instance of Symbol 302 MovieClip "moveDragNine" in Frame 80
onClipEvent (load) {
x = this._x;
y = this._y;
this._visible = 0;
}
onClipEvent (enterFrame) {
_x = (_x + _xmouse);
_y = (_y + _ymouse);
updateAfterEvent();
}
onClipEvent (load) {
duCoundNine = 0;
}
Instance of Symbol 304 MovieClip in Frame 80
onClipEvent (load) {
startTimeNine = getTimer();
countAmountNine = 180;
elapsedNine = 0;
}
onClipEvent (enterFrame) {
Math.floor((elapsedNine = getTimer() - startTimeNine));
if (elapsedNine < (countAmountNine * 1000)) {
counterOutputNine = countAmountNine - Math.floor(elapsedNine / 1000);
} else {
_parent.gotoAndPlay("gameoverFrame");
}
parcentNine = Math.floor((counterOutputNine / countAmountNine) * 100);
gparNine = Math.round(parcentNine);
_parent.progressBarNine.setBar(gparNine);
}
Instance of Symbol 305 MovieClip "actionIfNine" in Frame 80
onClipEvent (load) {
function NumA() {
nineA = "1";
}
function NumB() {
nineB = "1";
}
function NumC() {
nineC = "1";
}
function NumD() {
nineD = "1";
}
function NumE() {
nineE = "1";
}
}
Frame 81
tenA = 1;
tenB = 1;
tenC = 1;
tenD = 1;
tenE = 1;
level_num = 10;
i = 1;
while (10 >= i) {
removeMovieClip(eval ("xxxNine" + i));
i++;
}
Instance of Symbol 323 MovieClip in Frame 81
onClipEvent (load) {
duCountTen = 0;
}
onClipEvent (mouseDown) {
if (this.hitTest(_root._xmouse, _root._ymouse, 1)) {
_parent.oneMisTen.nextFrame();
_root.mis++;
duCountTen++;
newMcNameTen = "xxxTen" + duCountTen;
newLevalTen = duCountTen;
duplicateMovieClip ("_root.xxxTen", newMcNameTen, newLevalTen);
_parent[newMcNameTen]._x = _parent.moveDragTen._x;
_parent[newMcNameTen]._y = _parent.moveDragTen._y;
}
}
Instance of Symbol 330 MovieClip "moveDragTen" in Frame 81
onClipEvent (load) {
x = this._x;
y = this._y;
this._visible = 0;
}
onClipEvent (enterFrame) {
_x = (_x + _xmouse);
_y = (_y + _ymouse);
updateAfterEvent();
}
onClipEvent (load) {
duCoundTen = 0;
}
Instance of Symbol 332 MovieClip in Frame 81
onClipEvent (load) {
startTimeTen = getTimer();
countAmountTen = 180;
elapsedTen = 0;
}
onClipEvent (enterFrame) {
Math.floor((elapsedTen = getTimer() - startTimeTen));
if (elapsedTen < (countAmountTen * 1000)) {
counterOutputTen = countAmountTen - Math.floor(elapsedTen / 1000);
} else {
_parent.gotoAndPlay("gameoverFrame");
}
parcentTen = Math.floor((counterOutputTen / countAmountTen) * 100);
gparTen = Math.round(parcentTen);
_parent.progressBarTen.setBar(gparTen);
}
Instance of Symbol 333 MovieClip "actionIfTen" in Frame 81
onClipEvent (load) {
function NumA() {
tenA = "1";
}
function NumB() {
tenB = "1";
}
function NumC() {
tenC = "1";
}
function NumD() {
tenD = "1";
}
function NumE() {
tenE = "1";
}
}
Frame 82
this.play();
Frame 246
this.stop();
Frame 247
i = 1;
while (5 >= i) {
removeMovieClip(eval ("xxxOne" + i));
i++;
}
i = 1;
while (5 >= i) {
removeMovieClip(eval ("xxxTwo" + i));
i++;
}
i = 1;
while (5 >= i) {
removeMovieClip(eval ("xxxThree" + i));
i++;
}
i = 1;
while (5 >= i) {
removeMovieClip(eval ("xxxFour" + i));
i++;
}
i = 1;
while (5 >= i) {
removeMovieClip(eval ("xxxFive" + i));
i++;
}
i = 1;
while (5 >= i) {
removeMovieClip(eval ("xxxSix" + i));
i++;
}
i = 1;
while (5 >= i) {
removeMovieClip(eval ("xxxSeven" + i));
i++;
}
i = 1;
while (5 >= i) {
removeMovieClip(eval ("xxxEight" + i));
i++;
}
i = 1;
while (5 >= i) {
removeMovieClip(eval ("xxxNine" + i));
i++;
}
i = 1;
while (5 >= i) {
removeMovieClip(eval ("xxxTen" + i));
i++;
}
_root.tonum = ((_root.level_num - 1) * 1000) + (_root.cor_num * 200);
Frame 416
this.stop();
Symbol 6 MovieClip Frame 1
function setBar(parcent) {
_width = (oneStep * parcent);
}
oneStep = _width / 100;
Symbol 8 MovieClip Frame 1
loadedSize = _root.getBytesLoaded();
totalSize = _root.getBytesTotal();
if (loadedSize >= totalSize) {
_root.gotoAndPlay("loadingOk");
} else {
parcent = (loadedSize / totalSize) * 100;
gDownLoad = Math.round(parcent);
progressBar.setBar(gDownLoad);
}
Symbol 8 MovieClip Frame 2
this.gotoAndPlay(1);
Symbol 27 Button
on (release) {
getURL ("http://www.faper.co.kr", "_blank");
}
Symbol 31 Button
on (release) {
gotoAndStop (72);
stopAllSounds();
}
Symbol 38 MovieClip Frame 1
this.stop();
Symbol 38 MovieClip Frame 47
this.stop();
_parent.nextFrame();
Symbol 45 Button
on (release) {
getURL ("http://www.faper.co.kr", "_blank");
}
Symbol 53 MovieClip Frame 1
_root.cor_num = 0;
stop();
Symbol 53 MovieClip Frame 2
_root.cor_num = 1;
stop();
Symbol 53 MovieClip Frame 3
_root.cor_num = 2;
stop();
Symbol 53 MovieClip Frame 4
_root.cor_num = 3;
stop();
Symbol 53 MovieClip Frame 5
_root.cor_num = 4;
stop();
Symbol 53 MovieClip Frame 6
_root.cor_num = 5;
stop();
Symbol 55 MovieClip Frame 1
this.stop();
Symbol 55 MovieClip Frame 8
this.stop();
Symbol 56 MovieClip Frame 1
this.stop();
Symbol 56 MovieClip Frame 8
this.stop();
Symbol 57 MovieClip Frame 1
this.stop();
Symbol 57 MovieClip Frame 8
this.stop();
Symbol 58 MovieClip Frame 1
this.stop();
Symbol 58 MovieClip Frame 8
this.stop();
Symbol 59 MovieClip Frame 1
this.stop();
Symbol 59 MovieClip Frame 8
this.stop();
Symbol 62 MovieClip Frame 1
function setBar(parcent) {
_width = (oneStep * parcent);
}
oneStep = _width / 100;
Symbol 68 Button
on (release) {
if (oneA == 1) {
_root.searchOneAnOne.gotoAndPlay(2);
oneA = 0;
actionIfOne.numA();
anCountOne.nextFrame();
} else if (oneA == 0) {
trace("ÀÌ¹Ì ¸ÂÃß¾ú½À´Ï´Ù_1");
}
}
Symbol 69 Button
on (release) {
if (oneB == 1) {
_root.searchOneAnTwo.gotoAndPlay(2);
oneB = 0;
actionIfOne.numB();
anCountOne.nextFrame();
} else if (oneB == 0) {
trace("ÀÌ¹Ì ¸ÂÃß¾ú½À´Ï´Ù_1");
}
}
Symbol 70 Button
on (release) {
if (oneC == 1) {
_root.searchOneAnThree.gotoAndPlay(2);
oneC = 0;
actionIfOne.numC();
anCountOne.nextFrame();
} else if (oneC == 0) {
trace("ÀÌ¹Ì ¸ÂÃß¾ú½À´Ï´Ù_1");
}
}
Symbol 71 Button
on (release) {
if (oneD == 1) {
_root.searchOneAnFour.gotoAndPlay(2);
oneD = 0;
anCountOne.nextFrame();
actionIfOne.numD();
} else if (oneD == 0) {
trace("ÀÌ¹Ì ¸ÂÃß¾ú½À´Ï´Ù_1");
}
}
Symbol 72 Button
on (release) {
if (oneE == 1) {
_root.searchOneAnFive.gotoAndPlay(2);
oneE = 0;
actionIfOne.numE();
anCountOne.nextFrame();
} else if (oneE == 0) {
trace("ÀÌ¹Ì ¸ÂÃß¾ú½À´Ï´Ù_1");
}
}
Symbol 80 MovieClip Frame 1
if (((((Number(oneA) == 1) and (Number(oneB) == 1)) and (Number(oneC) == 1)) and (Number(oneD) == 1)) and (Number(oneE) == 1)) {
_parent.picOneOk.gotoAndPlay(2);
this.gotoAndStop("actionIfend");
_parent.reMove();
}
Symbol 80 MovieClip Frame 2
gotoAndPlay (1);
Symbol 84 MovieClip Frame 1
this.stop();
Symbol 84 MovieClip Frame 4
_parent.gotoAndPlay("gameOverFrame", "gameover");
Symbol 86 Button
on (release) {
this.nextFrame();
}
Symbol 92 MovieClip Frame 1
this.stop();
Symbol 92 MovieClip Frame 61
this.stop();
_parent.nextFrame();
Symbol 94 MovieClip Frame 1
this.stop();
Symbol 94 MovieClip Frame 8
this.stop();
Symbol 95 MovieClip Frame 1
this.stop();
Symbol 95 MovieClip Frame 8
this.stop();
Symbol 96 MovieClip Frame 1
this.stop();
Symbol 96 MovieClip Frame 8
this.stop();
Symbol 97 MovieClip Frame 1
this.stop();
Symbol 97 MovieClip Frame 8
this.stop();
Symbol 98 MovieClip Frame 1
this.stop();
Symbol 98 MovieClip Frame 8
this.stop();
Symbol 99 MovieClip Frame 1
function setBar(parcent) {
_width = (oneStep * parcent);
}
oneStep = _width / 100;
Symbol 104 Button
on (release) {
if (twoA == 1) {
_root.searchTwoAnOne.gotoAndPlay(2);
twoA = 0;
actionIfTwo.numA();
anCountTwo.nextFrame();
} else if (twoB == 0) {
trace("ÀÌ¹Ì ¸ÂÃß¾ú½À´Ï´Ù_1");
}
}
Symbol 105 Button
on (release) {
if (twoB == 1) {
_root.searchTwoAnTwo.gotoAndPlay(2);
twoB = 0;
actionIfTwo.numB();
anCountTwo.nextFrame();
} else if (twoB == 0) {
trace("ÀÌ¹Ì ¸ÂÃß¾ú½À´Ï´Ù_1");
}
}
Symbol 106 Button
on (release) {
if (twoC == 1) {
_root.searchTwoAnThree.gotoAndPlay(2);
twoC = 0;
actionIfTwo.numC();
anCountTwo.nextFrame();
} else if (twoC == 0) {
trace("ÀÌ¹Ì ¸ÂÃß¾ú½À´Ï´Ù_1");
}
}
Symbol 107 Button
on (release) {
if (twoD == 1) {
_root.searchTwoAnFour.gotoAndPlay(2);
twoD = 0;
actionIfTwo.numD();
anCountTwo.nextFrame();
} else if (twoD == 0) {
trace("ÀÌ¹Ì ¸ÂÃß¾ú½À´Ï´Ù_1");
}
}
Symbol 109 Button
on (release) {
if (twoE == 1) {
_root.searchTwoAnFive.gotoAndPlay(2);
twoE = 0;
actionIfTwo.numE();
anCountTwo.nextFrame();
} else if (twoE == 0) {
trace("ÀÌ¹Ì ¸ÂÃß¾ú½À´Ï´Ù_1");
}
}
Symbol 114 MovieClip Frame 1
if (((((Number(twoA) == 1) and (Number(twoB) == 1)) and (Number(twoC) == 1)) and (Number(twoD) == 1)) and (Number(twoE) == 1)) {
_parent.picTwoOk.gotoAndPlay(2);
this.gotoAndStop("actionIfend");
_parent.reMove();
}
Symbol 114 MovieClip Frame 2
gotoAndPlay (1);
Symbol 120 MovieClip Frame 1
this.stop();
Symbol 120 MovieClip Frame 49
this.stop();
_parent.nextFrame();
Symbol 122 MovieClip Frame 1
this.stop();
Symbol 122 MovieClip Frame 8
this.stop();
Symbol 123 MovieClip Frame 1
this.stop();
Symbol 123 MovieClip Frame 8
this.stop();
Symbol 124 MovieClip Frame 1
this.stop();
Symbol 124 MovieClip Frame 8
this.stop();
Symbol 125 MovieClip Frame 1
this.stop();
Symbol 125 MovieClip Frame 8
this.stop();
Symbol 126 MovieClip Frame 1
this.stop();
Symbol 126 MovieClip Frame 8
this.stop();
Symbol 127 MovieClip Frame 1
function setBar(parcent) {
_width = (oneStep * parcent);
}
oneStep = _width / 100;
Symbol 132 Button
on (release) {
if (threeA == 1) {
_root.searchThreeAnOne.gotoAndPlay(2);
threeA = 0;
actionIfThree.numA();
anCountThree.nextFrame();
} else if (threeA == 0) {
trace("ÀÌ¹Ì ¸ÂÃß¾ú½À´Ï´Ù_1");
}
}
Symbol 133 Button
on (release) {
if (threeB == 1) {
_root.searchThreeAnTwo.gotoAndPlay(2);
threeB = 0;
actionIfThree.numB();
anCountThree.nextFrame();
} else if (threeB == 0) {
trace("ÀÌ¹Ì ¸ÂÃß¾ú½À´Ï´Ù_1");
}
}
Symbol 134 Button
on (release) {
if (threeC == 1) {
_root.searchThreeAnThree.gotoAndPlay(2);
threeC = 0;
actionIfThree.numC();
anCountThree.nextFrame();
} else if (threeC == 0) {
trace("ÀÌ¹Ì ¸ÂÃß¾ú½À´Ï´Ù_1");
}
}
Symbol 135 Button
on (release) {
if (threeD == 1) {
_root.searchThreeAnFour.gotoAndPlay(2);
threeD = 0;
actionIfThree.numD();
anCountThree.nextFrame();
} else if (threeD == 0) {
trace("ÀÌ¹Ì ¸ÂÃß¾ú½À´Ï´Ù_1");
}
}
Symbol 136 Button
on (release) {
if (threeE == 1) {
_root.searchThreeAnFive.gotoAndPlay(2);
threeE = 0;
actionIfThree.numE();
anCountThree.nextFrame();
} else if (threeE == 0) {
trace("ÀÌ¹Ì ¸ÂÃß¾ú½À´Ï´Ù_1");
}
}
Symbol 140 MovieClip Frame 1
if (((((Number(threeA) == 1) and (Number(threeB) == 1)) and (Number(threeC) == 1)) and (Number(threeD) == 1)) and (Number(threeE) == 1)) {
_parent.picThreeOk.gotoAndPlay(2);
this.gotoAndStop("actionIfend");
}
Symbol 140 MovieClip Frame 2
gotoAndPlay (1);
Symbol 148 MovieClip Frame 1
this.stop();
Symbol 148 MovieClip Frame 35
_parent.nextFrame();
Symbol 150 MovieClip Frame 1
this.stop();
Symbol 150 MovieClip Frame 8
this.stop();
Symbol 151 MovieClip Frame 1
this.stop();
Symbol 151 MovieClip Frame 8
this.stop();
Symbol 152 MovieClip Frame 1
this.stop();
Symbol 152 MovieClip Frame 8
this.stop();
Symbol 153 MovieClip Frame 1
this.stop();
Symbol 153 MovieClip Frame 8
this.stop();
Symbol 154 MovieClip Frame 1
this.stop();
Symbol 154 MovieClip Frame 8
this.stop();
Symbol 159 Button
on (release) {
if (fourB == 1) {
_root.searchFourAnTwo.gotoAndPlay(2);
fourB = 0;
actionIfFour.numB();
anCountFour.nextFrame();
} else if (fourB == 0) {
trace("ÀÌ¹Ì ¸ÂÃß¾ú½À´Ï´Ù_1");
}
}
Symbol 160 Button
on (release) {
if (fourC == 1) {
_root.searchFourAnThree.gotoAndPlay(2);
fourC = 0;
actionIfFour.numC();
anCountFour.nextFrame();
} else if (fourC == 0) {
trace("ÀÌ¹Ì ¸ÂÃß¾ú½À´Ï´Ù_1");
}
}
Symbol 161 Button
on (release) {
if (fourD == 1) {
_root.searchFourAnFour.gotoAndPlay(2);
fourD = 0;
actionIfFour.numD();
anCountFour.nextFrame();
} else if (fourD == 0) {
trace("ÀÌ¹Ì ¸ÂÃß¾ú½À´Ï´Ù_1");
}
}
Symbol 162 Button
on (release) {
if (fourE == 1) {
_root.searchFourAnFive.gotoAndPlay(2);
fourE = 0;
actionIfFour.numE();
anCountFour.nextFrame();
} else if (fourE == 0) {
trace("ÀÌ¹Ì ¸ÂÃß¾ú½À´Ï´Ù_1");
}
}
Symbol 163 Button
on (release) {
if (fourA == 1) {
_root.searchFourAnOne.gotoAndPlay(2);
fourA = 0;
actionIfFour.numA();
anCountFour.nextFrame();
} else if (fourA == 0) {
trace("ÀÌ¹Ì ¸ÂÃß¾ú½À´Ï´Ù_1");
}
}
Symbol 167 MovieClip Frame 1
if (((((Number(fourA) == 1) and (Number(fourB) == 1)) and (Number(fourC) == 1)) and (Number(fourD) == 1)) and (Number(fourE) == 1)) {
_parent.picFourOk.gotoAndPlay(2);
this.gotoAndStop("actionIfend");
}
Symbol 167 MovieClip Frame 2
gotoAndPlay (1);
Symbol 173 MovieClip Frame 1
this.stop();
Symbol 173 MovieClip Frame 43
_parent.nextFrame();
Symbol 175 MovieClip Frame 1
this.stop();
Symbol 175 MovieClip Frame 8
this.stop();
Symbol 176 MovieClip Frame 1
this.stop();
Symbol 176 MovieClip Frame 8
this.stop();
Symbol 177 MovieClip Frame 1
this.stop();
Symbol 177 MovieClip Frame 8
this.stop();
Symbol 178 MovieClip Frame 1
this.stop();
Symbol 178 MovieClip Frame 8
this.stop();
Symbol 179 MovieClip Frame 1
this.stop();
Symbol 179 MovieClip Frame 8
this.stop();
Symbol 180 MovieClip Frame 1
function setBar(parcent) {
_width = (oneStep * parcent);
}
oneStep = _width / 100;
Symbol 185 Button
on (release) {
if (fiveB == 1) {
_root.searchFiveAnTwo.gotoAndPlay(2);
fiveB = 0;
actionIfFive.numB();
anCountFive.nextFrame();
} else if (fiveB == 0) {
trace("ÀÌ¹Ì ¸ÂÃß¾ú½À´Ï´Ù_1");
}
}
Symbol 186 Button
on (release) {
if (fiveC == 1) {
_root.searchFiveAnThree.gotoAndPlay(2);
fiveC = 0;
actionIfFive.numC();
anCountFive.nextFrame();
} else if (fiveC == 0) {
trace("ÀÌ¹Ì ¸ÂÃß¾ú½À´Ï´Ù_1");
}
}
Symbol 187 Button
on (release) {
if (fiveD == 1) {
_root.searchFiveAnFour.gotoAndPlay(2);
fiveD = 0;
actionIfFive.numD();
anCountFive.nextFrame();
} else if (fiveD == 0) {
trace("ÀÌ¹Ì ¸ÂÃß¾ú½À´Ï´Ù_1");
}
}
Symbol 188 Button
on (release) {
if (fiveE == 1) {
_root.searchFiveAnFive.gotoAndPlay(2);
fiveE = 0;
actionIfFive.numE();
anCountFive.nextFrame();
} else if (fiveE == 0) {
trace("ÀÌ¹Ì ¸ÂÃß¾ú½À´Ï´Ù_1");
}
}
Symbol 189 Button
on (release) {
if (fiveA == 1) {
_root.searchFiveAnOne.gotoAndPlay(2);
fiveA = 0;
actionIfFive.numA();
anCountFive.nextFrame();
} else if (fiveA == 0) {
trace("ÀÌ¹Ì ¸ÂÃß¾ú½À´Ï´Ù_1");
}
}
Symbol 193 MovieClip Frame 1
if (((((Number(fiveA) == 1) and (Number(fiveB) == 1)) and (Number(fiveC) == 1)) and (Number(fiveD) == 1)) and (Number(fiveE) == 1)) {
_parent.picFiveOk.gotoAndPlay(2);
this.gotoAndStop("actionIfend");
_parent.reMove();
}
Symbol 193 MovieClip Frame 2
gotoAndPlay (1);
Symbol 201 MovieClip Frame 1
this.stop();
Symbol 201 MovieClip Frame 45
_parent.nextFrame();
Symbol 203 MovieClip Frame 1
this.stop();
Symbol 203 MovieClip Frame 8
this.stop();
Symbol 204 MovieClip Frame 1
this.stop();
Symbol 204 MovieClip Frame 8
this.stop();
Symbol 205 MovieClip Frame 1
this.stop();
Symbol 205 MovieClip Frame 8
this.stop();
Symbol 206 MovieClip Frame 1
this.stop();
Symbol 206 MovieClip Frame 8
this.stop();
Symbol 207 MovieClip Frame 1
this.stop();
Symbol 207 MovieClip Frame 8
this.stop();
Symbol 209 MovieClip Frame 1
function setBar(parcent) {
_width = (oneStep * parcent);
}
oneStep = _width / 100;
Symbol 213 Button
on (release) {
if (sixA == 1) {
_root.searchSixAnOne.gotoAndPlay(2);
sixA = 0;
actionIfSix.numA();
anCountSix.nextFrame();
} else if (sixA == 0) {
trace("ÀÌ¹Ì ¸ÂÃß¾ú½À´Ï´Ù_1");
}
}
Symbol 214 Button
on (release) {
if (sixB == 1) {
_root.searchSixAnTwo.gotoAndPlay(2);
sixB = 0;
actionIfSix.numB();
anCountSix.nextFrame();
} else if (sixB == 0) {
trace("ÀÌ¹Ì ¸ÂÃß¾ú½À´Ï´Ù_1");
}
}
Symbol 215 Button
on (release) {
if (sixC == 1) {
_root.searchSixAnThree.gotoAndPlay(2);
sixC = 0;
actionIfSix.numC();
anCountSix.nextFrame();
} else if (sixC == 0) {
trace("ÀÌ¹Ì ¸ÂÃß¾ú½À´Ï´Ù_1");
}
}
Symbol 216 Button
on (release) {
if (sixD == 1) {
_root.searchSixAnFour.gotoAndPlay(2);
sixD = 0;
actionIfSix.numD();
anCountSix.nextFrame();
} else if (sixD == 0) {
trace("ÀÌ¹Ì ¸ÂÃß¾ú½À´Ï´Ù_1");
}
}
Symbol 217 Button
on (release) {
if (sixE == 1) {
_root.searchSixAnFive.gotoAndPlay(2);
sixE = 0;
actionIfSix.numE();
anCountSix.nextFrame();
} else if (sixE == 0) {
trace("ÀÌ¹Ì ¸ÂÃß¾ú½À´Ï´Ù_1");
}
}
Symbol 221 MovieClip Frame 1
if (((((Number(sixA) == 1) and (Number(sixB) == 1)) and (Number(sixC) == 1)) and (Number(sixD) == 1)) and (Number(sixE) == 1)) {
_parent.picSixOk.gotoAndPlay(2);
this.gotoAndStop("actionIfend");
_parent.reMove();
}
Symbol 221 MovieClip Frame 2
gotoAndPlay (1);
Symbol 229 MovieClip Frame 1
this.stop();
Symbol 229 MovieClip Frame 49
_parent.nextFrame();
Symbol 231 MovieClip Frame 1
this.stop();
Symbol 231 MovieClip Frame 8
this.stop();
Symbol 232 MovieClip Frame 1
this.stop();
Symbol 232 MovieClip Frame 8
this.stop();
Symbol 233 MovieClip Frame 1
this.stop();
Symbol 233 MovieClip Frame 8
this.stop();
Symbol 234 MovieClip Frame 1
this.stop();
Symbol 234 MovieClip Frame 7
this.stop();
Symbol 235 MovieClip Frame 1
this.stop();
Symbol 235 MovieClip Frame 8
this.stop();
Symbol 237 MovieClip Frame 1
function setBar(parcent) {
_width = (oneStep * parcent);
}
oneStep = _width / 100;
Symbol 241 Button
on (release) {
if (sevenA == 1) {
_root.searchSevenAnOne.gotoAndPlay(2);
sevenA = 0;
actionIfSeven.numA();
anCountSeven.nextFrame();
} else if (sevenA == 0) {
trace("ÀÌ¹Ì ¸ÂÃß¾ú½À´Ï´Ù_1");
}
}
Symbol 242 Button
on (release) {
if (sevenB == 1) {
_root.searchSevenAnTwo.gotoAndPlay(2);
sevenB = 0;
actionIfSeven.numB();
anCountSeven.nextFrame();
} else if (sevenB == 0) {
trace("ÀÌ¹Ì ¸ÂÃß¾ú½À´Ï´Ù_1");
}
}
Symbol 243 Button
on (release) {
if (sevenC == 1) {
_root.searchSevenAnThree.gotoAndPlay(2);
sevenC = 0;
actionIfSeven.numC();
anCountSeven.nextFrame();
} else if (sevenC == 0) {
trace("ÀÌ¹Ì ¸ÂÃß¾ú½À´Ï´Ù_1");
}
}
Symbol 244 Button
on (release) {
if (sevenD == 1) {
_root.searchSevenAnFour.gotoAndPlay(2);
sevenD = 0;
actionIfSeven.numD();
anCountSeven.nextFrame();
} else if (sevenD == 0) {
trace("ÀÌ¹Ì ¸ÂÃß¾ú½À´Ï´Ù_1");
}
}
Symbol 245 Button
on (release) {
if (sevenE == 1) {
_root.searchSevenAnFive.gotoAndPlay(2);
sevenE = 0;
actionIfSeven.numE();
anCountSeven.nextFrame();
} else if (sevenE == 0) {
trace("ÀÌ¹Ì ¸ÂÃß¾ú½À´Ï´Ù_1");
}
}
Symbol 249 MovieClip Frame 1
if (((((Number(sevenA) == 1) and (Number(sevenB) == 1)) and (Number(sevenC) == 1)) and (Number(sevenD) == 1)) and (Number(sevenE) == 1)) {
_parent.picSevenOk.gotoAndPlay(2);
this.gotoAndStop("actionIfend");
_parent.reMove();
}
Symbol 249 MovieClip Frame 2
gotoAndPlay (1);
Symbol 257 MovieClip Frame 1
this.stop();
Symbol 257 MovieClip Frame 45
_parent.nextFrame();
Symbol 259 MovieClip Frame 1
this.stop();
Symbol 259 MovieClip Frame 8
this.stop();
Symbol 260 MovieClip Frame 1
this.stop();
Symbol 260 MovieClip Frame 8
this.stop();
Symbol 261 MovieClip Frame 1
this.stop();
Symbol 261 MovieClip Frame 8
this.stop();
Symbol 262 MovieClip Frame 1
this.stop();
Symbol 262 MovieClip Frame 7
this.stop();
Symbol 262 MovieClip Frame 8
this.stop();
Symbol 263 MovieClip Frame 1
this.stop();
Symbol 263 MovieClip Frame 8
this.stop();
Symbol 264 MovieClip Frame 1
function setBar(parcent) {
_width = (oneStep * parcent);
}
oneStep = _width / 100;
Symbol 268 Button
on (release) {
if (eightA == 1) {
_root.searchEightAnOne.gotoAndPlay(2);
eightA = 0;
actionIfEight.numA();
anCountEight.nextFrame();
} else if (eightA == 0) {
trace("ÀÌ¹Ì ¸ÂÃß¾ú½À´Ï´Ù_1");
}
}
Symbol 270 Button
on (release) {
if (eightB == 1) {
_root.searchEightAnTwo.gotoAndPlay(2);
eightB = 0;
actionIfEight.numB();
anCountEight.nextFrame();
} else if (eightB == 0) {
trace("ÀÌ¹Ì ¸ÂÃß¾ú½À´Ï´Ù_1");
}
}
Symbol 271 Button
on (release) {
if (eightC == 1) {
_root.searchEightAnThree.gotoAndPlay(2);
eightC = 0;
actionIfEight.numC();
anCountEight.nextFrame();
} else if (eightC == 0) {
trace("ÀÌ¹Ì ¸ÂÃß¾ú½À´Ï´Ù_1");
}
}
Symbol 272 Button
on (release) {
if (eightD == 1) {
_root.searchEightAnFour.gotoAndPlay(2);
eightD = 0;
actionIfEight.numD();
anCountEight.nextFrame();
} else if (eightD == 0) {
trace("ÀÌ¹Ì ¸ÂÃß¾ú½À´Ï´Ù_1");
}
}
Symbol 274 Button
on (release) {
if (eightE == 1) {
_root.searchEightAnFive.gotoAndPlay(2);
eightE = 0;
actionIfEight.numE();
anCountEight.nextFrame();
} else if (eightE == 0) {
trace("ÀÌ¹Ì ¸ÂÃß¾ú½À´Ï´Ù_1");
}
}
Symbol 278 MovieClip Frame 1
if (((((Number(eightA) == 1) and (Number(eightB) == 1)) and (Number(eightC) == 1)) and (Number(eightD) == 1)) and (Number(eightE) == 1)) {
_parent.picEightOk.gotoAndPlay(2);
this.gotoAndStop("actionIfend");
_parent.reMove();
}
Symbol 278 MovieClip Frame 2
gotoAndPlay (1);
Symbol 286 MovieClip Frame 1
this.stop();
Symbol 286 MovieClip Frame 47
_parent.nextFrame();
Symbol 288 MovieClip Frame 1
this.stop();
Symbol 288 MovieClip Frame 8
this.stop();
Symbol 289 MovieClip Frame 1
this.stop();
Symbol 289 MovieClip Frame 8
this.stop();
Symbol 290 MovieClip Frame 1
this.stop();
Symbol 290 MovieClip Frame 8
this.stop();
Symbol 291 MovieClip Frame 1
this.stop();
Symbol 291 MovieClip Frame 8
this.stop();
Symbol 292 MovieClip Frame 1
this.stop();
Symbol 292 MovieClip Frame 8
this.stop();
Symbol 293 MovieClip Frame 1
function setBar(parcent) {
_width = (oneStep * parcent);
}
oneStep = _width / 100;
Symbol 297 Button
on (release) {
if (nineA == 1) {
_root.searchNineAnOne.gotoAndPlay(2);
nineA = 0;
actionIfNine.numA();
anCountNine.nextFrame();
} else if (nineA == 0) {
trace("ÀÌ¹Ì ¸ÂÃß¾ú½À´Ï´Ù_1");
}
}
Symbol 298 Button
on (release) {
if (nineB == 1) {
_root.searchNineAnTwo.gotoAndPlay(2);
nineB = 0;
actionIfNine.numB();
anCountNine.nextFrame();
} else if (nineB == 0) {
trace("ÀÌ¹Ì ¸ÂÃß¾ú½À´Ï´Ù_1");
}
}
Symbol 299 Button
on (release) {
if (nineD == 1) {
_root.searchNineAnFour.gotoAndPlay(2);
nineD = 0;
actionIfNine.numD();
anCountNine.nextFrame();
} else if (nineD == 0) {
trace("ÀÌ¹Ì ¸ÂÃß¾ú½À´Ï´Ù_1");
}
}
Symbol 300 Button
on (release) {
if (nineC == 1) {
_root.searchNineAnThree.gotoAndPlay(2);
nineC = 0;
actionIfNine.numC();
anCountNine.nextFrame();
} else if (nineC == 0) {
trace("ÀÌ¹Ì ¸ÂÃß¾ú½À´Ï´Ù_1");
}
}
Symbol 301 Button
on (release) {
if (nineE == 1) {
_root.searchNineAnFive.gotoAndPlay(2);
nineE = 0;
actionIfNine.numE();
anCountNine.nextFrame();
} else if (nineE == 0) {
trace("ÀÌ¹Ì ¸ÂÃß¾ú½À´Ï´Ù_1");
}
}
Symbol 305 MovieClip Frame 1
if (((((Number(nineA) == 1) and (Number(nineB) == 1)) and (Number(nineC) == 1)) and (Number(nineD) == 1)) and (Number(nineE) == 1)) {
_parent.picNineOk.gotoAndPlay(2);
this.gotoAndStop("actionIfend");
_parent.reMove();
}
Symbol 305 MovieClip Frame 2
gotoAndPlay (1);
Symbol 313 MovieClip Frame 1
this.stop();
Symbol 313 MovieClip Frame 41
_parent.nextFrame();
Symbol 315 MovieClip Frame 1
this.stop();
Symbol 315 MovieClip Frame 8
this.stop();
Symbol 316 MovieClip Frame 1
this.stop();
Symbol 316 MovieClip Frame 8
this.stop();
Symbol 317 MovieClip Frame 1
this.stop();
Symbol 317 MovieClip Frame 8
this.stop();
Symbol 318 MovieClip Frame 1
this.stop();
Symbol 318 MovieClip Frame 8
this.stop();
Symbol 319 MovieClip Frame 1
this.stop();
Symbol 319 MovieClip Frame 8
this.stop();
Symbol 321 MovieClip Frame 1
function setBar(parcent) {
_width = (oneStep * parcent);
}
oneStep = _width / 100;
Symbol 325 Button
on (release) {
if (tenA == 1) {
_root.searchTenAnOne.gotoAndPlay(2);
tenA = 0;
actionIfTen.numA();
anCountTen.nextFrame();
} else if (tenA == 0) {
trace("ÀÌ¹Ì ¸ÂÃß¾ú½À´Ï´Ù_1");
}
}
Symbol 326 Button
on (release) {
if (tenB == 1) {
_root.searchTenAnTwo.gotoAndPlay(2);
tenB = 0;
actionIfTen.numB();
anCountTen.nextFrame();
} else if (tenB == 0) {
trace("ÀÌ¹Ì ¸ÂÃß¾ú½À´Ï´Ù_1");
}
}
Symbol 327 Button
on (release) {
if (tenC == 1) {
_root.searchTenAnThree.gotoAndPlay(2);
tenC = 0;
actionIfTen.numC();
anCountTen.nextFrame();
} else if (tenC == 0) {
trace("ÀÌ¹Ì ¸ÂÃß¾ú½À´Ï´Ù_1");
}
}
Symbol 328 Button
on (release) {
if (tenD == 1) {
_root.searchTenAnFour.gotoAndPlay(2);
tenD = 0;
actionIfTen.numD();
anCountTen.nextFrame();
} else if (tenD == 0) {
trace("ÀÌ¹Ì ¸ÂÃß¾ú½À´Ï´Ù_1");
}
}
Symbol 329 Button
on (release) {
if (tenE == 1) {
_root.searchTenAnFive.gotoAndPlay(2);
tenE = 0;
actionIfTen.numE();
anCountTen.nextFrame();
} else if (tenE == 0) {
trace("ÀÌ¹Ì ¸ÂÃß¾ú½À´Ï´Ù_1");
}
}
Symbol 333 MovieClip Frame 1
if (((((Number(tenA) == 1) and (Number(tenB) == 1)) and (Number(tenC) == 1)) and (Number(tenD) == 1)) and (Number(tenE) == 1)) {
_parent.picTenOk.gotoAndPlay(2);
this.gotoAndStop("actionIfend");
_parent.reMove();
}
Symbol 333 MovieClip Frame 2
gotoAndPlay (1);
Symbol 340 Button
on (release) {
stopAllSounds();
_root.gotoAndPlay(1);
}