Frame 1
function sendScore() {
this.createEmptyMovieClip("sendOb", 10);
sendOb.gCode = 9;
sendob.score = _global.score;
scoreURL = "/servlet/trid.game.GameResultServlet";
sendOb.onData = function () {
this.removeMovieClip();
};
}
levelup = 0;
originallevel = "11";
if (!originallevel) {
originallevel = userlevel.split("")[0];
userlevel = userlevel.split("")[1];
}
stopAllSounds();
porr = new Sound();
porr.attachSound("porr");
niceplay = new Sound();
niceplay.attachSound("niceplay");
for (i in _root) {
_root[i].removeMovieClip();
}
stop();
Frame 2
targetFrame = "title";
_global.stg = 1;
_global.score = 0;
doorTiming1 = 20;
stgRan = 5;
eDepth = 730;
eSpeed = 22;
_global.limit = 2;
_global.moneyTiming = 5;
movieclip.prototype.depthChange = function (mc1, mc2) {
if (mc1._y > mc2._y) {
if (mc1.dep < mc2.dep) {
mc1.swapDepths(mc2);
var temp = mc1.dep;
mc1.dep = mc2.dep;
mc2.dep = temp;
}
} else if (mc1._y < mc2._y) {
if (mc1.dep > mc2.dep) {
mc1.swapDepths(mc2);
var temp = mc1.dep;
mc1.dep = mc2.dep;
mc2.dep = temp;
}
}
};
gotoAndStop (17);
stop();
Frame 8
targetFrame = "title";
stop();
Frame 17
stop();
sta = 2;
Frame 18
_root.createEmptyMovieClip("itemOb", 10);
itemOb.uitem5 = uitem5;
itemOb.gCode = gCode;
itemOb.userkey = userkey;
ii = 1;
while (ii <= 5) {
if (_root["item" + ii] == 1) {
itemOb["item" + ii] = 1;
isItem = 1;
}
ii++;
}
itemOb.loadVariables(itemURL, "POST");
itemOb.onData = function () {
if (this.userTemp) {
if (_root.isItem) {
if (item1) {
scItem = "\"\uD654\uBA74 \uD074\uB9AC\uC5B4\"";
}
getURL (("javascript:item_use_chk_ok(" + scItem) + ");");
_root.isItem = 0;
_root.gotoAndStop("itemView");
} else {
getURL ("javascript:item_use_chk_ok(0);");
start = getTimer() / 1000;
scoretime = getTimer() / 1000;
_root.gotoAndStop("game");
}
} else {
getURL ("javascript:not_logon();");
_root.gotoAndStop("loading");
}
};
Instance of Symbol 151 MovieClip "itemM1" in Frame 18
onClipEvent (load) {
this._visible = 0;
}
Instance of Symbol 151 MovieClip "itemM2" in Frame 18
onClipEvent (load) {
this._visible = 0;
}
Instance of Symbol 151 MovieClip "itemM3" in Frame 18
onClipEvent (load) {
this._visible = 0;
}
Frame 19
jj = 0;
ii = 1;
while (ii <= 5) {
if (_root["item" + ii] == 1) {
jj++;
_root["itemM" + jj].gotoAndStop(ii + 1);
_root["itemM" + jj].timing = jj * 5;
_root["itemM" + jj].onEnterFrame = function () {
this.i++;
if (this.i == this.timing) {
this._visible = 1;
}
};
}
ii++;
}
this.onEnterFrame = function () {
this.kk++;
if (this.kk == 30) {
delete this.kk;
this.onEnterFrame = null;
start = getTimer() / 1000;
scoretime = getTimer() / 1000;
this.gotoAndStop("game");
}
};
if (_root.item1 == 1) {
_root.item1Life = 3;
}
Frame 25
gotoAndPlay (40);
Frame 33
stop();
Frame 40
rKeyD = 0;
lKeyD = 0;
uKeyD = 0;
dKeyD = 0;
cupD = 300;
tableBeer = [[], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], []];
_global.gameStart = 0;
_global.gameOver = 0;
_global.time1 = getTimer();
limit = 0;
pubS = 0;
stop();
bgm = new Sound();
bgm.attachSound("bgm");
bgm.start(0, 999);
Instance of Symbol 177 MovieClip "door1" in Frame 40
onClipEvent (load) {
i = 0;
num = 1;
time = _parent.doorTiming - 2;
}
onClipEvent (enterFrame) {
if ((_global.gameStart && (!_global.gameClear)) && (!_global.gameOver)) {
time++;
if (time == _parent.doorTiming1) {
ran1 = random(4) + 1;
if ((_global.stg > 3) || (_root.userLevel > 1)) {
ran2 = random(4) + 1;
if ((_global.stg > 5) || (_root.userLevel > 1)) {
ran3 = random(4) + 1;
}
}
_parent["door" + ran1].out = 0;
_parent["door" + ran1].gotoAndPlay(2);
if ((_global.stg > 2) || (_root.userLevel > 1)) {
if (random(3) == 1) {
_parent["door" + ran2].out = 0;
_parent["door" + ran2].gotoAndPlay(2);
}
if (_global.stg > 4) {
if (random(5) == 1) {
_parent["door" + ran3].out = 0;
_parent["door" + ran3].gotoAndPlay(2);
}
}
}
}
}
}
Instance of Symbol 177 MovieClip "door2" in Frame 40
onClipEvent (load) {
i = 0;
num = 2;
}
Instance of Symbol 177 MovieClip "door3" in Frame 40
onClipEvent (load) {
i = 0;
num = 3;
}
Instance of Symbol 177 MovieClip "door4" in Frame 40
onClipEvent (load) {
i = 0;
num = 4;
}
Instance of Symbol 191 MovieClip "beer1" in Frame 40
onClipEvent (load) {
this.swapDepths(1001);
this._visible = 0;
}
Instance of Symbol 191 MovieClip "beer2" in Frame 40
onClipEvent (load) {
this.swapDepths(1002);
this._visible = 0;
}
Instance of Symbol 191 MovieClip "beer3" in Frame 40
onClipEvent (load) {
this.swapDepths(1003);
this._visible = 0;
}
Instance of Symbol 191 MovieClip "beer4" in Frame 40
onClipEvent (load) {
this.swapDepths(1004);
this._visible = 0;
}
Instance of Symbol 193 MovieClip "s1" in Frame 40
onClipEvent (load) {
this.swapDepths(1005);
}
Instance of Symbol 193 MovieClip "s2" in Frame 40
onClipEvent (load) {
this.swapDepths(1006);
}
Instance of Symbol 193 MovieClip "s3" in Frame 40
onClipEvent (load) {
this.swapDepths(1007);
}
Instance of Symbol 193 MovieClip "s4" in Frame 40
onClipEvent (load) {
this.swapDepths(1008);
}
Instance of Symbol 204 MovieClip in Frame 40
onClipEvent (load) {
this.swapDepths(1020);
}
Instance of Symbol 217 MovieClip "ptsView" in Frame 40
onClipEvent (load) {
this.swapDepths(1100);
}
Instance of Symbol 230 MovieClip "stgMovie" in Frame 40
onClipEvent (load) {
function stgView(stg) {
if (_global.stg < 10) {
gotoAndStop (1);
num.gotoAndStop(_global.stg + 1);
} else {
gotoAndStop (2);
num.s1.gotoAndStop((_global.stg % 10) + 1);
num.s10.gotoAndStop(Math.floor(_global.stg / 10) + 1);
}
}
this.swapDepths(1600);
stop();
stgView();
}
Instance of Symbol 233 MovieClip "item1Num1" in Frame 40
onClipEvent (load) {
if (_root.item1 && (_root.item1Life >= 1)) {
this._visible = 1;
} else {
this._visible = 0;
}
}
Instance of Symbol 233 MovieClip "item1Num2" in Frame 40
onClipEvent (load) {
if (_root.item1 && (_root.item1Life >= 2)) {
this._visible = 1;
} else {
this._visible = 0;
}
}
Instance of Symbol 233 MovieClip "item1Num3" in Frame 40
onClipEvent (load) {
if (_root.item1 && (_root.item1Life >= 3)) {
this._visible = 1;
} else {
this._visible = 0;
}
}
Instance of Symbol 237 MovieClip "money1" in Frame 40
onClipEvent (load) {
moneysnd = new Sound(this);
moneysnd.attachSound("moneysnd");
moneysnd.setVolume(150);
}
onClipEvent (enterFrame) {
if (this._name != "money1") {
i++;
if (i == 96) {
this.removeMovieClip();
}
if (this._parent.player.walkA >= 7) {
if ((this._parent.player._x == 75) && (this._x == 54)) {
moneysnd.start();
_global.score = _global.score + 1000;
this._parent.ptsView.scoreView();
this._parent.ptsView._visible = 1;
_parent.limit++;
if (_parent.limit >= _global.limit) {
_global.gameStart = 0;
_parent.clearM.play();
_parent.clearM.swapDepths(10000);
_parent.clearM._x = 200;
_parent.clearM._y = 120;
}
this.removeMovieClip();
}
}
}
}
Instance of Symbol 237 MovieClip "money2" in Frame 40
onClipEvent (load) {
moneysnd = new Sound(this);
moneysnd.attachSound("moneysnd");
moneysnd.setVolume(150);
}
onClipEvent (enterFrame) {
if (this._name != "money2") {
i++;
if (i == 96) {
this.removeMovieClip();
}
if (this._parent.player.walkA >= 7) {
if ((this._parent.player._x == 165) && (this._x == 142)) {
moneysnd.start();
_global.score = _global.score + 1000;
this._parent.ptsView.scoreView();
this._parent.ptsView._visible = 1;
_parent.limit++;
if (_parent.limit >= _global.limit) {
_global.gameStart = 0;
_parent.clearM.play();
_parent.clearM.swapDepths(10000);
_parent.clearM._x = 200;
_parent.clearM._y = 120;
}
this.removeMovieClip();
}
}
}
}
Instance of Symbol 237 MovieClip "money3" in Frame 40
onClipEvent (load) {
moneysnd = new Sound(this);
moneysnd.attachSound("moneysnd");
moneysnd.setVolume(150);
}
onClipEvent (enterFrame) {
if (this._name != "money3") {
i++;
if (i == 96) {
this.removeMovieClip();
}
if (this._parent.player.walkA >= 7) {
if ((this._parent.player._x == 255) && (this._x == 232)) {
moneysnd.start();
_global.score = _global.score + 1000;
this._parent.ptsView.scoreView();
this._parent.ptsView._visible = 1;
_parent.limit++;
if (_parent.limit >= _global.limit) {
_global.gameStart = 0;
_parent.clearM.play();
_parent.clearM.swapDepths(10000);
_parent.clearM._x = 200;
_parent.clearM._y = 120;
}
this.removeMovieClip();
}
}
}
}
Instance of Symbol 237 MovieClip "money4" in Frame 40
onClipEvent (load) {
moneysnd = new Sound(this);
moneysnd.attachSound("moneysnd");
moneysnd.setVolume(150);
}
onClipEvent (enterFrame) {
if (this._name != "money4") {
i++;
if (i == 96) {
this.removeMovieClip();
}
if (this._parent.player.walkA >= 7) {
if ((this._parent.player._x == 345) && (this._x == 322)) {
moneysnd.start();
_global.score = _global.score + 1000;
this._parent.ptsView.scoreView();
this._parent.ptsView._visible = 1;
_parent.limit++;
if (_parent.limit >= _global.limit) {
_global.gameStart = 0;
_parent.clearM.play();
_parent.clearM.swapDepths(10000);
_parent.clearM._x = 200;
_parent.clearM._y = 120;
}
this.removeMovieClip();
}
}
}
}
Instance of Symbol 311 MovieClip in Frame 40
onClipEvent (load) {
this.swapDepths(1599);
}
Frame 41
_global.gameStart = 1;
Instance of Symbol 337 MovieClip "player" in Frame 41
onClipEvent (load) {
function dm(targ) {
depth++;
targ.duplicateMovieClip("beer" + depth, depth);
_parent["beer" + depth].gotoAndStop(3);
_parent["beer" + depth]._y = 262;
_parent["beer" + depth].onEnterFrame = function () {
if (((!_global.gameOver) && (!_global.gameClear)) && (_global.gameStart)) {
if (this._y > 64) {
this._y = this._y - 14;
} else if (this._y <= 64) {
_global.gameOver = 1;
this._parent.player.gotoAndStop("deadL");
this.gotoAndStop(4);
}
}
};
if (depth == 40) {
depth = 20;
}
}
_parent.createEmptyMovieClip("getjuicesndMovie", 100);
getjuicesnd = new Sound("_parent.getjuicesndMovie");
getjuicesnd.attachSound("getjuicesnd");
movesnd = new Sound(this);
movesnd.attachSound("movesnd");
movesnd.setVolume(30);
this._x = 75;
walkA = 0;
this.swapDepths(999);
location = 1;
depth = 20;
}
onClipEvent (keyDown) {
if ((_global.gameStart && (!_global.gameClear)) && (!_global.gameOver)) {
if ((Key.getCode() == 13) && (_root.item1 == 1)) {
if ((_root.item1Life > 0) && (!_root.cleaner)) {
_root["item1Num" + _root.item1Life]._visible = 0;
_root.item1Life = _root.item1Life - 1;
_root.cleaners.ok = 1;
if (_root.item1Life <= 0) {
_root.item1 = 0;
}
}
}
if ((((Key.getCode() == 39) && (location < 4)) && (!walk)) && (!rKeyD)) {
movesnd.start();
rKeyD = 1;
r = 1;
l = 0;
sending = 0;
upper = 0;
getAmount = 0;
getting = 0;
_parent["beer" + location]._visible = 0;
this.gotoAndStop("wR");
location++;
this._x = this._x + 90;
}
if ((((Key.getCode() == 37) && (location > 1)) && (!walk)) && (!lKeyD)) {
movesnd.start();
lKeyD = 1;
l = 1;
r = 0;
sending = 0;
upper = 0;
getAmount = 0;
getting = 0;
_parent["beer" + location]._visible = 0;
this.gotoAndStop("wL");
location--;
this._x = this._x - 90;
}
if (Key.getCode() == 32) {
if (upper && (!sending)) {
if (getAmount > 0) {
getjuicesnd.start();
this.gotoAndPlay("send");
dm(_parent["beerCup" + location]);
getAmount--;
}
} else if (!sending) {
_parent["s" + location].play();
if (getting) {
getjuicesnd.start();
_parent["beer" + location].nextFrame();
get = 1;
getting = 0;
getAmount++;
} else {
getjuicesnd.start();
_parent["beer" + location].gotoAndStop(1);
getting = 1;
}
this.gotoAndStop("get");
_parent["beer" + location]._visible = 1;
}
}
if ((Key.getCode() == 38) && (!uKeyD)) {
trace(this._x);
uKeyD = 1;
if (upper) {
this.gotoAndStop("walk");
if (walk) {
if (walkA < 7) {
movesnd.start();
push = 1;
walkA++;
_y = (_y - 26);
if ((walkA % 2) == 1) {
walkFace.nextFrame();
} else {
walkFace.prevFrame();
}
}
} else {
movesnd.start();
walk = 1;
}
} else {
upper = 1;
getting = 0;
_parent["beer" + location]._visible = 0;
if (getAmount > 0) {
movesnd.start();
this.gotoAndStop("beforeSend");
} else {
movesnd.start();
this.gotoAndStop("send");
}
}
}
if ((Key.getCode() == 40) && (!dKeyD)) {
dKeyD = 1;
if (upper) {
if (walk) {
this.gotoAndStop("walk2");
if (walkA > 0) {
movesnd.start();
push1 = 1;
walkA--;
_y = (_y + 26);
if ((walkA % 2) == 1) {
walkFace.nextFrame();
} else {
walkFace.prevFrame();
}
} else if (walkA == 0) {
movesnd.start();
gotoAndStop (1);
sending = 0;
r = 0;
l = 1;
walk = 0;
upper = 0;
}
} else {
upper = 0;
if (getAmount > 0) {
movesnd.start();
gotoAndStop (1);
_parent["beer" + location]._visible = 1;
} else {
movesnd.start();
sending = 0;
r = 0;
l = 1;
this.gotoAndStop("wL");
}
}
}
}
}
}
onClipEvent (keyUp) {
if (Key.getCode() == 38) {
uKeyD = 0;
}
if (Key.getCode() == 40) {
dKeyD = 0;
}
if (Key.getCode() == 37) {
lKeyD = 0;
}
if (Key.getCode() == 39) {
rKeyD = 0;
}
}
Instance of Symbol 340 MovieClip "cleaners" in Frame 41
onClipEvent (enterFrame) {
if (ok) {
trace("ok");
ok = 0;
this.duplicateMovieClip("cleaner", 40000);
_parent.cleaner.starts = 1;
_parent.cleaner.onEnterFrame = function () {
if (this.starts) {
this._y = this._y - 50;
} else {
this._y = this._y + 50;
if (this._y > 1000) {
this.removeMovieClip();
}
}
if (this._y <= 170) {
this.starts = 0;
}
};
}
}
Frame 48
for (i in _root) {
if (_root[i]._name != "interfamce") {
_root[i].removeMovieClip();
}
}
_global.stg++;
if ((_global.stg != 3) && (_global.stg != 5)) {
if (doorTiming > 10) {
doorTiming1 = doorTiming1 - 2;
}
}
_global.limit = _global.limit + 1;
if ((_global.stg != 3) && (_global.stg != 5)) {
if (espeed > 4) {
eSpeed = eSpeed - 2;
}
}
gotoAndPlay (40);
Instance of Symbol 495 MovieClip in Frame 48
onClipEvent (load) {
if (this._name != "ptsView") {
this.duplicateMovieClip("ptsView", 2000);
_parent.ptsView._y = 310;
_parent.ptsView._visible = 0;
_parent.ptsView.scoreView = function () {
this.i = 0;
this.score.scoreView();
};
_parent.ptsView.onEnterFrame = function () {
this._x = this._parent.player._x;
this._y = this._parent.player._y - 46;
if (this._parent.player.upper == 1) {
this._y = this._parent.player._y - 86;
}
if (this._visible == 1) {
this.i++;
if (this.i >= 10) {
this._visible = 0;
this.i = 0;
}
}
};
}
}
Instance of Symbol 217 MovieClip "ptsView" in Frame 48
onClipEvent (load) {
}
Instance of Symbol 519 MovieClip "dancer" in Frame 48
onClipEvent (mouseDown) {
}
onClipEvent (keyDown) {
if (Key.getCode() == 32) {
}
}
Frame 55
for (i in _root) {
_root[i].removeMovieClip();
}
gotoAndStop (1);
Symbol 20 MovieClip Frame 8
if (_root.getBytesLoaded() >= _root.getBytesTotal()) {
} else {
stop();
loadingbar.onEnterFrame = function () {
trace(this._x);
this._x = (((_root.getBytesLoaded() * 100) / _root.getBytesTotal()) * 1.47) + -143.7;
if (_root.getBytesLoaded() >= _root.getBytesTotal()) {
this._parent.gotoAndPlay("loadingOk");
this.onEnterFrame = null;
}
};
}
Symbol 20 MovieClip Frame 24
_parent.gotoAndPlay("loading_ok");
Symbol 21 MovieClip Frame 14
if (_global.reGameStart) {
gotoAndPlay(_currentframe + 2);
} else {
_global.reGameStart = 1;
}
Symbol 21 MovieClip Frame 15
stop();
Symbol 21 MovieClip Frame 26
_root.gotoAndStop("logo");
Symbol 28 MovieClip Frame 23
_parent.gotoAndPlay(_parent.targetFrame);
Symbol 33 Button
on (release, keyPress "<Enter>") {
gotoAndPlay(targetFrame);
}
Symbol 130 Button
on (release) {
if (!click) {
item1 = uitem1;
item2 = uitem2;
item3 = uitem3;
item4 = uitem4;
_global.score = 0;
_global.betting = 0;
click = 1;
i = 0;
((snd_startBtn = new Sound())).attachSound("click");
snd_startBtn.start();
_root.onEnterFrame = function () {
trace(i);
i++;
if (i == 6) {
itemOb.userTemp = 1;
delete i;
delete click;
_root.onEnterFrame = null;
gotoAndStop (40);
}
};
}
}
Symbol 133 Button
on (release) {
gotoAndStop (34);
}
Symbol 136 Button
on (release) {
getURL ("http://www.puppyred.com", "_blank");
}
Symbol 151 MovieClip Frame 1
stop();
Symbol 171 Button
on (release, keyPress "<Enter>") {
gotoAndPlay (17);
}
Symbol 177 MovieClip Frame 1
stop();
Symbol 177 MovieClip Frame 2
if (!out) {
_parent.eDepth--;
_parent.enemy.duplicateMovieClip("enemy" + _parent.eDepth, _parent.eDepth);
_parent["enemy" + _parent.eDepth].dep = _parent.eDepth;
_parent["enemy" + _parent.eDepth].xdep = this.num;
_parent["enemy" + _parent.eDepth]._x = 82 + (90 * (this.num - 1));
_parent["enemy" + _parent.eDepth]._y = 50;
_parent["enemy" + _parent.eDepth].gotoAndStop(random(4) + 1);
_parent["enemy" + _parent.eDepth].onEnterFrame = function () {
if ((!_global.gameOver) && (_global.gameStart)) {
i = 731;
while (i > 700) {
_root.depthChange(_root["enemy" + i], this);
i--;
}
if (this.hitTest(this._parent.cleaner)) {
this.notCleaner = 1;
this._y = this._y - 50;
if (this._y <= 0) {
this.removeMovieClip();
}
}
if (this.hitTest(this._parent.mask) && (!this.notCleaner)) {
this._parent.pubS++;
if (this._parent.pubS == _global.moneyTiming) {
this._parent.pubS = 0;
this._parent.cupD++;
this._parent["money" + (((this._x - 82) / 90) + 1)].duplicateMovieClip("money" + this._parent.cupD, this._parent.cupD);
this._parent["money" + this._parent.cupD]._y = 65;
}
_global.score = _global.score + 100;
this._parent.ptsView.scoreView();
this._parent.ptsView._visible = 1;
if (random(3) == 0) {
this._parent.cupD++;
this._parent["beerCup" + (((this._x - 82) / 90) + 1)].duplicateMovieClip("beerCup" + this._parent.cupD, this._parent.cupD);
this._parent["beerCup" + this._parent.cupD]._y = 65;
this._parent["beerCup" + this._parent.cupD].onEnterFrame = function () {
if (((!_global.gameOver) && (!_global.gameClear)) && (_global.gameStart)) {
this._y = this._y + 14;
if (this._y >= 247) {
if (this.hitTest(this._parent.player) && (this._parent.player.upper)) {
this._parent.player.gotoAndPlay("catch");
this.removeMovieClip();
} else if (this._y >= 290) {
this.gotoAndStop(4);
_global.gameOver = 1;
this._parent.player.gotoAndStop("deadL");
}
}
}
};
}
this.removeMovieClip();
}
if (!this.drinking) {
if (this._y >= 177) {
this.enemy.gotoAndStop("angry");
} else {
this.enemy.gotoAndStop(1);
}
i = 21;
while (i < 41) {
if (this.hitTest(this._parent["beer" + i])) {
this.drinking = 1;
this.enemy.gotoAndPlay("drink");
this._parent["beer" + i].removeMovieClip();
}
i++;
}
this.t++;
if (this.t == _parent.eSpeed) {
this.t = 0;
this._y = this._y + 28;
z = 231;
while (z > 200) {
_root.depthChange(this, _root["enemy" + z]);
z--;
}
if (this._y >= 247) {
_global.gameOver = 1;
this._parent.player.gotoAndStop("deadL");
trace("gameover");
}
}
}
}
};
if (_parent.eDepth == 700) {
_parent.eDepth = 730;
}
}
Symbol 177 MovieClip Frame 11
_parent.door1.time = 0;
out = 0;
gotoAndStop (1);
Symbol 189 MovieClip Frame 4
stop();
Symbol 190 MovieClip Frame 1
stop();
Symbol 191 MovieClip Frame 1
stop();
Symbol 193 MovieClip Frame 1
stop();
Symbol 195 Button
on (release) {
_root.sndvolume.setVolume(0);
nextFrame();
}
Symbol 197 Button
on (release) {
_root.sndvolume.setVolume(100);
prevFrame();
}
Symbol 198 MovieClip Frame 1
stop();
Symbol 201 Button
on (release) {
getURL ("http://www.puppyred.com", "_blank");
}
Symbol 203 Button
on (release) {
getURL ("http://www.puppyred.com", "_blank");
}
Instance of Symbol 198 MovieClip in Symbol 204 MovieClip Frame 1
onClipEvent (load) {
_root.sndvolume = new Sound();
if (_root.sndvolume.getVolume() > 0) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
Instance of Symbol 216 MovieClip "score" in Symbol 217 MovieClip Frame 1
onClipEvent (load) {
function scoreView() {
var s10 = Math.floor(_global.score / 1000000000);
var s9 = Math.floor((_global.score % 1000000000) / 100000000);
var s8 = Math.floor((_global.score % 100000000) / 10000000);
var s7 = Math.floor((_global.score % 10000000) / 1000000);
var s6 = Math.floor((_global.score % 1000000) / 100000);
var s5 = Math.floor((_global.score % 100000) / 10000);
var s4 = Math.floor((_global.score % 10000) / 1000);
var s3 = Math.floor((_global.score % 1000) / 100);
var s2 = Math.floor((_global.score % 100) / 10);
var s1 = Math.floor(_global.score % 10);
i = 1;
while (i <= 10) {
this["n" + i].gotoAndStop(eval ("s" + i) + 1);
i++;
}
}
i = 1;
while (i <= 10) {
this["n" + i].stop();
i++;
}
}
onClipEvent (enterFrame) {
scoreView();
}
Symbol 249 MovieClip Frame 9
if (_root.userLevel < 3) {
this._parent._y = this._parent._y - 28;
} else {
this._parent._y = this._parent._y - 21;
}
if (this._parent._y <= 37) {
_parent._parent["door" + (((this._parent._x - 82) / 90) + 1)].out = 1;
_parent._parent["door" + (((this._parent._x - 82) / 90) + 1)].gotoAndPlay(2);
}
i = 731;
while (i > 700) {
_root.depthChange(_root["enemy" + i], _root["enemy" + (i - 1)]);
i--;
}
Symbol 249 MovieClip Frame 10
if (_root.userLevel < 3) {
this._parent._y = this._parent._y - 28;
} else {
this._parent._y = this._parent._y - 21;
}
if (this._parent._y <= 37) {
_parent._parent["door" + (((this._parent._x - 82) / 90) + 1)].out = 1;
_parent._parent["door" + (((this._parent._x - 82) / 90) + 1)].gotoAndPlay(2);
}
i = 731;
while (i > 700) {
_root.depthChange(_root["enemy" + i], _root["enemy" + (i - 1)]);
i--;
}
Symbol 249 MovieClip Frame 11
if (_root.userLevel < 3) {
this._parent._y = this._parent._y - 28;
} else {
this._parent._y = this._parent._y - 21;
}
if (this._parent._y <= 37) {
_parent._parent["door" + (((this._parent._x - 82) / 90) + 1)].out = 1;
_parent._parent["door" + (((this._parent._x - 82) / 90) + 1)].gotoAndPlay(2);
}
i = 731;
while (i > 700) {
_root.depthChange(_root["enemy" + i], _root["enemy" + (i - 1)]);
i--;
}
Symbol 249 MovieClip Frame 12
if (_root.userLevel < 3) {
this._parent._y = this._parent._y - 28;
} else {
this._parent._y = this._parent._y - 21;
}
if (this._parent._y <= 37) {
_parent._parent["door" + (((this._parent._x - 82) / 90) + 1)].out = 1;
_parent._parent["door" + (((this._parent._x - 82) / 90) + 1)].gotoAndPlay(2);
}
i = 731;
while (i > 700) {
_root.depthChange(_root["enemy" + i], _root["enemy" + (i - 1)]);
i--;
}
Symbol 249 MovieClip Frame 13
if (this._parent._y <= 37) {
_parent._parent["door" + (((this._parent._x - 82) / 90) + 1)].out = 1;
_parent._parent["door" + (((this._parent._x - 82) / 90) + 1)].gotoAndPlay(2);
_parent._parent.pubS++;
_global.score = _global.score + 100;
_parent._parent.ptsView.scoreView();
_parent._parent.ptsView._visible = 1;
trace("pub" + _parent._parent.pubS);
if (_parent._parent.pubS == 5) {
_parent._parent.pubS = 0;
_parent._parent.cupD++;
_parent._parent["money" + (((this._parent._x - 82) / 90) + 1)].duplicateMovieClip("money" + _parent._parent.cupD, _parent._parent.cupD);
trace("mo" + (((this._parent._x - 82) / 90) + 1));
_parent._parent["money" + _parent._parent.cupD]._y = 65;
}
_parent.removeMovieClip();
}
i = 731;
while (i > 700) {
_root.depthChange(_root["enemy" + i], _root["enemy" + (i - 1)]);
i--;
}
Symbol 249 MovieClip Frame 19
i = 731;
while (i > 700) {
_root.depthChange(_root["enemy" + i], _root["enemy" + (i - 1)]);
i--;
}
_parent.drinking = 0;
_parent.t = 0;
_parent._parent.cupD++;
_parent._parent["beerCup" + (((this._parent._x - 82) / 90) + 1)].duplicateMovieClip("beerCup" + _parent._parent.cupD, _parent._parent.cupD);
_parent._parent["beerCup" + _parent._parent.cupD]._y = this._parent._y;
_parent._parent["beerCup" + _parent._parent.cupD].onEnterFrame = function () {
if (((!_global.gameOver) && (!_global.gameClear)) && (_global.gameStart)) {
this._y = this._y + 14;
if (this._y >= 247) {
if (this.hitTest(this._parent.player) && (this._parent.player.upper)) {
this._parent.player.gotoAndPlay("catch");
this.removeMovieClip();
} else if (this._y >= 270) {
this.gotoAndStop(4);
_global.gameOver = 1;
this._parent.player.gotoAndStop("deadL");
}
}
}
};
this.gotoAndStop(1);
Symbol 260 MovieClip Frame 9
if (_root.userLevel < 3) {
this._parent._y = this._parent._y - 28;
} else {
this._parent._y = this._parent._y - 21;
}
if (this._parent._y <= 37) {
_parent._parent["door" + (((this._parent._x - 82) / 90) + 1)].out = 1;
_parent._parent["door" + (((this._parent._x - 82) / 90) + 1)].gotoAndPlay(2);
}
i = 731;
while (i > 700) {
_root.depthChange(_root["enemy" + i], _root["enemy" + (i - 1)]);
i--;
}
Symbol 260 MovieClip Frame 10
if (_root.userLevel < 3) {
this._parent._y = this._parent._y - 28;
} else {
this._parent._y = this._parent._y - 21;
}
if (this._parent._y <= 37) {
_parent._parent["door" + (((this._parent._x - 82) / 90) + 1)].out = 1;
_parent._parent["door" + (((this._parent._x - 82) / 90) + 1)].gotoAndPlay(2);
}
i = 731;
while (i > 700) {
_root.depthChange(_root["enemy" + i], _root["enemy" + (i - 1)]);
i--;
}
Symbol 260 MovieClip Frame 11
if (_root.userLevel < 3) {
this._parent._y = this._parent._y - 28;
} else {
this._parent._y = this._parent._y - 21;
}
if (this._parent._y <= 37) {
_parent._parent["door" + (((this._parent._x - 82) / 90) + 1)].out = 1;
_parent._parent["door" + (((this._parent._x - 82) / 90) + 1)].gotoAndPlay(2);
}
i = 731;
while (i > 700) {
_root.depthChange(_root["enemy" + i], _root["enemy" + (i - 1)]);
i--;
}
Symbol 260 MovieClip Frame 12
if (_root.userLevel < 3) {
this._parent._y = this._parent._y - 28;
} else {
this._parent._y = this._parent._y - 21;
}
if (this._parent._y <= 37) {
_parent._parent["door" + (((this._parent._x - 82) / 90) + 1)].out = 1;
_parent._parent["door" + (((this._parent._x - 82) / 90) + 1)].gotoAndPlay(2);
}
i = 731;
while (i > 700) {
_root.depthChange(_root["enemy" + i], _root["enemy" + (i - 1)]);
i--;
}
Symbol 260 MovieClip Frame 13
if (this._parent._y <= 37) {
_parent._parent["door" + (((this._parent._x - 82) / 90) + 1)].out = 1;
_parent._parent["door" + (((this._parent._x - 82) / 90) + 1)].gotoAndPlay(2);
_parent._parent.pubS++;
_global.score = _global.score + 100;
_parent._parent.ptsView.scoreView();
_parent._parent.ptsView._visible = 1;
if (_parent._parent.pubS == 5) {
_parent._parent.pubS = 0;
_parent._parent.cupD++;
_parent._parent["money" + (((this._parent._x - 82) / 90) + 1)].duplicateMovieClip("money" + _parent._parent.cupD, _parent._parent.cupD);
_parent._parent["money" + _parent._parent.cupD]._y = 65;
}
_parent.removeMovieClip();
}
i = 731;
while (i > 700) {
_root.depthChange(_root["enemy" + i], _root["enemy" + (i - 1)]);
i--;
}
Symbol 260 MovieClip Frame 19
i = 731;
while (i > 700) {
_root.depthChange(_root["enemy" + i], _root["enemy" + (i - 1)]);
i--;
}
_parent.drinking = 0;
_parent.t = 0;
_parent._parent.cupD++;
_parent._parent["beerCup" + (((this._parent._x - 82) / 90) + 1)].duplicateMovieClip("beerCup" + _parent._parent.cupD, _parent._parent.cupD);
_parent._parent["beerCup" + _parent._parent.cupD]._y = this._parent._y;
_parent._parent["beerCup" + _parent._parent.cupD].onEnterFrame = function () {
if (((!_global.gameOver) && (!_global.gameClear)) && (_global.gameStart)) {
this._y = this._y + 14;
if (this._y >= 247) {
if (this.hitTest(this._parent.player) && (this._parent.player.upper)) {
this._parent.player.gotoAndPlay("catch");
this.removeMovieClip();
} else if (this._y >= 270) {
this.gotoAndStop(4);
_global.gameOver = 1;
this._parent.player.gotoAndStop("deadL");
}
}
}
};
this.gotoAndStop(1);
Symbol 270 MovieClip Frame 9
if (_root.userLevel < 3) {
this._parent._y = this._parent._y - 28;
} else {
this._parent._y = this._parent._y - 21;
}
if (this._parent._y <= 37) {
_parent._parent["door" + (((this._parent._x - 82) / 90) + 1)].out = 1;
_parent._parent["door" + (((this._parent._x - 82) / 90) + 1)].gotoAndPlay(2);
}
i = 731;
while (i > 700) {
_root.depthChange(_root["enemy" + i], _root["enemy" + (i - 1)]);
i--;
}
Symbol 270 MovieClip Frame 10
if (_root.userLevel < 3) {
this._parent._y = this._parent._y - 28;
} else {
this._parent._y = this._parent._y - 21;
}
if (this._parent._y <= 37) {
_parent._parent["door" + (((this._parent._x - 82) / 90) + 1)].out = 1;
_parent._parent["door" + (((this._parent._x - 82) / 90) + 1)].gotoAndPlay(2);
}
i = 731;
while (i > 700) {
_root.depthChange(_root["enemy" + i], _root["enemy" + (i - 1)]);
i--;
}
Symbol 270 MovieClip Frame 11
if (_root.userLevel < 3) {
this._parent._y = this._parent._y - 28;
} else {
this._parent._y = this._parent._y - 21;
}
if (this._parent._y <= 37) {
_parent._parent["door" + (((this._parent._x - 82) / 90) + 1)].out = 1;
_parent._parent["door" + (((this._parent._x - 82) / 90) + 1)].gotoAndPlay(2);
}
i = 731;
while (i > 700) {
_root.depthChange(_root["enemy" + i], _root["enemy" + (i - 1)]);
i--;
}
Symbol 270 MovieClip Frame 12
if (_root.userLevel < 3) {
this._parent._y = this._parent._y - 28;
} else {
this._parent._y = this._parent._y - 21;
}
if (this._parent._y <= 37) {
_parent._parent["door" + (((this._parent._x - 82) / 90) + 1)].out = 1;
_parent._parent["door" + (((this._parent._x - 82) / 90) + 1)].gotoAndPlay(2);
}
i = 731;
while (i > 700) {
_root.depthChange(_root["enemy" + i], _root["enemy" + (i - 1)]);
i--;
}
Symbol 270 MovieClip Frame 13
if (this._parent._y <= 37) {
_parent._parent["door" + (((this._parent._x - 82) / 90) + 1)].out = 1;
_parent._parent["door" + (((this._parent._x - 82) / 90) + 1)].gotoAndPlay(2);
_parent._parent.pubS++;
_global.score = _global.score + 100;
_parent._parent.ptsView.scoreView();
_parent._parent.ptsView._visible = 1;
if (_parent._parent.pubS == 5) {
_parent._parent.pubS = 0;
_parent._parent.cupD++;
_parent._parent["money" + (((this._parent._x - 82) / 90) + 1)].duplicateMovieClip("money" + _parent._parent.cupD, _parent._parent.cupD);
_parent._parent["money" + _parent._parent.cupD]._y = 65;
}
_parent.removeMovieClip();
}
i = 731;
while (i > 700) {
_root.depthChange(_root["enemy" + i], _root["enemy" + (i - 1)]);
i--;
}
Symbol 270 MovieClip Frame 19
i = 731;
while (i > 700) {
_root.depthChange(_root["enemy" + i], _root["enemy" + (i - 1)]);
i--;
}
_parent.drinking = 0;
_parent.t = 0;
_parent._parent.cupD++;
_parent._parent["beerCup" + (((this._parent._x - 82) / 90) + 1)].duplicateMovieClip("beerCup" + _parent._parent.cupD, _parent._parent.cupD);
_parent._parent["beerCup" + _parent._parent.cupD]._y = this._parent._y;
_parent._parent["beerCup" + _parent._parent.cupD].onEnterFrame = function () {
if (((!_global.gameOver) && (!_global.gameClear)) && (_global.gameStart)) {
this._y = this._y + 14;
if (this._y >= 247) {
if (this.hitTest(this._parent.player) && (this._parent.player.upper)) {
this._parent.player.gotoAndPlay("catch");
this.removeMovieClip();
} else if (this._y >= 270) {
this.gotoAndStop(4);
_global.gameOver = 1;
this._parent.player.gotoAndStop("deadL");
}
}
}
};
this.gotoAndStop(1);
Symbol 280 MovieClip Frame 9
if (_root.userLevel < 3) {
this._parent._y = this._parent._y - 28;
} else {
this._parent._y = this._parent._y - 21;
}
if (this._parent._y <= 37) {
_parent._parent["door" + (((this._parent._x - 82) / 90) + 1)].out = 1;
_parent._parent["door" + (((this._parent._x - 82) / 90) + 1)].gotoAndPlay(2);
}
i = 731;
while (i > 700) {
_root.depthChange(_root["enemy" + i], _root["enemy" + (i - 1)]);
i--;
}
Symbol 280 MovieClip Frame 10
if (_root.userLevel < 3) {
this._parent._y = this._parent._y - 28;
} else {
this._parent._y = this._parent._y - 21;
}
if (this._parent._y <= 37) {
_parent._parent["door" + (((this._parent._x - 82) / 90) + 1)].out = 1;
_parent._parent["door" + (((this._parent._x - 82) / 90) + 1)].gotoAndPlay(2);
}
i = 731;
while (i > 700) {
_root.depthChange(_root["enemy" + i], _root["enemy" + (i - 1)]);
i--;
}
Symbol 280 MovieClip Frame 11
if (_root.userLevel < 3) {
this._parent._y = this._parent._y - 28;
} else {
this._parent._y = this._parent._y - 21;
}
if (this._parent._y <= 37) {
_parent._parent["door" + (((this._parent._x - 82) / 90) + 1)].out = 1;
_parent._parent["door" + (((this._parent._x - 82) / 90) + 1)].gotoAndPlay(2);
}
i = 731;
while (i > 700) {
_root.depthChange(_root["enemy" + i], _root["enemy" + (i - 1)]);
i--;
}
Symbol 280 MovieClip Frame 12
if (_root.userLevel < 3) {
this._parent._y = this._parent._y - 28;
} else {
this._parent._y = this._parent._y - 21;
}
if (this._parent._y <= 37) {
_parent._parent["door" + (((this._parent._x - 82) / 90) + 1)].out = 1;
_parent._parent["door" + (((this._parent._x - 82) / 90) + 1)].gotoAndPlay(2);
}
i = 731;
while (i > 700) {
_root.depthChange(_root["enemy" + i], _root["enemy" + (i - 1)]);
i--;
}
Symbol 280 MovieClip Frame 13
if (this._parent._y <= 37) {
_parent._parent["door" + (((this._parent._x - 82) / 90) + 1)].out = 1;
_parent._parent["door" + (((this._parent._x - 82) / 90) + 1)].gotoAndPlay(2);
_parent._parent.pubS++;
_global.score = _global.score + 100;
_parent._parent.ptsView.scoreView();
_parent._parent.ptsView._visible = 1;
if (_parent._parent.pubS == 5) {
_parent._parent.pubS = 0;
_parent._parent.cupD++;
_parent._parent["money" + (((this._parent._x - 82) / 90) + 1)].duplicateMovieClip("money" + _parent._parent.cupD, _parent._parent.cupD);
_parent._parent["money" + _parent._parent.cupD]._y = 65;
}
_parent.removeMovieClip();
}
i = 731;
while (i > 700) {
_root.depthChange(_root["enemy" + i], _root["enemy" + (i - 1)]);
i--;
}
Symbol 280 MovieClip Frame 19
i = 731;
while (i > 700) {
_root.depthChange(_root["enemy" + i], _root["enemy" + (i - 1)]);
i--;
}
_parent.drinking = 0;
_parent.t = 0;
_parent._parent.cupD++;
_parent._parent["beerCup" + (((this._parent._x - 82) / 90) + 1)].duplicateMovieClip("beerCup" + _parent._parent.cupD, _parent._parent.cupD);
_parent._parent["beerCup" + _parent._parent.cupD]._y = this._parent._y;
_parent._parent["beerCup" + _parent._parent.cupD].onEnterFrame = function () {
if (((!_global.gameOver) && (!_global.gameClear)) && (_global.gameStart)) {
this._y = this._y + 14;
if (this._y >= 247) {
if (this.hitTest(this._parent.player) && (this._parent.player.upper)) {
this._parent.player.gotoAndPlay("catch");
this.removeMovieClip();
} else if (this._y >= 270) {
this.gotoAndStop(4);
_global.gameOver = 1;
this._parent.player.gotoAndStop("deadL");
}
}
}
};
this.gotoAndStop(1);
Symbol 291 MovieClip Frame 9
if (_root.userLevel < 3) {
this._parent._y = this._parent._y - 28;
} else {
this._parent._y = this._parent._y - 21;
}
if (this._parent._y <= 37) {
_parent._parent["door" + (((this._parent._x - 82) / 90) + 1)].out = 1;
_parent._parent["door" + (((this._parent._x - 82) / 90) + 1)].gotoAndPlay(2);
}
i = 731;
while (i > 700) {
_root.depthChange(_root["enemy" + i], _root["enemy" + (i - 1)]);
i--;
}
Symbol 291 MovieClip Frame 10
if (_root.userLevel < 3) {
this._parent._y = this._parent._y - 28;
} else {
this._parent._y = this._parent._y - 21;
}
if (this._parent._y <= 37) {
_parent._parent["door" + (((this._parent._x - 82) / 90) + 1)].out = 1;
_parent._parent["door" + (((this._parent._x - 82) / 90) + 1)].gotoAndPlay(2);
}
i = 731;
while (i > 700) {
_root.depthChange(_root["enemy" + i], _root["enemy" + (i - 1)]);
i--;
}
Symbol 291 MovieClip Frame 11
if (_root.userLevel < 3) {
this._parent._y = this._parent._y - 28;
} else {
this._parent._y = this._parent._y - 21;
}
if (this._parent._y <= 37) {
_parent._parent["door" + (((this._parent._x - 82) / 90) + 1)].out = 1;
_parent._parent["door" + (((this._parent._x - 82) / 90) + 1)].gotoAndPlay(2);
}
i = 731;
while (i > 700) {
_root.depthChange(_root["enemy" + i], _root["enemy" + (i - 1)]);
i--;
}
Symbol 291 MovieClip Frame 12
if (_root.userLevel < 3) {
this._parent._y = this._parent._y - 28;
} else {
this._parent._y = this._parent._y - 21;
}
if (this._parent._y <= 37) {
_parent._parent["door" + (((this._parent._x - 82) / 90) + 1)].out = 1;
_parent._parent["door" + (((this._parent._x - 82) / 90) + 1)].gotoAndPlay(2);
}
i = 731;
while (i > 700) {
_root.depthChange(_root["enemy" + i], _root["enemy" + (i - 1)]);
i--;
}
Symbol 291 MovieClip Frame 13
if (this._parent._y <= 37) {
_parent._parent["door" + (((this._parent._x - 82) / 90) + 1)].out = 1;
_parent._parent["door" + (((this._parent._x - 82) / 90) + 1)].gotoAndPlay(2);
_parent._parent.pubS++;
_global.score = _global.score + 100;
_parent._parent.ptsView.scoreView();
_parent._parent.ptsView._visible = 1;
if (_parent._parent.pubS == 5) {
_parent._parent.pubS = 0;
_parent._parent.cupD++;
_parent._parent["money" + (((this._parent._x - 82) / 90) + 1)].duplicateMovieClip("money" + _parent._parent.cupD, _parent._parent.cupD);
_parent._parent["money" + _parent._parent.cupD]._y = 65;
}
_parent.removeMovieClip();
}
i = 731;
while (i > 700) {
_root.depthChange(_root["enemy" + i], _root["enemy" + (i - 1)]);
i--;
}
Symbol 291 MovieClip Frame 19
i = 731;
while (i > 700) {
_root.depthChange(_root["enemy" + i], _root["enemy" + (i - 1)]);
i--;
}
_parent.drinking = 0;
_parent.t = 0;
_parent._parent.cupD++;
_parent._parent["beerCup" + (((this._parent._x - 82) / 90) + 1)].duplicateMovieClip("beerCup" + _parent._parent.cupD, _parent._parent.cupD);
_parent._parent["beerCup" + _parent._parent.cupD]._y = this._parent._y;
_parent._parent["beerCup" + _parent._parent.cupD].onEnterFrame = function () {
if (((!_global.gameOver) && (!_global.gameClear)) && (_global.gameStart)) {
this._y = this._y + 14;
if (this._y >= 247) {
if (this.hitTest(this._parent.player) && (this._parent.player.upper)) {
this._parent.player.gotoAndPlay("catch");
this.removeMovieClip();
} else if (this._y >= 270) {
this.gotoAndStop(4);
_global.gameOver = 1;
this._parent.player.gotoAndStop("deadL");
}
}
}
};
this.gotoAndStop(1);
Symbol 292 MovieClip Frame 1
stop();
Instance of Symbol 249 MovieClip "enemy" in Symbol 292 MovieClip Frame 1
onClipEvent (load) {
stop();
}
Instance of Symbol 260 MovieClip "enemy" in Symbol 292 MovieClip Frame 2
onClipEvent (load) {
stop();
}
Instance of Symbol 270 MovieClip "enemy" in Symbol 292 MovieClip Frame 3
onClipEvent (load) {
stop();
}
Instance of Symbol 280 MovieClip "enemy" in Symbol 292 MovieClip Frame 4
onClipEvent (load) {
stop();
}
Instance of Symbol 291 MovieClip "enemy" in Symbol 292 MovieClip Frame 5
onClipEvent (load) {
stop();
}
Instance of Symbol 306 MovieClip in Symbol 307 MovieClip Frame 1
onClipEvent (load) {
if (_global.stg < 10) {
this.gotoAndStop(1);
this.num1.gotoAndStop(_global.stg + 1);
} else {
this.gotoAndStop(2);
this.num1.gotoAndStop((_global.stg % 10) + 1);
this.num2.gotoAndStop(Math.floor(_global.stg / 10) + 1);
}
}
Symbol 307 MovieClip Frame 17
_parent._parent.gotoAndStop(_parent._parent._currentframe + 1);
Symbol 308 MovieClip Frame 1
stop();
Instance of Symbol 307 MovieClip in Symbol 308 MovieClip Frame 1
onClipEvent (enterFrame) {
i++;
if (i == 20) {
_parent.nextFrame();
}
if (this.hitTest(_root.blocks)) {
this._y = ((_root.blocks._y + _root.blocks._height) + (this._height / 2)) + 5;
}
}
Symbol 317 Button
on (release) {
_parent.bgm.setVolume(0);
nextFrame();
}
Symbol 320 Button
on (release) {
_parent.bgm.setVolume(100);
prevFrame();
}
Symbol 321 MovieClip Frame 1
if (_parent.bgm.getVolume() == 0) {
nextFrame();
}
stop();
Symbol 333 MovieClip Frame 1
stop();
Symbol 336 MovieClip Frame 1
stop();
Symbol 337 MovieClip Frame 1
stop();
Symbol 337 MovieClip Frame 28
sending = 0;
Symbol 337 MovieClip Frame 40
sending = 1;
Symbol 337 MovieClip Frame 44
if (getAmount > 0) {
gotoAndStop (28);
} else {
sending = 0;
stop();
}
Symbol 337 MovieClip Frame 47
_parent.failedM.play();
_parent.failedM.swapDepths(10001);
_parent.failedM._x = 200;
_parent.failedM._y = 120;
if (r == 1) {
gotoAndStop (54);
}
Symbol 337 MovieClip Frame 62
catched = 1;
Symbol 337 MovieClip Frame 65
catched = 0;
if (getAmount > 0) {
this.gotoAndStop("beforeSend");
} else {
this.gotoAndStop("send");
}
Symbol 359 MovieClip Frame 1
this._visible = 0;
stop();
Instance of Symbol 355 MovieClip "scoreView" in Symbol 360 MovieClip Frame 1
onClipEvent (load) {
function scoreView(score) {
this._parent._visible = 1;
var s8 = (Math.floor((score % 100000000) / 10000000) + 1);
var s7 = (Math.floor((score % 10000000) / 1000000) + 1);
var s6 = (Math.floor((score % 1000000) / 100000) + 1);
var s5 = (Math.floor((score % 100000) / 10000) + 1);
var s4 = (Math.floor((score % 10000) / 1000) + 1);
var s3 = (Math.floor((score % 1000) / 100) + 1);
var s2 = (Math.floor((score % 100) / 10) + 1);
var s1 = (Math.floor(score % 10) + 1);
if (score > 0) {
snd.start(0, 999);
}
num1.gotoAndStop(1);
num1.play();
num1.onEnterFrame = function () {
if (this._currentframe == (s1 + 1)) {
this.stop();
if (score < 10) {
snd.stop();
}
num2.gotoAndStop(1);
num2.play();
num2.onEnterFrame = function () {
if (this._currentframe == (s2 + 1)) {
this.stop();
if (score < 100) {
snd.stop();
}
num3.gotoAndStop(1);
num3.play();
num3.onEnterFrame = function () {
if (this._currentframe == (s3 + 1)) {
this.stop();
if (score < 1000) {
snd.stop();
}
num4.gotoAndStop(1);
num4.play();
num4.onEnterFrame = function () {
if (this._currentframe == (s4 + 1)) {
trace(1);
this.stop();
if (score < 10000) {
snd.stop();
}
num5.gotoAndStop(1);
num5.play();
num5.onEnterFrame = function () {
if (this._currentframe == (s5 + 1)) {
this.stop();
if (score < 100000) {
snd.stop();
}
num6.gotoAndStop(1);
num6.play();
num6.onEnterFrame = function () {
if (this._currentframe == (s6 + 1)) {
this.stop();
if (score < 100000) {
snd.stop();
}
num7.gotoAndStop(1);
num7.play();
num7.onEnterFrame = function () {
if (this._currentframe == (s7 + 1)) {
this.stop();
this._parent.snd.stop("dding");
this._parent._parent.scoreItemMovie.view();
this.onEnterFrame = null;
}
};
this.onEnterFrame = null;
}
};
this.onEnterFrame = null;
}
};
this.onEnterFrame = null;
}
};
this.onEnterFrame = null;
}
};
this.onEnterFrame = null;
}
};
this.onEnterFrame = null;
}
};
}
i = 1;
while (i <= 8) {
this["num" + i].stop();
i++;
}
snd = new Sound(this);
snd.attachSound("dding");
}
Instance of Symbol 359 MovieClip "scoreItemMovie" in Symbol 360 MovieClip Frame 1
onClipEvent (load) {
view = function () {
trace("item");
if (_root.item3 == 1) {
this.gotoAndStop(2);
} else if (_root.item4 == 1) {
this.gotoAndStop(3);
} else if (_root.item5 == 1) {
this.gotoAndStop(4);
} else {
this._visible = 0;
return(0);
}
this.onEnterFrame = function () {
this.i++;
if (this._i > 6) {
this._visible = 1;
}
if ((this.i >= 6) && (this.i < 12)) {
if ((this.i % 2) == 0) {
this._visible = 0;
} else {
this._visible = 1;
}
} else if (this.i == 24) {
_parent.scoreView.scoreView(_root.score);
this.onEnterFrame = null;
}
};
};
}
Symbol 363 Button
on (release) {
_root.gotoAndStop("loading");
}
Instance of Symbol 360 MovieClip "finalScoreView" in Symbol 364 MovieClip Frame 4
onClipEvent (load) {
this._visible = 0;
}
Symbol 364 MovieClip Frame 5
function itemZero() {
var i = 0;
while (i < 10) {
_root["isitem" + i] = 0;
i++;
}
}
stop();
_root.onEnterFrame = null;
stopAllSounds();
finalScoreView.scoreView.scoreView(_root.tempscore);
Symbol 377 MovieClip Frame 1
stop();
Symbol 377 MovieClip Frame 6
_parent._parent.scorePlate.scoreView(_global.score, 1);
_root.mainMsg = _root.mainMsg + "\n-\uCD95\uD558\uD569\uB2C8\uB2E4. \uC2A4\uCF54\uC5B4 X 3 \uC785\uB2C8\uB2E4.";
_root.mainMsg.scroll = _root.mainMsg.maxscroll;
Symbol 380 MovieClip Frame 1
stop();
Symbol 380 MovieClip Frame 6
_parent._parent.scorePlate.scoreView(_global.score, 1);
_root.mainMsg = _root.mainMsg + "\n-\uC548\uD0C0\uAE5D\uAD70\uC694. \uC2A4\uCF54\uC5B4 \u00F75 \uC785\uB2C8\uB2E4.";
_root.mainMsg.scroll = _root.mainMsg.maxscroll;
Symbol 383 MovieClip Frame 1
stop();
Symbol 383 MovieClip Frame 6
_parent._parent.scorePlate.scoreView(_global.score, 1);
_root.mainMsg = _root.mainMsg + "\n-\uC548\uD0C0\uAE5D\uAD70\uC694. \uC2A4\uCF54\uC5B4 \u00F72 \uC785\uB2C8\uB2E4.";
_root.mainMsg.scroll = _root.mainMsg.maxscroll;
Symbol 386 MovieClip Frame 1
stop();
Symbol 386 MovieClip Frame 6
_parent._parent.scorePlate.scoreView(_global.score, 1);
_root.mainMsg = _root.mainMsg + "\n-\uCD95\uD558\uD569\uB2C8\uB2E4. \uC2A4\uCF54\uC5B4 X 2 \uC785\uB2C8\uB2E4.";
_root.mainMsg.scroll = _root.mainMsg.maxscroll;
Symbol 389 MovieClip Frame 1
stop();
Symbol 389 MovieClip Frame 6
_parent._parent.scorePlate.scoreView(_global.score, 1);
_root.mainMsg = _root.mainMsg + "\n-\uC548\uD0C0\uAE5D\uAD70\uC694. \uC2A4\uCF54\uC5B4 - 500 \uC785\uB2C8\uB2E4.";
_root.mainMsg.scroll = _root.mainMsg.maxscroll;
Symbol 392 MovieClip Frame 1
stop();
Symbol 392 MovieClip Frame 6
_parent._parent.scorePlate.scoreView(_global.score, 1);
_root.mainMsg = _root.mainMsg + "\n-\uC548\uD0C0\uAE5D\uAD70\uC694. \uAF5D\uC785\uB2C8\uB2E4.";
_root.mainMsg.scroll = _root.mainMsg.maxscroll;
Instance of Symbol 416 MovieClip "n7" in Symbol 417 MovieClip Frame 1
onClipEvent (load) {
this.stop();
roll = function (val) {
this.play();
this.val = val;
this.onEnterFrame = function () {
i++;
if (i > 10) {
if ((this._currentframe - 1) == this.val) {
this.stop();
delete this.i;
delete this.val;
delete this._parent.v1;
if (!gos) {
_parent._parent.nextFrame();
} else {
delete gos;
_parent._parent.gotoAndPlay("save");
}
this.onEnterFrame = null;
}
}
};
};
}
Instance of Symbol 416 MovieClip "n6" in Symbol 417 MovieClip Frame 1
onClipEvent (load) {
this.stop();
roll = function (val) {
this.play();
this.val = val;
this.onEnterFrame = function () {
this.i++;
if (i == 2) {
this._parent.n7.roll(this._parent.v1);
} else if (i > 10) {
if ((this._currentframe - 1) == this.val) {
this.stop();
delete this.i;
delete this.val;
delete this._parent.v2;
this.onEnterFrame = null;
}
}
};
};
}
Instance of Symbol 416 MovieClip "n5" in Symbol 417 MovieClip Frame 1
onClipEvent (load) {
this.stop();
roll = function (val) {
this.play();
this.val = val;
this.onEnterFrame = function () {
this.i++;
if (i == 2) {
this._parent.n6.roll(this._parent.v2);
} else if (i > 10) {
if ((this._currentframe - 1) == this.val) {
this.stop();
delete this.i;
delete this.val;
delete this._parent.v3;
this.onEnterFrame = null;
}
}
};
};
}
Instance of Symbol 416 MovieClip "n4" in Symbol 417 MovieClip Frame 1
onClipEvent (load) {
this.stop();
roll = function (val) {
this.play();
this.val = val;
this.onEnterFrame = function () {
this.i++;
if (i == 2) {
this._parent.n5.roll(this._parent.v3);
} else if (i > 10) {
if ((this._currentframe - 1) == this.val) {
this.stop();
delete this.i;
delete this.val;
delete this._parent.v4;
this.onEnterFrame = null;
}
}
};
};
}
Instance of Symbol 416 MovieClip "n3" in Symbol 417 MovieClip Frame 1
onClipEvent (load) {
this.stop();
roll = function (val) {
this.play();
this.val = val;
this.onEnterFrame = function () {
this.i++;
if (i == 2) {
this._parent.n4.roll(this._parent.v4);
} else if (i > 10) {
if ((this._currentframe - 1) == this.val) {
this.stop();
delete this.i;
delete this.val;
delete this._parent.v5;
this.onEnterFrame = null;
}
}
};
};
}
Instance of Symbol 416 MovieClip "n2" in Symbol 417 MovieClip Frame 1
onClipEvent (load) {
this.stop();
roll = function (val) {
this.play();
this.val = val;
this.onEnterFrame = function () {
this.i++;
if (i == 2) {
this._parent.n3.roll(this._parent.v5);
} else if (i > 10) {
if ((this._currentframe - 1) == this.val) {
this.stop();
delete this.i;
delete this.val;
delete this._parent.v6;
this.onEnterFrame = null;
}
}
};
};
}
Instance of Symbol 416 MovieClip "n1" in Symbol 417 MovieClip Frame 1
onClipEvent (load) {
this.stop();
roll = function (val) {
this.play();
this.val = val;
this.onEnterFrame = function () {
this.i++;
if (i == 2) {
this._parent.n2.roll(this._parent.v6);
} else if (i > 10) {
if ((this._currentframe - 1) == this.val) {
this.stop();
delete this.i;
delete this.val;
delete this._parent.v7;
this.onEnterFrame = null;
}
}
};
};
}
Symbol 426 MovieClip Frame 1
stop();
Symbol 428 Button
on (release) {
if (!_global.betting) {
gotoAndPlay (58);
}
}
Symbol 430 Button
on (release) {
if (!_global.betting) {
_global.betting = 1;
_root.mainMsg = _root.mainMsg + "\n-\uBC30\uD305\uD569\uB2C8\uB2E4.";
_root.mainMsg.scroll = _root.mainMsg.maxscroll;
roulette.spin();
okBtn.nextFrame();
nextFrame();
}
}
Symbol 433 Button
on (release) {
if (!_global.betting) {
gotoAndPlay (1);
}
}
Symbol 434 Button
on (release) {
if (!_global.betting) {
_global.betting = 1;
roulette.spin();
okBtn.nextFrame();
nextFrame();
}
}
Instance of Symbol 426 MovieClip "rarrow" in Symbol 435 MovieClip Frame 1
onClipEvent (load) {
function move() {
this.onEnterFrame = function () {
if (_parent.roulette.i < 12) {
this.gotoAndStop(2);
} else {
this.j++;
if ((this.j % 25) == 0) {
this.nextFrame();
}
}
};
}
stop();
}
Symbol 436 MovieClip Frame 1
stop();
Symbol 436 MovieClip Frame 2
_root.bgm.stop();
function itemZero() {
var i = 0;
while (i < 10) {
_root["uitem" + i] = 0;
i++;
}
}
_root.score = _global.score;
_root.tempscore = _root.score;
if (_root.item3 == 1) {
_root.score = _root.score * 2;
} else if (_root.item4 == 1) {
_root.score = _root.score * 3;
} else if (_root.item5 == 1) {
_root.score = _root.score * 5;
}
_root.sendScore();
itemZero();
Symbol 436 MovieClip Frame 30
i = 0;
stop();
Symbol 436 MovieClip Frame 38
function betting(score) {
ranValue = Math.floor(Math.random() * 100) + 1;
if (ranValue <= 5) {
var sc = (score * 3);
var result = 1;
} else if (ranValue <= 20) {
var sc = (score / 2);
var result = 2;
} else if (ranValue <= 25) {
var sc = (score / 5);
var result = 3;
} else if (ranValue <= 40) {
var sc = (score * 2);
var result = 4;
} else if (ranValue <= 70) {
var sc = (score - 500);
var result = 5;
} else if (ranValue <= 100) {
var sc = score;
var result = 6;
}
if (sc < 0) {
sc = 0;
}
var rarray = [result, Math.floor(sc)];
return(rarray);
}
Instance of Symbol 394 MovieClip "roulette" in Symbol 436 MovieClip Frame 38
onClipEvent (load) {
function spin() {
this._parent.rarrow.move();
this.rA = this._parent.betting(_global.score);
this.result = _parent.result;
trace(result);
this.onEnterFrame = function () {
this.i++;
this._rotation = this._rotation + this.rSpeed;
if (this.i >= 12) {
if (this.i == 12) {
this.snd = new Sound();
if (this.result == 1) {
this.snd.attachSound("bonusNo");
this._rotation = this._rotation - 40;
} else if (this.result == 2) {
this._rotation = this._rotation - 70;
this.snd.attachSound("bonusYes");
} else if (this.result == 3) {
this._rotation = this._rotation - 115;
this.snd.attachSound("bonusYes");
} else if (this.result == 4) {
this._rotation = this._rotation - 160;
this.snd.attachSound("bonusNo");
} else if (this.result == 5) {
this._rotation = this._rotation - 250;
this.snd.attachSound("bonusNo");
} else if (this.result == 6) {
this._rotation = this._rotation - 330;
this.snd.attachSound("bonusYes");
} else if (this.result == 7) {
this._rotation = this._rotation - 287;
this.snd.attachSound("bonusYes");
} else if (this.result == 8) {
this._rotation = this._rotation - 350;
this.snd.attachSound("bonusNo");
}
}
this.rSpeed = this.rSpeed - 1;
if (this.rSpeed == 10) {
this._parent.rarrow.gotoAndStop(1);
delete this._parent.rarrow.j;
this._parent.rarrow.onEnterFrame = null;
}
if (this.rSpeed == -5) {
_root.score = this.rA[1];
trace(this.i);
delete this.i;
delete this.rSpeed;
this._parent.bonusMovie.gotoAndStop(this.result);
this._parent.bonusMovie.move();
this.snd.start();
this.onEnterFrame = null;
}
}
};
}
this.rSpeed = 90;
}
Instance of Symbol 417 MovieClip "scorePlate" in Symbol 436 MovieClip Frame 38
onClipEvent (load) {
scoreView = function (val, as) {
v1 = Math.floor(val / 1000000);
v2 = Math.floor((val % 1000000) / 100000);
v3 = Math.floor((val % 100000) / 10000);
v4 = Math.floor((val % 10000) / 1000);
v5 = Math.floor((val % 1000) / 100);
v6 = Math.floor((val % 100) / 10);
v7 = Math.floor((val % 10) / 1);
n1.roll(v7);
if (as) {
n7.gos = 1;
}
trace(v1);
};
}
Instance of Symbol 426 MovieClip "rarrow" in Symbol 436 MovieClip Frame 38
onClipEvent (load) {
function move() {
this.onEnterFrame = function () {
if (_parent.roulette.i < 12) {
this.gotoAndStop(2);
} else {
this.j++;
if ((this.j % 25) == 0) {
this.nextFrame();
}
}
};
}
stop();
}
Symbol 436 MovieClip Frame 39
scorePlate.scoreView(_global.score);
stop();
Instance of Symbol 394 MovieClip "roulette" in Symbol 436 MovieClip Frame 39
onClipEvent (load) {
function spin() {
this._parent.rarrow.move();
this.rA = this._parent.betting(_global.score);
this.result = this.rA[0];
trace(result);
this.onEnterFrame = function () {
this.i++;
this._rotation = this._rotation + this.rSpeed;
if (this.i >= 12) {
if (this.i == 12) {
this.snd = new Sound();
if (this.result == 1) {
this.snd.attachSound("bonusNo");
this._rotation = this._rotation - 40;
} else if (this.result == 2) {
this._rotation = this._rotation - 70;
this.snd.attachSound("bonusYes");
} else if (this.result == 3) {
this._rotation = this._rotation - 115;
this.snd.attachSound("bonusYes");
} else if (this.result == 4) {
this._rotation = this._rotation - 160;
this.snd.attachSound("bonusNo");
} else if (this.result == 5) {
this._rotation = this._rotation - 250;
this.snd.attachSound("bonusNo");
} else if (this.result == 6) {
this._rotation = this._rotation - 330;
this.snd.attachSound("bonusYes");
} else if (this.result == 7) {
this._rotation = this._rotation - 287;
this.snd.attachSound("bonusYes");
} else if (this.result == 8) {
this._rotation = this._rotation - 350;
this.snd.attachSound("bonusNo");
}
}
this.rSpeed = this.rSpeed - 1;
if (this.rSpeed == 10) {
this._parent.rarrow.gotoAndStop(1);
delete this._parent.rarrow.j;
this._parent.rarrow.onEnterFrame = null;
}
if (this.rSpeed == -5) {
_root.score = this.rA[1];
trace(this.i);
delete this.i;
delete this.rSpeed;
this._parent.bonusMovie.gotoAndStop(this.result);
this._parent.bonusMovie.move();
this.snd.start();
this.onEnterFrame = null;
}
}
};
}
this.rSpeed = 90;
}
Instance of Symbol 394 MovieClip "roulette" in Symbol 436 MovieClip Frame 40
onClipEvent (load) {
function spin() {
this._parent.rarrow.move();
this.rA = this._parent.betting(_global.score);
this.result = this.rA[0];
trace(result);
this.onEnterFrame = function () {
this.i++;
this._rotation = this._rotation + this.rSpeed;
if (this.i >= 12) {
if (this.i == 12) {
this.snd = new Sound();
if (this.result == 1) {
this.snd.attachSound("bonusNo");
this._rotation = this._rotation - 80;
} else if (this.result == 2) {
this._rotation = this._rotation - 110;
this.snd.attachSound("bonusYes");
} else if (this.result == 3) {
this._rotation = this._rotation - 155;
this.snd.attachSound("bonusYes");
} else if (this.result == 4) {
this._rotation = this._rotation - 200;
this.snd.attachSound("bonusNo");
} else if (this.result == 5) {
this._rotation = this._rotation - 290;
this.snd.attachSound("bonusNo");
} else if (this.result == 6) {
this._rotation = this._rotation - 370;
this.snd.attachSound("bonusYes");
} else if (this.result == 7) {
this._rotation = this._rotation - 327;
this.snd.attachSound("bonusYes");
} else if (this.result == 8) {
this._rotation = this._rotation - 390;
this.snd.attachSound("bonusNo");
}
}
if (this.rSpeed > 10) {
this.rSpeed = this.rSpeed - 1;
} else if (this.rSpeed <= 10) {
this.rSpeed = this.rSpeed - 0.5;
}
if (this.rSpeed == 10) {
this._parent.rarrow.gotoAndStop(1);
delete this._parent.rarrow.j;
this._parent.rarrow.onEnterFrame = null;
}
if (this.rSpeed == -5) {
_global.score = this.rA[1];
this["v" + this.result].play();
trace(this.i);
delete this.i;
delete this.rSpeed;
this._parent.bonusMovie.gotoAndStop(this.result);
this._parent.bonusMovie.move();
this.snd.start();
this.onEnterFrame = null;
}
}
};
}
this.rSpeed = 90;
}
Instance of Symbol 431 MovieClip in Symbol 436 MovieClip Frame 40
onClipEvent (load) {
this._visible = 0;
this.stop();
timer1 = getTimer();
}
onClipEvent (enterFrame) {
if (!_global.betting) {
if (((getTimer() - timer1) >= 5000) && (!this._visible)) {
this._visible = 1;
timer2 = getTimer();
}
if (this._visible) {
if ((getTimer() - timer2) >= 1000) {
if (this._currentframe < 6) {
this.nextFrame();
timer2 = getTimer();
} else {
_global.betting = 1;
_parent.gotoAndPlay(_parent._currentframe + 2);
}
}
}
}
}
Symbol 436 MovieClip Frame 48
gotoAndPlay (58);
Symbol 436 MovieClip Frame 58
score = _global.score;
this.loadVariables("http://heartwalk.com/score.php", "POST");
_root.mainMsg = _root.mainMsg + (("\n-\uCD5C\uC885\uC810\uC218 : " + score) + " \uC810");
_root.mainMsg = _root.mainMsg + "\n-\uAC8C\uC784\uACB0\uACFC\uB97C \uC800\uC7A5\uD569\uB2C8\uB2E4.";
_root.mainMsg.scroll = _root.mainMsg.maxscroll;
Symbol 436 MovieClip Frame 85
scorePlate.onEnterFrame = function () {
this.i++;
if (this.i < 2) {
this._y = this._y - 2;
} else if (this.i < 3) {
this._y = this._y + 2;
} else if (this.i < 20) {
this._y = this._y - 70;
} else {
_root.mainMsg = "";
_root.gotoAndStop("gameOver");
}
};
roul.onEnterFrame = function () {
this.i++;
if (this.i < 2) {
this._y = this._y - 2;
} else if (this.i < 3) {
this._y = this._y + 2;
} else {
this._y = this._y - 70;
}
};
roulette.onEnterFrame = function () {
this.i++;
if (this.i < 2) {
this._y = this._y - 2;
} else if (this.i < 3) {
this._y = this._y + 2;
} else {
this._y = this._y - 70;
}
};
trace("sc=" + sc);
stop();
Symbol 439 MovieClip Frame 14
stop();
Instance of Symbol 462 MovieClip "time7" in Symbol 463 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((this._currentframe == (_parent.s7 + 1)) && (ok)) {
this.stop();
_parent._parent.total._visible = 1;
}
}
Instance of Symbol 462 MovieClip "time6" in Symbol 463 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((this._currentframe == (_parent.s6 + 1)) && (ok)) {
this.stop();
_parent.time7.ok = 1;
_parent.time7.play();
}
}
Instance of Symbol 462 MovieClip "time5" in Symbol 463 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((this._currentframe == (_parent.s5 + 1)) && (ok)) {
this.stop();
_parent.time6.ok = 1;
_parent.time6.play();
}
}
Instance of Symbol 462 MovieClip "time4" in Symbol 463 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((this._currentframe == (_parent.s4 + 1)) && (ok)) {
this.stop();
_parent.time5.ok = 1;
_parent.time5.play();
}
}
Instance of Symbol 462 MovieClip "time3" in Symbol 463 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((this._currentframe == (_parent.s3 + 1)) && (ok)) {
this.stop();
_parent.time4.ok = 1;
_parent.time4.play();
}
}
Instance of Symbol 462 MovieClip "time2" in Symbol 463 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((this._currentframe == (_parent.s2 + 1)) && (ok)) {
this.stop();
_parent.time3.ok = 1;
_parent.time3.play();
}
}
Instance of Symbol 462 MovieClip "time1" in Symbol 463 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this._currentframe == (_parent.s1 + 1)) {
this.stop();
_parent.time2.ok = 1;
_parent.time2.play();
}
}
Symbol 488 MovieClip Frame 1
stop();
Symbol 488 MovieClip Frame 2
_root.bgm.stop();
Symbol 488 MovieClip Frame 23
_parent.gotoAndStop("clear");
stop();
Instance of Symbol 463 MovieClip in Symbol 488 MovieClip Frame 24
onClipEvent (load) {
s7 = Math.floor(_parent.bonus / 1000000);
s6 = Math.floor((_parent.bonus % 1000000) / 100000);
s5 = Math.floor((_parent.bonus % 100000) / 10000);
s4 = Math.floor((_parent.bonus % 10000) / 1000);
s3 = Math.floor((_parent.bonus % 1000) / 100);
s2 = Math.floor((_parent.bonus % 100) / 10);
s1 = Math.floor((_parent.bonus % 10) / 1);
i = 0;
while (i < 8) {
this["time" + i].stop();
i++;
}
time1.play();
}
Instance of Symbol 487 MovieClip "score" in Symbol 488 MovieClip Frame 25
onClipEvent (load) {
function scoreView() {
s9 = Math.floor(_global.score / 100000000);
s8 = Math.floor((_global.score % 100000000) / 10000000);
s7 = Math.floor((_global.score % 10000000) / 1000000);
s6 = Math.floor((_global.score % 1000000) / 100000);
s5 = Math.floor((_global.score % 100000) / 10000);
s4 = Math.floor((_global.score % 10000) / 1000);
s3 = Math.floor((_global.score % 1000) / 100);
s2 = Math.floor((_global.score % 100) / 10);
s1 = Math.floor((_global.score % 10) / 1);
this.time9.gotoAndStop(s9 + 1);
this.time8.gotoAndStop(s8 + 1);
this.time7.gotoAndStop(s7 + 1);
this.time6.gotoAndStop(s6 + 1);
this.time5.gotoAndStop(s5 + 1);
this.time4.gotoAndStop(s4 + 1);
this.time3.gotoAndStop(s3 + 1);
this.time2.gotoAndStop(s2 + 1);
this.time1.gotoAndStop(s1 + 1);
}
i = 1;
while (i < 8) {
this["time" + i].gotoAndStop(1);
i++;
}
scoreView();
}
Symbol 493 MovieClip Frame 1
stop();
Instance of Symbol 493 MovieClip in Symbol 495 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this._parent._visible == 1) {
if (this._parent._x < 200) {
this.prevFrame();
} else {
this.nextFrame();
}
}
}
Instance of Symbol 494 MovieClip "score" in Symbol 495 MovieClip Frame 1
onClipEvent (load) {
function scoreView() {
s7 = Math.floor(_global.score / 1000000);
s6 = Math.floor((_global.score % 1000000) / 100000);
s5 = Math.floor((_global.score % 100000) / 10000);
s4 = Math.floor((_global.score % 10000) / 1000);
s3 = Math.floor((_global.score % 1000) / 100);
s2 = Math.floor((_global.score % 100) / 10);
s1 = Math.floor((_global.score % 10) / 1);
this.time7.gotoAndStop(s7 + 1);
this.time6.gotoAndStop(s6 + 1);
this.time5.gotoAndStop(s5 + 1);
this.time4.gotoAndStop(s4 + 1);
this.time3.gotoAndStop(s3 + 1);
this.time2.gotoAndStop(s2 + 1);
this.time1.gotoAndStop(s1 + 1);
}
i = 1;
while (i < 8) {
this["time" + i].gotoAndStop(1);
i++;
}
scoreView();
}
Symbol 519 MovieClip Frame 90
_parent.gotoAndPlay("game");
stop();
Symbol 544 MovieClip Frame 1
stop();
Symbol 544 MovieClip Frame 11
_parent.nextFrame();
Symbol 548 MovieClip Frame 21
_parent._parent.gotoAndPlay("title");
Symbol 549 MovieClip Frame 1
stop();
Instance of Symbol 544 MovieClip in Symbol 549 MovieClip Frame 1
onClipEvent (load) {
time = getTimer();
}
onClipEvent (enterFrame) {
if (((getTimer() - time) >= 1000) && (!_parent._parent.retry)) {
time = getTimer();
nextFrame();
}
if (_currentframe == 7) {
_parent._parent.character.gotoAndStop("danger");
}
}
Symbol 549 MovieClip Frame 2
_parent.retryBtn._visible = 0;
_parent.character.gotoAndPlay("over");
Symbol 554 Button
on (release, keyPress "<Enter>") {
if (!retry) {
retry = 1;
character.gotoAndPlay("retry");
}
}
Symbol 571 MovieClip Frame 1
stop();
Symbol 571 MovieClip Frame 31
_parent.retry = 0;
_global.stg = 1;
_global.score = 0;
doorTiming1 = 36;
stgRan = 5;
eDepth = 230;
eSpeed = 9;
_global.limit = 2;
_global.moneyTiming = 5;
_parent.gotoAndPlay("title");
Symbol 571 MovieClip Frame 32
_parent.pts._visible = 0;
Symbol 571 MovieClip Frame 50
stop();