Frame 1 (841 B)
stop();
chh = "6";
tico_mc.swapDepths(600);
tb_mc.swapDepths(610);
tbb_mc.swapDepths(620);
int_mc.swapDepths(640);
num1_mc.swapDepths(650);
cw1_mc.swapDepths(661);
cw2_mc.swapDepths(662);
cw3_mc.swapDepths(663);
ww_mc.swapDepths(670);
cutm_mc.swapDepths(680);
start_mc.swapDepths(690);
get_mc.swapDepths(700);
menu_mc.swapDepths(710);
message = "";
surl = "http://panyroom.jr.naver.com/game/gameset.php";
sendVars = new LoadVars();
sendVars.gameid = gameid;
sendVars.sendAndLoad(surl, sendVars, "POST");
this.onEnterFrame = function () {
message = sendVars.message;
code = sendVars.code;
ld = getBytesLoaded();
to = getBytesTotal();
loading = (ld + " / ") + to;
if (((ld == to) && (message == "panypang")) && (gameid == "sheep")) {
delete this.onEnterFrame;
menu_mc._y = 452.05;
}
};
Frame 2 (4.28 KiB) ●
stop();
re_sound = new Sound();
re_sound.attachSound("re");
st_sound = new Sound();
st_sound.attachSound("st");
end_sound = new Sound();
end_sound.attachSound("end");
bgm_sound = new Sound();
bgm_sound.attachSound("bgm");
mm = "stop";
geti = 0;
stepy = 3;
stepx = stepy * 1.74;
ch_mc.cut_mc._visible = 0;
tico_mc.swapDepths(600);
tb_mc.swapDepths(610);
tbb_mc.swapDepths(620);
int_mc.swapDepths(640);
num1_mc.swapDepths(650);
cw1_mc.swapDepths(661);
cw2_mc.swapDepths(662);
cw3_mc.swapDepths(663);
ww_mc.swapDepths(670);
cutm_mc.swapDepths(680);
start_mc.swapDepths(690);
get_mc.swapDepths(700);
menu_mc.swapDepths(710);
menu_mc.removeMovieClip();
this.onEnterFrame = function () {
cutm_mc._x = _xmouse;
cutm_mc._y = _ymouse;
if ((mm == "play") && (mm2 != "window")) {
if ((Key.isDown(38) && (ch_mc._y > 90)) && (mm2 != "stop")) {
vu = vu + 1;
} else {
vu = 0;
}
if ((Key.isDown(40) && (ch_mc._y < 510)) && (mm2 != "stop")) {
vd = vd + 1;
} else {
vd = 0;
}
if ((Key.isDown(37) && (ch_mc._x > 30)) && (mm2 != "stop")) {
vl = vl + 1;
} else {
vl = 0;
}
if ((Key.isDown(39) && (ch_mc._x < 570)) && (mm2 != "stop")) {
vr = vr + 1;
} else {
vr = 0;
}
if (Key.isDown(32) && (mm2 != "stop")) {
vs = vs + 1;
} else {
vs = 0;
}
} else {
vu = 0;
vd = 0;
vl = 0;
vr = 0;
}
if ((vu >= 1) && (vd >= 1)) {
vu = 0;
vd = 0;
}
if ((vl >= 1) && (vr >= 1)) {
vl = 0;
vr = 0;
}
if ((vs >= 1) && (vs < 10)) {
ch_mc.cut_mc._visible = 1;
catc = "on";
} else {
ch_mc.cut_mc._visible = 0;
catc = "off";
}
if (mm2 == "window1") {
cw1_mc.gotoAndStop(2);
} else if (mm2 == "window2") {
cw2_mc.gotoAndStop(2);
} else if (mm2 == "window3") {
cw3_mc.gotoAndStop(2);
}
if (mm2 == "stop") {
cutm_mc._visible = 1;
} else {
cutm_mc._visible = 0;
}
if ((((vu >= 1) && (vd == 0)) && (vl == 0)) && (vr == 0)) {
ch_mc.gotoAndStop(7);
} else if ((((vu == 0) && (vd >= 1)) && (vl == 0)) && (vr == 0)) {
ch_mc.gotoAndStop(6);
} else if ((((vu == 0) && (vd == 0)) && (vl >= 1)) && (vr == 0)) {
ch_mc.gotoAndStop(8);
} else if ((((vu == 0) && (vd == 0)) && (vl == 0)) && (vr >= 1)) {
ch_mc.gotoAndStop(9);
} else if ((((vu >= 1) && (vd == 0)) && (vl >= 1)) && (vr == 0)) {
ch_mc.gotoAndStop(4);
} else if ((((vu >= 1) && (vd == 0)) && (vl == 0)) && (vr >= 1)) {
ch_mc.gotoAndStop(5);
} else if ((((vu == 0) && (vd >= 1)) && (vl >= 1)) && (vr == 0)) {
ch_mc.gotoAndStop(2);
} else if ((((vu == 0) && (vd >= 1)) && (vl == 0)) && (vr >= 1)) {
ch_mc.gotoAndStop(3);
} else if ((((vu == 0) && (vd == 0)) && (vl == 0)) && (vr == 0)) {
ch_mc.gotoAndStop(1);
}
if ((((vl >= 1) && (vr == 0)) && (vu == 0)) && (vd == 0)) {
ch_mc._x = ch_mc._x - stepx;
} else if ((((vl == 0) && (vr >= 1)) && (vu == 0)) && (vd == 0)) {
ch_mc._x = ch_mc._x + stepx;
} else if ((((vl == 0) && (vr == 0)) && (vu >= 1)) && (vd == 0)) {
ch_mc._y = ch_mc._y - stepy;
} else if ((((vl == 0) && (vr == 0)) && (vu == 0)) && (vd >= 1)) {
ch_mc._y = ch_mc._y + stepy;
} else if ((((vl >= 1) && (vr == 0)) && (vu >= 1)) && (vd == 0)) {
ch_mc._x = ch_mc._x - (stepx / 1.42);
ch_mc._y = ch_mc._y - (stepy / 1.42);
} else if ((((vl == 0) && (vr >= 1)) && (vu >= 1)) && (vd == 0)) {
ch_mc._x = ch_mc._x + (stepx / 1.42);
ch_mc._y = ch_mc._y - (stepy / 1.42);
} else if ((((vl >= 1) && (vr == 0)) && (vu == 0)) && (vd >= 1)) {
ch_mc._x = ch_mc._x - (stepx / 1.42);
ch_mc._y = ch_mc._y + (stepy / 1.42);
} else if ((((vl == 0) && (vr >= 1)) && (vu == 0)) && (vd >= 1)) {
ch_mc._x = ch_mc._x + (stepx / 1.42);
ch_mc._y = ch_mc._y + (stepy / 1.42);
}
};
Frame 3 (1.15 KiB) ●
rep = rep + 1;
gotoAndStop (1);
geti = 0;
w01_mc.removeMovieClip();
w02_mc.removeMovieClip();
w03_mc.removeMovieClip();
w04_mc.removeMovieClip();
w05_mc.removeMovieClip();
w06_mc.removeMovieClip();
w07_mc.removeMovieClip();
w08_mc.removeMovieClip();
w09_mc.removeMovieClip();
w10_mc.removeMovieClip();
w11_mc.removeMovieClip();
w12_mc.removeMovieClip();
w13_mc.removeMovieClip();
w14_mc.removeMovieClip();
w15_mc.removeMovieClip();
w16_mc.removeMovieClip();
w17_mc.removeMovieClip();
w18_mc.removeMovieClip();
w19_mc.removeMovieClip();
w20_mc.removeMovieClip();
w21_mc.removeMovieClip();
w22_mc.removeMovieClip();
w23_mc.removeMovieClip();
w24_mc.removeMovieClip();
w25_mc.removeMovieClip();
w26_mc.removeMovieClip();
w27_mc.removeMovieClip();
w28_mc.removeMovieClip();
tico_mc.removeMovieClip();
tb_mc.removeMovieClip();
tbb_mc.removeMovieClip();
int_mc.removeMovieClip();
num1_mc.removeMovieClip();
cw1_mc.removeMovieClip();
cw2_mc.removeMovieClip();
cw3_mc.removeMovieClip();
ww_mc.removeMovieClip();
cutm_mc.removeMovieClip();
start_mc.removeMovieClip();
get_mc.removeMovieClip();
menu_mc.removeMovieClip();
ch_mc.removeMovieClip();
Symbol 17 MovieClip Frame 1 (588 B)
stop();
this.onEnterFrame = function () {
if (_parent.geti == 0) {
gotoAndStop (1);
} else if (_parent.geti == 1) {
gotoAndStop (2);
} else if (_parent.geti == 2) {
gotoAndStop (3);
} else if (_parent.geti == 3) {
gotoAndStop (4);
} else if (_parent.geti == 4) {
gotoAndStop (5);
} else if (_parent.geti == 5) {
gotoAndStop (6);
} else if (_parent.geti == 6) {
gotoAndStop (7);
} else if (_parent.geti == 7) {
gotoAndStop (8);
} else if (_parent.geti == 8) {
gotoAndStop (9);
} else if (_parent.geti >= 9) {
gotoAndStop (10);
}
};
Symbol 29 MovieClip Frame 1 (8 B)
stop();
Symbol 29 MovieClip Frame 26 (33 B)
_parent.geti = _parent.geti + 1;
Symbol 44 MovieClip Frame 1 (8 B)
stop();
Symbol 53 MovieClip Frame 1 (367 B)
stop();
this.onRollOver = function () {
gotoAndStop (2);
};
this.onRollOut = function () {
gotoAndStop (1);
};
this.onPress = function () {
gotoAndStop (3);
};
this.onDragOut = function () {
gotoAndStop (1);
};
this.onReleaseOutside = function () {
gotoAndStop (1);
};
this.onRelease = function () {
gotoAndStop (1);
_parent.nextFrame();
};
Symbol 62 MovieClip Frame 1 (375 B)
stop();
this.onRollOver = function () {
gotoAndStop (2);
};
this.onRollOut = function () {
gotoAndStop (1);
};
this.onPress = function () {
gotoAndStop (3);
};
this.onDragOut = function () {
gotoAndStop (1);
};
this.onReleaseOutside = function () {
gotoAndStop (1);
};
this.onRelease = function () {
gotoAndStop (1);
_parent._parent.nextFrame();
};
Symbol 69 MovieClip Frame 1 (8 B)
stop();
Symbol 69 MovieClip Frame 2 (8 B)
stop();
Symbol 72 MovieClip Frame 1 (8 B)
stop();
Symbol 72 MovieClip Frame 2 (8 B)
stop();
Symbol 75 MovieClip Frame 1 (8 B)
stop();
Symbol 75 MovieClip Frame 2 (8 B)
stop();
Symbol 78 MovieClip Frame 1 (8 B)
stop();
Symbol 78 MovieClip Frame 2 (8 B)
stop();
Symbol 81 MovieClip Frame 1 (8 B)
stop();
Symbol 81 MovieClip Frame 2 (8 B)
stop();
Symbol 83 MovieClip Frame 1 (402 B)
stop();
next_mc.onRollOut = function () {
next_mc.gotoAndStop(1);
};
next_mc.onPress = function () {
next_mc.gotoAndStop(2);
};
next_mc.onDragOut = function () {
next_mc.gotoAndStop(1);
};
next_mc.onReleaseOutside = function () {
next_mc.gotoAndStop(1);
};
next_mc.onRelease = function () {
next_mc.gotoAndStop(1);
nextFrame();
};
if (_parent.rep > 0) {
gotoAndStop (2);
}
Symbol 83 MovieClip Frame 2 (353 B)
stop();
next_mc.onRollOut = function () {
next_mc.gotoAndStop(1);
};
next_mc.onPress = function () {
next_mc.gotoAndStop(2);
};
next_mc.onDragOut = function () {
next_mc.gotoAndStop(1);
};
next_mc.onReleaseOutside = function () {
next_mc.gotoAndStop(1);
};
next_mc.onRelease = function () {
next_mc.gotoAndStop(1);
nextFrame();
};
Symbol 83 MovieClip Frame 3 (353 B)
stop();
next_mc.onRollOut = function () {
next_mc.gotoAndStop(1);
};
next_mc.onPress = function () {
next_mc.gotoAndStop(2);
};
next_mc.onDragOut = function () {
next_mc.gotoAndStop(1);
};
next_mc.onReleaseOutside = function () {
next_mc.gotoAndStop(1);
};
next_mc.onRelease = function () {
next_mc.gotoAndStop(1);
nextFrame();
};
Symbol 83 MovieClip Frame 6 (83 B)
next_mc.onRelease = function () {
next_mc.gotoAndStop(1);
gotoAndStop (2);
};
Symbol 88 MovieClip Frame 1 (87 B)
stop();
if (_parent.ww == "end") {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
Symbol 90 MovieClip Frame 1 (87 B)
stop();
if (_parent.ww == "end") {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
Symbol 93 MovieClip Frame 1 (87 B)
stop();
if (_parent.ww == "end") {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
Symbol 96 MovieClip Frame 1 (87 B)
stop();
if (_parent.ww == "end") {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
Symbol 101 MovieClip Frame 1 (8 B)
stop();
Symbol 102 MovieClip Frame 1 (1.68 KiB) ●
this.onEnterFrame = function () {
if (this._x < -150) {
di = "-1";
this._xscale = -100;
this._x = -150;
sm = "ready";
this.swapDepths(525);
ww = "ready";
} else if (this._x > 750) {
di = "1";
this._xscale = 100;
this._x = 750;
sm = "ready";
this.swapDepths(525);
ww = "ready";
}
if ((((random(100) == 1) && (sm != "run")) && (_parent.mm == "play")) && ((this._x == -150) || (this._x == 750))) {
sm = "run";
this._y = random(440) + 80;
}
if ((catch_mc.hitTest(_parent.ch_mc.catch_mc) && (_parent.catc == "on")) && (ww == "ready")) {
_parent.mm2 = "window1";
sm = "stop";
if (this._xscale == 100) {
this._x = this._x - 120;
} else if (this._xscale == -100) {
this._x = this._x + 120;
}
} else if (((sm == "run") && (di == "1")) && (_parent.mm2 != "stop")) {
this._x = this._x - 4;
this.swapDepths(this._y);
} else if (((sm == "run") && (di == "-1")) && (_parent.mm2 != "stop")) {
this._x = this._x + 4;
this.swapDepths(this._y);
}
if (_parent.mm2 == "stop") {
this.stop();
} else {
this.play();
}
if ((sm == "change") && (chv < 5)) {
chv = chv + 1;
ww = "end";
} else if (((sm == "change") && (chv >= 5)) && (_parent.mm2 == "clear")) {
sm = "run";
ww = "end";
}
if ((sm == "stop") && (_parent.mm2 == "clear")) {
sm = "change";
chv = 0;
}
if (this.hit_mc.hitTest(_parent.ch_mc.catch_mc)) {
if (di == "1") {
di = "-1";
this._xscale = -100;
feel_mc.play();
} else if (di == "-1") {
di = "1";
this._xscale = 100;
feel_mc.play();
}
}
};
Symbol 103 MovieClip Frame 1 (1.68 KiB) ●
this.onEnterFrame = function () {
if (this._x < -150) {
di = "-1";
this._xscale = -100;
this._x = -150;
sm = "ready";
this.swapDepths(525);
ww = "ready";
} else if (this._x > 750) {
di = "1";
this._xscale = 100;
this._x = 750;
sm = "ready";
this.swapDepths(525);
ww = "ready";
}
if ((((random(200) == 1) && (sm != "run")) && (_parent.mm == "play")) && ((this._x == -150) || (this._x == 750))) {
sm = "run";
this._y = random(440) + 80;
}
if ((catch_mc.hitTest(_parent.ch_mc.catch_mc) && (_parent.catc == "on")) && (ww == "ready")) {
_parent.mm2 = "window2";
sm = "stop";
if (this._xscale == 100) {
this._x = this._x - 120;
} else if (this._xscale == -100) {
this._x = this._x + 120;
}
} else if (((sm == "run") && (di == "1")) && (_parent.mm2 != "stop")) {
this._x = this._x - 6;
this.swapDepths(this._y);
} else if (((sm == "run") && (di == "-1")) && (_parent.mm2 != "stop")) {
this._x = this._x + 6;
this.swapDepths(this._y);
}
if (_parent.mm2 == "stop") {
this.stop();
} else {
this.play();
}
if ((sm == "change") && (chv < 5)) {
chv = chv + 1;
ww = "end";
} else if (((sm == "change") && (chv >= 5)) && (_parent.mm2 == "clear")) {
sm = "run";
ww = "end";
}
if ((sm == "stop") && (_parent.mm2 == "clear")) {
sm = "change";
chv = 0;
}
if (this.hit_mc.hitTest(_parent.ch_mc.catch_mc)) {
if (di == "1") {
di = "-1";
this._xscale = -100;
feel_mc.play();
} else if (di == "-1") {
di = "1";
this._xscale = 100;
feel_mc.play();
}
}
};
Symbol 104 MovieClip Frame 1 (1.68 KiB) ●
this.onEnterFrame = function () {
if (this._x < -150) {
di = "-1";
this._xscale = -100;
this._x = -150;
sm = "ready";
this.swapDepths(525);
ww = "ready";
} else if (this._x > 750) {
di = "1";
this._xscale = 100;
this._x = 750;
sm = "ready";
this.swapDepths(525);
ww = "ready";
}
if ((((random(200) == 1) && (sm != "run")) && (_parent.mm == "play")) && ((this._x == -150) || (this._x == 750))) {
sm = "run";
this._y = random(440) + 80;
}
if ((catch_mc.hitTest(_parent.ch_mc.catch_mc) && (_parent.catc == "on")) && (ww == "ready")) {
_parent.mm2 = "window3";
sm = "stop";
if (this._xscale == 100) {
this._x = this._x - 120;
} else if (this._xscale == -100) {
this._x = this._x + 120;
}
} else if (((sm == "run") && (di == "1")) && (_parent.mm2 != "stop")) {
this._x = this._x - 8;
this.swapDepths(this._y);
} else if (((sm == "run") && (di == "-1")) && (_parent.mm2 != "stop")) {
this._x = this._x + 8;
this.swapDepths(this._y);
}
if (_parent.mm2 == "stop") {
this.stop();
} else {
this.play();
}
if ((sm == "change") && (chv < 5)) {
chv = chv + 1;
ww = "end";
} else if (((sm == "change") && (chv >= 5)) && (_parent.mm2 == "clear")) {
sm = "run";
ww = "end";
}
if ((sm == "stop") && (_parent.mm2 == "clear")) {
sm = "change";
chv = 0;
}
if (this.hit_mc.hitTest(_parent.ch_mc.catch_mc)) {
if (di == "1") {
di = "-1";
this._xscale = -100;
feel_mc.play();
} else if (di == "-1") {
di = "1";
this._xscale = 100;
feel_mc.play();
}
}
};
Symbol 107 MovieClip Frame 1 (210 B)
stop();
if (_parent.ww == "end") {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
this.onEnterFrame = function () {
if (_parent.ww == "end") {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
};
Symbol 109 MovieClip Frame 1 (210 B)
stop();
if (_parent.ww == "end") {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
this.onEnterFrame = function () {
if (_parent.ww == "end") {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
};
Symbol 114 MovieClip Frame 1 (210 B)
stop();
if (_parent.ww == "end") {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
this.onEnterFrame = function () {
if (_parent.ww == "end") {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
};
Symbol 117 MovieClip Frame 1 (210 B)
stop();
if (_parent.ww == "end") {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
this.onEnterFrame = function () {
if (_parent.ww == "end") {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
};
Symbol 118 MovieClip Frame 1 (1.53 KiB) ●
this.onEnterFrame = function () {
if (this._x < -150) {
di = "-1";
this._xscale = -100;
this._x = -150;
sm = "ready";
ww = "ready";
} else if (this._x > 750) {
di = "1";
this._xscale = 100;
this._x = 750;
sm = "ready";
ww = "ready";
}
aaa = random(440) + 80;
if ((((random(50) == 1) && (sm != "run")) && (_parent.mm == "play")) && ((this._x == -150) || (this._x == 750))) {
sm = "run";
this._y = aaa;
}
if ((catch_mc.hitTest(_parent.ch_mc.catch_mc) && (_parent.catc == "on")) && (ww == "ready")) {
sm = "stop";
} else if ((((sm == "run") && (di == "1")) && (ww != "end")) && (_parent.mm2 != "stop")) {
this._x = this._x - 8;
this.swapDepths(this._y);
} else if ((((sm == "run") && (di == "-1")) && (ww != "end")) && (_parent.mm2 != "stop")) {
this._x = this._x + 8;
this.swapDepths(this._y);
} else if ((((sm == "run") && (di == "1")) && (ww == "end")) && (_parent.mm2 != "stop")) {
this._x = this._x - 10;
this.swapDepths(this._y);
} else if ((((sm == "run") && (di == "-1")) && (ww == "end")) && (_parent.mm2 != "stop")) {
this._x = this._x + 10;
this.swapDepths(this._y);
}
if (_parent.mm2 == "stop") {
this.stop();
} else {
this.play();
}
if ((sm == "change") && (_parent.ww_mc.ww == "end")) {
sm = "run";
ww = "end";
}
if (sm == "stop") {
sm = "change";
_parent.ww_mc.gotoAndStop(2);
}
};
Symbol 120 MovieClip Frame 1 (547 B)
if (_parent._parent._parent.chh == "1") {
gotoAndStop (1);
} else if (_parent._parent._parent.chh == "2") {
gotoAndStop (2);
} else if (_parent._parent._parent.chh == "3") {
gotoAndStop (3);
} else if (_parent._parent._parent.chh == "4") {
gotoAndStop (4);
} else if (_parent._parent._parent.chh == "5") {
gotoAndStop (5);
} else if (_parent._parent._parent.chh == "6") {
gotoAndStop (6);
} else if (_parent._parent._parent.chh == "7") {
gotoAndStop (7);
} else if (_parent._parent._parent.chh == "8") {
gotoAndStop (8);
}
Symbol 130 MovieClip Frame 1 (547 B)
if (_parent._parent._parent.chh == "1") {
gotoAndStop (1);
} else if (_parent._parent._parent.chh == "2") {
gotoAndStop (2);
} else if (_parent._parent._parent.chh == "3") {
gotoAndStop (3);
} else if (_parent._parent._parent.chh == "4") {
gotoAndStop (4);
} else if (_parent._parent._parent.chh == "5") {
gotoAndStop (5);
} else if (_parent._parent._parent.chh == "6") {
gotoAndStop (6);
} else if (_parent._parent._parent.chh == "7") {
gotoAndStop (7);
} else if (_parent._parent._parent.chh == "8") {
gotoAndStop (8);
}
Symbol 131 MovieClip Frame 1 (8 B)
stop();
Symbol 137 MovieClip Frame 1 (547 B)
if (_parent._parent._parent.chh == "1") {
gotoAndStop (1);
} else if (_parent._parent._parent.chh == "2") {
gotoAndStop (2);
} else if (_parent._parent._parent.chh == "3") {
gotoAndStop (3);
} else if (_parent._parent._parent.chh == "4") {
gotoAndStop (4);
} else if (_parent._parent._parent.chh == "5") {
gotoAndStop (5);
} else if (_parent._parent._parent.chh == "6") {
gotoAndStop (6);
} else if (_parent._parent._parent.chh == "7") {
gotoAndStop (7);
} else if (_parent._parent._parent.chh == "8") {
gotoAndStop (8);
}
Symbol 147 MovieClip Frame 1 (547 B)
if (_parent._parent._parent.chh == "1") {
gotoAndStop (1);
} else if (_parent._parent._parent.chh == "2") {
gotoAndStop (2);
} else if (_parent._parent._parent.chh == "3") {
gotoAndStop (3);
} else if (_parent._parent._parent.chh == "4") {
gotoAndStop (4);
} else if (_parent._parent._parent.chh == "5") {
gotoAndStop (5);
} else if (_parent._parent._parent.chh == "6") {
gotoAndStop (6);
} else if (_parent._parent._parent.chh == "7") {
gotoAndStop (7);
} else if (_parent._parent._parent.chh == "8") {
gotoAndStop (8);
}
Symbol 166 MovieClip Frame 1 (547 B)
if (_parent._parent._parent.chh == "1") {
gotoAndStop (1);
} else if (_parent._parent._parent.chh == "2") {
gotoAndStop (2);
} else if (_parent._parent._parent.chh == "3") {
gotoAndStop (3);
} else if (_parent._parent._parent.chh == "4") {
gotoAndStop (4);
} else if (_parent._parent._parent.chh == "5") {
gotoAndStop (5);
} else if (_parent._parent._parent.chh == "6") {
gotoAndStop (6);
} else if (_parent._parent._parent.chh == "7") {
gotoAndStop (7);
} else if (_parent._parent._parent.chh == "8") {
gotoAndStop (8);
}
Symbol 168 MovieClip Frame 1 (547 B)
if (_parent._parent._parent.chh == "1") {
gotoAndStop (1);
} else if (_parent._parent._parent.chh == "2") {
gotoAndStop (2);
} else if (_parent._parent._parent.chh == "3") {
gotoAndStop (3);
} else if (_parent._parent._parent.chh == "4") {
gotoAndStop (4);
} else if (_parent._parent._parent.chh == "5") {
gotoAndStop (5);
} else if (_parent._parent._parent.chh == "6") {
gotoAndStop (6);
} else if (_parent._parent._parent.chh == "7") {
gotoAndStop (7);
} else if (_parent._parent._parent.chh == "8") {
gotoAndStop (8);
}
Symbol 180 MovieClip Frame 1 (547 B)
if (_parent._parent._parent.chh == "1") {
gotoAndStop (1);
} else if (_parent._parent._parent.chh == "2") {
gotoAndStop (2);
} else if (_parent._parent._parent.chh == "3") {
gotoAndStop (3);
} else if (_parent._parent._parent.chh == "4") {
gotoAndStop (4);
} else if (_parent._parent._parent.chh == "5") {
gotoAndStop (5);
} else if (_parent._parent._parent.chh == "6") {
gotoAndStop (6);
} else if (_parent._parent._parent.chh == "7") {
gotoAndStop (7);
} else if (_parent._parent._parent.chh == "8") {
gotoAndStop (8);
}
Symbol 190 MovieClip Frame 1 (547 B)
if (_parent._parent._parent.chh == "1") {
gotoAndStop (1);
} else if (_parent._parent._parent.chh == "2") {
gotoAndStop (2);
} else if (_parent._parent._parent.chh == "3") {
gotoAndStop (3);
} else if (_parent._parent._parent.chh == "4") {
gotoAndStop (4);
} else if (_parent._parent._parent.chh == "5") {
gotoAndStop (5);
} else if (_parent._parent._parent.chh == "6") {
gotoAndStop (6);
} else if (_parent._parent._parent.chh == "7") {
gotoAndStop (7);
} else if (_parent._parent._parent.chh == "8") {
gotoAndStop (8);
}
Symbol 209 MovieClip Frame 1 (547 B)
if (_parent._parent._parent.chh == "1") {
gotoAndStop (1);
} else if (_parent._parent._parent.chh == "2") {
gotoAndStop (2);
} else if (_parent._parent._parent.chh == "3") {
gotoAndStop (3);
} else if (_parent._parent._parent.chh == "4") {
gotoAndStop (4);
} else if (_parent._parent._parent.chh == "5") {
gotoAndStop (5);
} else if (_parent._parent._parent.chh == "6") {
gotoAndStop (6);
} else if (_parent._parent._parent.chh == "7") {
gotoAndStop (7);
} else if (_parent._parent._parent.chh == "8") {
gotoAndStop (8);
}
Symbol 211 MovieClip Frame 1 (547 B)
if (_parent._parent._parent.chh == "1") {
gotoAndStop (1);
} else if (_parent._parent._parent.chh == "2") {
gotoAndStop (2);
} else if (_parent._parent._parent.chh == "3") {
gotoAndStop (3);
} else if (_parent._parent._parent.chh == "4") {
gotoAndStop (4);
} else if (_parent._parent._parent.chh == "5") {
gotoAndStop (5);
} else if (_parent._parent._parent.chh == "6") {
gotoAndStop (6);
} else if (_parent._parent._parent.chh == "7") {
gotoAndStop (7);
} else if (_parent._parent._parent.chh == "8") {
gotoAndStop (8);
}
Symbol 223 MovieClip Frame 1 (547 B)
if (_parent._parent._parent.chh == "1") {
gotoAndStop (1);
} else if (_parent._parent._parent.chh == "2") {
gotoAndStop (2);
} else if (_parent._parent._parent.chh == "3") {
gotoAndStop (3);
} else if (_parent._parent._parent.chh == "4") {
gotoAndStop (4);
} else if (_parent._parent._parent.chh == "5") {
gotoAndStop (5);
} else if (_parent._parent._parent.chh == "6") {
gotoAndStop (6);
} else if (_parent._parent._parent.chh == "7") {
gotoAndStop (7);
} else if (_parent._parent._parent.chh == "8") {
gotoAndStop (8);
}
Symbol 233 MovieClip Frame 1 (547 B)
if (_parent._parent._parent.chh == "1") {
gotoAndStop (1);
} else if (_parent._parent._parent.chh == "2") {
gotoAndStop (2);
} else if (_parent._parent._parent.chh == "3") {
gotoAndStop (3);
} else if (_parent._parent._parent.chh == "4") {
gotoAndStop (4);
} else if (_parent._parent._parent.chh == "5") {
gotoAndStop (5);
} else if (_parent._parent._parent.chh == "6") {
gotoAndStop (6);
} else if (_parent._parent._parent.chh == "7") {
gotoAndStop (7);
} else if (_parent._parent._parent.chh == "8") {
gotoAndStop (8);
}
Symbol 244 MovieClip Frame 1 (75 B)
stop();
this.onEnterFrame = function () {
this.swapDepths(this._y);
};
Symbol 254 MovieClip Frame 1 (106 B)
stop();
this.onEnterFrame = function () {
if (this.hitTest(_root.cutm_mc.hit_mc)) {
play();
}
};
Symbol 254 MovieClip Frame 6 (37 B)
_parent.cutend = _parent.cutend - 1;
Symbol 254 MovieClip Frame 27 (47 B)
stop();
this.onEnterFrame = function () {
};
Symbol 259 MovieClip Frame 1 (60 B)
cutend = 0;
stop();
this.onEnterFrame = function () {
};
Symbol 259 MovieClip Frame 2 (374 B)
moto_sound = new Sound();
moto_sound.attachSound("moto");
_parent.mm2 = "stop";
this.onEnterFrame = function () {
moto_sound.start(0, 1);
if (cutend <= -220) {
_parent.get_mc.play();
}
if ((cutend <= -220) || (_parent.mm == "gameover")) {
_parent.mm2 = "clear";
gotoAndStop (1);
} else {
_parent.mm2 = "stop";
_parent.catc = "off";
}
};
Symbol 261 MovieClip Frame 1 (60 B)
cutend = 0;
stop();
this.onEnterFrame = function () {
};
Symbol 261 MovieClip Frame 2 (372 B)
moto_sound = new Sound();
moto_sound.attachSound("moto");
_parent.mm2 = "stop";
this.onEnterFrame = function () {
moto_sound.start(0, 1);
if (cutend <= -87) {
_parent.get_mc.play();
}
if ((cutend <= -87) || (_parent.mm == "gameover")) {
_parent.mm2 = "clear";
gotoAndStop (1);
} else {
_parent.mm2 = "stop";
_parent.catc = "off";
}
};
Symbol 273 MovieClip Frame 1 (290 B)
onEnterFrame = function () {
timev = new Date();
sv = timev.getSeconds();
mv = timev.getMinutes();
hv = timev.getHours();
if ((hv - 12) > 0) {
hv = hv - 12;
}
s_mc._rotation = sv * 6;
m_mc._rotation = (mv * 6) + (sv / 10);
h_mc._rotation = (hv * 30) + (mv / 2);
};
Symbol 275 MovieClip Frame 1 (70 B)
stop();
ww = "ready";
a = 0;
this.onEnterFrame = function () {
};
Symbol 275 MovieClip Frame 2 (221 B)
this.onEnterFrame = function () {
a = a + 1;
if ((a > 20) || (_parent.mm == "gameover")) {
ww = "end";
gotoAndStop (1);
_parent.catc = "off";
_parent.tb_mc._xscale = _parent.tb_mc._xscale - 10;
}
};
Symbol 277 MovieClip Frame 1 (60 B)
cutend = 0;
stop();
this.onEnterFrame = function () {
};
Symbol 277 MovieClip Frame 2 (372 B)
moto_sound = new Sound();
moto_sound.attachSound("moto");
_parent.mm2 = "stop";
this.onEnterFrame = function () {
moto_sound.start(0, 1);
if (cutend <= -48) {
_parent.get_mc.play();
}
if ((cutend <= -48) || (_parent.mm == "gameover")) {
_parent.mm2 = "clear";
gotoAndStop (1);
} else {
_parent.mm2 = "stop";
_parent.catc = "off";
}
};
Symbol 279 MovieClip Frame 1 (267 B)
this.onEnterFrame = function () {
if (_parent.mm == "play") {
this._xscale = this._xscale - 0.1;
}
if ((this._xscale <= 0) && (_parent.mm == "play")) {
_parent.mm = "gameover";
}
if (_parent.mm == "gameover") {
this._xscale = 0;
}
};
Symbol 312 MovieClip Frame 1 (8 B)
stop();
Symbol 312 MovieClip Frame 2 (8 B)
stop();
Symbol 312 MovieClip Frame 3 (8 B)
stop();
Symbol 312 MovieClip Frame 4 (8 B)
stop();
Symbol 312 MovieClip Frame 5 (8 B)
stop();
Symbol 312 MovieClip Frame 6 (8 B)
stop();
Symbol 312 MovieClip Frame 7 (8 B)
stop();
Symbol 312 MovieClip Frame 8 (8 B)
stop();
Symbol 312 MovieClip Frame 9 (8 B)
stop();
Symbol 312 MovieClip Frame 10 (8 B)
stop();
Symbol 312 MovieClip Frame 11 (8 B)
stop();
Symbol 312 MovieClip Frame 12 (8 B)
stop();
Symbol 317 MovieClip Frame 1 (57 B)
this.onPress = function () {
_root.gotoAndStop(3);
};
Symbol 320 MovieClip Frame 1 (57 B)
this.onPress = function () {
_root.gotoAndStop(3);
};
Symbol 325 MovieClip Frame 1 (8 B)
stop();
Symbol 325 MovieClip Frame 2 (8 B)
stop();
Symbol 325 MovieClip Frame 3 (8 B)
stop();
Symbol 325 MovieClip Frame 4 (8 B)
stop();
Symbol 329 MovieClip Frame 1 (83 B)
stop();
this.onPress = function () {
_root.reconnum = 0;
gotoAndStop (2);
};
Symbol 329 MovieClip Frame 2 (783 B)
stop();
this_recontime = 0;
cmessage = "";
sendVars = new LoadVars();
sendVars.error_flashid = "sheep";
sendVars.error_gameid = _root.gameid;
sendVars.error_part = _root.error_part;
sendVars.error_code1 = _root.error_code1;
sendVars.error_code2 = _root.error_code2;
sendVars.sendAndLoad("http://panyroom.jr.naver.com/game/error.php", sendVars, "POST");
this.onEnterFrame = function () {
cmessage = sendVars.cmessage;
if ((this_recontime < 300) || ((cmessage == "ok") && (cmessage == "success"))) {
if (cmessage == "ok") {
_parent.gotoAndStop(7);
} else if (cmessage == "success") {
_parent.gotoAndStop(12);
} else {
this_recontime = this_recontime + 1;
}
} else {
_root.reconnum = _root.reconnum + 1;
gotoAndStop (3);
}
};
Symbol 329 MovieClip Frame 3 (136 B)
stop();
if (_root.reconnum < 2) {
gotoAndStop (2);
} else {
_parent.gotoAndStop(11);
}
this.onEnterFrame = function () {
};
Symbol 333 MovieClip Frame 1 (66 B)
stop();
this.onPress = function () {
_root.gotoAndStop(1);
};
Symbol 336 MovieClip Frame 2 (317 B)
stop();
score = _root.geti;
if (score >= _root.pcode) {
instsco = score;
sendVars = new LoadVars();
sendVars.gameid = _root.gameid;
sendVars.code = _root.code;
sendVars.sendAndLoad(_root.surl, sendVars, "POST");
gotoAndStop (3);
} else {
gotoAndStop (6);
}
this.onEnterFrame = function () {
};
Symbol 336 MovieClip Frame 3 (1.81 KiB) ●
smessage = "";
message_time = 0;
this.onEnterFrame = function () {
myString2 = new String(instsco);
len2 = myString2.length;
i2 = 0;
while (i2 < len2) {
this["score_img" + (i2 + 1)] = myString2.substr(i2, 1);
if (!(this["score_img" + (i2 + 1)] === ".")) {
is = int(this["score_img" + (i2 + 1)]);
} else {
is = ".";
}
if (this["score_img" + (i2 + 1)].length > 0) {
if (is == ".") {
sys_score_mc["len" + (i2 + (11 - len2))].gotoAndStop(12);
} else {
sys_score_mc["len" + (i2 + (11 - len2))].gotoAndStop(is + 2);
}
}
i2++;
}
rmessage = sendVars.rmessage;
gamename = sendVars.gamename;
if (rmessage == "panypang") {
myString = new String(gamename);
myStr = new String(instsco);
mySc = gamename;
lenn = myStr.length;
myStr = myStr + new String(lenn);
len = myStr.length;
mi = 0;
while (mi < len) {
mStr = myStr.substr(mi, 1);
i = 0;
while (i < 10) {
if (i == mStr) {
mySc = mySc + myString.substr(i * 2, 2);
}
i++;
}
if (mStr == ".") {
mySc = mySc + myString.substr(20, 2);
}
mi++;
}
gotoAndStop (4);
} else if (rmessage == "nogame") {
_root.reconnum = 0;
_root.error_part = "nogame";
_root.error_code1 = _root.code;
_root.error_code2 = "none";
gotoAndStop (9);
} else if (message_time > 500) {
_root.error_code1 = _root.code;
_root.error_code2 = "none";
_root.error_part = "noconnection";
gotoAndStop (8);
} else {
message_time = message_time + 1;
}
};
bbbt.onPress = function () {
box1.text = "\uAE30\uBCF8\uB9AC\uD134\uBA54\uC2DC\uC9C0 : " + rmessage;
box2.text = "\uB9AC\uD134\uAC8C\uC784\uB124\uC784 : " + gamename;
box3.text = "\uCD08\uAE30\uC5D0\uBC1B\uC740\uCF54\uB4DC : " + _root.code;
box4.text = "error_part : " + error_part;
};
Symbol 336 MovieClip Frame 4 (2.11 KiB) ●
smessage = "";
sendVars = new LoadVars();
sendVars.gameid = _root.gameid;
sendVars.point = mySc;
sendVars.sendAndLoad(_root.surl, sendVars, "POST");
message_time = 0;
this.onEnterFrame = function () {
myString2 = new String(instsco);
len2 = myString2.length;
i2 = 0;
while (i2 < len2) {
this["score_img" + (i2 + 1)] = myString2.substr(i2, 1);
if (!(this["score_img" + (i2 + 1)] === ".")) {
is = int(this["score_img" + (i2 + 1)]);
} else {
is = ".";
}
if (this["score_img" + (i2 + 1)].length > 0) {
if (is == ".") {
sys_score_mc["len" + (i2 + (11 - len2))].gotoAndStop(12);
} else {
sys_score_mc["len" + (i2 + (11 - len2))].gotoAndStop(is + 2);
}
}
i2++;
}
smessage_point = sendVars.input_point;
smessage = sendVars.smessage;
if (((smessage == "high") || (smessage == "middle")) || (smessage == "low")) {
smessage_case = smessage;
gotoAndStop (7);
} else if (smessage == "nogame") {
_root.reconnum = 0;
_root.error_part = "nogame";
_root.error_code1 = _root.code;
_root.error_code2 = mySc;
gotoAndStop (9);
} else if (smessage == "timeover") {
_root.reconnum = 0;
_root.error_part = "timeover";
_root.error_code1 = _root.code;
_root.error_code2 = mySc;
gotoAndStop (9);
} else if (smessage == "code_error") {
_root.reconnum = 0;
_root.error_part = "code_error";
_root.error_code1 = _root.code;
_root.error_code2 = mySc;
gotoAndStop (9);
} else if (smessage == "error") {
_root.reconnum = 0;
_root.error_part = "error";
_root.error_code1 = _root.code;
_root.error_code2 = mySc;
gotoAndStop (9);
} else if (smessage == "login") {
gotoAndStop (13);
} else if (message_time > 500) {
_root.error_code1 = _root.code;
_root.error_code2 = mySc;
_root.error_part = "noconnection";
gotoAndStop (8);
} else {
message_time = message_time + 1;
}
};
bbbt.onPress = function () {
box1.text = "\uAE30\uBCF8\uB9AC\uD134\uBA54\uC2DC\uC9C0 : " + smessage;
box2.text = "smessage_point : " + smessage_point;
box3.text = "error_code1" + mySc;
box4.text = "error_code2" + _root.error_code1;
};
Symbol 336 MovieClip Frame 5 (8 B)
stop();
Symbol 336 MovieClip Frame 6 (47 B)
stop();
this.onEnterFrame = function () {
};
Symbol 336 MovieClip Frame 7 (808 B)
stop();
this.onEnterFrame = function () {
if (smessage_case == "low") {
sys_score_mc.case1.gotoAndStop(2);
} else if (smessage_case == "middle") {
sys_score_mc.case1.gotoAndStop(3);
} else if (smessage_case == "high") {
sys_score_mc.case1.gotoAndStop(4);
}
myString2 = new String(smessage_point);
len2 = myString2.length;
i2 = 0;
while (i2 < len2) {
this["score_img" + (i2 + 1)] = myString2.substr(i2, 1);
if (!(this["score_img" + (i2 + 1)] === ".")) {
is = int(this["score_img" + (i2 + 1)]);
} else {
is = ".";
}
if (this["score_img" + (i2 + 1)].length > 0) {
if (is == ".") {
sys_score_mc["len" + (i2 + (11 - len2))].gotoAndStop(12);
} else {
sys_score_mc["len" + (i2 + (11 - len2))].gotoAndStop(is + 2);
}
}
i2++;
}
};
Symbol 336 MovieClip Frame 8 (47 B)
stop();
this.onEnterFrame = function () {
};
Symbol 336 MovieClip Frame 9 (770 B)
stop();
this_recontime = 0;
cmessage = "";
sendVars = new LoadVars();
sendVars.error_flashid = "sheep";
sendVars.error_gameid = _root.gameid;
sendVars.error_part = _root.error_part;
sendVars.error_code1 = _root.error_code1;
sendVars.error_code2 = _root.error_code2;
sendVars.sendAndLoad("http://panyroom.jr.naver.com/game/error.php", sendVars, "POST");
this.onEnterFrame = function () {
cmessage = sendVars.cmessage;
if ((this_recontime < 300) || ((cmessage == "ok") && (cmessage == "success"))) {
if (cmessage == "ok") {
gotoAndStop (7);
} else if (cmessage == "success") {
gotoAndStop (12);
} else {
this_recontime = this_recontime + 1;
}
} else {
_root.reconnum = _root.reconnum + 1;
gotoAndStop (10);
}
};
Symbol 336 MovieClip Frame 10 (129 B)
stop();
if (_root.reconnum < 2) {
gotoAndStop (9);
} else {
gotoAndStop (11);
}
this.onEnterFrame = function () {
};
Symbol 336 MovieClip Frame 11 (47 B)
stop();
this.onEnterFrame = function () {
};
Symbol 336 MovieClip Frame 12 (47 B)
stop();
this.onEnterFrame = function () {
};
Symbol 336 MovieClip Frame 13 (47 B)
stop();
this.onEnterFrame = function () {
};
Symbol 337 MovieClip Frame 1 (38 B)
this.onEnterFrame = function () {
};
Symbol 337 MovieClip Frame 2 (22 B)
_parent.ti_mc.play();
Symbol 337 MovieClip Frame 3 (22 B)
_parent.ti_mc.play();
Symbol 337 MovieClip Frame 4 (22 B)
_parent.ti_mc.play();
Symbol 337 MovieClip Frame 70 (202 B)
stop();
bgm_sound = new Sound();
bgm_sound.attachSound("bgm");
bgm_sound.start(0, 9999);
_parent.mm = "play";
this.onEnterFrame = function () {
if (_parent.mm == "gameover") {
play();
}
};
Symbol 337 MovieClip Frame 71 (56 B)
stopAllSounds();
this.onEnterFrame = function () {
};
Symbol 337 MovieClip Frame 120 (8 B)
stop();