Frame 1
stop();
originallevel = userlevel.split("")[1];
userlevel = userlevel.split("")[0];
interfaceM.removeMovieClip();
stopAllSounds();
Frame 2
function enCodeScore(num) {
var tempSecureArray = ["d", "a", "z", "c", "b", "o", "r", "u", "k", "m"];
return(tempSecureArray[num]);
}
function tagging() {
var buffTag = "";
var xen = 0;
while (xen < encodeOb.checkNumb) {
buffTag = buffTag + encodeOb.protectArr[random(26) + 10];
xen++;
}
return(buffTag);
}
function EnCodingScore(myScore) {
encodeOb = new Object();
encodeOb.protectArr = ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l", "m", "n", "o", "p", "q", "r", "s", "t", "u", "v", "w", "x", "y", "z"];
encodeOb.checkNumb = random(7) + 1;
encodeOb.tag = _root.tagging() + _root.enCodeScore(encodeOb.checkNumb);
encodeOb.myStringScore = String(myScore);
encodeOb.buffEnCodedScore;
var s = 0;
while (s < encodeOb.myStringScore.length) {
encodeOb.buffEnCodedScore = encodeOb.buffEnCodedScore + _root.enCodeScore(encodeOb.myStringScore.slice(s, s + 1));
s++;
}
encodeOb.myStringScore = encodeOb.buffEnCodedScore;
trace("\uCD5C\uC885\uC810\uC218\uC758 \uBB38\uC790\uC5F4 \uC554\uD638\uD654 = " + encodeOb.myStringScore);
encodeOb.scoreLength = encodeOb.myStringScore.length;
var i = 0;
while (i < encodeOb.scoreLength) {
encodeOb["sourceNumb" + i] = encodeOb.myStringScore.slice(i, i + 1);
i++;
}
var j = 0;
while (j < encodeOb.myStringScore.length) {
var k = 0;
while (k < 10) {
if (k == encodeOb.checkNumb) {
encodeOb["codeScore" + j] = encodeOb["codeScore" + j] + encodeOb["sourceNumb" + j];
encodeOb.scoreLength--;
} else {
encodeOb["codeScore" + j] = encodeOb["codeScore" + j] + encodeOb.protectArr[random(36)];
}
k++;
}
j++;
}
var m = 0;
while (m < encodeOb.myStringScore.length) {
encodeOb.finalCodeScore = encodeOb.finalCodeScore + encodeOb["codeScore" + m];
m++;
}
if (encodeOb.finalCodeScore.length < 80) {
encodeOb.remainFinalCodeScore = 80 - encodeOb.finalCodeScore.length;
var kp = 0;
while (kp < encodeOb.remainFinalCodeScore) {
encodeOb.finalCodeScore = encodeOb.finalCodeScore + encodeOb.protectArr[random(36)];
kp++;
}
}
encodeOb.tag = encodeOb.tag + _root.enCodeScore(encodeOb.myStringScore.length);
encodeOb.finalCodeScore = encodeOb.tag + encodeOb.finalCodeScore;
trace("\uC554\uD638\uD654\uB41C \uCD5C\uC885\uC810\uC218 = " + encodeOb.finalCodeScore);
trace("\uC554\uD638\uD654\uB41C \uCD5C\uC885\uC810\uC218 \uBB38\uC790\uC5F4\uC758 \uAE38\uC774 = " + encodeOb.finalCodeScore.length);
return(encodeOb.finalCodeScore);
}
function urlChk() {
if (((((_url.substr(0, 20) == "http://61.250.81.211") || (_url.substr(0, 21) == "http://211.219.154.29")) || (_url.substr(0, 23) == "http://wagglewaggle.net")) || (_url.substr(0, 27) == "http://www.wagglewaggle.net")) || (_url.substr(0, 32) == "http://minigame.wagglewaggle.net")) {
return(1);
}
return(1);
}
function sendScore() {
sendOb.encsds = enCodingScore(score);
sendOb.userkey = userkey;
sendOb.gCode = gCode;
sendOb.glevel = userlevel;
sendOb.levelup = levelup;
sendOb.score = score;
levelup = 0;
}
if (null) {
}
if (null) {
}
if (null) {
}
if (null) {
}
if (null) {
}
if (null) {
}
if (null) {
}
if (null) {
}
if (null) {
}
if (null) {
}
if (null) {
}
scoreURL = "/_prc/game_end_chk.asp";
itemURL = "/_prc/game_start_chk.asp";
trace(scoreURL);
trace(itemURL);
levelup = 0;
userlevel = 1;
stop();
score = 0;
level = 1;
washend = 0;
winpro = 5;
speedrange = 4;
speedup = 1;
bombCount = 1000;
showSig = false;
levelCount = 1;
interfaceM.removeMovieClip();
gameover = 0;
if (urlChk()) {
} else {
stop();
gotoAndStop (2);
fscommand ("quit");
getURL ("javascript:window.close();");
}
Frame 3
if (urlChk()) {
} else {
_root.gotoAndStop("loading");
fscommand ("quit");
getURL ("javascript:window.close();");
}
itemOb.uitem5 = uitem5;
itemOb.gCode = gCode;
itemOb.userkey = userkey;
ii = 1;
while (ii < 5) {
if (_root["item" + ii] == 1) {
isItem = 1;
}
ii++;
}
itemOb.loadVariables(itemURL, "POST");
itemOb.onData = function () {
if (this.userTemp) {
if (_root.isItem) {
_root.isItem = 0;
getURL ("javascript:item_use_chk_ok();");
_root.gotoAndStop("itemView");
} else {
_root.gotoAndStop("game");
}
} else {
getURL ("javascript:not_logon();");
_root.gotoAndStop("loading");
}
};
Instance of Symbol 164 MovieClip "itemM1" in Frame 3
onClipEvent (load) {
this._visible = 0;
}
Instance of Symbol 164 MovieClip "itemM2" in Frame 3
onClipEvent (load) {
this._visible = 0;
}
Instance of Symbol 164 MovieClip "itemM3" in Frame 3
onClipEvent (load) {
this._visible = 0;
}
Frame 4
if (urlChk()) {
} else {
_root.gotoAndStop("loading");
fscommand ("quit");
getURL ("javascript:window.close();");
}
if (itemOb.userTemp) {
} else {
getURL ("javascript:not_logon();");
_root.gotoAndStop("loading");
}
jj = 0;
ii = 1;
while (ii <= 5) {
if (_root["item" + ii] == 1) {
jj++;
_root["itemM" + jj].gotoAndStop(ii + 1);
_root["itemM" + jj].timing = jj * 3;
_root["itemM" + jj].onEnterFrame = function () {
this.i++;
if (this.i == this.timing) {
this._visible = 1;
}
};
}
ii++;
}
this.onEnterFrame = function () {
this.kk++;
if (this.kk == 18) {
delete this.kk;
this.onEnterFrame = null;
this.gotoAndStop("game");
}
};
Frame 5
if (urlChk()) {
} else {
_root.gotoAndStop("loading");
fscommand ("quit");
getURL ("javascript:window.close();");
}
if (itemOb.userTemp) {
} else {
getURL ("javascript:not_logon();");
_root.gotoAndStop("loading");
}
Frame 6
if (urlChk()) {
} else {
_root.gotoAndStop("loading");
fscommand ("quit");
getURL ("javascript:window.close();");
}
if (itemOb.userTemp) {
} else {
getURL ("javascript:not_logon();");
_root.gotoAndStop("loading");
}
Frame 7
if (urlChk()) {
} else {
_root.gotoAndStop("loading");
fscommand ("quit");
getURL ("javascript:window.close();");
}
if (itemOb.userTemp) {
} else {
getURL ("javascript:not_logon();");
_root.gotoAndStop("loading");
}
function dupB(me) {
duplicateMovieClip (_root.realBomb, "realB" + _root.bombCount, _root.bombCount);
_root["realB" + this.winNumb]._x = 0;
_root["realB" + this.winNumb]._y = 0;
_root["realB" + _root.bombCount].falling(this.winNumb);
trace("winNumb : " + this.winNumb);
trace("_root.bombCount : " + _root.bombCount);
_root.bombCount++;
}
function side() {
var i = 0;
while (i <= 7) {
if (manpoz["man" + i]._currentframe < 3) {
if (speedrand[i] < 0) {
manpoz["man" + i].gotoAndStop(1);
} else {
manpoz["man" + i].gotoAndStop(2);
}
}
i++;
}
}
interfaceM.stgM.stgView(_root.level);
snd = new Sound();
snd.attachSound("bgm");
snd.start(0, 999);
stop();
var kx = 0;
while (kx <= 15) {
_root["win" + kx].winNumb = kx;
kx++;
}
if (winpro <= 2) {
winpro = 2;
}
if (speedrange >= 10) {
speedrange = 10;
}
if (speedup >= 10) {
speedup = 10;
}
manArray = new Array();
randNum = new Array();
outArray = new Array();
var i = 0;
while (i <= 8) {
manArray[i] = "man" + i;
i++;
}
var i = 0;
while (i <= 7) {
randNum[i] = random(manArray.length);
outArray[i] = manArray[randNum[i]];
manArray.splice(randNum[i], 1);
i++;
}
var i = 0;
while (i <= 7) {
manpoz.attachMovie(outArray[i], "man" + i, i);
manpoz["man" + i]._x = random(266) + 100;
if (i <= 1) {
manpoz["man" + i]._y = 33;
} else if ((i > 1) & (i <= 3)) {
manpoz["man" + i]._y = 91;
} else if ((i > 3) & (i <= 5)) {
manpoz["man" + i]._y = 149;
} else {
manpoz["man" + i]._y = 207;
}
i++;
}
speedx = [1, -1];
speedrand = new Array();
positionX = new Array();
randtime = new Array();
mantime = new Array();
mangostop = new Array();
winopen = new Array();
winresult = new Array();
manmovie = new Array();
var i = 0;
while (i <= 7) {
speedrand[i] = (random(speedrange) + speedup) * speedx[random(2)];
randtime[i] = random(6) + 2;
mantime[i] = Math.floor(getTimer() / 1000);
mangostop[i] = 1;
i++;
}
side();
var rz = 0;
while (rz <= 15) {
_root["win" + rz].windowcon = 1;
rz++;
}
manpoz.onEnterFrame = function () {
gametime = Math.floor(getTimer() / 1000);
var i = 0;
while (i <= 7) {
if (this["man" + i]._currentframe < 3) {
this["man" + i]._x = this["man" + i]._x + speedrand[i];
if (this["man" + i]._x <= 65) {
this["man" + i]._x = 65;
speedrand[i] = speedrand[i] * -1;
this["man" + i].gotoAndStop(2);
}
if (this["man" + i]._x >= 340) {
this["man" + i]._x = 340;
speedrand[i] = speedrand[i] * -1;
this["man" + i].gotoAndStop(1);
}
if (randtime[i] == (gametime - mantime[i])) {
speedrand[i] = (random(speedrange) + speedup) * speedx[random(2)];
side();
randtime[i] = random(6) + 2;
mantime[i] = Math.floor(getTimer() / 1000);
}
}
i++;
}
var i = 0;
while (i <= 7) {
if (this["man" + i]._currentframe < 3) {
if ((this["man" + i]._x >= 82) && (this["man" + i]._x <= 92)) {
if (mangostop[i] == 1) {
winopen[i] = random(winpro);
winresult[i] = 87;
mangostop[i] = 0;
}
} else if ((this["man" + i]._x >= 158) && (this["man" + i]._x <= 168)) {
if (mangostop[i] == 1) {
winopen[i] = random(winpro);
winresult[i] = 163;
mangostop[i] = 0;
}
} else if ((this["man" + i]._x >= 234) && (this["man" + i]._x <= 244)) {
if (mangostop[i] == 1) {
winopen[i] = random(winpro);
winresult[i] = 239;
mangostop[i] = 0;
}
} else if ((this["man" + i]._x >= 310) && (this["man" + i]._x <= 320)) {
if (mangostop[i] == 1) {
winopen[i] = random(winpro);
winresult[i] = 315;
mangostop[i] = 0;
}
} else {
mangostop[i] = 1;
}
}
var r = 0;
while (r <= 15) {
if (this["man" + i].hitTest(_root["win" + r]) && (_root["win" + r]._currentframe == 1)) {
if (winopen[i] == 0) {
if (speedrand[i] < 0) {
if (manpoz["man" + i]._x <= winresult[i]) {
this["man" + i]._x = winresult[i];
this["man" + i].gotoAndStop(3);
winopen[i] = null;
}
} else if (speedrand[i] > 0) {
if (manpoz["man" + i]._x >= winresult[i]) {
this["man" + i]._x = winresult[i];
this["man" + i].gotoAndStop(3);
winopen[i] = null;
}
}
}
}
r++;
}
if ((this["man" + i]._currentframe == 3) && (this["man" + i].hitpoz == 1)) {
manmovie[i] = gametime - this["man" + i].movietime;
if (manmovie[i] == 2) {
this["man" + i].gotoAndStop(4);
}
}
var r = 0;
while (r <= 15) {
if (this["man" + i].hitTest(_root["win" + r])) {
if (this["man" + i].hitpoz == 1) {
_root["win" + r].gotoAndStop(2);
} else if ((this["man" + i].hitpoz == 0) && (this["man" + i].repeat == 2)) {
_root["win" + r].gotoAndStop(1);
this["man" + i].repeat = 0;
}
}
r++;
}
if (this["man" + i].repeat == 2) {
randtime[i] = random(6) + 2;
mantime[i] = Math.floor(getTimer() / 1000);
this["man" + i].gotoAndStop(1);
side();
this["man" + i].hitpoz = 0;
}
i++;
}
if ((((_root.level > 3) && (_root.showSig == false)) && (random(Math.floor(377 / _root.levelCount)) == 7)) && (_root.spiderManShow._currentframe == 1)) {
_root.showSig = true;
var spidermanPose = (random(16) + 1);
_root.spiderManShow.gotoAndPlay("a" + spidermanPose);
_root.spiderManShow.ufo.onEnterFrame = function () {
if (this.hitTest(_root.daksae.collisionHit)) {
this.onEnterFrame = null;
this.gotoAndStop("collision");
_root.daksae.gotoAndStop(2);
}
};
}
};
daksaeX = 0;
daksaeY = 3;
daksae.onKeyDown = function () {
if (Key.getCode() == 38) {
if (daksaeY > 0) {
daksaeY--;
this._y = this._y - 58;
}
}
if (Key.getCode() == 40) {
if (daksaeY < 3) {
daksaeY++;
this._y = this._y + 58;
}
}
if (Key.getCode() == 37) {
if (daksaeX > 0) {
daksaeX--;
this._x = this._x - 76;
}
}
if (Key.getCode() == 39) {
if (daksaeX < 3) {
daksaeX++;
this._x = this._x + 76;
}
}
};
daksae.onKeyUp = function () {
if (Key.getCode() == 32) {
this.wash.play();
var r = 0;
while (r <= 15) {
if (_root["win" + r]._currentframe == 1) {
if (this.winhit.hitTest(_root["win" + r])) {
if (_root.item1 == 1) {
_root["win" + r].washNum = _root["win" + r].washNum + 2;
} else {
_root["win" + r].washNum = _root["win" + r].washNum + 1;
}
if ((_root["win" + r].washNum == 6) && (_root.item1 == 1)) {
_root.score = _root.score + 100;
} else if (_root["win" + r].washNum == 5) {
if (!_root.item1) {
_root.score = _root.score + 100;
}
}
}
}
r++;
}
}
};
Key.addListener(daksae);
daksae.onEnterFrame = function () {
var r = 0;
while (r <= 15) {
_root["win" + r].wincon.aa.gotoAndStop(_root["win" + r].washNum);
if (_root["win" + r].washNum >= 5) {
_root["win" + r].wincon.aa.gotoAndStop(5);
}
if (_root["win" + r]._currentframe == 2) {
if (this.winhit.hitTest(_root["win" + r])) {
this.gotoAndStop(2);
}
}
r++;
}
if (_root.washend >= (16 * _root.level)) {
_root.gotoAndStop("levelup");
}
};
Instance of Symbol 176 MovieClip in Frame 7
onClipEvent (load) {
_root.sndvolume = new Sound();
if (_root.sndvolume.getVolume() > 0) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
Instance of Symbol 324 MovieClip "interfaceM" in Frame 7
onClipEvent (load) {
this.swapDepths(1500);
}
Instance of Symbol 327 MovieClip in Frame 7
onClipEvent (load) {
if (_root.item2) {
if (_root.helmetlife >= 1) {
this._visible = 1;
} else {
this._visible = 0;
}
} else {
this._visible = 0;
}
}
onClipEvent (enterFrame) {
if (_root.item2) {
if (_root.helmetlife >= 1) {
this._visible = 1;
} else {
this._visible = 0;
}
} else {
this._visible = 0;
}
}
Instance of Symbol 327 MovieClip in Frame 7
onClipEvent (load) {
if (_root.item2) {
if (_root.helmetlife >= 2) {
this._visible = 1;
} else {
this._visible = 0;
}
} else {
this._visible = 0;
}
}
onClipEvent (enterFrame) {
if (_root.item2) {
if (_root.helmetlife >= 2) {
this._visible = 1;
} else {
this._visible = 0;
}
} else {
this._visible = 0;
}
}
Instance of Symbol 327 MovieClip in Frame 7
onClipEvent (load) {
if (_root.item2) {
if (_root.helmetlife >= 3) {
this._visible = 1;
} else {
this._visible = 0;
}
} else {
this._visible = 0;
}
}
onClipEvent (enterFrame) {
if (_root.item2) {
if (_root.helmetlife >= 3) {
this._visible = 1;
} else {
this._visible = 0;
}
} else {
this._visible = 0;
}
}
Frame 8
if (urlChk()) {
} else {
_root.gotoAndStop("loading");
fscommand ("quit");
getURL ("javascript:window.close();");
}
if (itemOb.userTemp) {
} else {
getURL ("javascript:not_logon();");
_root.gotoAndStop("loading");
}
Frame 9
if (urlChk()) {
} else {
_root.gotoAndStop("loading");
fscommand ("quit");
getURL ("javascript:window.close();");
}
if (itemOb.userTemp) {
} else {
getURL ("javascript:not_logon();");
_root.gotoAndStop("loading");
}
Frame 10
if (urlChk()) {
} else {
_root.gotoAndStop("loading");
fscommand ("quit");
getURL ("javascript:window.close();");
}
if (itemOb.userTemp) {
} else {
getURL ("javascript:not_logon();");
_root.gotoAndStop("loading");
}
Frame 11
if (urlChk()) {
} else {
_root.gotoAndStop("loading");
fscommand ("quit");
getURL ("javascript:window.close();");
}
if (itemOb.userTemp) {
} else {
getURL ("javascript:not_logon();");
_root.gotoAndStop("loading");
}
Frame 12
if (urlChk()) {
} else {
_root.gotoAndStop("loading");
fscommand ("quit");
getURL ("javascript:window.close();");
}
if (itemOb.userTemp) {
} else {
getURL ("javascript:not_logon();");
_root.gotoAndStop("loading");
}
stop();
for (prop in _root) {
if (_root[prop]._name != "interfaceM") {
_root[prop].removeMovieClip();
}
}
winpro--;
speedrange = speedrange + 2;
_root.level++;
if (_root.level < 11) {
_root.levelCount = _root.level;
}
speedup = speedup + 2;
snd.stop("bgm");
Frame 13
if (urlChk()) {
} else {
_root.gotoAndStop("loading");
fscommand ("quit");
getURL ("javascript:window.close();");
}
if (itemOb.userTemp) {
} else {
getURL ("javascript:not_logon();");
_root.gotoAndStop("loading");
}
Frame 14
if (urlChk()) {
} else {
_root.gotoAndStop("loading");
fscommand ("quit");
getURL ("javascript:window.close();");
}
if (itemOb.userTemp) {
} else {
getURL ("javascript:not_logon();");
_root.gotoAndStop("loading");
}
Frame 15
if (urlChk()) {
} else {
_root.gotoAndStop("loading");
fscommand ("quit");
getURL ("javascript:window.close();");
}
if (itemOb.userTemp) {
} else {
getURL ("javascript:not_logon();");
_root.gotoAndStop("loading");
}
Frame 16
if (urlChk()) {
} else {
_root.gotoAndStop("loading");
fscommand ("quit");
getURL ("javascript:window.close();");
}
if (itemOb.userTemp) {
} else {
getURL ("javascript:not_logon();");
_root.gotoAndStop("loading");
}
Frame 17
if (urlChk()) {
} else {
_root.gotoAndStop("loading");
fscommand ("quit");
getURL ("javascript:window.close();");
}
if (itemOb.userTemp) {
} else {
getURL ("javascript:not_logon();");
_root.gotoAndStop("loading");
}
Frame 18
if (urlChk()) {
} else {
_root.gotoAndStop("loading");
fscommand ("quit");
getURL ("javascript:window.close();");
}
if (itemOb.userTemp) {
} else {
getURL ("javascript:not_logon();");
_root.gotoAndStop("loading");
}
function itemZero() {
var i = 0;
while (i < 10) {
_root["uitem" + i] = 0;
i++;
}
}
stop();
for (prop in _root) {
if (_root[prop]._name != "interfaceM") {
_root[prop].removeMovieClip();
}
}
gameover = 1;
stop();
game_score = score;
function itemZero() {
var i = 0;
while (i < 10) {
_root["uitem" + i] = 0;
i++;
}
}
snd.stop("bgm");
tempscore = score;
if (_root.item3 == 1) {
score = score * 2;
} else if (_root.item4 == 1) {
score = score * 3;
} else if (_root.item5 == 1) {
score = score * 5;
}
sendScore();
itemZero();
interfaceM.removeMovieClip();
Frame 19
if (urlChk()) {
} else {
_root.gotoAndStop("loading");
fscommand ("quit");
getURL ("javascript:window.close();");
}
if (itemOb.userTemp) {
} else {
getURL ("javascript:not_logon();");
_root.gotoAndStop("loading");
}
Frame 20
if (urlChk()) {
} else {
_root.gotoAndStop("loading");
fscommand ("quit");
getURL ("javascript:window.close();");
}
if (itemOb.userTemp) {
} else {
getURL ("javascript:not_logon();");
_root.gotoAndStop("loading");
}
Frame 21
if (urlChk()) {
} else {
_root.gotoAndStop("loading");
fscommand ("quit");
getURL ("javascript:window.close();");
}
if (itemOb.userTemp) {
} else {
getURL ("javascript:not_logon();");
_root.gotoAndStop("loading");
}
Frame 22
if (urlChk()) {
} else {
_root.gotoAndStop("loading");
fscommand ("quit");
getURL ("javascript:window.close();");
}
if (itemOb.userTemp) {
} else {
getURL ("javascript:not_logon();");
_root.gotoAndStop("loading");
}
Frame 23
if (urlChk()) {
} else {
_root.gotoAndStop("loading");
fscommand ("quit");
getURL ("javascript:window.close();");
}
if (itemOb.userTemp) {
} else {
getURL ("javascript:not_logon();");
_root.gotoAndStop("loading");
}
Frame 24
if (urlChk()) {
} else {
_root.gotoAndStop("loading");
fscommand ("quit");
getURL ("javascript:window.close();");
}
if (itemOb.userTemp) {
} else {
getURL ("javascript:not_logon();");
_root.gotoAndStop("loading");
}
Frame 25
if (urlChk()) {
} else {
_root.gotoAndStop("loading");
fscommand ("quit");
getURL ("javascript:window.close();");
}
if (itemOb.userTemp) {
} else {
getURL ("javascript:not_logon();");
_root.gotoAndStop("loading");
}
Frame 26
if (urlChk()) {
} else {
_root.gotoAndStop("loading");
fscommand ("quit");
getURL ("javascript:window.close();");
}
if (itemOb.userTemp) {
} else {
getURL ("javascript:not_logon();");
_root.gotoAndStop("loading");
}
Frame 27
if (urlChk()) {
} else {
_root.gotoAndStop("loading");
fscommand ("quit");
getURL ("javascript:window.close();");
}
if (itemOb.userTemp) {
} else {
getURL ("javascript:not_logon();");
_root.gotoAndStop("loading");
}
Symbol 15 MovieClip Frame 20
stop();
_parent.hitpoz = 1;
_parent.movietime = Math.floor(getTimer() / 1000);
Symbol 16 MovieClip Frame 14
_parent.repeat++;
Symbol 17 MovieClip [man2] Frame 1
stop();
Symbol 29 MovieClip Frame 20
stop();
_parent.hitpoz = 1;
_parent.movietime = Math.floor(getTimer() / 1000);
Symbol 30 MovieClip Frame 14
_parent.repeat++;
Symbol 31 MovieClip [man3] Frame 1
stop();
Symbol 43 MovieClip Frame 20
stop();
_parent.hitpoz = 1;
_parent.movietime = Math.floor(getTimer() / 1000);
Symbol 44 MovieClip Frame 14
_parent.repeat++;
Symbol 45 MovieClip [man0] Frame 1
stop();
Symbol 57 MovieClip Frame 20
stop();
_parent.hitpoz = 1;
_parent.movietime = Math.floor(getTimer() / 1000);
Symbol 58 MovieClip Frame 14
_parent.repeat++;
Symbol 59 MovieClip [man4] Frame 1
stop();
Symbol 71 MovieClip Frame 20
stop();
_parent.hitpoz = 1;
_parent.movietime = Math.floor(getTimer() / 1000);
Symbol 72 MovieClip Frame 14
_parent.repeat++;
Symbol 73 MovieClip [man5] Frame 1
stop();
Symbol 85 MovieClip Frame 20
stop();
_parent.hitpoz = 1;
_parent.movietime = Math.floor(getTimer() / 1000);
Symbol 86 MovieClip Frame 14
_parent.repeat++;
Symbol 87 MovieClip [man6] Frame 1
stop();
Symbol 99 MovieClip Frame 20
stop();
_parent.hitpoz = 1;
_parent.movietime = Math.floor(getTimer() / 1000);
Symbol 100 MovieClip Frame 14
_parent.repeat++;
Symbol 101 MovieClip [man7] Frame 1
stop();
Symbol 113 MovieClip Frame 20
stop();
_parent.hitpoz = 1;
_parent.movietime = Math.floor(getTimer() / 1000);
if (random(3) == 1) {
}
Symbol 114 MovieClip Frame 14
_parent.repeat++;
Symbol 115 MovieClip [man1] Frame 1
stop();
Symbol 129 MovieClip Frame 9
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 129 MovieClip Frame 31
_parent.gotoAndPlay("loading_ok");
Symbol 130 MovieClip Frame 17
if (_global.reGameStart) {
gotoAndPlay(_currentframe + 2);
} else {
_global.reGameStart = 1;
}
Symbol 130 MovieClip Frame 18
stop();
Symbol 130 MovieClip Frame 32
_root.play();
Symbol 144 Button
on (release) {
if (!click) {
item1 = uitem1;
item2 = uitem2;
item3 = uitem3;
item4 = uitem4;
if (item2 == 1) {
helmetlife = 3;
} else {
helmetlife = 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 (7);
}
};
}
}
Symbol 164 MovieClip Frame 1
stop();
Symbol 172 Button
on (release) {
_root.sndvolume.setVolume(0);
nextFrame();
}
Symbol 175 Button
on (release) {
_root.sndvolume.setVolume(100);
prevFrame();
}
Symbol 176 MovieClip Frame 1
stop();
Symbol 184 MovieClip Frame 1
stop();
Symbol 184 MovieClip Frame 2
this.onEnterFrame = function () {
this._y = this._y + 15;
if (this.hitTest(_root.daksae.winhit) && (this.hit != 1)) {
this.hit = 1;
this.onEnterFrame = null;
if ((_root.helmetlife > 0) && (_root.item2 == 1)) {
this.r = 0;
this.y = this._y;
this.x = this._x;
this.ys = 20;
this.onEnterFrame = function () {
this._rotation = this._rotation - 30;
this.ys = this.ys - 4;
this._alpha = this._alpha - 20;
this._x = this._x - 10;
this._y = this._y - this.ys;
if (this.ys == 0) {
this.removeMovieClip();
}
};
_root.daksae.wash.daksae.helmet.play();
_root.helmetlife--;
if (_root.helmetlife <= 0) {
_root.item2 = 0;
}
} else {
_root.daksae.gotoAndStop(2);
this.removeMovieClip();
}
}
if (this._y > 430) {
this.onEnterFrame = null;
removeMovieClip(this);
}
};
Symbol 184 MovieClip Frame 23
this.stop();
removeMovieClip(this);
Symbol 204 MovieClip Frame 1
stop();
Symbol 204 MovieClip Frame 5
if (_parent._parent.windowcon == 1) {
_root.washend++;
_parent._parent.windowcon = 0;
}
stop();
Symbol 204 MovieClip Frame 6
if (_parent._parent.windowcon == 1) {
_root.washend++;
_parent._parent.windowcon = 0;
}
stop();
Symbol 211 MovieClip Frame 1
stop();
Instance of Symbol 184 MovieClip "bomb" in Symbol 211 MovieClip Frame 1
onClipEvent (load) {
this._visible = random(2);
if (this._visible == 1) {
trace(_parent._name);
}
}
Symbol 211 MovieClip Frame 2
if (bomb._visible == 1) {
if (random(1) == 0) {
this.bomb._visible = false;
duplicateMovieClip (_root.realBomb, "realB" + _root.bombCount, _root.bombCount);
_root["realB" + _root.bombCount]._x = this._x;
_root["realB" + _root.bombCount]._y = this._y + 20;
_root["realB" + _root.bombCount].gotoAndStop(2);
_root.bombCount++;
}
}
Symbol 215 MovieClip Frame 1
stop();
_root.showSig = false;
Symbol 215 MovieClip Frame 24
this.gotoAndStop(1);
Symbol 215 MovieClip Frame 47
this.gotoAndStop(1);
Symbol 215 MovieClip Frame 70
this.gotoAndStop(1);
Symbol 215 MovieClip Frame 93
this.gotoAndStop(1);
Symbol 215 MovieClip Frame 116
this.gotoAndStop(1);
Symbol 215 MovieClip Frame 139
this.gotoAndStop(1);
Symbol 215 MovieClip Frame 162
this.gotoAndStop(1);
Symbol 215 MovieClip Frame 185
this.gotoAndStop(1);
Symbol 215 MovieClip Frame 228
this.gotoAndStop(1);
Symbol 215 MovieClip Frame 271
this.gotoAndStop(1);
Symbol 215 MovieClip Frame 314
this.gotoAndStop(1);
Symbol 215 MovieClip Frame 356
this.gotoAndStop(1);
Symbol 215 MovieClip Frame 399
this.gotoAndStop(1);
Symbol 215 MovieClip Frame 442
this.gotoAndStop(1);
Symbol 215 MovieClip Frame 484
this.gotoAndStop(1);
Symbol 215 MovieClip Frame 527
this.gotoAndStop(1);
Symbol 223 MovieClip Frame 1
stop();
Symbol 229 MovieClip Frame 1
stop();
Symbol 235 MovieClip Frame 1
stop();
Symbol 237 MovieClip Frame 1
stop();
Instance of Symbol 229 MovieClip "daksae" in Symbol 237 MovieClip Frame 1
onClipEvent (load) {
if (_root.item1 && (!_root.item2)) {
this.gotoAndStop(3);
this._visible = 1;
} else if (_root.item1 && (_root.item2)) {
this.gotoAndStop(2);
this._visible = 1;
} else if ((!_root.item1) && (_root.item2)) {
this.gotoAndStop(1);
this._visible = 1;
} else {
this._visible = 0;
}
}
onClipEvent (enterFrame) {
if (_root.item1 && (!_root.item2)) {
this.gotoAndStop(3);
this._visible = 1;
} else if (_root.item1 && (_root.item2)) {
this.gotoAndStop(2);
this._visible = 1;
} else if ((!_root.item1) && (_root.item2)) {
this.gotoAndStop(1);
this._visible = 1;
} else {
this._visible = 0;
}
}
Instance of Symbol 235 MovieClip "daksae" in Symbol 237 MovieClip Frame 2
onClipEvent (load) {
if (_root.item1 && (!_root.item2)) {
this.gotoAndStop(3);
this._visible = 1;
} else if (_root.item1 && (_root.item2)) {
this.gotoAndStop(2);
this._visible = 1;
} else if ((!_root.item1) && (_root.item2)) {
this.gotoAndStop(1);
this._visible = 1;
} else {
this._visible = 0;
}
}
onClipEvent (enterFrame) {
if (_root.item1 && (!_root.item2)) {
this.gotoAndStop(3);
this._visible = 1;
} else if (_root.item1 && (_root.item2)) {
this.gotoAndStop(2);
this._visible = 1;
} else if ((!_root.item1) && (_root.item2)) {
this.gotoAndStop(1);
this._visible = 1;
} else {
this._visible = 0;
}
}
Symbol 258 MovieClip Frame 35
stop();
_root.gotoAndStop("end");
Symbol 259 MovieClip Frame 1
stop();
Instance of Symbol 290 MovieClip "stgM" in Symbol 324 MovieClip Frame 1
onClipEvent (load) {
function stgView(stg) {
if (stg < 10) {
gotoAndStop (1);
num.gotoAndStop(stg + 1);
} else {
gotoAndStop (3);
num.s1.gotoAndStop((stg % 10) + 1);
num.s10.gotoAndStop(Math.floor(stg / 10) + 1);
}
}
stop();
}
onClipEvent (enterFrame) {
stgView(_root.level);
}
Instance of Symbol 320 MovieClip in Symbol 324 MovieClip Frame 1
onClipEvent (load) {
function scoreView(score) {
var s8 = Math.floor((score % 100000000) / 10000000);
var s7 = Math.floor((score % 10000000) / 1000000);
var s6 = Math.floor((score % 1000000) / 100000);
var s5 = Math.floor((score % 100000) / 10000);
var s4 = Math.floor((score % 10000) / 1000);
var s3 = Math.floor((score % 1000) / 100);
var s2 = Math.floor((score % 100) / 10);
var s1 = Math.floor(score % 10);
i = 1;
while (i <= 8) {
this["n" + i].gotoAndStop(eval ("s" + i) + 1);
i++;
}
}
i = 1;
while (i <= 8) {
this["n" + i].stop();
i++;
}
}
onClipEvent (enterFrame) {
if (!_root.gameover) {
scoreView(_root.score);
}
}
Symbol 333 MovieClip Frame 17
_root.gotoAndPlay("game");
Symbol 337 MovieClip Frame 1
stop();
Symbol 337 MovieClip Frame 28
_root.onEnterFrame = function () {
asdf++;
if ((asdf % 2) == 1) {
x = random(10) - 5;
y = random(10) - 5;
} else {
x = x * -1;
y = y * -1;
}
this._x = this._x + x;
this._y = this._y + y;
};
Symbol 337 MovieClip Frame 35
_root.onEnterFrame = null;
_root._x = 0;
_root._y = 0;
_root.finalScoreView.scoreView.scoreView(_root.tempscore);
stop();
Symbol 370 MovieClip Frame 37
stop();
Symbol 378 MovieClip Frame 29
stop();
Symbol 387 MovieClip Frame 53
stop();
Symbol 398 MovieClip Frame 53
stop();
Instance of Symbol 401 MovieClip in Symbol 405 MovieClip Frame 1
on (release) {
getURL ("http://wagglewaggle.net", "_blank");
}
Instance of Symbol 404 MovieClip in Symbol 405 MovieClip Frame 1
on (release) {
_root.onEnterFrame = null;
_root._x = 0;
_root._y = 0;
_root.gotoAndStop("loading");
}
Symbol 417 Button
on (release) {
gotoAndStop (7);
}