Frame 1 (16 B)
if (false) {
}
Frame 95 (242 B)
totalBytes = _root.getBytesTotal();
this.onEnterFrame = function () {
loadBytes = _root.getBytesLoaded();
txt = Math.floor((loadBytes / totalBytes) * 100);
if (txt >= 99) {
gotoAndStop (190);
delete this.onEnterFrame;
}
};
Frame 190 (7.97 KiB) ● ●
function time_reduce1() {
Seconds1 = Seconds1 + 1;
timebgMC.timebar.coverMC._y = timebgMC.timebar.coverMC._y + 2;
if (Seconds1 > 110) {
gameresult(2);
}
}
function init() {
if (poschk1 == -1) {
girlMC._x = 350;
girlMC._xscale = 100;
poschk1 = 1;
}
clearmanMC._x = 26;
clearmanMC._y = 10;
timebgMC.timebar.gotoAndStop(1);
intervalID1 = setInterval(time_reduce1, 1000);
Seconds1 = 1;
stopSnd("timeSound");
if (soundChk == 1) {
playSnd("timeSound", 100);
bgSound.start(0, 1000);
}
timebgMC.nTaScore = 12;
timebgMC.nToScore = 0;
timebgMC.gameLv1 = gameLv;
enterFrameChk = 1;
enterFrameChk2 = 1;
enterFrameChk3 = 1;
enterFrameChk4 = 1;
enterFrameChk5 = 1;
enterFrameChk6 = 1;
enterFrameChk7 = 1;
enterFrameChk8 = 1;
enterFrameChk9 = 1;
poschk1 = 1;
poschk2 = 1;
poschk3 = 1;
poschk4 = 1;
poschk5 = 1;
poschk6 = 1;
poschk7 = 1;
poschk8 = 1;
poschk9 = 1;
cCntwin1 = 0;
cCntwin2 = 0;
cCntwin3 = 0;
cCntwin4 = 0;
cCntwin5 = 0;
cCntwin6 = 0;
cCntwin7 = 0;
cCntwin8 = 0;
cCntwin9 = 0;
cCntwin10 = 0;
cCntwin11 = 0;
cCntwin12 = 0;
curframechkwin1 = 0;
curframechkwin2 = 0;
curframechkwin3 = 0;
curframechkwin4 = 0;
curframechkwin5 = 0;
curframechkwin6 = 0;
curframechkwin7 = 0;
curframechkwin8 = 0;
curframechkwin9 = 0;
curframechkwin10 = 0;
curframechkwin11 = 0;
curframechkwin12 = 0;
curframewin1 = 4;
curframewin2 = 4;
curframewin3 = 4;
curframewin4 = 4;
curframewin5 = 4;
curframewin6 = 4;
curframewin7 = 4;
curframewin8 = 4;
curframewin9 = 4;
curframewin10 = 4;
curframewin11 = 4;
curframewin12 = 4;
i = 1;
while (i <= 12) {
this["win" + i].gotoAndStop(4);
i++;
}
gamestart = "1";
spacechk = "1";
girlMC1y = 88;
attachMovie("sopnegirlMC2", "girlMC2", 12);
girlMC2._x = 592;
girlMC2._y = 188;
girlMC2y = 188;
attachMovie("sopnegirlMC3", "girlMC3", 14);
girlMC3._x = 592;
girlMC3._y = 288;
girlMC3y = 288;
if (gameLv >= 4) {
attachMovie("sopnegirlMC4", "girlMC4", 16);
girlMC4._x = 200;
girlMC4._y = 188;
girlMC4y = 188;
}
if (gameLv >= 6) {
attachMovie("sopnegirlMC6", "girlMC6", 20);
girlMC6._x = 582;
girlMC6._y = 288;
girlMC6y = 288;
}
if (gameLv >= 8) {
attachMovie("sopnegirlMC5", "girlMC5", 18);
girlMC5._x = 282;
girlMC5._y = 88;
girlMC5y = 88;
}
if (gameLv >= 10) {
attachMovie("sopnegirlMC7", "girlMC7", 22);
girlMC7._x = 592;
girlMC7._y = 288;
girlMC7y = 288;
}
if (gameLv >= 11) {
attachMovie("sopnegirlMC8", "girlMC8", 24);
girlMC8._x = 592;
girlMC8._y = 188;
girlMC8y = 188;
}
if (gameLv >= 12) {
attachMovie("sopnegirlMC9", "girlMC9", 26);
girlMC9._x = 592;
girlMC9._y = 88;
girlMC9y = 88;
}
}
function gameresult(num) {
clearInterval(intervalID1);
stopSnd("timeSound");
if (num == 1) {
gamereMC(1);
} else if (num == 2) {
clearmanMC.clearman.gotoAndPlay(2);
}
}
function gamereMC(num) {
gamestart = 0;
stopAllSounds();
timebgMC.timebar.coverMC._y = -324;
if (num == 1) {
i = 2;
while (i < 10) {
this["opnegirlMC" + i].removeMovieClip();
this["girlMC" + i].removeMovieClip();
i++;
}
win9.gotoAndStop(2);
girlMC._x = 512;
girlMC._y = 88;
opnegirlMC.removeMovieClip();
clearmanMC.clearman._x = 33.5;
clearmanMC.clearman._y = 153.65;
reSeconds = 63 - Seconds1;
timebgMC.nToJumsu = timebgMC.nToJumsu + reSeconds;
gameLv++;
attachMovie("roundMC", "roundMC", 110);
roundMC._x = 250;
roundMC._y = 220;
if (soundChk == 1) {
playSnd("roundSound", 1);
}
} else if (num == 2) {
i = 1;
while (i <= 12) {
this["win" + i].gotoAndStop(4);
i++;
}
i = 2;
while (i < 10) {
this["opnegirlMC" + i].removeMovieClip();
this["girlMC" + i].removeMovieClip();
i++;
}
girlMC._x = 512;
girlMC._y = 88;
opnegirlMC.removeMovieClip();
clearmanMC.clearman._x = 33.5;
clearmanMC.clearman._y = 153.65;
if (soundChk == 1) {
playSnd("gameoverSound", 1);
}
attachMovie("gameoverMC", "gameoverMC", 999);
gameoverMC._x = 250;
gameoverMC._y = 170;
}
}
function myOnKeyDown() {
if (gamestart == "1") {
if (Key.isDown(39)) {
if (clearmanMC.clearman._x < 351.5) {
clearmanMC.clearman._x = clearmanMC.clearman._x + 110;
}
} else if (Key.isDown(37)) {
if (clearmanMC.clearman._x > 35.5) {
clearmanMC.clearman._x = clearmanMC.clearman._x - 110;
}
} else if (Key.isDown(38)) {
if (clearmanMC.clearman._y >= -46) {
clearmanMC.clearman._y = clearmanMC.clearman._y - 100;
}
} else if (Key.isDown(40)) {
if (clearmanMC.clearman._y <= 100) {
clearmanMC.clearman._y = clearmanMC.clearman._y + 100;
}
}
}
}
function playSnd(pSnd, num) {
var _local1 = new Sound();
_local1.attachSound(pSnd);
_local1.start(0, num);
}
function stopSnd(pSnd) {
var _local1 = new Sound();
_local1.attachSound(pSnd);
_local1.stop();
}
stop();
fscommand ("fullscreen", false);
fscommand ("showmenu", false);
fscommand ("allowscale", false);
System.useCodepage = true;
gameLv = 1;
fscommand ("fullscreen", false);
fscommand ("showmenu", false);
fscommand ("allowscale", false);
System.useCodepage = true;
var preUserid = "";
var prePoint = 0;
var preEof;
preUserid = cUserid;
prePoint = JumSu;
preEof = ChkData;
userid = preUserid;
preJumsu = prePoint;
var nTaScore = gameLv;
var nToScore = 0;
var nToJumsu = 0;
timebgMC.nToJumsu = 0;
timebgMC.gameLv1 = gameLv;
var myact = "";
var Seconds = 0;
var Seconds1 = 0;
var winRCount = 0;
var winLCount = 0;
var gameCount;
var hjCount;
var hjCountR;
var spacechk = 1;
var opnegirlMCxPos;
var opnegirlMCxPos2;
var opnegirlMCxPos3;
var opnegirlMCxPos4;
var opnegirlMCxPos5;
var opnegirlMCxPos6;
var opnegirlMCxPos7;
var opnegirlMCxPos8;
var opnegirlMCxPos9;
var itemCount1 = 0;
var itemCount2 = 0;
var itemCount3 = 0;
var itemCount4 = 0;
var itemCount5 = 0;
var itemCount6 = 0;
var itemCount7 = 0;
var itemCount8 = 0;
var itemCount9 = 0;
var cCntwin1 = 0;
var cCntwin2 = 0;
var cCntwin3 = 0;
var cCntwin4 = 0;
var cCntwin5 = 0;
var cCntwin6 = 0;
var cCntwin7 = 0;
var cCntwin8 = 0;
var cCntwin9 = 0;
var cCntwin10 = 0;
var cCntwin11 = 0;
var cCntwin12 = 0;
var aacc;
var wincurframe1;
var wincurframe2;
var wincurframe3;
var wincurframe4;
var wincurframe5;
var wincurframe6;
var wincurframe7;
var wincurframe8;
var wincurframe9;
var curframechkwin1 = 0;
var curframechkwin2 = 0;
var curframechkwin3 = 0;
var curframechkwin4 = 0;
var curframechkwin5 = 0;
var curframechkwin6 = 0;
var curframechkwin7 = 0;
var curframechkwin8 = 0;
var curframechkwin9 = 0;
var curframechkwin10 = 0;
var curframechkwin11 = 0;
var curframechkwin12 = 0;
var curframewin1 = 4;
var curframewin2 = 4;
var curframewin3 = 4;
var curframewin4 = 4;
var curframewin5 = 4;
var curframewin6 = 4;
var curframewin7 = 4;
var curframewin8 = 4;
var curframewin9 = 4;
var curframewin10 = 4;
var curframewin11 = 4;
var curframewin12 = 4;
var soundChk = 1;
aaak.swapDepths(53);
skyMC.swapDepths(52);
timebgMC.swapDepths(200);
houseTopMC.swapDepths(199);
clearmanMC.swapDepths(198);
bgSound = new Sound(this);
bgSound.attachSound("bgSound");
this.attachMovie("introMC", "introMC", 261);
cursorMove1 = new Object();
cursorMove1.onKeyUp = function () {
if (gamestart == "1") {
if (Key.getCode() == 32) {
if (spacechk == "1") {
spacechk = 0;
if (soundChk == 1) {
playSnd("dackSound", 1);
}
clearmanMC.clearman.clearmanmove.gotoAndPlay(2);
}
}
}
};
Key.addListener(cursorMove1);
var cursorMove = new Object();
cursorMove.onKeyDown = myOnKeyDown;
Key.addListener(cursorMove);
timebgMC.soundMC.onRelease = function () {
if (soundChk == 1) {
soundChk = 0;
this.gotoAndStop(2);
now = bgSound.position / 1000;
trace("now " + now);
stopAllSounds();
} else {
soundChk = 1;
this.gotoAndStop(1);
bgSound.start(now, 100);
playSnd("timeSound", 100);
}
};
Instance of Symbol 287 MovieClip "girlMC" in Frame 190 (5.37 KiB) ● ●
onClipEvent (load) {
stoppos = random(4) + 1;
if (_parent.gameLv > 6) {
agugan = _parent.gameLv - 1;
} else {
agugan = 7;
}
this.swapDepths(10);
}
onClipEvent (enterFrame) {
if (_parent.gamestart == "1") {
if (_parent.enterFrameChk == 1) {
if (stoppos == 1) {
if ((this._x < (402 + agugan)) && (this._x > 398)) {
this._x = -51;
if (_parent.girlMC1y == 88) {
_parent.nameMC = "win4";
} else if (_parent.girlMC1y == 188) {
_parent.nameMC = "win8";
} else if (_parent.girlMC1y == 288) {
_parent.nameMC = "win12";
}
_parent.nameMC1 = "win4";
if (_parent.poschk1 == -1) {
_parent.opnegirlMCxPos = 412 + agugan;
} else {
_parent.opnegirlMCxPos = 388 - agugan;
}
if ((_parent[_parent.nameMC1]._currentframe != 5) && (_parent["curframe" + _parent.nameMC1] != 5)) {
_parent["curframe" + _parent.nameMC1] = _parent[_parent.nameMC1]._currentframe;
}
_parent.attachMovie("opnegirlMC1", "opnegirlMC", 11);
_parent.opnegirlMC._x = 417;
_parent.opnegirlMC._y = 88;
_parent.enterFrameChk = 0;
}
} else if (stoppos == 2) {
if ((this._x < (292 + agugan)) && (this._x > 288)) {
this._x = -51;
if (_parent.girlMC1y == 88) {
_parent.nameMC = "win3";
} else if (_parent.girlMC1y == 188) {
_parent.nameMC = "win7";
} else if (_parent.girlMC1y == 288) {
_parent.nameMC = "win11";
}
_parent.nameMC1 = "win3";
if (_parent.poschk1 == -1) {
_parent.opnegirlMCxPos = 292 + agugan;
} else {
_parent.opnegirlMCxPos = 288 - agugan;
}
if ((_parent[_parent.nameMC1]._currentframe != 5) && (_parent["curframe" + _parent.nameMC1] != 5)) {
_parent["curframe" + _parent.nameMC1] = _parent[_parent.nameMC1]._currentframe;
}
_parent.attachMovie("opnegirlMC1", "opnegirlMC", 11);
_parent.opnegirlMC._x = 307;
_parent.opnegirlMC._y = 88;
_parent.enterFrameChk = 0;
}
} else if (stoppos == 3) {
if ((this._x < (182 + agugan)) && (this._x > 178)) {
this._x = -51;
if (_parent.girlMC1y == 88) {
_parent.nameMC = "win2";
} else if (_parent.girlMC1y == 188) {
_parent.nameMC = "win6";
} else if (_parent.girlMC1y == 288) {
_parent.nameMC = "win10";
}
_parent.nameMC1 = "win2";
if (_parent.poschk1 == -1) {
_parent.opnegirlMCxPos = 182 + agugan;
} else {
_parent.opnegirlMCxPos = 178 - agugan;
}
if ((_parent[_parent.nameMC1]._currentframe != 5) && (_parent["curframe" + _parent.nameMC1] != 5)) {
_parent["curframe" + _parent.nameMC1] = _parent[_parent.nameMC1]._currentframe;
}
_parent.attachMovie("opnegirlMC1", "opnegirlMC", 11);
_parent.opnegirlMC._x = 197;
_parent.opnegirlMC._y = 88;
_parent.enterFrameChk = 0;
}
} else if (stoppos == 4) {
if ((this._x < (72 + agugan)) && (this._x > 68)) {
this._x = -51;
if (_parent.girlMC1y == 88) {
_parent.nameMC = "win1";
} else if (_parent.girlMC1y == 188) {
_parent.nameMC = "win5";
} else if (_parent.girlMC1y == 288) {
_parent.nameMC = "win9";
}
_parent.nameMC1 = "win1";
if (_parent.poschk1 == -1) {
_parent.opnegirlMCxPos = 72 + agugan;
} else {
_parent.opnegirlMCxPos = 68 - agugan;
}
if ((_parent[_parent.nameMC1]._currentframe != 5) && (_parent["curframe" + _parent.nameMC1] != 5)) {
_parent["curframe" + _parent.nameMC1] = _parent[_parent.nameMC1]._currentframe;
}
_parent.attachMovie("opnegirlMC1", "opnegirlMC", 11);
_parent.opnegirlMC._x = 87;
_parent.opnegirlMC._y = 88;
_parent.enterFrameChk = 0;
}
}
if ((this._x > -50) && (this._x <= 512)) {
if (this._x <= -49) {
StartTimerR1 = getTimer();
delayR1 = random(4) + 1;
this._x = -82;
} else {
if (_parent.gameLv > 6) {
this._x = this._x - (7 * _parent.poschk1);
} else {
this._x = this._x - ((_parent.gameLv + 1) * _parent.poschk1);
}
if (_parent.gameLv == 1) {
stoppos = "";
} else {
stoppos = random(4) + 1;
}
}
} else if ((this._x <= -50) && (this._x > -60)) {
StartTimerR1 = getTimer();
delayR1 = 0;
this._x = -82;
}
if (this._x > 512) {
this._x = -82;
}
if ((this._x < 163) && (this._x > 155)) {
xyChk1 = random(2);
if (xyChk1 == 0) {
if (_parent.poschk1 == -1) {
this._x = 155;
this._xscale = 100;
_parent.poschk1 = 1;
} else {
this._x = 163;
this._xscale = -100;
_parent.poschk1 = -1;
}
}
}
if ((this._x < 353) && (this._x > 350)) {
xyChk1 = random(2);
if (xyChk1 == 0) {
if (_parent.poschk1 == -1) {
this._x = 350;
this._xscale = 100;
_parent.poschk1 = 1;
} else {
this._x = 353;
this._xscale = -100;
_parent.poschk1 = -1;
}
}
}
if (this._x == -82) {
TimeCountR1 = 0;
StartTimerR1_1 = getTimer();
if (TimeCountR1 <= 0) {
xyChk2 = random(2);
if (xyChk2 == 0) {
this._xscale = 100;
if (_parent.poschk1 == -1) {
_parent.poschk1 = 1;
}
this._x = 512;
} else {
this._xscale = -100;
this._x = -40;
_parent.poschk1 = -1;
}
}
}
}
}
}
Symbol 32 Button (268 B)
on (release) {
_parent.gameLv = 1;
_parent.attachMovie("introMC", "introMC", 261);
_parent.gameoverMC.removeMovieClip();
}
on (keyPress "<Space>") {
_parent.gameLv = 1;
_parent.attachMovie("introMC", "introMC", 261);
_parent.gameoverMC.removeMovieClip();
}
Symbol 48 Button (142 B)
on (release) {
loadVar = new LoadVars();
loadVar.CP = 1;
loadVar.send("http://www.fun2fun.co.kr/CpClick.asp?CP=1&", loadVar, "POST");
}
Symbol 49 MovieClip [gameoverMC] Frame 1 (193 B)
stop();
score1 = _parent.timebgMC.nToJumsu;
if (_parent.preJumsu < score1) {
_parent.JumSu = score1;
_parent.preJumsu = score1;
}
_parent.timebgMC.nToJumsu = 0;
_parent.gameLv = 1;
Symbol 63 Button (156 B)
on (release) {
_parent.init();
_parent.roundMC.removeMovieClip();
}
on (keyPress "<Space>") {
_parent.init();
_parent.roundMC.removeMovieClip();
}
Symbol 64 MovieClip [roundMC] Frame 20 (8 B)
stop();
Symbol 111 MovieClip Frame 59 (8 B)
stop();
Symbol 115 Button (227 B)
on (release) {
_parent.stopSnd("introSound");
_parent.attachMovie("MC_count", "MC_count", 110);
_parent.MC_count._x = 250;
_parent.MC_count._y = 180;
_parent.MC_help.removeMovieClip();
_parent.introMC.removeMovieClip();
}
Symbol 118 Button (133 B)
on (release) {
_parent.stopSnd("introSound");
_parent.attachMovie("MC_help", "MC_help", 261);
_parent.introMC.removeMovieClip();
}
Symbol 131 MovieClip [introMC] Frame 1 (68 B)
if (_parent.soundChk == 1) {
_parent.playSnd("introSound", 1);
}
Symbol 133 MovieClip [itembad6] Frame 1 (449 B)
this.onEnterFrame = function () {
if (this._y < 426) {
if (this.hitTest(_parent.clearmanMC.clearman.clearmanmove.winhitmanMC)) {
_parent.playSnd("gooditemSound");
_parent.timebgMC.nToJumsu = _parent.timebgMC.nToJumsu + 10;
this.removeMovieClip();
}
if (_parent.gameLv > 6) {
this._y = this._y + (random(6) + 3);
} else {
this._y = this._y + (random(3) + 2);
}
} else {
this.removeMovieClip();
}
};
Symbol 135 MovieClip [itembad5] Frame 1 (449 B)
this.onEnterFrame = function () {
if (this._y < 426) {
if (this.hitTest(_parent.clearmanMC.clearman.clearmanmove.winhitmanMC)) {
_parent.playSnd("gooditemSound");
_parent.timebgMC.nToJumsu = _parent.timebgMC.nToJumsu + 10;
this.removeMovieClip();
}
if (_parent.gameLv > 6) {
this._y = this._y + (random(6) + 3);
} else {
this._y = this._y + (random(3) + 2);
}
} else {
this.removeMovieClip();
}
};
Symbol 137 MovieClip [itembad4] Frame 1 (449 B)
this.onEnterFrame = function () {
if (this._y < 426) {
if (this.hitTest(_parent.clearmanMC.clearman.clearmanmove.winhitmanMC)) {
_parent.playSnd("gooditemSound");
_parent.timebgMC.nToJumsu = _parent.timebgMC.nToJumsu + 10;
this.removeMovieClip();
}
if (_parent.gameLv > 6) {
this._y = this._y + (random(6) + 3);
} else {
this._y = this._y + (random(3) + 2);
}
} else {
this.removeMovieClip();
}
};
Symbol 141 MovieClip [itembad3] Frame 1 (449 B)
this.onEnterFrame = function () {
if (this._y < 426) {
if (this.hitTest(_parent.clearmanMC.clearman.clearmanmove.winhitmanMC)) {
_parent.playSnd("gooditemSound");
_parent.timebgMC.nToJumsu = _parent.timebgMC.nToJumsu + 10;
this.removeMovieClip();
}
if (_parent.gameLv > 6) {
this._y = this._y + (random(6) + 3);
} else {
this._y = this._y + (random(3) + 2);
}
} else {
this.removeMovieClip();
}
};
Symbol 143 MovieClip [opnegirlMC9] Frame 1 (966 B)
stop();
StartTimer2 = getTimer();
delay1 = 1;
selchkk1 = random(3) + 1;
this.onEnterFrame = function () {
if (_parent.gamestart == "1") {
TimeCount1 = delay1 - int((getTimer() - StartTimer2) / 2000);
StartTimer3 = getTimer();
if (TimeCount1 <= 0) {
_parent.girlMC9._x = _parent.opnegirlMCxPos9;
if ((_parent.gameLv == 1) || (_parent.gameLv == 2)) {
_parent.enterFrameChk9 = 1;
this.removeMovieClip();
} else if (_parent.gameLv > 4) {
_parent.wincurframe9 = _parent[_parent.nameMC9]._currentframe;
_parent[_parent.nameMC9].gotoAndStop(5);
_parent.girlMC9._alpha = 0;
gotoAndPlay (2);
} else if (selchkk1 == 2) {
_parent.wincurframe9 = _parent[_parent.nameMC9]._currentframe;
_parent[_parent.nameMC9].gotoAndStop(5);
_parent.girlMC9._alpha = 0;
gotoAndPlay (2);
} else {
_parent.enterFrameChk9 = 1;
this.removeMovieClip();
}
delete onEnterFrame;
}
}
};
Symbol 143 MovieClip [opnegirlMC9] Frame 2 (273 B)
var iCount9 = (900 + _parent.itemCount9);
_parent.attachMovie("itembad" + random(3), ("itembad" + this._name) + iCount9, iCount9);
_parent[("itembad" + this._name) + iCount9]._x = this._x;
_parent[("itembad" + this._name) + iCount9]._y = this._y;
_parent.itemCount9++;
Symbol 143 MovieClip [opnegirlMC9] Frame 60 (93 B)
stop();
_parent.girlMC9._alpha = 100;
_parent.enterFrameChk9 = 1;
this.removeMovieClip();
Symbol 144 MovieClip [opnegirlMC8] Frame 1 (966 B)
stop();
StartTimer2 = getTimer();
delay1 = 1;
selchkk1 = random(3) + 1;
this.onEnterFrame = function () {
if (_parent.gamestart == "1") {
TimeCount1 = delay1 - int((getTimer() - StartTimer2) / 2000);
StartTimer3 = getTimer();
if (TimeCount1 <= 0) {
_parent.girlMC8._x = _parent.opnegirlMCxPos8;
if ((_parent.gameLv == 1) || (_parent.gameLv == 2)) {
_parent.enterFrameChk8 = 1;
this.removeMovieClip();
} else if (_parent.gameLv > 4) {
_parent.wincurframe8 = _parent[_parent.nameMC8]._currentframe;
_parent[_parent.nameMC8].gotoAndStop(5);
_parent.girlMC8._alpha = 0;
gotoAndPlay (2);
} else if (selchkk1 == 2) {
_parent.wincurframe8 = _parent[_parent.nameMC8]._currentframe;
_parent[_parent.nameMC8].gotoAndStop(5);
_parent.girlMC8._alpha = 0;
gotoAndPlay (2);
} else {
_parent.enterFrameChk8 = 1;
this.removeMovieClip();
}
delete onEnterFrame;
}
}
};
Symbol 144 MovieClip [opnegirlMC8] Frame 2 (273 B)
var iCount8 = (800 + _parent.itemCount8);
_parent.attachMovie("itembad" + random(3), ("itembad" + this._name) + iCount8, iCount8);
_parent[("itembad" + this._name) + iCount8]._x = this._x;
_parent[("itembad" + this._name) + iCount8]._y = this._y;
_parent.itemCount8++;
Symbol 144 MovieClip [opnegirlMC8] Frame 60 (93 B)
stop();
_parent.girlMC8._alpha = 100;
_parent.enterFrameChk8 = 1;
this.removeMovieClip();
Symbol 145 MovieClip [opnegirlMC7] Frame 1 (966 B)
stop();
StartTimer2 = getTimer();
delay1 = 1;
selchkk1 = random(3) + 1;
this.onEnterFrame = function () {
if (_parent.gamestart == "1") {
TimeCount1 = delay1 - int((getTimer() - StartTimer2) / 2000);
StartTimer3 = getTimer();
if (TimeCount1 <= 0) {
_parent.girlMC7._x = _parent.opnegirlMCxPos7;
if ((_parent.gameLv == 1) || (_parent.gameLv == 2)) {
_parent.enterFrameChk7 = 1;
this.removeMovieClip();
} else if (_parent.gameLv > 4) {
_parent.wincurframe7 = _parent[_parent.nameMC7]._currentframe;
_parent[_parent.nameMC7].gotoAndStop(5);
_parent.girlMC7._alpha = 0;
gotoAndPlay (2);
} else if (selchkk1 == 2) {
_parent.wincurframe7 = _parent[_parent.nameMC7]._currentframe;
_parent[_parent.nameMC7].gotoAndStop(5);
_parent.girlMC7._alpha = 0;
gotoAndPlay (2);
} else {
_parent.enterFrameChk7 = 1;
this.removeMovieClip();
}
delete onEnterFrame;
}
}
};
Symbol 145 MovieClip [opnegirlMC7] Frame 2 (273 B)
var iCount7 = (800 + _parent.itemCount7);
_parent.attachMovie("itembad" + random(3), ("itembad" + this._name) + iCount7, iCount7);
_parent[("itembad" + this._name) + iCount7]._x = this._x;
_parent[("itembad" + this._name) + iCount7]._y = this._y;
_parent.itemCount7++;
Symbol 145 MovieClip [opnegirlMC7] Frame 60 (93 B)
stop();
_parent.girlMC7._alpha = 100;
_parent.enterFrameChk7 = 1;
this.removeMovieClip();
Symbol 146 MovieClip [sopnegirlMC9] Frame 1 (4.73 KiB) ●
stop();
stoppos = random(4) + 1;
if (_parent.gameLv > 6) {
agugan = _parent.gameLv - 1;
} else {
agugan = 7;
}
this.swapDepths(26);
this.onEnterFrame = function () {
if (_parent.gamestart == "1") {
if (_parent.enterFrameChk9 == 1) {
if (stoppos == 1) {
if ((this._x < (402 + agugan)) && (this._x > 398)) {
this._x = -51;
_parent.nameMC9 = "win4";
if (_parent.poschk9 == -1) {
_parent.opnegirlMCxPos9 = 402 + agugan;
} else {
_parent.opnegirlMCxPos9 = 398 - agugan;
}
if ((_parent[_parent.nameMC9]._currentframe != 5) && (_parent["curframe" + _parent.nameMC9] != 5)) {
_parent["curframe" + _parent.nameMC9] = _parent[_parent.nameMC9]._currentframe;
}
_parent.attachMovie("opnegirlMC9", "opnegirlMC9", 27);
_parent.opnegirlMC9._x = 417;
_parent.opnegirlMC9._y = _parent.girlMC9y;
_parent.enterFrameChk9 = 0;
}
} else if (stoppos == 2) {
if ((this._x < (292 + agugan)) && (this._x > 288)) {
this._x = -51;
_parent.nameMC9 = "win3";
if (_parent.poschk9 == -1) {
_parent.opnegirlMCxPos9 = 292 + agugan;
} else {
_parent.opnegirlMCxPos9 = 288 - agugan;
}
if ((_parent[_parent.nameMC9]._currentframe != 5) && (_parent["curframe" + _parent.nameMC9] != 5)) {
_parent["curframe" + _parent.nameMC9] = _parent[_parent.nameMC9]._currentframe;
}
_parent.attachMovie("opnegirlMC9", "opnegirlMC9", 27);
_parent.opnegirlMC9._x = 307;
_parent.opnegirlMC9._y = _parent.girlMC9y;
_parent.enterFrameChk9 = 0;
}
} else if (stoppos == 3) {
if ((this._x < (182 + agugan)) && (this._x > 178)) {
this._x = -51;
_parent.nameMC9 = "win2";
if (_parent.poschk9 == -1) {
_parent.opnegirlMCxPos9 = 182 + agugan;
} else {
_parent.opnegirlMCxPos9 = 178 - agugan;
}
if ((_parent[_parent.nameMC9]._currentframe != 5) && (_parent["curframe" + _parent.nameMC9] != 5)) {
_parent["curframe" + _parent.nameMC9] = _parent[_parent.nameMC9]._currentframe;
}
_parent.attachMovie("opnegirlMC9", "opnegirlMC9", 27);
_parent.opnegirlMC9._x = 197;
_parent.opnegirlMC9._y = _parent.girlMC9y;
_parent.enterFrameChk9 = 0;
}
} else if (stoppos == 4) {
if ((this._x < (72 + agugan)) && (this._x > 68)) {
this._x = -51;
_parent.nameMC9 = "win1";
if (_parent.poschk9 == -1) {
_parent.opnegirlMCxPos9 = 72 + agugan;
} else {
_parent.opnegirlMCxPos9 = 68 - agugan;
}
if ((_parent[_parent.nameMC9]._currentframe != 5) && (_parent["curframe" + _parent.nameMC9] != 5)) {
_parent["curframe" + _parent.nameMC9] = _parent[_parent.nameMC9]._currentframe;
}
_parent.attachMovie("opnegirlMC9", "opnegirlMC9", 27);
_parent.opnegirlMC9._x = 87;
_parent.opnegirlMC9._y = _parent.girlMC9y;
_parent.enterFrameChk9 = 0;
}
}
if ((this._x > -50) && (this._x <= 512)) {
if (this._x <= -49) {
StartTimerR1 = getTimer();
delayR1 = random(4) + 1;
this._x = -82;
} else {
if (_parent.gameLv > 6) {
this._x = this._x - (7 * _parent.poschk9);
} else {
this._x = this._x - ((_parent.gameLv + 1) * _parent.poschk9);
}
if (_parent.gameLv == 1) {
stoppos = "";
} else {
stoppos = random(4) + 1;
}
}
} else if ((this._x <= -50) && (this._x > -60)) {
StartTimerR1 = getTimer();
delayR1 = random(4) + 1;
this._x = -82;
}
if (this._x > 512) {
this._x = -82;
}
if ((this._x < 310) && (this._x > 307)) {
xyChk1 = random(2);
if (xyChk1 == 0) {
if (_parent.poschk9 == -1) {
this._x = 307;
this._xscale = 100;
_parent.poschk9 = 1;
} else {
this._x = 310;
this._xscale = -100;
_parent.poschk9 = -1;
}
}
}
if ((this._x < 203) && (this._x > 200)) {
xyChk1 = random(2);
if (xyChk1 == 0) {
if (_parent.poschk9 == -1) {
this._x = 200;
this._xscale = 100;
_parent.poschk9 = 1;
} else {
this._x = 203;
this._xscale = -100;
_parent.poschk9 = -1;
}
}
}
if (this._x == -82) {
TimeCountR1 = 0;
StartTimerR1_1 = getTimer();
if (TimeCountR1 <= 0) {
xyChk2 = random(2);
if (xyChk2 == 0) {
this._xscale = 100;
if (_parent.poschk9 == -1) {
_parent.poschk9 = 1;
}
this._x = 512;
} else {
this._xscale = -100;
this._x = -40;
_parent.poschk9 = -1;
}
}
}
}
}
};
Symbol 147 MovieClip [sopnegirlMC8] Frame 1 (4.73 KiB) ●
stop();
stoppos = random(4) + 1;
if (_parent.gameLv > 6) {
agugan = _parent.gameLv - 1;
} else {
agugan = 7;
}
this.swapDepths(24);
this.onEnterFrame = function () {
if (_parent.gamestart == "1") {
if (_parent.enterFrameChk8 == 1) {
if (stoppos == 1) {
if ((this._x < (402 + agugan)) && (this._x > 398)) {
this._x = -51;
_parent.nameMC8 = "win8";
if (_parent.poschk8 == -1) {
_parent.opnegirlMCxPos8 = 402 + agugan;
} else {
_parent.opnegirlMCxPos8 = 398 - agugan;
}
if ((_parent[_parent.nameMC8]._currentframe != 5) && (_parent["curframe" + _parent.nameMC8] != 5)) {
_parent["curframe" + _parent.nameMC8] = _parent[_parent.nameMC8]._currentframe;
}
_parent.attachMovie("opnegirlMC8", "opnegirlMC8", 25);
_parent.opnegirlMC8._x = 417;
_parent.opnegirlMC8._y = _parent.girlMC8y;
_parent.enterFrameChk8 = 0;
}
} else if (stoppos == 2) {
if ((this._x < (292 + agugan)) && (this._x > 288)) {
this._x = -51;
_parent.nameMC8 = "win7";
if (_parent.poschk8 == -1) {
_parent.opnegirlMCxPos8 = 292 + agugan;
} else {
_parent.opnegirlMCxPos8 = 288 - agugan;
}
if ((_parent[_parent.nameMC8]._currentframe != 5) && (_parent["curframe" + _parent.nameMC8] != 5)) {
_parent["curframe" + _parent.nameMC8] = _parent[_parent.nameMC8]._currentframe;
}
_parent.attachMovie("opnegirlMC8", "opnegirlMC8", 25);
_parent.opnegirlMC8._x = 307;
_parent.opnegirlMC8._y = _parent.girlMC8y;
_parent.enterFrameChk8 = 0;
}
} else if (stoppos == 3) {
if ((this._x < (182 + agugan)) && (this._x > 178)) {
this._x = -51;
_parent.nameMC8 = "win6";
if (_parent.poschk8 == -1) {
_parent.opnegirlMCxPos8 = 182 + agugan;
} else {
_parent.opnegirlMCxPos8 = 178 - agugan;
}
if ((_parent[_parent.nameMC8]._currentframe != 5) && (_parent["curframe" + _parent.nameMC8] != 5)) {
_parent["curframe" + _parent.nameMC8] = _parent[_parent.nameMC8]._currentframe;
}
_parent.attachMovie("opnegirlMC8", "opnegirlMC8", 25);
_parent.opnegirlMC8._x = 197;
_parent.opnegirlMC8._y = _parent.girlMC8y;
_parent.enterFrameChk8 = 0;
}
} else if (stoppos == 4) {
if ((this._x < (72 + agugan)) && (this._x > 68)) {
this._x = -51;
_parent.nameMC8 = "win5";
if (_parent.poschk8 == -1) {
_parent.opnegirlMCxPos8 = 72 + agugan;
} else {
_parent.opnegirlMCxPos8 = 68 - agugan;
}
if ((_parent[_parent.nameMC8]._currentframe != 5) && (_parent["curframe" + _parent.nameMC8] != 5)) {
_parent["curframe" + _parent.nameMC8] = _parent[_parent.nameMC8]._currentframe;
}
_parent.attachMovie("opnegirlMC8", "opnegirlMC8", 25);
_parent.opnegirlMC8._x = 87;
_parent.opnegirlMC8._y = _parent.girlMC8y;
_parent.enterFrameChk8 = 0;
}
}
if ((this._x > -50) && (this._x <= 512)) {
if (this._x <= -49) {
StartTimerR1 = getTimer();
delayR1 = random(4) + 1;
this._x = -82;
} else {
if (_parent.gameLv > 6) {
this._x = this._x - (7 * _parent.poschk8);
} else {
this._x = this._x - ((_parent.gameLv + 1) * _parent.poschk8);
}
if (_parent.gameLv == 1) {
stoppos = "";
} else {
stoppos = random(4) + 1;
}
}
} else if ((this._x <= -50) && (this._x > -60)) {
StartTimerR1 = getTimer();
delayR1 = random(4) + 1;
this._x = -82;
}
if (this._x > 512) {
this._x = -82;
}
if ((this._x < 310) && (this._x > 307)) {
xyChk1 = random(2);
if (xyChk1 == 0) {
if (_parent.poschk8 == -1) {
this._x = 307;
this._xscale = 100;
_parent.poschk8 = 1;
} else {
this._x = 310;
this._xscale = -100;
_parent.poschk8 = -1;
}
}
}
if ((this._x < 203) && (this._x > 200)) {
xyChk1 = random(2);
if (xyChk1 == 0) {
if (_parent.poschk8 == -1) {
this._x = 200;
this._xscale = 100;
_parent.poschk8 = 1;
} else {
this._x = 203;
this._xscale = -100;
_parent.poschk8 = -1;
}
}
}
if (this._x == -82) {
TimeCountR1 = 0;
StartTimerR1_1 = getTimer();
if (TimeCountR1 <= 0) {
xyChk2 = random(2);
if (xyChk2 == 0) {
this._xscale = 100;
if (_parent.poschk8 == -1) {
_parent.poschk8 = 1;
}
this._x = 512;
} else {
this._xscale = -100;
this._x = -40;
_parent.poschk8 = -1;
}
}
}
}
}
};
Symbol 148 MovieClip [sopnegirlMC7] Frame 1 (4.74 KiB) ●
stop();
stoppos = random(4) + 1;
if (_parent.gameLv > 6) {
agugan = _parent.gameLv - 1;
} else {
agugan = 7;
}
this.swapDepths(22);
this.onEnterFrame = function () {
if (_parent.gamestart == "1") {
if (_parent.enterFrameChk7 == 1) {
if (stoppos == 1) {
if ((this._x < (402 + agugan)) && (this._x > 398)) {
this._x = -51;
_parent.nameMC7 = "win12";
if (_parent.poschk7 == -1) {
_parent.opnegirlMCxPos7 = 402 + agugan;
} else {
_parent.opnegirlMCxPos7 = 398 - agugan;
}
if ((_parent[_parent.nameMC7]._currentframe != 5) && (_parent["curframe" + _parent.nameMC7] != 5)) {
_parent["curframe" + _parent.nameMC7] = _parent[_parent.nameMC7]._currentframe;
}
_parent.attachMovie("opnegirlMC7", "opnegirlMC7", 23);
_parent.opnegirlMC7._x = 417;
_parent.opnegirlMC7._y = _parent.girlMC7y;
_parent.enterFrameChk7 = 0;
}
} else if (stoppos == 2) {
if ((this._x < (292 + agugan)) && (this._x > 288)) {
this._x = -51;
_parent.nameMC7 = "win11";
if (_parent.poschk7 == -1) {
_parent.opnegirlMCxPos7 = 292 + agugan;
} else {
_parent.opnegirlMCxPos7 = 288 - agugan;
}
if ((_parent[_parent.nameMC7]._currentframe != 5) && (_parent["curframe" + _parent.nameMC7] != 5)) {
_parent["curframe" + _parent.nameMC7] = _parent[_parent.nameMC7]._currentframe;
}
_parent.attachMovie("opnegirlMC7", "opnegirlMC7", 23);
_parent.opnegirlMC7._x = 307;
_parent.opnegirlMC7._y = _parent.girlMC7y;
_parent.enterFrameChk7 = 0;
}
} else if (stoppos == 3) {
if ((this._x < (182 + agugan)) && (this._x > 178)) {
this._x = -51;
_parent.nameMC7 = "win10";
if (_parent.poschk7 == -1) {
_parent.opnegirlMCxPos7 = 182 + agugan;
} else {
_parent.opnegirlMCxPos7 = 178 - agugan;
}
if ((_parent[_parent.nameMC7]._currentframe != 5) && (_parent["curframe" + _parent.nameMC7] != 5)) {
_parent["curframe" + _parent.nameMC7] = _parent[_parent.nameMC7]._currentframe;
}
_parent.attachMovie("opnegirlMC7", "opnegirlMC7", 23);
_parent.opnegirlMC7._x = 197;
_parent.opnegirlMC7._y = _parent.girlMC7y;
_parent.enterFrameChk7 = 0;
}
} else if (stoppos == 4) {
if ((this._x < (72 + agugan)) && (this._x > 68)) {
this._x = -51;
_parent.nameMC7 = "win9";
if (_parent.poschk7 == -1) {
_parent.opnegirlMCxPos7 = 72 + agugan;
} else {
_parent.opnegirlMCxPos7 = 68 - agugan;
}
if ((_parent[_parent.nameMC7]._currentframe != 5) && (_parent["curframe" + _parent.nameMC7] != 5)) {
_parent["curframe" + _parent.nameMC7] = _parent[_parent.nameMC7]._currentframe;
}
_parent.attachMovie("opnegirlMC7", "opnegirlMC7", 23);
_parent.opnegirlMC7._x = 87;
_parent.opnegirlMC7._y = _parent.girlMC7y;
_parent.enterFrameChk7 = 0;
}
}
if ((this._x > -50) && (this._x <= 512)) {
if (this._x <= -49) {
StartTimerR1 = getTimer();
delayR1 = random(4) + 1;
this._x = -82;
} else {
if (_parent.gameLv > 6) {
this._x = this._x - (7 * _parent.poschk7);
} else {
this._x = this._x - ((_parent.gameLv + 1) * _parent.poschk7);
}
if (_parent.gameLv == 1) {
stoppos = "";
} else {
stoppos = random(4) + 1;
}
}
} else if ((this._x <= -50) && (this._x > -60)) {
StartTimerR1 = getTimer();
delayR1 = random(4) + 1;
this._x = -82;
}
if (this._x > 512) {
this._x = -82;
}
if ((this._x < 410) && (this._x > 407)) {
xyChk1 = random(2);
if (xyChk1 == 0) {
if (_parent.poschk7 == -1) {
this._x = 407;
this._xscale = 100;
_parent.poschk7 = 1;
} else {
this._x = 410;
this._xscale = -100;
_parent.poschk7 = -1;
}
}
}
if ((this._x < 203) && (this._x > 200)) {
xyChk1 = random(2);
if (xyChk1 == 0) {
if (_parent.poschk7 == -1) {
this._x = 200;
this._xscale = 100;
_parent.poschk7 = 1;
} else {
this._x = 203;
this._xscale = -100;
_parent.poschk7 = -1;
}
}
}
if (this._x == -82) {
TimeCountR1 = 0;
StartTimerR1_1 = getTimer();
if (TimeCountR1 <= 0) {
xyChk2 = random(2);
if (xyChk2 == 0) {
this._xscale = 100;
if (_parent.poschk7 == -1) {
_parent.poschk7 = 1;
}
this._x = 512;
} else {
this._xscale = -100;
this._x = -40;
_parent.poschk7 = -1;
}
}
}
}
}
};
Symbol 153 MovieClip [itembad2] Frame 1 (411 B)
this.onEnterFrame = function () {
if (this._y < 426) {
if (this.hitTest(_parent.clearmanMC.clearman.clearmanmove.winhitmanMC)) {
_parent.playSnd("baditemSound");
_parent.gameresult(2);
this.removeMovieClip();
}
if (_parent.gameLv > 6) {
this._y = this._y + (random(6) + 3);
} else {
this._y = this._y + (random(3) + 2);
}
} else {
this.removeMovieClip();
}
};
Symbol 155 MovieClip [itembad1] Frame 1 (411 B)
this.onEnterFrame = function () {
if (this._y < 426) {
if (this.hitTest(_parent.clearmanMC.clearman.clearmanmove.winhitmanMC)) {
_parent.playSnd("baditemSound");
_parent.gameresult(2);
this.removeMovieClip();
}
if (_parent.gameLv > 6) {
this._y = this._y + (random(6) + 3);
} else {
this._y = this._y + (random(3) + 2);
}
} else {
this.removeMovieClip();
}
};
Symbol 157 MovieClip [itembad0] Frame 1 (411 B)
this.onEnterFrame = function () {
if (this._y < 426) {
if (this.hitTest(_parent.clearmanMC.clearman.clearmanmove.winhitmanMC)) {
_parent.playSnd("baditemSound");
_parent.gameresult(2);
this.removeMovieClip();
}
if (_parent.gameLv > 6) {
this._y = this._y + (random(6) + 3);
} else {
this._y = this._y + (random(3) + 2);
}
} else {
this.removeMovieClip();
}
};
Symbol 160 MovieClip [sopnegirlMC6] Frame 1 (4.74 KiB) ●
stop();
stoppos = random(4) + 1;
if (_parent.gameLv > 6) {
agugan = _parent.gameLv - 1;
} else {
agugan = 7;
}
this.swapDepths(20);
this.onEnterFrame = function () {
if (_parent.gamestart == "1") {
if (_parent.enterFrameChk6 == 1) {
if (stoppos == 1) {
if ((this._x < (402 + agugan)) && (this._x > 398)) {
this._x = -51;
_parent.nameMC6 = "win12";
if (_parent.poschk6 == -1) {
_parent.opnegirlMCxPos6 = 402 + agugan;
} else {
_parent.opnegirlMCxPos6 = 398 - agugan;
}
if ((_parent[_parent.nameMC6]._currentframe != 5) && (_parent["curframe" + _parent.nameMC6] != 5)) {
_parent["curframe" + _parent.nameMC6] = _parent[_parent.nameMC6]._currentframe;
}
_parent.attachMovie("opnegirlMC6", "opnegirlMC6", 21);
_parent.opnegirlMC6._x = 417;
_parent.opnegirlMC6._y = _parent.girlMC6y;
_parent.enterFrameChk6 = 0;
}
} else if (stoppos == 2) {
if ((this._x < (292 + agugan)) && (this._x > 288)) {
this._x = -51;
_parent.nameMC6 = "win11";
if (_parent.poschk6 == -1) {
_parent.opnegirlMCxPos6 = 292 + agugan;
} else {
_parent.opnegirlMCxPos6 = 288 - agugan;
}
if ((_parent[_parent.nameMC6]._currentframe != 5) && (_parent["curframe" + _parent.nameMC6] != 5)) {
_parent["curframe" + _parent.nameMC6] = _parent[_parent.nameMC6]._currentframe;
}
_parent.attachMovie("opnegirlMC6", "opnegirlMC6", 21);
_parent.opnegirlMC6._x = 307;
_parent.opnegirlMC6._y = _parent.girlMC6y;
_parent.enterFrameChk6 = 0;
}
} else if (stoppos == 3) {
if ((this._x < (182 + agugan)) && (this._x > 178)) {
this._x = -51;
_parent.nameMC6 = "win10";
if (_parent.poschk6 == -1) {
_parent.opnegirlMCxPos6 = 182 + agugan;
} else {
_parent.opnegirlMCxPos6 = 178 - agugan;
}
if ((_parent[_parent.nameMC6]._currentframe != 5) && (_parent["curframe" + _parent.nameMC6] != 5)) {
_parent["curframe" + _parent.nameMC6] = _parent[_parent.nameMC6]._currentframe;
}
_parent.attachMovie("opnegirlMC6", "opnegirlMC6", 21);
_parent.opnegirlMC6._x = 197;
_parent.opnegirlMC6._y = _parent.girlMC6y;
_parent.enterFrameChk6 = 0;
}
} else if (stoppos == 4) {
if ((this._x < (72 + agugan)) && (this._x > 68)) {
this._x = -51;
_parent.nameMC6 = "win9";
if (_parent.poschk6 == -1) {
_parent.opnegirlMCxPos6 = 72 + agugan;
} else {
_parent.opnegirlMCxPos6 = 68 - agugan;
}
if ((_parent[_parent.nameMC6]._currentframe != 5) && (_parent["curframe" + _parent.nameMC6] != 5)) {
_parent["curframe" + _parent.nameMC6] = _parent[_parent.nameMC6]._currentframe;
}
_parent.attachMovie("opnegirlMC6", "opnegirlMC6", 21);
_parent.opnegirlMC6._x = 87;
_parent.opnegirlMC6._y = _parent.girlMC6y;
_parent.enterFrameChk6 = 0;
}
}
if ((this._x > -50) && (this._x <= 512)) {
if (this._x <= -49) {
StartTimerR1 = getTimer();
delayR1 = random(4) + 1;
this._x = -82;
} else {
if (_parent.gameLv > 6) {
this._x = this._x - (7 * _parent.poschk6);
} else {
this._x = this._x - ((_parent.gameLv + 1) * _parent.poschk6);
}
if (_parent.gameLv == 1) {
stoppos = "";
} else {
stoppos = random(4) + 1;
}
}
} else if ((this._x <= -50) && (this._x > -60)) {
StartTimerR1 = getTimer();
delayR1 = random(4) + 1;
this._x = -82;
}
if (this._x > 512) {
this._x = -82;
}
if ((this._x < 410) && (this._x > 407)) {
xyChk1 = random(2);
if (xyChk1 == 0) {
if (_parent.poschk6 == -1) {
this._x = 407;
this._xscale = 100;
_parent.poschk6 = 1;
} else {
this._x = 410;
this._xscale = -100;
_parent.poschk6 = -1;
}
}
}
if ((this._x < 203) && (this._x > 200)) {
xyChk1 = random(2);
if (xyChk1 == 0) {
if (_parent.poschk6 == -1) {
this._x = 200;
this._xscale = 100;
_parent.poschk6 = 1;
} else {
this._x = 203;
this._xscale = -100;
_parent.poschk6 = -1;
}
}
}
if (this._x == -82) {
TimeCountR1 = 0;
StartTimerR1_1 = getTimer();
if (TimeCountR1 <= 0) {
xyChk2 = random(2);
if (xyChk2 == 0) {
this._xscale = 100;
if (_parent.poschk6 == -1) {
_parent.poschk6 = 1;
}
this._x = 512;
} else {
this._xscale = -100;
this._x = -40;
_parent.poschk6 = -1;
}
}
}
}
}
};
Symbol 164 MovieClip [opnegirlMC6] Frame 1 (915 B)
stop();
StartTimer2 = getTimer();
delay1 = 1;
selchkk1 = random(3) + 1;
this.onEnterFrame = function () {
if (_parent.gamestart == "1") {
TimeCount1 = delay1 - int((getTimer() - StartTimer2) / 2000);
StartTimer3 = getTimer();
if (TimeCount1 <= 0) {
_parent.girlMC6._x = _parent.opnegirlMCxPos6;
if ((_parent.gameLv == 1) || (_parent.gameLv == 2)) {
_parent.enterFrameChk6 = 1;
this.removeMovieClip();
} else if ((_parent.gameLv == 5) || (_parent.gameLv == 6)) {
if (selchkk1 == 2) {
_parent[_parent.nameMC6].gotoAndStop(5);
_parent.girlMC6._alpha = 0;
gotoAndPlay (2);
} else {
_parent[_parent.nameMC6].gotoAndStop(5);
_parent.girlMC6._alpha = 0;
gotoAndPlay (3);
}
} else {
_parent[_parent.nameMC6].gotoAndStop(5);
_parent.girlMC6._alpha = 0;
gotoAndPlay (2);
}
delete onEnterFrame;
}
}
};
Symbol 164 MovieClip [opnegirlMC6] Frame 2 (273 B)
var iCount6 = (700 + _parent.itemCount6);
_parent.attachMovie("itembad" + random(7), ("itembad" + this._name) + iCount6, iCount6);
_parent[("itembad" + this._name) + iCount6]._x = this._x;
_parent[("itembad" + this._name) + iCount6]._y = this._y;
_parent.itemCount6++;
Symbol 164 MovieClip [opnegirlMC6] Frame 60 (93 B)
stop();
_parent.girlMC6._alpha = 100;
_parent.enterFrameChk6 = 1;
this.removeMovieClip();
Symbol 167 MovieClip [sopnegirlMC5] Frame 1 (4.8 KiB) ●
stop();
stoppos = random(4) + 1;
if (_parent.gameLv > 6) {
agugan = _parent.gameLv - 1;
} else {
agugan = 7;
}
this.swapDepths(18);
this.onEnterFrame = function () {
if (_parent.gamestart == "1") {
if (_parent.enterFrameChk5 == 1) {
if (stoppos == 1) {
if ((this._x < (402 + agugan)) && (this._x > 398)) {
this._x = -51;
_parent.nameMC5 = "win4";
if (_parent.poschk5 == -1) {
_parent.opnegirlMCxPos5 = 402 + agugan;
} else {
_parent.opnegirlMCxPos5 = 398 - agugan;
}
if ((_parent[_parent.nameMC5]._currentframe != 5) && (_parent["curframe" + _parent.nameMC5] != 5)) {
_parent["curframe" + _parent.nameMC5] = _parent[_parent.nameMC5]._currentframe;
}
_parent.attachMovie("opnegirlMC5", "opnegirlMC5", 19);
_parent.opnegirlMC5._x = 417;
_parent.opnegirlMC5._y = _parent.girlMC5y;
_parent.enterFrameChk5 = 0;
}
} else if (stoppos == 2) {
if ((this._x < (292 + agugan)) && (this._x > 288)) {
this._x = -51;
_parent.nameMC5 = "win3";
if (_parent.poschk5 == -1) {
_parent.opnegirlMCxPos5 = 292 + agugan;
} else {
_parent.opnegirlMCxPos5 = 288 - agugan;
}
if ((_parent[_parent.nameMC5]._currentframe != 5) && (_parent["curframe" + _parent.nameMC5] != 5)) {
_parent["curframe" + _parent.nameMC5] = _parent[_parent.nameMC5]._currentframe;
}
_parent.attachMovie("opnegirlMC5", "opnegirlMC5", 19);
_parent.opnegirlMC5._x = 307;
_parent.opnegirlMC5._y = _parent.girlMC5y;
_parent.enterFrameChk5 = 0;
}
} else if (stoppos == 3) {
if ((this._x < (182 + agugan)) && (this._x > 178)) {
this._x = -51;
_parent.nameMC5 = "win2";
if (_parent.poschk5 == -1) {
_parent.opnegirlMCxPos5 = 182 + agugan;
} else {
_parent.opnegirlMCxPos5 = 178 - agugan;
}
if ((_parent[_parent.nameMC5]._currentframe != 5) && (_parent["curframe" + _parent.nameMC5] != 5)) {
_parent["curframe" + _parent.nameMC5] = _parent[_parent.nameMC5]._currentframe;
}
_parent.attachMovie("opnegirlMC5", "opnegirlMC5", 19);
_parent.opnegirlMC5._x = 197;
_parent.opnegirlMC5._y = _parent.girlMC5y;
_parent.enterFrameChk5 = 0;
}
} else if (stoppos == 4) {
if ((this._x < (72 + agugan)) && (this._x > 68)) {
this._x = -51;
_parent.nameMC5 = "win1";
if (_parent.poschk5 == -1) {
_parent.opnegirlMCxPos5 = 72 + agugan;
} else {
_parent.opnegirlMCxPos5 = 68 - agugan;
}
if ((_parent[_parent.nameMC5]._currentframe != 5) && (_parent["curframe" + _parent.nameMC5] != 5)) {
_parent["curframe" + _parent.nameMC5] = _parent[_parent.nameMC5]._currentframe;
}
_parent.attachMovie("opnegirlMC5", "opnegirlMC5", 19);
_parent.opnegirlMC5._x = 87;
_parent.opnegirlMC5._y = _parent.girlMC5y;
_parent.enterFrameChk5 = 0;
}
}
if ((this._x > -50) && (this._x <= 512)) {
if (this._x <= -49) {
StartTimerR1 = getTimer();
delayR1 = random(4) + 1;
this._x = -82;
} else {
if (_parent.gameLv > 6) {
this._x = this._x - (7 * _parent.poschk5);
} else {
this._x = this._x - ((_parent.gameLv + 1) * _parent.poschk5);
}
if (_parent.gameLv == 1) {
stoppos = "";
} else {
stoppos = random(4) + 1;
}
stoppos = 1;
}
} else if ((this._x <= -50) && (this._x > -60)) {
StartTimerR1 = getTimer();
delayR1 = random(4) + 1;
this._x = -82;
}
if (this._x > 512) {
this._x = -82;
}
if ((this._x < 410) && (this._x > 407)) {
xyChk1 = random(2);
if (xyChk1 == 0) {
if (_parent.poschk5 == -1) {
this._x = 407;
this._xscale = 100;
_parent.poschk5 = 1;
} else {
this._x = 410;
this._xscale = -100;
_parent.poschk5 = -1;
}
}
}
if ((this._x < 203) && (this._x > 200)) {
xyChk1 = random(2);
if (xyChk1 == 0) {
if (_parent.poschk5 == -1) {
this._x = 200;
this._xscale = 100;
_parent.poschk5 = 1;
} else {
this._x = 203;
this._xscale = -100;
_parent.poschk5 = -1;
}
}
}
if (this._x == -82) {
TimeCountR1 = delayR1 - int((getTimer() - StartTimerR1) / 2000);
StartTimerR1_1 = getTimer();
if (TimeCountR1 <= 0) {
xyChk2 = random(2);
if (xyChk2 == 0) {
this._xscale = 100;
if (_parent.poschk5 == -1) {
_parent.poschk5 = 1;
}
this._x = 512;
} else {
this._xscale = -100;
this._x = -40;
_parent.poschk5 = -1;
}
}
}
}
}
};
Symbol 171 MovieClip [opnegirlMC5] Frame 1 (892 B)
stop();
StartTimer2 = getTimer();
delay1 = 1;
selchkk1 = random(3) + 1;
this.onEnterFrame = function () {
if (_parent.gamestart == "1") {
TimeCount1 = delay1 - int((getTimer() - StartTimer2) / 2000);
StartTimer3 = getTimer();
if (TimeCount1 <= 0) {
_parent.girlMC5._x = _parent.opnegirlMCxPos5;
if ((_parent.gameLv == 1) || (_parent.gameLv == 2)) {
_parent.enterFrameChk5 = 1;
this.removeMovieClip();
} else if ((_parent.gameLv == 5) || (_parent.gameLv == 6)) {
if (selchkk1 == 2) {
_parent[_parent.nameMC5].gotoAndStop(5);
_parent.girlMC5._alpha = 0;
gotoAndPlay (2);
} else {
_parent[_parent.nameMC5].gotoAndStop(5);
_parent.girlMC5._alpha = 0;
}
} else {
_parent[_parent.nameMC5].gotoAndStop(5);
_parent.girlMC5._alpha = 0;
gotoAndPlay (2);
}
delete onEnterFrame;
}
}
};
Symbol 171 MovieClip [opnegirlMC5] Frame 2 (273 B)
var iCount5 = (600 + _parent.itemCount5);
_parent.attachMovie("itembad" + random(7), ("itembad" + this._name) + iCount5, iCount5);
_parent[("itembad" + this._name) + iCount5]._x = this._x;
_parent[("itembad" + this._name) + iCount5]._y = this._y;
_parent.itemCount5++;
Symbol 171 MovieClip [opnegirlMC5] Frame 60 (93 B)
stop();
_parent.girlMC5._alpha = 100;
_parent.enterFrameChk5 = 1;
this.removeMovieClip();
Symbol 174 MovieClip [sopnegirlMC4] Frame 1 (4.73 KiB) ●
stop();
stoppos = random(4) + 1;
if (_parent.gameLv > 6) {
agugan = _parent.gameLv - 1;
} else {
agugan = 7;
}
this.swapDepths(16);
this.onEnterFrame = function () {
if (_parent.gamestart == "1") {
if (_parent.enterFrameChk4 == 1) {
if (stoppos == 1) {
if ((this._x < (402 + agugan)) && (this._x > 398)) {
this._x = -51;
_parent.nameMC4 = "win8";
if (_parent.poschk4 == -1) {
_parent.opnegirlMCxPos4 = 402 + agugan;
} else {
_parent.opnegirlMCxPos4 = 398 - agugan;
}
if ((_parent[_parent.nameMC4]._currentframe != 5) && (_parent["curframe" + _parent.nameMC4] != 5)) {
_parent["curframe" + _parent.nameMC4] = _parent[_parent.nameMC4]._currentframe;
}
_parent.attachMovie("opnegirlMC4", "opnegirlMC4", 17);
_parent.opnegirlMC4._x = 417;
_parent.opnegirlMC4._y = _parent.girlMC4y;
_parent.enterFrameChk4 = 0;
}
} else if (stoppos == 2) {
if ((this._x < (292 + agugan)) && (this._x > 288)) {
this._x = -51;
_parent.nameMC4 = "win7";
if (_parent.poschk4 == -1) {
_parent.opnegirlMCxPos4 = 292 + agugan;
} else {
_parent.opnegirlMCxPos4 = 288 - agugan;
}
if ((_parent[_parent.nameMC4]._currentframe != 5) && (_parent["curframe" + _parent.nameMC4] != 5)) {
_parent["curframe" + _parent.nameMC4] = _parent[_parent.nameMC4]._currentframe;
}
_parent.attachMovie("opnegirlMC4", "opnegirlMC4", 17);
_parent.opnegirlMC4._x = 307;
_parent.opnegirlMC4._y = _parent.girlMC4y;
_parent.enterFrameChk4 = 0;
}
} else if (stoppos == 3) {
if ((this._x < (182 + agugan)) && (this._x > 178)) {
this._x = -51;
_parent.nameMC4 = "win6";
if (_parent.poschk4 == -1) {
_parent.opnegirlMCxPos4 = 182 + agugan;
} else {
_parent.opnegirlMCxPos4 = 178 - agugan;
}
if ((_parent[_parent.nameMC4]._currentframe != 5) && (_parent["curframe" + _parent.nameMC4] != 5)) {
_parent["curframe" + _parent.nameMC4] = _parent[_parent.nameMC4]._currentframe;
}
_parent.attachMovie("opnegirlMC4", "opnegirlMC4", 17);
_parent.opnegirlMC4._x = 197;
_parent.opnegirlMC4._y = _parent.girlMC4y;
_parent.enterFrameChk4 = 0;
}
} else if (stoppos == 4) {
if ((this._x < (72 + agugan)) && (this._x > 68)) {
this._x = -51;
_parent.nameMC4 = "win5";
if (_parent.poschk4 == -1) {
_parent.opnegirlMCxPos4 = 72 + agugan;
} else {
_parent.opnegirlMCxPos4 = 68 - agugan;
}
if ((_parent[_parent.nameMC4]._currentframe != 5) && (_parent["curframe" + _parent.nameMC4] != 5)) {
_parent["curframe" + _parent.nameMC4] = _parent[_parent.nameMC4]._currentframe;
}
_parent.attachMovie("opnegirlMC4", "opnegirlMC4", 17);
_parent.opnegirlMC4._x = 87;
_parent.opnegirlMC4._y = _parent.girlMC4y;
_parent.enterFrameChk4 = 0;
}
}
if ((this._x > -50) && (this._x <= 512)) {
if (this._x <= -49) {
StartTimerR1 = getTimer();
delayR1 = random(4) + 1;
this._x = -82;
} else {
if (_parent.gameLv > 6) {
this._x = this._x - (7 * _parent.poschk4);
} else {
this._x = this._x - ((_parent.gameLv + 1) * _parent.poschk4);
}
if (_parent.gameLv == 1) {
stoppos = "";
} else {
stoppos = random(4) + 1;
}
}
} else if ((this._x <= -50) && (this._x > -60)) {
StartTimerR1 = getTimer();
delayR1 = random(4) + 1;
this._x = -82;
}
if (this._x > 512) {
this._x = -82;
}
if ((this._x < 350) && (this._x > 347)) {
xyChk1 = random(2);
if (xyChk1 == 0) {
if (_parent.poschk4 == -1) {
this._x = 347;
this._xscale = 100;
_parent.poschk4 = 1;
} else {
this._x = 350;
this._xscale = -100;
_parent.poschk4 = -1;
}
}
}
if ((this._x < 153) && (this._x > 150)) {
xyChk1 = random(2);
if (xyChk1 == 0) {
if (_parent.poschk4 == -1) {
this._x = 150;
this._xscale = 100;
_parent.poschk4 = 1;
} else {
this._x = 153;
this._xscale = -100;
_parent.poschk4 = -1;
}
}
}
if (this._x == -82) {
TimeCountR1 = 0;
StartTimerR1_1 = getTimer();
if (TimeCountR1 <= 0) {
xyChk2 = random(2);
if (xyChk2 == 0) {
this._xscale = 100;
if (_parent.poschk4 == -1) {
_parent.poschk4 = 1;
}
this._x = 512;
} else {
this._xscale = -100;
this._x = -40;
_parent.poschk4 = -1;
}
}
}
}
}
};
Symbol 178 MovieClip [opnegirlMC4] Frame 1 (1.12 KiB) ●
stop();
StartTimer2 = getTimer();
delay1 = 1;
selchkk1 = random(3) + 1;
this.onEnterFrame = function () {
if (_parent.gamestart == "1") {
TimeCount1 = delay1 - int((getTimer() - StartTimer2) / 2000);
StartTimer3 = getTimer();
if (TimeCount1 <= 0) {
_parent.girlMC4._x = _parent.opnegirlMCxPos4;
if ((_parent.gameLv == 1) || (_parent.gameLv == 2)) {
_parent.enterFrameChk4 = 1;
this.removeMovieClip();
} else if ((_parent.gameLv == 3) || (_parent.gameLv == 4)) {
_parent[_parent.nameMC4].gotoAndStop(5);
_parent.girlMC4._alpha = 0;
gotoAndPlay (3);
} else if ((_parent.gameLv == 5) || (_parent.gameLv == 6)) {
if (selchkk1 == 2) {
_parent[_parent.nameMC4].gotoAndStop(5);
_parent.girlMC4._alpha = 0;
gotoAndPlay (2);
} else {
_parent[_parent.nameMC4].gotoAndStop(5);
_parent.girlMC4._alpha = 0;
gotoAndPlay (3);
}
} else {
_parent.wincurframe4 = _parent[_parent.nameMC4]._currentframe;
_parent[_parent.nameMC4].gotoAndStop(5);
_parent.girlMC4._alpha = 0;
gotoAndPlay (2);
}
delete onEnterFrame;
}
}
};
Symbol 178 MovieClip [opnegirlMC4] Frame 2 (273 B)
var iCount4 = (500 + _parent.itemCount4);
_parent.attachMovie("itembad" + random(7), ("itembad" + this._name) + iCount4, iCount4);
_parent[("itembad" + this._name) + iCount4]._x = this._x;
_parent[("itembad" + this._name) + iCount4]._y = this._y;
_parent.itemCount4++;
Symbol 178 MovieClip [opnegirlMC4] Frame 60 (93 B)
stop();
_parent.girlMC4._alpha = 100;
_parent.enterFrameChk4 = 1;
this.removeMovieClip();
Symbol 181 MovieClip [sopnegirlMC3] Frame 1 (4.77 KiB) ●
stop();
stoppos = random(4) + 1;
if (_parent.gameLv > 6) {
agugan = _parent.gameLv - 1;
} else {
agugan = 7;
}
this.swapDepths(14);
this.onEnterFrame = function () {
if (_parent.gamestart == "1") {
if (_parent.enterFrameChk3 == 1) {
if (stoppos == 1) {
if ((this._x < (402 + agugan)) && (this._x > 398)) {
this._x = -51;
_parent.nameMC3 = "win12";
if (_parent.poschk3 == -1) {
_parent.opnegirlMCxPos3 = 402 + agugan;
} else {
_parent.opnegirlMCxPos3 = 398 - agugan;
}
if ((_parent[_parent.nameMC3]._currentframe != 5) && (_parent["curframe" + _parent.nameMC3] != 5)) {
_parent["curframe" + _parent.nameMC3] = _parent[_parent.nameMC3]._currentframe;
}
_parent.attachMovie("opnegirlMC3", "opnegirlMC3", 15);
_parent.opnegirlMC3._x = 417;
_parent.opnegirlMC3._y = _parent.girlMC3y;
_parent.enterFrameChk3 = 0;
}
} else if (stoppos == 2) {
if ((this._x < (292 + agugan)) && (this._x > 288)) {
this._x = -51;
_parent.nameMC3 = "win11";
if (_parent.poschk3 == -1) {
_parent.opnegirlMCxPos3 = 292 + agugan;
} else {
_parent.opnegirlMCxPos3 = 288 - agugan;
}
if ((_parent[_parent.nameMC3]._currentframe != 5) && (_parent["curframe" + _parent.nameMC3] != 5)) {
_parent["curframe" + _parent.nameMC3] = _parent[_parent.nameMC3]._currentframe;
}
_parent.opnegirlMCxPos3 = 281;
_parent.attachMovie("opnegirlMC3", "opnegirlMC3", 15);
_parent.opnegirlMC3._x = 307;
_parent.opnegirlMC3._y = _parent.girlMC3y;
_parent.enterFrameChk3 = 0;
}
} else if (stoppos == 3) {
if ((this._x < (182 + agugan)) && (this._x > 178)) {
this._x = -51;
_parent.nameMC3 = "win10";
if (_parent.poschk3 == -1) {
_parent.opnegirlMCxPos3 = 182 + agugan;
} else {
_parent.opnegirlMCxPos3 = 178 - agugan;
}
if ((_parent[_parent.nameMC3]._currentframe != 5) && (_parent["curframe" + _parent.nameMC3] != 5)) {
_parent["curframe" + _parent.nameMC3] = _parent[_parent.nameMC3]._currentframe;
}
_parent.attachMovie("opnegirlMC3", "opnegirlMC3", 15);
_parent.opnegirlMC3._x = 197;
_parent.opnegirlMC3._y = _parent.girlMC3y;
_parent.enterFrameChk3 = 0;
}
} else if (stoppos == 4) {
if ((this._x < (72 + agugan)) && (this._x > 68)) {
this._x = -51;
_parent.nameMC3 = "win9";
if (_parent.poschk3 == -1) {
_parent.opnegirlMCxPos3 = 72 + agugan;
} else {
_parent.opnegirlMCxPos3 = 68 - agugan;
}
if ((_parent[_parent.nameMC3]._currentframe != 5) && (_parent["curframe" + _parent.nameMC3] != 5)) {
_parent["curframe" + _parent.nameMC3] = _parent[_parent.nameMC3]._currentframe;
}
_parent.attachMovie("opnegirlMC3", "opnegirlMC3", 15);
_parent.opnegirlMC3._x = 87;
_parent.opnegirlMC3._y = _parent.girlMC3y;
_parent.enterFrameChk3 = 0;
}
}
if ((this._x > -50) && (this._x <= 512)) {
if (this._x <= -49) {
StartTimerR1 = getTimer();
delayR1 = random(4) + 1;
this._x = -82;
} else {
if (_parent.gameLv > 6) {
this._x = this._x - (7 * _parent.poschk3);
} else {
this._x = this._x - ((_parent.gameLv + 1) * _parent.poschk3);
}
if (_parent.gameLv == 1) {
stoppos = "";
} else {
stoppos = random(4) + 1;
}
}
} else if ((this._x <= -50) && (this._x > -60)) {
StartTimerR1 = getTimer();
delayR1 = random(4) + 1;
this._x = -82;
}
if (this._x > 512) {
this._x = -82;
}
if ((this._x < 350) && (this._x > 347)) {
xyChk1 = random(2);
if (xyChk1 == 0) {
if (_parent.poschk3 == -1) {
this._x = 347;
this._xscale = 100;
_parent.poschk3 = 1;
} else {
this._x = 350;
this._xscale = -100;
_parent.poschk3 = -1;
}
}
}
if ((this._x < 153) && (this._x > 150)) {
xyChk1 = random(2);
if (xyChk1 == 0) {
if (_parent.poschk3 == -1) {
this._x = 150;
this._xscale = 100;
_parent.poschk3 = 1;
} else {
this._x = 153;
this._xscale = -100;
_parent.poschk3 = -1;
}
}
}
if (this._x == -82) {
TimeCountR1 = 0;
StartTimerR1_1 = getTimer();
if (TimeCountR1 <= 0) {
xyChk2 = random(2);
if (xyChk2 == 0) {
this._xscale = 100;
if (_parent.poschk3 == -1) {
_parent.poschk3 = 1;
}
this._x = 512;
} else {
this._xscale = -100;
this._x = -40;
_parent.poschk3 = -1;
}
}
}
}
}
};
Symbol 185 MovieClip [opnegirlMC3] Frame 1 (1.3 KiB) ●
stop();
StartTimer2 = getTimer();
delay1 = 1;
selchkk1 = random(3) + 1;
this.onEnterFrame = function () {
if (_parent.gamestart == "1") {
TimeCount1 = delay1 - int((getTimer() - StartTimer2) / 2000);
StartTimer3 = getTimer();
if (TimeCount1 <= 0) {
_parent.girlMC3._x = _parent.opnegirlMCxPos3;
if ((_parent.gameLv == 1) || (_parent.gameLv == 2)) {
_parent.enterFrameChk3 = 1;
this.removeMovieClip();
} else if (_parent.gameLv == 2) {
if (selchkk1 == 2) {
_parent[_parent.nameMC3].gotoAndStop(5);
_parent.girlMC3._alpha = 0;
gotoAndPlay (3);
} else {
_parent.enterFrameChk = 1;
this.removeMovieClip();
}
} else if ((_parent.gameLv == 3) || (_parent.gameLv == 4)) {
_parent[_parent.nameMC3].gotoAndStop(5);
_parent.girlMC3._alpha = 0;
gotoAndPlay (3);
} else if ((_parent.gameLv == 5) || (_parent.gameLv == 6)) {
if (selchkk1 == 2) {
_parent[_parent.nameMC3].gotoAndStop(5);
_parent.girlMC3._alpha = 0;
gotoAndPlay (2);
} else {
_parent[_parent.nameMC3].gotoAndStop(5);
_parent.girlMC3._alpha = 0;
gotoAndPlay (3);
}
} else {
_parent[_parent.nameMC3].gotoAndStop(5);
_parent.girlMC3._alpha = 0;
gotoAndPlay (2);
}
delete onEnterFrame;
}
}
};
Symbol 185 MovieClip [opnegirlMC3] Frame 2 (273 B)
var iCount3 = (400 + _parent.itemCount3);
_parent.attachMovie("itembad" + random(7), ("itembad" + this._name) + iCount3, iCount3);
_parent[("itembad" + this._name) + iCount3]._x = this._x;
_parent[("itembad" + this._name) + iCount3]._y = this._y;
_parent.itemCount3++;
Symbol 185 MovieClip [opnegirlMC3] Frame 60 (93 B)
stop();
_parent.girlMC3._alpha = 100;
_parent.enterFrameChk3 = 1;
this.removeMovieClip();
Symbol 188 MovieClip [sopnegirlMC2] Frame 1 (4.73 KiB) ●
stop();
stoppos = random(4) + 1;
if (_parent.gameLv > 6) {
agugan = _parent.gameLv - 1;
} else {
agugan = 7;
}
this.swapDepths(12);
this.onEnterFrame = function () {
if (_parent.gamestart == "1") {
if (_parent.enterFrameChk2 == 1) {
if (stoppos == 1) {
if ((this._x < (402 + agugan)) && (this._x > 398)) {
this._x = -51;
_parent.nameMC2 = "win8";
if (_parent.poschk2 == -1) {
_parent.opnegirlMCxPos2 = 402 + agugan;
} else {
_parent.opnegirlMCxPos2 = 398 - agugan;
}
if ((_parent[_parent.nameMC2]._currentframe != 5) && (_parent["curframe" + _parent.nameMC2] != 5)) {
_parent["curframe" + _parent.nameMC2] = _parent[_parent.nameMC2]._currentframe;
}
_parent.attachMovie("opnegirlMC2", "opnegirlMC2", 13);
_parent.opnegirlMC2._x = 417;
_parent.opnegirlMC2._y = _parent.girlMC2y;
_parent.enterFrameChk2 = 0;
}
} else if (stoppos == 2) {
if ((this._x < (292 + agugan)) && (this._x > 288)) {
this._x = -51;
_parent.nameMC2 = "win7";
if (_parent.poschk2 == -1) {
_parent.opnegirlMCxPos2 = 292 + agugan;
} else {
_parent.opnegirlMCxPos2 = 288 - agugan;
}
if ((_parent[_parent.nameMC2]._currentframe != 5) && (_parent["curframe" + _parent.nameMC2] != 5)) {
_parent["curframe" + _parent.nameMC2] = _parent[_parent.nameMC2]._currentframe;
}
_parent.attachMovie("opnegirlMC2", "opnegirlMC2", 13);
_parent.opnegirlMC2._x = 307;
_parent.opnegirlMC2._y = _parent.girlMC2y;
_parent.enterFrameChk2 = 0;
}
} else if (stoppos == 3) {
if ((this._x < (182 + agugan)) && (this._x > 178)) {
this._x = -51;
_parent.nameMC2 = "win6";
if (_parent.poschk2 == -1) {
_parent.opnegirlMCxPos2 = 182 + agugan;
} else {
_parent.opnegirlMCxPos2 = 178 - agugan;
}
if ((_parent[_parent.nameMC2]._currentframe != 5) && (_parent["curframe" + _parent.nameMC2] != 5)) {
_parent["curframe" + _parent.nameMC2] = _parent[_parent.nameMC2]._currentframe;
}
_parent.attachMovie("opnegirlMC2", "opnegirlMC2", 13);
_parent.opnegirlMC2._x = 197;
_parent.opnegirlMC2._y = _parent.girlMC2y;
_parent.enterFrameChk2 = 0;
}
} else if (stoppos == 4) {
if ((this._x < (72 + agugan)) && (this._x > 68)) {
this._x = -51;
_parent.nameMC2 = "win5";
if (_parent.poschk2 == -1) {
_parent.opnegirlMCxPos2 = 72 + agugan;
} else {
_parent.opnegirlMCxPos2 = 68 - agugan;
}
if ((_parent[_parent.nameMC2]._currentframe != 5) && (_parent["curframe" + _parent.nameMC2] != 5)) {
_parent["curframe" + _parent.nameMC2] = _parent[_parent.nameMC2]._currentframe;
}
_parent.attachMovie("opnegirlMC2", "opnegirlMC2", 13);
_parent.opnegirlMC2._x = 87;
_parent.opnegirlMC2._y = _parent.girlMC2y;
_parent.enterFrameChk2 = 0;
}
}
if ((this._x > -50) && (this._x <= 512)) {
if (this._x <= -49) {
StartTimerR1 = getTimer();
delayR1 = random(4) + 1;
this._x = -82;
} else {
if (_parent.gameLv > 6) {
this._x = this._x - (7 * _parent.poschk2);
} else {
this._x = this._x - ((_parent.gameLv + 1) * _parent.poschk2);
}
if (_parent.gameLv == 1) {
stoppos = "";
} else {
stoppos = random(4) + 1;
}
}
} else if ((this._x <= -50) && (this._x > -60)) {
StartTimerR1 = getTimer();
delayR1 = random(4) + 1;
this._x = -82;
}
if (this._x > 512) {
this._x = -82;
}
if ((this._x < 100) && (this._x > 97)) {
xyChk1 = random(2);
if (xyChk1 == 0) {
if (_parent.poschk2 == -1) {
this._x = 97;
this._xscale = 100;
_parent.poschk2 = 1;
} else {
this._x = 100;
this._xscale = -100;
_parent.poschk2 = -1;
}
}
}
if ((this._x < 253) && (this._x > 250)) {
xyChk1 = random(2);
if (xyChk1 == 0) {
if (_parent.poschk2 == -1) {
this._x = 250;
this._xscale = 100;
_parent.poschk2 = 1;
} else {
this._x = 253;
this._xscale = -100;
_parent.poschk2 = -1;
}
}
}
if (this._x == -82) {
TimeCountR1 = 0;
StartTimerR1_1 = getTimer();
if (TimeCountR1 <= 0) {
xyChk2 = random(2);
if (xyChk2 == 0) {
this._xscale = 100;
if (_parent.poschk2 == -1) {
_parent.poschk2 = 1;
}
this._x = 512;
} else {
this._xscale = -100;
this._x = -40;
_parent.poschk2 = -1;
}
}
}
}
}
};
Symbol 192 MovieClip [opnegirlMC2] Frame 1 (1.41 KiB) ●
stop();
StartTimer2 = getTimer();
delay1 = 1;
selchkk1 = random(3) + 1;
this.onEnterFrame = function () {
if (_parent.gamestart == "1") {
TimeCount1 = delay1 - int((getTimer() - StartTimer2) / 2000);
StartTimer3 = getTimer();
if (TimeCount1 <= 0) {
_parent.girlMC2._x = _parent.opnegirlMCxPos2;
if (_parent.gameLv == 1) {
_parent.enterFrameChk2 = 1;
this.removeMovieClip();
} else if (_parent.gameLv == 2) {
if (selchkk1 == 2) {
_parent[_parent.nameMC2].gotoAndStop(5);
_parent.girlMC2._alpha = 0;
gotoAndPlay (3);
} else {
_parent.enterFrameChk2 = 1;
this.removeMovieClip();
}
} else if ((_parent.gameLv == 3) || (_parent.gameLv == 4)) {
_parent[_parent.nameMC2].gotoAndStop(5);
_parent.girlMC2._alpha = 0;
gotoAndPlay (3);
} else if ((_parent.gameLv == 5) || (_parent.gameLv == 6)) {
if (selchkk1 == 2) {
_parent.wincurframe2 = _parent[_parent.nameMC2]._currentframe;
_parent[_parent.nameMC2].gotoAndStop(5);
_parent.girlMC2._alpha = 0;
gotoAndPlay (2);
} else {
_parent[_parent.nameMC2].gotoAndStop(5);
_parent.girlMC2._alpha = 0;
gotoAndPlay (3);
}
} else {
_parent.wincurframe2 = _parent[_parent.nameMC2]._currentframe;
_parent[_parent.nameMC2].gotoAndStop(5);
_parent.girlMC2._alpha = 0;
gotoAndPlay (2);
}
delete onEnterFrame;
}
}
};
Symbol 192 MovieClip [opnegirlMC2] Frame 2 (273 B)
var iCount2 = (300 + _parent.itemCount2);
_parent.attachMovie("itembad" + random(7), ("itembad" + this._name) + iCount2, iCount2);
_parent[("itembad" + this._name) + iCount2]._x = this._x;
_parent[("itembad" + this._name) + iCount2]._y = this._y;
_parent.itemCount2++;
Symbol 192 MovieClip [opnegirlMC2] Frame 60 (93 B)
stop();
_parent.girlMC2._alpha = 100;
_parent.enterFrameChk2 = 1;
this.removeMovieClip();
Symbol 199 MovieClip [opnegirlMC1] Frame 1 (1.27 KiB) ●
stop();
StartTimer2 = getTimer();
delay1 = 1;
selchkk1 = random(3) + 1;
this.onEnterFrame = function () {
if (_parent.gamestart == "1") {
TimeCount1 = delay1 - int((getTimer() - StartTimer2) / 2000);
StartTimer3 = getTimer();
if (TimeCount1 <= 0) {
_parent.girlMC._x = _parent.opnegirlMCxPos;
if (_parent.gameLv == 1) {
_parent.enterFrameChk = 1;
this.removeMovieClip();
} else if (_parent.gameLv == 2) {
if (selchkk1 == 2) {
_parent[_parent.nameMC1].gotoAndStop(5);
_parent.girlMC._alpha = 0;
gotoAndPlay (3);
} else {
_parent.enterFrameChk = 1;
this.removeMovieClip();
}
} else if ((_parent.gameLv == 3) || (_parent.gameLv == 4)) {
_parent[_parent.nameMC1].gotoAndStop(5);
_parent.girlMC._alpha = 0;
gotoAndPlay (3);
} else if ((_parent.gameLv == 5) || (_parent.gameLv == 6)) {
if (selchkk1 == 2) {
_parent[_parent.nameMC1].gotoAndStop(5);
_parent.girlMC._alpha = 0;
gotoAndPlay (2);
} else {
_parent[_parent.nameMC1].gotoAndStop(5);
_parent.girlMC._alpha = 0;
gotoAndPlay (3);
}
} else {
_parent[_parent.nameMC1].gotoAndStop(5);
_parent.girlMC._alpha = 0;
gotoAndPlay (2);
}
delete onEnterFrame;
}
}
};
Symbol 199 MovieClip [opnegirlMC1] Frame 2 (273 B)
var iCount1 = (200 + _parent.itemCount1);
_parent.attachMovie("itembad" + random(7), ("itembad" + this._name) + iCount1, iCount1);
_parent[("itembad" + this._name) + iCount1]._x = this._x;
_parent[("itembad" + this._name) + iCount1]._y = this._y;
_parent.itemCount1++;
Symbol 199 MovieClip [opnegirlMC1] Frame 60 (91 B)
stop();
_parent.girlMC._alpha = 100;
_parent.enterFrameChk = 1;
this.removeMovieClip();
Symbol 211 MovieClip [MC_count] Frame 63 (50 B)
stop();
_parent.init();
this.removeMovieClip();
Symbol 222 MovieClip [lossMC] Frame 5 (29 B)
stop();
_parent.exefunc(2);
Symbol 231 MovieClip [winMC] Frame 5 (29 B)
stop();
_parent.exefunc(1);
Symbol 236 MovieClip Frame 1 (8 B)
stop();
Symbol 236 MovieClip Frame 13 (49 B)
stop();
_parent._parent._parent.spacechk = "1";
Symbol 258 Button (336 B)
on (release) {
_parent.attachMovie("MC_count", "MC_count", 110);
_parent.MC_count._x = 250;
_parent.MC_count._y = 180;
_parent.MC_help.removeMovieClip();
}
on (keyPress "<Space>") {
_parent.attachMovie("MC_count", "MC_count", 110);
_parent.MC_count._x = 250;
_parent.MC_count._y = 180;
_parent.MC_help.removeMovieClip();
}
Symbol 260 Button (142 B)
on (release) {
loadVar = new LoadVars();
loadVar.CP = 1;
loadVar.send("http://www.fun2fun.co.kr/CpClick.asp?CP=1&", loadVar, "POST");
}
Symbol 284 MovieClip Frame 1 (149 B)
stop();
_parent[_name].swapDepths(65 + Number(substring(_name, 4, -1)));
if (_name == "win9") {
gotoAndStop (4);
} else {
gotoAndStop (4);
}
Symbol 284 MovieClip Frame 2 (509 B)
stop();
this["StartTimer2" + _parent._name] = getTimer();
this["delay2" + _parent._name] = random(5) + 1;
_parent["curframe" + _name] = 2;
_parent["curframechk" + _name] == 0;
this.onEnterFrame = function () {
if (_parent.gamestart == "1") {
this["TimeCount2 " + _parent._name] = this["delay2" + _parent._name] - int((getTimer() - this["StartTimer2" + _parent._name]) / 2000);
this["StartTimer2_1" + _parent._name] = getTimer();
if (this["TimeCount2 " + _parent._name] <= 0) {
}
}
};
Symbol 284 MovieClip Frame 3 (584 B)
stop();
this["StartTimer3" + _parent._name] = getTimer();
this["delay3" + _parent._name] = random(5) + 1;
_parent["curframe" + _name] = 3;
_parent["curframechk" + _name] == 0;
this.onEnterFrame = function () {
if (_parent.gamestart == "1") {
this["TimeCount3 " + _parent._name] = this["delay3" + _parent._name] - int((getTimer() - this["StartTimer3" + _parent._name]) / 2000);
this["StartTimer3_1" + _parent._name] = getTimer();
if (this["TimeCount3 " + _parent._name] <= 0) {
this["StartTimer3" + _parent._name] = getTimer();
gotoAndStop (4);
}
}
};
Instance of Symbol 282 MovieClip "dwin1" in Symbol 284 MovieClip Frame 3 (415 B)
onClipEvent (enterFrame) {
if (this.hitTest(_parent._parent.clearmanMC.clearman.clearmanmove.winhitMC)) {
_parent["cCnt0" + _parent._name] = 1;
_parent._parent.timebgMC.nToScore++;
_parent._parent.timebgMC.nToJumsu = _parent._parent.timebgMC.nToJumsu + 10;
if (_parent._parent.timebgMC.nToScore >= _parent._parent.timebgMC.nTaScore) {
_parent._parent.gameresult(1);
}
_parent.gotoAndStop(2);
}
}
Symbol 284 MovieClip Frame 4 (80 B)
stop();
_parent["curframe" + _name] = 4;
_parent["curframechk" + _name] == 0;
Instance of Symbol 282 MovieClip "dwin2" in Symbol 284 MovieClip Frame 4 (177 B)
onClipEvent (enterFrame) {
if (this.hitTest(_parent._parent.clearmanMC.clearman.clearmanmove.winhitMC)) {
_parent["cCnt1" + _parent._name] = 1;
_parent.gotoAndStop(3);
}
}
Symbol 284 MovieClip Frame 5 (742 B)
stop();
if (_parent.soundChk == 1) {
_parent.playSnd("openwinSnd");
}
this["StartTimer" + _name] = getTimer();
if (_parent.gameLv > 4) {
this["delay" + _name] = 1;
} else {
this["delay" + _name] = 2;
}
this.onEnterFrame = function () {
if (_parent.gamestart == "1") {
this["TimeCount " + _name] = this["delay" + _name] - int((getTimer() - this["StartTimer" + _name]) / 2000);
this["StartTimer1" + _name] = getTimer();
if (this["TimeCount " + _name] <= 0) {
_parent.clearmanMC.swapDepths(101);
_parent[_name].swapDepths(100);
this["StartTimer" + _name] = getTimer();
_parent["curframechk" + _name] == 1;
gotoAndStop(_parent["curframe" + _name]);
_parent["aacc" + _name] = "";
}
}
};
Instance of Symbol 282 MovieClip "dwin2" in Symbol 284 MovieClip Frame 5 (243 B)
onClipEvent (enterFrame) {
if (this.hitTest(_parent._parent.clearmanMC.clearman.clearmanmove.winhitmanMC)) {
_parent._parent.gameresult(2);
_parent._parent.clearmanMC.swapDepths(100);
_parent._parent[_parent._name].swapDepths(101);
}
}
Symbol 293 MovieClip Frame 1 (8 B)
stop();
Symbol 293 MovieClip Frame 28 (56 B)
stop();
_parent._parent.gamereMC(2);
gotoAndStop (1);
Symbol 307 MovieClip Frame 1 (8 B)
stop();
Symbol 314 MovieClip Frame 1 (8 B)
stop();
Symbol 314 MovieClip Frame 2 (8 B)
stop();