Instance of Symbol 6 MovieClip "mc_load_info" in Frame 1
//component parameters
onClipEvent (initialize) {
STREAM = true;
PLAY_TYPE = "bytes";
PLAY_BYTES = 10000;
PLAY_FRAMES = 0;
PLAY_PERCENTAGE = 0;
}
Instance of Symbol 16 MovieClip in Frame 1
onClipEvent (load) {
var myStartWidth = this._width;
this._width = 0;
}
onClipEvent (enterFrame) {
this._width = myStartWidth * _root.mc_load_info.fractionLoaded;
}
Frame 2
round = "round1";
bluePoints = 0;
redPoints = 0;
music = new Sound();
music.attachSound("music");
stop();
Frame 3
stop();
Frame 4
stop();
Frame 5
stop();
name_txt.restrict = "a-z 0-9.:\\-@";
Selection.setFocus(name_txt);
Selection.setSelection(name_txt.length, name_txt.length);
ok_btn.onRelease = function () {
if (name_txt.length > 0) {
_root.game_so.data.playerName = name_txt.text;
}
Body = "Check out Blobz - at www.kwikgames.com/blobz.htm\n\n" + Body;
loadVariablesNum ("http://www.kwikgames.com/cgi/flashemail.php", 0, "POST");
nextFrame();
};
ok_btn.onKeyDown = function () {
if (Key.getCode() == 13) {
Key.removeListener(ok_btn);
this.onRelease();
}
};
Key.addListener(ok_btn);
Frame 6
stop();
Frame 7
if (round == "round2") {
_root.rounds.gotoAndPlay(60);
} else if (round == "finalround") {
_root.rounds.gotoAndPlay(116);
}
blueCounter = 0;
blueBlown = false;
blueKey = "none";
redCounter = 0;
redBlown = false;
redKey = "none";
redCount.gotoAndStop(redPoints + 1);
blueCount.gotoAndStop(bluePoints + 1);
Frame 67
Instance of Symbol 172 MovieClip "actions2up" in Frame 130
onClipEvent (enterFrame) {
if (_root.blueCounter < 100) {
_root.blueblob.gotoAndStop(_root.blueCounter);
} else if (!_root.blueBlown) {
_root.blueBlown = true;
_root.blueblob.play();
}
if (_root.redCounter < 100) {
_root.redblob.gotoAndStop(_root.redCounter);
} else if (!_root.redBlown) {
_root.redBlown = true;
_root.redblob.play();
}
}
Frame 160
if (blueBlown) {
gotoAndPlay (161);
} else if (redBlown) {
gotoAndPlay (174);
} else {
gotoAndPlay (159);
}
Frame 161
lev = lev - 4;
bluePoints++;
redCount.gotoAndStop(redPoints + 1);
blueCount.gotoAndStop(bluePoints + 1);
Frame 173
continuebtn.onRelease = function () {
if (bluePoints > 1) {
gotoAndStop (410);
} else if (round == "round1") {
round = "round2";
gotoAndPlay (7);
} else if (round == "round2") {
round = "finalround";
gotoAndPlay (7);
} else {
round = "round1";
gotoAndStop (7);
}
};
continuebtn.onKeyDown = function () {
if (Key.getCode() == 32) {
Key.removeListener(continuebtn);
this.onRelease();
}
};
Key.addListener(continuebtn);
stop();
Frame 174
lev = lev + 2;
redPoints++;
redCount.gotoAndStop(redPoints + 1);
blueCount.gotoAndStop(bluePoints + 1);
Frame 187
continuebtn.onRelease = function () {
if (redPoints > 1) {
gotoAndStop (415);
} else if (round == "round1") {
round = "round2";
gotoAndPlay (7);
} else if (round == "round2") {
round = "roundfinal";
gotoAndPlay (7);
} else {
round = "round1";
gotoAndStop (7);
}
};
continuebtn.onKeyDown = function () {
if (Key.getCode() == 32) {
Key.removeListener(continuebtn);
this.onRelease();
}
};
Key.addListener(continuebtn);
stop();
Frame 196
if (round == "round2") {
_root.rounds.gotoAndPlay(60);
} else if (round == "finalround") {
_root.rounds.gotoAndPlay(116);
}
blueCounter = 0;
blueBlown = false;
blueKey = "none";
redCounter = 0;
redBlown = false;
redKey = "none";
redCount.gotoAndStop(redPoints + 1);
blueCount.gotoAndStop(bluePoints + 1);
Frame 256
Instance of Symbol 172 MovieClip "actions2up" in Frame 319
onClipEvent (enterFrame) {
if (_root.blueCounter < 100) {
_root.blueblob.gotoAndStop(_root.blueCounter);
} else if (!_root.blueBlown) {
_root.blueBlown = true;
_root.blueblob.play();
}
if (_root.redCounter < 100) {
_root.redblob.gotoAndStop(_root.redCounter);
} else if (!_root.redBlown) {
_root.redBlown = true;
_root.redblob.play();
}
myNumber = Math.floor(Math.random() * (2 - _root.lev)) + _root.lev;
if (myNumber < 11) {
_root.redCounter++;
}
}
Frame 349
if (blueBlown) {
gotoAndPlay (350);
} else if (redBlown) {
gotoAndPlay (363);
} else {
gotoAndPlay (348);
}
Frame 350
lev = lev - 4;
bluePoints++;
redCount.gotoAndStop(redPoints + 1);
blueCount.gotoAndStop(bluePoints + 1);
Frame 362
continuebtn.onRelease = function () {
if (bluePoints > 1) {
gotoAndStop (410);
} else if (round == "round1") {
round = "round2";
gotoAndPlay (196);
} else if (round == "round2") {
round = "finalround";
gotoAndPlay (196);
} else {
round = "round1";
gotoAndStop (7);
}
};
continuebtn.onKeyDown = function () {
if (Key.getCode() == 32) {
Key.removeListener(continuebtn);
this.onRelease();
}
};
Key.addListener(continuebtn);
stop();
Frame 363
lev = lev + 2;
redPoints++;
redCount.gotoAndStop(redPoints + 1);
blueCount.gotoAndStop(bluePoints + 1);
Frame 376
continuebtn.onRelease = function () {
if (redPoints > 1) {
gotoAndStop (415);
} else if (round == "round1") {
round = "round2";
gotoAndPlay (196);
} else if (round == "round2") {
round = "roundfinal";
gotoAndPlay (196);
} else {
round = "round1";
gotoAndStop (7);
}
};
continuebtn.onKeyDown = function () {
if (Key.getCode() == 32) {
Key.removeListener(continuebtn);
this.onRelease();
}
};
Key.addListener(continuebtn);
stop();
Frame 377
continuebtn.onRelease = function () {
gotoAndPlay (7);
};
continuebtn.onKeyDown = function () {
if (Key.getCode() == 32) {
Key.removeListener(continuebtn);
this.onRelease();
}
};
Key.addListener(continuebtn);
Frame 386
stop();
Frame 396
continuebtn.onRelease = function () {
gotoAndPlay (196);
};
continuebtn.onKeyDown = function () {
if (Key.getCode() == 32) {
Key.removeListener(continuebtn);
this.onRelease();
}
};
Key.addListener(continuebtn);
Frame 405
stop();
Frame 410
redCount.gotoAndStop(redPoints + 1);
blueCount.gotoAndStop(bluePoints + 1);
music.start(0, 100);
Instance of Symbol 202 MovieClip in Frame 410
onClipEvent (load) {
randomNumber = Math.floor(Math.random() * -28) + 30;
this.gotoAndPlay(randomNumber);
}
Instance of Symbol 202 MovieClip in Frame 410
onClipEvent (load) {
randomNumber = Math.floor(Math.random() * -28) + 30;
this.gotoAndPlay(randomNumber);
}
Instance of Symbol 202 MovieClip in Frame 410
onClipEvent (load) {
randomNumber = Math.floor(Math.random() * -28) + 30;
this.gotoAndPlay(randomNumber);
}
Instance of Symbol 202 MovieClip in Frame 410
onClipEvent (load) {
randomNumber = Math.floor(Math.random() * -28) + 30;
this.gotoAndPlay(randomNumber);
}
Instance of Symbol 202 MovieClip in Frame 410
onClipEvent (load) {
randomNumber = Math.floor(Math.random() * -28) + 30;
this.gotoAndPlay(randomNumber);
}
Instance of Symbol 202 MovieClip in Frame 410
onClipEvent (load) {
randomNumber = Math.floor(Math.random() * -28) + 30;
this.gotoAndPlay(randomNumber);
}
Instance of Symbol 202 MovieClip in Frame 410
onClipEvent (load) {
randomNumber = Math.floor(Math.random() * -28) + 30;
this.gotoAndPlay(randomNumber);
}
Instance of Symbol 202 MovieClip in Frame 410
onClipEvent (load) {
randomNumber = Math.floor(Math.random() * -28) + 30;
this.gotoAndPlay(randomNumber);
}
Instance of Symbol 202 MovieClip in Frame 410
onClipEvent (load) {
randomNumber = Math.floor(Math.random() * -28) + 30;
this.gotoAndPlay(randomNumber);
}
Instance of Symbol 202 MovieClip in Frame 410
onClipEvent (load) {
randomNumber = Math.floor(Math.random() * -28) + 30;
this.gotoAndPlay(randomNumber);
}
Instance of Symbol 202 MovieClip in Frame 410
onClipEvent (load) {
randomNumber = Math.floor(Math.random() * -28) + 30;
this.gotoAndPlay(randomNumber);
}
Instance of Symbol 202 MovieClip in Frame 410
onClipEvent (load) {
randomNumber = Math.floor(Math.random() * -28) + 30;
this.gotoAndPlay(randomNumber);
}
Instance of Symbol 202 MovieClip in Frame 410
onClipEvent (load) {
randomNumber = Math.floor(Math.random() * -28) + 30;
this.gotoAndPlay(randomNumber);
}
Instance of Symbol 202 MovieClip in Frame 410
onClipEvent (load) {
randomNumber = Math.floor(Math.random() * -28) + 30;
this.gotoAndPlay(randomNumber);
}
Instance of Symbol 202 MovieClip in Frame 410
onClipEvent (load) {
randomNumber = Math.floor(Math.random() * -28) + 30;
this.gotoAndPlay(randomNumber);
}
Instance of Symbol 202 MovieClip in Frame 410
onClipEvent (load) {
randomNumber = Math.floor(Math.random() * -28) + 30;
this.gotoAndPlay(randomNumber);
}
Instance of Symbol 202 MovieClip in Frame 410
onClipEvent (load) {
randomNumber = Math.floor(Math.random() * -28) + 30;
this.gotoAndPlay(randomNumber);
}
Instance of Symbol 202 MovieClip in Frame 410
onClipEvent (load) {
randomNumber = Math.floor(Math.random() * -28) + 30;
this.gotoAndPlay(randomNumber);
}
Instance of Symbol 202 MovieClip in Frame 410
onClipEvent (load) {
randomNumber = Math.floor(Math.random() * -28) + 30;
this.gotoAndPlay(randomNumber);
}
Instance of Symbol 202 MovieClip in Frame 410
onClipEvent (load) {
randomNumber = Math.floor(Math.random() * -28) + 30;
this.gotoAndPlay(randomNumber);
}
Instance of Symbol 202 MovieClip in Frame 410
onClipEvent (load) {
randomNumber = Math.floor(Math.random() * -28) + 30;
this.gotoAndPlay(randomNumber);
}
Instance of Symbol 202 MovieClip in Frame 410
onClipEvent (load) {
randomNumber = Math.floor(Math.random() * -28) + 30;
this.gotoAndPlay(randomNumber);
}
Instance of Symbol 202 MovieClip in Frame 410
onClipEvent (load) {
randomNumber = Math.floor(Math.random() * -28) + 30;
this.gotoAndPlay(randomNumber);
}
Instance of Symbol 202 MovieClip in Frame 410
onClipEvent (load) {
randomNumber = Math.floor(Math.random() * -28) + 30;
this.gotoAndPlay(randomNumber);
}
Instance of Symbol 202 MovieClip in Frame 410
onClipEvent (load) {
randomNumber = Math.floor(Math.random() * -28) + 30;
this.gotoAndPlay(randomNumber);
}
Instance of Symbol 202 MovieClip in Frame 410
onClipEvent (load) {
randomNumber = Math.floor(Math.random() * -28) + 30;
this.gotoAndPlay(randomNumber);
}
Instance of Symbol 202 MovieClip in Frame 410
onClipEvent (load) {
randomNumber = Math.floor(Math.random() * -28) + 30;
this.gotoAndPlay(randomNumber);
}
Instance of Symbol 202 MovieClip in Frame 410
onClipEvent (load) {
randomNumber = Math.floor(Math.random() * -28) + 30;
this.gotoAndPlay(randomNumber);
}
Instance of Symbol 202 MovieClip in Frame 410
onClipEvent (load) {
randomNumber = Math.floor(Math.random() * -28) + 30;
this.gotoAndPlay(randomNumber);
}
Instance of Symbol 202 MovieClip in Frame 410
onClipEvent (load) {
randomNumber = Math.floor(Math.random() * -28) + 30;
this.gotoAndPlay(randomNumber);
}
Instance of Symbol 202 MovieClip in Frame 410
onClipEvent (load) {
randomNumber = Math.floor(Math.random() * -28) + 30;
this.gotoAndPlay(randomNumber);
}
Instance of Symbol 202 MovieClip in Frame 410
onClipEvent (load) {
randomNumber = Math.floor(Math.random() * -28) + 30;
this.gotoAndPlay(randomNumber);
}
Instance of Symbol 202 MovieClip in Frame 410
onClipEvent (load) {
randomNumber = Math.floor(Math.random() * -28) + 30;
this.gotoAndPlay(randomNumber);
}
Frame 415
redCount.gotoAndStop(redPoints + 1);
blueCount.gotoAndStop(bluePoints + 1);
music.start(0, 100);
Instance of Symbol 213 MovieClip in Frame 415
onClipEvent (load) {
randomNumber = Math.floor(Math.random() * -28) + 30;
this.gotoAndPlay(randomNumber);
}
Instance of Symbol 213 MovieClip in Frame 415
onClipEvent (load) {
randomNumber = Math.floor(Math.random() * -28) + 30;
this.gotoAndPlay(randomNumber);
}
Instance of Symbol 213 MovieClip in Frame 415
onClipEvent (load) {
randomNumber = Math.floor(Math.random() * -28) + 30;
this.gotoAndPlay(randomNumber);
}
Instance of Symbol 213 MovieClip in Frame 415
onClipEvent (load) {
randomNumber = Math.floor(Math.random() * -28) + 30;
this.gotoAndPlay(randomNumber);
}
Instance of Symbol 213 MovieClip in Frame 415
onClipEvent (load) {
randomNumber = Math.floor(Math.random() * -28) + 30;
this.gotoAndPlay(randomNumber);
}
Instance of Symbol 213 MovieClip in Frame 415
onClipEvent (load) {
randomNumber = Math.floor(Math.random() * -28) + 30;
this.gotoAndPlay(randomNumber);
}
Instance of Symbol 213 MovieClip in Frame 415
onClipEvent (load) {
randomNumber = Math.floor(Math.random() * -28) + 30;
this.gotoAndPlay(randomNumber);
}
Instance of Symbol 213 MovieClip in Frame 415
onClipEvent (load) {
randomNumber = Math.floor(Math.random() * -28) + 30;
this.gotoAndPlay(randomNumber);
}
Instance of Symbol 213 MovieClip in Frame 415
onClipEvent (load) {
randomNumber = Math.floor(Math.random() * -28) + 30;
this.gotoAndPlay(randomNumber);
}
Instance of Symbol 213 MovieClip in Frame 415
onClipEvent (load) {
randomNumber = Math.floor(Math.random() * -28) + 30;
this.gotoAndPlay(randomNumber);
}
Instance of Symbol 213 MovieClip in Frame 415
onClipEvent (load) {
randomNumber = Math.floor(Math.random() * -28) + 30;
this.gotoAndPlay(randomNumber);
}
Instance of Symbol 213 MovieClip in Frame 415
onClipEvent (load) {
randomNumber = Math.floor(Math.random() * -28) + 30;
this.gotoAndPlay(randomNumber);
}
Instance of Symbol 213 MovieClip in Frame 415
onClipEvent (load) {
randomNumber = Math.floor(Math.random() * -28) + 30;
this.gotoAndPlay(randomNumber);
}
Instance of Symbol 213 MovieClip in Frame 415
onClipEvent (load) {
randomNumber = Math.floor(Math.random() * -28) + 30;
this.gotoAndPlay(randomNumber);
}
Instance of Symbol 213 MovieClip in Frame 415
onClipEvent (load) {
randomNumber = Math.floor(Math.random() * -28) + 30;
this.gotoAndPlay(randomNumber);
}
Instance of Symbol 213 MovieClip in Frame 415
onClipEvent (load) {
randomNumber = Math.floor(Math.random() * -28) + 30;
this.gotoAndPlay(randomNumber);
}
Instance of Symbol 213 MovieClip in Frame 415
onClipEvent (load) {
randomNumber = Math.floor(Math.random() * -28) + 30;
this.gotoAndPlay(randomNumber);
}
Instance of Symbol 213 MovieClip in Frame 415
onClipEvent (load) {
randomNumber = Math.floor(Math.random() * -28) + 30;
this.gotoAndPlay(randomNumber);
}
Instance of Symbol 213 MovieClip in Frame 415
onClipEvent (load) {
randomNumber = Math.floor(Math.random() * -28) + 30;
this.gotoAndPlay(randomNumber);
}
Instance of Symbol 213 MovieClip in Frame 415
onClipEvent (load) {
randomNumber = Math.floor(Math.random() * -28) + 30;
this.gotoAndPlay(randomNumber);
}
Instance of Symbol 213 MovieClip in Frame 415
onClipEvent (load) {
randomNumber = Math.floor(Math.random() * -28) + 30;
this.gotoAndPlay(randomNumber);
}
Instance of Symbol 213 MovieClip in Frame 415
onClipEvent (load) {
randomNumber = Math.floor(Math.random() * -28) + 30;
this.gotoAndPlay(randomNumber);
}
Instance of Symbol 213 MovieClip in Frame 415
onClipEvent (load) {
randomNumber = Math.floor(Math.random() * -28) + 30;
this.gotoAndPlay(randomNumber);
}
Instance of Symbol 213 MovieClip in Frame 415
onClipEvent (load) {
randomNumber = Math.floor(Math.random() * -28) + 30;
this.gotoAndPlay(randomNumber);
}
Instance of Symbol 213 MovieClip in Frame 415
onClipEvent (load) {
randomNumber = Math.floor(Math.random() * -28) + 30;
this.gotoAndPlay(randomNumber);
}
Instance of Symbol 213 MovieClip in Frame 415
onClipEvent (load) {
randomNumber = Math.floor(Math.random() * -28) + 30;
this.gotoAndPlay(randomNumber);
}
Instance of Symbol 213 MovieClip in Frame 415
onClipEvent (load) {
randomNumber = Math.floor(Math.random() * -28) + 30;
this.gotoAndPlay(randomNumber);
}
Instance of Symbol 213 MovieClip in Frame 415
onClipEvent (load) {
randomNumber = Math.floor(Math.random() * -28) + 30;
this.gotoAndPlay(randomNumber);
}
Instance of Symbol 213 MovieClip in Frame 415
onClipEvent (load) {
randomNumber = Math.floor(Math.random() * -28) + 30;
this.gotoAndPlay(randomNumber);
}
Instance of Symbol 213 MovieClip in Frame 415
onClipEvent (load) {
randomNumber = Math.floor(Math.random() * -28) + 30;
this.gotoAndPlay(randomNumber);
}
Instance of Symbol 213 MovieClip in Frame 415
onClipEvent (load) {
randomNumber = Math.floor(Math.random() * -28) + 30;
this.gotoAndPlay(randomNumber);
}
Instance of Symbol 213 MovieClip in Frame 415
onClipEvent (load) {
randomNumber = Math.floor(Math.random() * -28) + 30;
this.gotoAndPlay(randomNumber);
}
Instance of Symbol 213 MovieClip in Frame 415
onClipEvent (load) {
randomNumber = Math.floor(Math.random() * -28) + 30;
this.gotoAndPlay(randomNumber);
}
Instance of Symbol 213 MovieClip in Frame 415
onClipEvent (load) {
randomNumber = Math.floor(Math.random() * -28) + 30;
this.gotoAndPlay(randomNumber);
}
Instance of Symbol 213 MovieClip in Frame 415
onClipEvent (load) {
randomNumber = Math.floor(Math.random() * -28) + 30;
this.gotoAndPlay(randomNumber);
}
Instance of Symbol 213 MovieClip in Frame 415
onClipEvent (load) {
randomNumber = Math.floor(Math.random() * -28) + 30;
this.gotoAndPlay(randomNumber);
}
Instance of Symbol 213 MovieClip in Frame 415
onClipEvent (load) {
randomNumber = Math.floor(Math.random() * -28) + 30;
this.gotoAndPlay(randomNumber);
}
Instance of Symbol 213 MovieClip in Frame 415
onClipEvent (load) {
randomNumber = Math.floor(Math.random() * -28) + 30;
this.gotoAndPlay(randomNumber);
}
Instance of Symbol 213 MovieClip in Frame 415
onClipEvent (load) {
randomNumber = Math.floor(Math.random() * -28) + 30;
this.gotoAndPlay(randomNumber);
}
Symbol 6 MovieClip Frame 1
function formatBytes(bytes) {
var kb = 1024;
var mb = (kb * 1024);
var tempNum = 0;
if (bytes >= mb) {
tempNum = String(Math.floor((bytes / mb) * 100) / 100);
if (tempNum.substring(tempNum.indexOf("."), tempNum.length).length == 2) {
tempNum = tempNum + "0";
}
tempNum = tempNum + " MB";
} else if (bytes >= kb) {
tempNum = String(Math.floor((bytes / kb) * 100) / 100);
if (tempNum.substring(tempNum.indexOf("."), tempNum.length).length == 2) {
tempNum = tempNum + "0";
}
tempNum = tempNum + " KB";
} else {
tempNum = bytes + " B";
}
return(tempNum);
}
this._visible = false;
var isLoaded = false;
var totalBytes = _parent.getBytesTotal();
var loadedBytes = _parent.getBytesLoaded();
var totalFrames = _parent._totalFrames();
var loadedFrames = _parent._framesLoaded();
var fractionLoaded = 0;
var percentLoaded = "0%";
var bytesPerSecond = 0;
var sizePerSecond = formatBytes(bytesPerSecond);
var elapsedTime = "0:00";
var estimatedTime = "0:00";
var estimatedTimeLeft = "0:00";
var gStartTime = getTimer();
var gCurrentTime = getTimer();
var gSampleTimer = (gCurrentTime - gStartTime);
var gSizeSample = loadedBytes;
var framesPerSecond = 0;
var frameCounter = 0;
var totalSize = formatBytes(totalBytes);
var loadedSize = formatBytes(loadedBytes);
var loadedBytes = 0;
var gLoading = true;
var gPlaying = false;
_parent.stop();
Symbol 6 MovieClip Frame 2
if (gLoading) {
loadedBytes = _parent.getBytesLoaded();
loadedSize = formatBytes(loadedBytes);
loadedFrames = _parent._framesLoaded;
gCurrentTime = getTimer();
var elapsedMinutes = Math.floor(((gCurrentTime - gStartTime) / 1000) / 60);
var elapsedSeconds = Math.floor(((gCurrentTime - gStartTime) / 1000) % 60);
if (String(elapsedSeconds).length == 1) {
elapsedSeconds = "0" + elapsedSeconds;
}
elapsedTime = (elapsedMinutes + ":") + elapsedSeconds;
frameCounter++;
if ((gCurrentTime - gStartTime) >= (gSampleTimer + 1000)) {
framesPerSecond = frameCounter;
frameCounter = 0;
bytesPerSecond = loadedBytes - gSizeSample;
sizePerSecond = formatBytes(bytesPerSecond);
if (STREAM && (PLAY_TYPE == "auto")) {
if ((loadedFrames / framesPerSecond) > ((totalBytes - loadedBytes) / bytesPerSecond)) {
_parent.play();
}
}
var estimatedMinutes = Math.floor((totalBytes / bytesPerSecond) / 60);
var estimatedSeconds = Math.floor((totalBytes / bytesPerSecond) % 60);
if (String(estimatedSeconds).length == 1) {
estimatedSeconds = "0" + estimatedSeconds;
}
estimatedTime = (estimatedMinutes + ":") + estimatedSeconds;
var estimatedMinutesLeft = Math.floor(((totalBytes - loadedBytes) / bytesPerSecond) / 60);
var estimatedSecondsLeft = Math.floor(((totalBytes - loadedBytes) / bytesPerSecond) % 60);
if (String(estimatedSecondsLeft).length == 1) {
estimatedSecondsLeft = "0" + estimatedSecondsLeft;
}
estimatedTimeLeft = (estimatedMinutesLeft + ":") + estimatedSecondsLeft;
gSizeSample = loadedBytes;
gSampleTimer = gCurrentTime - gStartTime;
}
fractionLoaded = loadedBytes / totalBytes;
percentLoaded = Math.floor(fractionLoaded * 100) + "%";
if (STREAM) {
switch (PLAY_TYPE) {
case "bytes" :
if (loadedBytes >= PLAY_BYTES) {
if (!gPlaying) {
_parent.play();
gPlaying = true;
}
}
break;
case "frames" :
if (loadedFrames >= PLAY_FRAMES) {
if (!gPlaying) {
_parent.play();
gPlaying = true;
}
}
break;
case "percent" :
if ((fractionLoaded * 100) < PLAY_PERCENT) {
break;
}
if (gPlaying) {
break;
}
_parent.play();
gPlaying = true;
}
}
if (loadedBytes == totalBytes) {
isLoaded = true;
}
if (isLoaded) {
if (!STREAM) {
_parent.play();
}
gLoading = false;
stop();
}
}
Symbol 6 MovieClip Frame 3
gotoAndPlay (2);
Symbol 29 Button
on (release) {
getURL ("http://www.kwikgames.com", _blank);
}
Symbol 34 Button
on (release) {
gotoAndStop (4);
}
Symbol 38 Button
on (release) {
gotoAndStop (5);
}
Symbol 40 Button
on (release) {
getURL ("http://www.kwikgames.com", _blank);
}
Symbol 44 Button
on (release) {
nextFrame();
}
Symbol 48 Button
on (release) {
gotoAndPlay (7);
}
Symbol 53 Button
on (release) {
lev = 40;
gotoAndPlay (196);
}
Symbol 57 Button
on (release) {
lev = 35;
gotoAndPlay (196);
}
Symbol 61 Button
on (release) {
lev = 30;
gotoAndPlay (196);
}
Symbol 65 Button
on (release) {
lev = 25;
gotoAndPlay (196);
}
Symbol 69 Button
on (release) {
lev = 20;
gotoAndPlay (196);
}
Symbol 73 Button
on (release) {
gotoAndStop (2);
}
Symbol 91 MovieClip Frame 1
gotoAndPlay(Math.floor(Math.random() * 1000));
Symbol 96 MovieClip Frame 1
stop();
Symbol 96 MovieClip Frame 109
stop();
Symbol 107 MovieClip Frame 1
gotoAndPlay(Math.floor(Math.random() * 1000));
Symbol 111 MovieClip Frame 1
stop();
Symbol 111 MovieClip Frame 109
stop();
Symbol 128 Button
on (release) {
loadVariablesNum ("http://www.kwikgames.com/cgi/flashemail.php", 0, "POST");
}
Symbol 137 MovieClip Frame 1
stop();
Symbol 137 MovieClip Frame 2
stop();
Symbol 137 MovieClip Frame 3
stop();
Symbol 141 MovieClip Frame 1
stop();
Symbol 141 MovieClip Frame 2
stop();
Symbol 141 MovieClip Frame 3
stop();
Symbol 163 MovieClip Frame 51
stop();
Symbol 163 MovieClip Frame 109
stop();
Symbol 163 MovieClip Frame 165
stop();
Symbol 165 Button
on (keyPress "z") {
gotoAndPlay (377);
}
on (keyPress "x") {
gotoAndPlay (377);
}
on (keyPress "o") {
gotoAndPlay (377);
}
on (keyPress "p") {
gotoAndPlay (377);
}
Symbol 173 Button
on (keyPress "z") {
if (((_root.blueKey != "left") && (!_root.blueBlown)) && (!_root.redBlown)) {
blueCounter++;
_root.blueKey = "left";
}
}
on (keyPress "x") {
if (((_root.blueKey != "right") && (!_root.blueBlown)) && (!_root.redBlown)) {
blueCounter++;
_root.blueKey = "right";
}
}
on (keyPress "o") {
if (((_root.redKey != "Up") && (!_root.blueBlown)) && (!_root.redBlown)) {
redCounter++;
_root.redKey = "Up";
}
}
on (keyPress "p") {
if (((_root.redKey != "Down") && (!_root.blueBlown)) && (!_root.redBlown)) {
redCounter++;
_root.redKey = "Down";
}
}
Symbol 184 Button
on (keyPress "z") {
gotoAndPlay (396);
}
on (keyPress "x") {
gotoAndPlay (396);
}
on (keyPress "o") {
gotoAndPlay (396);
}
on (keyPress "p") {
gotoAndPlay (396);
}
Symbol 185 Button
on (keyPress "z") {
if (((_root.blueKey != "left") && (!_root.blueBlown)) && (!_root.redBlown)) {
blueCounter++;
_root.blueKey = "left";
}
}
on (keyPress "x") {
if (((_root.blueKey != "right") && (!_root.blueBlown)) && (!_root.redBlown)) {
blueCounter++;
_root.blueKey = "right";
}
}
Symbol 203 Button
on (release) {
music.stop();
gotoAndStop (2);
}