STORY   LOOP   FURRY   PORN   GAMES
• C •   SERVICES [?] [R] RND   POPULAR
Archived flashes:
228086
/disc/ · /res/     /show/ · /fap/ · /gg/ · /swf/P0001 · P2561 · P5121

<div style="position:absolute;top:-99px;left:-99px;"><img src="http://swfchan.com:57475/46078350?noj=FRM46078350-2DC" width="1" height="1"></div>

Blobz.swf

This is the info page for
Flash #10971

(Click the ID number above for more basic data on this flash file.)


Text
Load-Info

loading - percent loaded :

0:00

Player 1 is blue, player 1 or the computer in a
one player game is red.  The object is to explode
before your opponent.  Repeatedly hit the keys
alternately to pump yourself up - when you reach
critical mass you'll explode! The winner is decided
by the best of three rounds...
...may the best blobz win!

Keys : Z and X

Keys : O and P

Your Email :

Friend's Email :

Your message :

Email this game to your friend with your own message:

Your Email :

Friend's Email :

Your message :

Email this game to your friend with your own message:

Thanks - your friend will receive and email shortly!

Thanks - your friend will receive and email shortly!

btn

actions

ActionScript [AS1/AS2]

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 201 MovieClip in Frame 410
onClipEvent (load) { randomNumber = Math.floor(Math.random() * -28) + 30; this.gotoAndPlay(randomNumber); }
Instance of Symbol 201 MovieClip in Frame 410
onClipEvent (load) { randomNumber = Math.floor(Math.random() * -28) + 30; this.gotoAndPlay(randomNumber); }
Instance of Symbol 201 MovieClip in Frame 410
onClipEvent (load) { randomNumber = Math.floor(Math.random() * -28) + 30; this.gotoAndPlay(randomNumber); }
Instance of Symbol 201 MovieClip in Frame 410
onClipEvent (load) { randomNumber = Math.floor(Math.random() * -28) + 30; this.gotoAndPlay(randomNumber); }
Instance of Symbol 201 MovieClip in Frame 410
onClipEvent (load) { randomNumber = Math.floor(Math.random() * -28) + 30; this.gotoAndPlay(randomNumber); }
Instance of Symbol 201 MovieClip in Frame 410
onClipEvent (load) { randomNumber = Math.floor(Math.random() * -28) + 30; this.gotoAndPlay(randomNumber); }
Instance of Symbol 201 MovieClip in Frame 410
onClipEvent (load) { randomNumber = Math.floor(Math.random() * -28) + 30; this.gotoAndPlay(randomNumber); }
Instance of Symbol 201 MovieClip in Frame 410
onClipEvent (load) { randomNumber = Math.floor(Math.random() * -28) + 30; this.gotoAndPlay(randomNumber); }
Instance of Symbol 201 MovieClip in Frame 410
onClipEvent (load) { randomNumber = Math.floor(Math.random() * -28) + 30; this.gotoAndPlay(randomNumber); }
Instance of Symbol 201 MovieClip in Frame 410
onClipEvent (load) { randomNumber = Math.floor(Math.random() * -28) + 30; this.gotoAndPlay(randomNumber); }
Instance of Symbol 201 MovieClip in Frame 410
onClipEvent (load) { randomNumber = Math.floor(Math.random() * -28) + 30; this.gotoAndPlay(randomNumber); }
Instance of Symbol 201 MovieClip in Frame 410
onClipEvent (load) { randomNumber = Math.floor(Math.random() * -28) + 30; this.gotoAndPlay(randomNumber); }
Instance of Symbol 201 MovieClip in Frame 410
onClipEvent (load) { randomNumber = Math.floor(Math.random() * -28) + 30; this.gotoAndPlay(randomNumber); }
Instance of Symbol 201 MovieClip in Frame 410
onClipEvent (load) { randomNumber = Math.floor(Math.random() * -28) + 30; this.gotoAndPlay(randomNumber); }
Instance of Symbol 201 MovieClip in Frame 410
onClipEvent (load) { randomNumber = Math.floor(Math.random() * -28) + 30; this.gotoAndPlay(randomNumber); }
Instance of Symbol 201 MovieClip in Frame 410
onClipEvent (load) { randomNumber = Math.floor(Math.random() * -28) + 30; this.gotoAndPlay(randomNumber); }
Instance of Symbol 201 MovieClip in Frame 410
onClipEvent (load) { randomNumber = Math.floor(Math.random() * -28) + 30; this.gotoAndPlay(randomNumber); }
Instance of Symbol 201 MovieClip in Frame 410
onClipEvent (load) { randomNumber = Math.floor(Math.random() * -28) + 30; this.gotoAndPlay(randomNumber); }
Instance of Symbol 201 MovieClip in Frame 410
onClipEvent (load) { randomNumber = Math.floor(Math.random() * -28) + 30; this.gotoAndPlay(randomNumber); }
Instance of Symbol 201 MovieClip in Frame 410
onClipEvent (load) { randomNumber = Math.floor(Math.random() * -28) + 30; this.gotoAndPlay(randomNumber); }
Instance of Symbol 201 MovieClip in Frame 410
onClipEvent (load) { randomNumber = Math.floor(Math.random() * -28) + 30; this.gotoAndPlay(randomNumber); }
Instance of Symbol 201 MovieClip in Frame 410
onClipEvent (load) { randomNumber = Math.floor(Math.random() * -28) + 30; this.gotoAndPlay(randomNumber); }
Instance of Symbol 201 MovieClip in Frame 410
onClipEvent (load) { randomNumber = Math.floor(Math.random() * -28) + 30; this.gotoAndPlay(randomNumber); }
Instance of Symbol 201 MovieClip in Frame 410
onClipEvent (load) { randomNumber = Math.floor(Math.random() * -28) + 30; this.gotoAndPlay(randomNumber); }
Instance of Symbol 201 MovieClip in Frame 410
onClipEvent (load) { randomNumber = Math.floor(Math.random() * -28) + 30; this.gotoAndPlay(randomNumber); }
Instance of Symbol 201 MovieClip in Frame 410
onClipEvent (load) { randomNumber = Math.floor(Math.random() * -28) + 30; this.gotoAndPlay(randomNumber); }
Instance of Symbol 201 MovieClip in Frame 410
onClipEvent (load) { randomNumber = Math.floor(Math.random() * -28) + 30; this.gotoAndPlay(randomNumber); }
Instance of Symbol 201 MovieClip in Frame 410
onClipEvent (load) { randomNumber = Math.floor(Math.random() * -28) + 30; this.gotoAndPlay(randomNumber); }
Instance of Symbol 201 MovieClip in Frame 410
onClipEvent (load) { randomNumber = Math.floor(Math.random() * -28) + 30; this.gotoAndPlay(randomNumber); }
Instance of Symbol 201 MovieClip in Frame 410
onClipEvent (load) { randomNumber = Math.floor(Math.random() * -28) + 30; this.gotoAndPlay(randomNumber); }
Instance of Symbol 201 MovieClip in Frame 410
onClipEvent (load) { randomNumber = Math.floor(Math.random() * -28) + 30; this.gotoAndPlay(randomNumber); }
Instance of Symbol 201 MovieClip in Frame 410
onClipEvent (load) { randomNumber = Math.floor(Math.random() * -28) + 30; this.gotoAndPlay(randomNumber); }
Instance of Symbol 201 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 212 MovieClip in Frame 415
onClipEvent (load) { randomNumber = Math.floor(Math.random() * -28) + 30; this.gotoAndPlay(randomNumber); }
Instance of Symbol 212 MovieClip in Frame 415
onClipEvent (load) { randomNumber = Math.floor(Math.random() * -28) + 30; this.gotoAndPlay(randomNumber); }
Instance of Symbol 212 MovieClip in Frame 415
onClipEvent (load) { randomNumber = Math.floor(Math.random() * -28) + 30; this.gotoAndPlay(randomNumber); }
Instance of Symbol 212 MovieClip in Frame 415
onClipEvent (load) { randomNumber = Math.floor(Math.random() * -28) + 30; this.gotoAndPlay(randomNumber); }
Instance of Symbol 212 MovieClip in Frame 415
onClipEvent (load) { randomNumber = Math.floor(Math.random() * -28) + 30; this.gotoAndPlay(randomNumber); }
Instance of Symbol 212 MovieClip in Frame 415
onClipEvent (load) { randomNumber = Math.floor(Math.random() * -28) + 30; this.gotoAndPlay(randomNumber); }
Instance of Symbol 212 MovieClip in Frame 415
onClipEvent (load) { randomNumber = Math.floor(Math.random() * -28) + 30; this.gotoAndPlay(randomNumber); }
Instance of Symbol 212 MovieClip in Frame 415
onClipEvent (load) { randomNumber = Math.floor(Math.random() * -28) + 30; this.gotoAndPlay(randomNumber); }
Instance of Symbol 212 MovieClip in Frame 415
onClipEvent (load) { randomNumber = Math.floor(Math.random() * -28) + 30; this.gotoAndPlay(randomNumber); }
Instance of Symbol 212 MovieClip in Frame 415
onClipEvent (load) { randomNumber = Math.floor(Math.random() * -28) + 30; this.gotoAndPlay(randomNumber); }
Instance of Symbol 212 MovieClip in Frame 415
onClipEvent (load) { randomNumber = Math.floor(Math.random() * -28) + 30; this.gotoAndPlay(randomNumber); }
Instance of Symbol 212 MovieClip in Frame 415
onClipEvent (load) { randomNumber = Math.floor(Math.random() * -28) + 30; this.gotoAndPlay(randomNumber); }
Instance of Symbol 212 MovieClip in Frame 415
onClipEvent (load) { randomNumber = Math.floor(Math.random() * -28) + 30; this.gotoAndPlay(randomNumber); }
Instance of Symbol 212 MovieClip in Frame 415
onClipEvent (load) { randomNumber = Math.floor(Math.random() * -28) + 30; this.gotoAndPlay(randomNumber); }
Instance of Symbol 212 MovieClip in Frame 415
onClipEvent (load) { randomNumber = Math.floor(Math.random() * -28) + 30; this.gotoAndPlay(randomNumber); }
Instance of Symbol 212 MovieClip in Frame 415
onClipEvent (load) { randomNumber = Math.floor(Math.random() * -28) + 30; this.gotoAndPlay(randomNumber); }
Instance of Symbol 212 MovieClip in Frame 415
onClipEvent (load) { randomNumber = Math.floor(Math.random() * -28) + 30; this.gotoAndPlay(randomNumber); }
Instance of Symbol 212 MovieClip in Frame 415
onClipEvent (load) { randomNumber = Math.floor(Math.random() * -28) + 30; this.gotoAndPlay(randomNumber); }
Instance of Symbol 212 MovieClip in Frame 415
onClipEvent (load) { randomNumber = Math.floor(Math.random() * -28) + 30; this.gotoAndPlay(randomNumber); }
Instance of Symbol 212 MovieClip in Frame 415
onClipEvent (load) { randomNumber = Math.floor(Math.random() * -28) + 30; this.gotoAndPlay(randomNumber); }
Instance of Symbol 212 MovieClip in Frame 415
onClipEvent (load) { randomNumber = Math.floor(Math.random() * -28) + 30; this.gotoAndPlay(randomNumber); }
Instance of Symbol 212 MovieClip in Frame 415
onClipEvent (load) { randomNumber = Math.floor(Math.random() * -28) + 30; this.gotoAndPlay(randomNumber); }
Instance of Symbol 212 MovieClip in Frame 415
onClipEvent (load) { randomNumber = Math.floor(Math.random() * -28) + 30; this.gotoAndPlay(randomNumber); }
Instance of Symbol 212 MovieClip in Frame 415
onClipEvent (load) { randomNumber = Math.floor(Math.random() * -28) + 30; this.gotoAndPlay(randomNumber); }
Instance of Symbol 212 MovieClip in Frame 415
onClipEvent (load) { randomNumber = Math.floor(Math.random() * -28) + 30; this.gotoAndPlay(randomNumber); }
Instance of Symbol 212 MovieClip in Frame 415
onClipEvent (load) { randomNumber = Math.floor(Math.random() * -28) + 30; this.gotoAndPlay(randomNumber); }
Instance of Symbol 212 MovieClip in Frame 415
onClipEvent (load) { randomNumber = Math.floor(Math.random() * -28) + 30; this.gotoAndPlay(randomNumber); }
Instance of Symbol 212 MovieClip in Frame 415
onClipEvent (load) { randomNumber = Math.floor(Math.random() * -28) + 30; this.gotoAndPlay(randomNumber); }
Instance of Symbol 212 MovieClip in Frame 415
onClipEvent (load) { randomNumber = Math.floor(Math.random() * -28) + 30; this.gotoAndPlay(randomNumber); }
Instance of Symbol 212 MovieClip in Frame 415
onClipEvent (load) { randomNumber = Math.floor(Math.random() * -28) + 30; this.gotoAndPlay(randomNumber); }
Instance of Symbol 212 MovieClip in Frame 415
onClipEvent (load) { randomNumber = Math.floor(Math.random() * -28) + 30; this.gotoAndPlay(randomNumber); }
Instance of Symbol 212 MovieClip in Frame 415
onClipEvent (load) { randomNumber = Math.floor(Math.random() * -28) + 30; this.gotoAndPlay(randomNumber); }
Instance of Symbol 212 MovieClip in Frame 415
onClipEvent (load) { randomNumber = Math.floor(Math.random() * -28) + 30; this.gotoAndPlay(randomNumber); }
Instance of Symbol 212 MovieClip in Frame 415
onClipEvent (load) { randomNumber = Math.floor(Math.random() * -28) + 30; this.gotoAndPlay(randomNumber); }
Instance of Symbol 212 MovieClip in Frame 415
onClipEvent (load) { randomNumber = Math.floor(Math.random() * -28) + 30; this.gotoAndPlay(randomNumber); }
Instance of Symbol 212 MovieClip in Frame 415
onClipEvent (load) { randomNumber = Math.floor(Math.random() * -28) + 30; this.gotoAndPlay(randomNumber); }
Instance of Symbol 212 MovieClip in Frame 415
onClipEvent (load) { randomNumber = Math.floor(Math.random() * -28) + 30; this.gotoAndPlay(randomNumber); }
Instance of Symbol 212 MovieClip in Frame 415
onClipEvent (load) { randomNumber = Math.floor(Math.random() * -28) + 30; this.gotoAndPlay(randomNumber); }
Instance of Symbol 212 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 202 Button
on (release) { music.stop(); gotoAndStop (2); }

Library Items

Symbol 1 Sound [music]
Symbol 2 GraphicUsed by:Timeline
Symbol 3 GraphicUsed by:6
Symbol 4 FontUsed by:5 113 117 118 164 171
Symbol 5 TextUses:4Used by:6
Symbol 6 MovieClipUses:3 5Used by:Timeline
Symbol 7 GraphicUsed by:Timeline
Symbol 8 GraphicUsed by:10 40
Symbol 9 GraphicUsed by:10 40
Symbol 10 ButtonUses:8 9Used by:Timeline
Symbol 11 GraphicUsed by:Timeline
Symbol 12 FontUsed by:13 14
Symbol 13 EditableTextUses:12Used by:Timeline
Symbol 14 EditableTextUses:12Used by:Timeline
Symbol 15 GraphicUsed by:16
Symbol 16 MovieClipUses:15Used by:Timeline
Symbol 17 GraphicUsed by:Timeline
Symbol 18 GraphicUsed by:19
Symbol 19 MovieClipUses:18Used by:Timeline
Symbol 20 GraphicUsed by:Timeline
Symbol 21 GraphicUsed by:Timeline
Symbol 22 GraphicUsed by:Timeline
Symbol 23 GraphicUsed by:Timeline
Symbol 24 GraphicUsed by:Timeline
Symbol 25 GraphicUsed by:Timeline
Symbol 26 GraphicUsed by:29
Symbol 27 GraphicUsed by:29
Symbol 28 GraphicUsed by:29
Symbol 29 ButtonUses:26 27 28Used by:Timeline
Symbol 30 GraphicUsed by:31
Symbol 31 ButtonUses:30Used by:34  Timeline
Symbol 32 GraphicUsed by:34
Symbol 33 GraphicUsed by:34
Symbol 34 ButtonUses:31 32 33Used by:Timeline
Symbol 35 GraphicUsed by:38
Symbol 36 GraphicUsed by:38
Symbol 37 GraphicUsed by:38
Symbol 38 ButtonUses:35 36 37Used by:Timeline
Symbol 39 GraphicUsed by:Timeline
Symbol 40 ButtonUses:8 9Used by:Timeline
Symbol 41 GraphicUsed by:44
Symbol 42 GraphicUsed by:44
Symbol 43 GraphicUsed by:44
Symbol 44 ButtonUses:41 42 43Used by:Timeline
Symbol 45 GraphicUsed by:48
Symbol 46 GraphicUsed by:48
Symbol 47 GraphicUsed by:48
Symbol 48 ButtonUses:45 46 47Used by:Timeline
Symbol 49 GraphicUsed by:Timeline
Symbol 50 GraphicUsed by:53
Symbol 51 GraphicUsed by:53
Symbol 52 GraphicUsed by:53
Symbol 53 ButtonUses:50 51 52Used by:Timeline
Symbol 54 GraphicUsed by:57
Symbol 55 GraphicUsed by:57
Symbol 56 GraphicUsed by:57
Symbol 57 ButtonUses:54 55 56Used by:Timeline
Symbol 58 GraphicUsed by:61
Symbol 59 GraphicUsed by:61
Symbol 60 GraphicUsed by:61
Symbol 61 ButtonUses:58 59 60Used by:Timeline
Symbol 62 GraphicUsed by:65
Symbol 63 GraphicUsed by:65
Symbol 64 GraphicUsed by:65
Symbol 65 ButtonUses:62 63 64Used by:Timeline
Symbol 66 GraphicUsed by:69
Symbol 67 GraphicUsed by:69
Symbol 68 GraphicUsed by:69
Symbol 69 ButtonUses:66 67 68Used by:Timeline
Symbol 70 GraphicUsed by:73 202
Symbol 71 GraphicUsed by:73 202
Symbol 72 GraphicUsed by:73 202
Symbol 73 ButtonUses:70 71 72Used by:Timeline
Symbol 74 GraphicUsed by:Timeline
Symbol 75 FontUsed by:76 77 78
Symbol 76 TextUses:75Used by:Timeline
Symbol 77 TextUses:75Used by:Timeline
Symbol 78 TextUses:75Used by:Timeline
Symbol 79 GraphicUsed by:91
Symbol 80 GraphicUsed by:91
Symbol 81 GraphicUsed by:82
Symbol 82 MovieClipUses:81Used by:91 107
Symbol 83 GraphicUsed by:91
Symbol 84 GraphicUsed by:91
Symbol 85 GraphicUsed by:91
Symbol 86 GraphicUsed by:91
Symbol 87 GraphicUsed by:91
Symbol 88 GraphicUsed by:91
Symbol 89 GraphicUsed by:91
Symbol 90 GraphicUsed by:91
Symbol 91 MovieClipUses:79 80 82 83 84 85 86 87 88 89 90Used by:96  Timeline
Symbol 92 ShapeTweeningUsed by:96
Symbol 93 GraphicUsed by:96 111  Timeline
Symbol 94 GraphicUsed by:96
Symbol 95 GraphicUsed by:96
Symbol 96 MovieClipUses:91 92 93 94 95Used by:Timeline
Symbol 97 GraphicUsed by:111
Symbol 98 GraphicUsed by:107
Symbol 99 GraphicUsed by:107
Symbol 100 GraphicUsed by:107
Symbol 101 GraphicUsed by:107
Symbol 102 GraphicUsed by:107
Symbol 103 GraphicUsed by:107
Symbol 104 GraphicUsed by:107
Symbol 105 GraphicUsed by:107
Symbol 106 GraphicUsed by:107
Symbol 107 MovieClipUses:98 99 82 100 101 102 103 104 105 106Used by:111  Timeline
Symbol 108 ShapeTweeningUsed by:111
Symbol 109 GraphicUsed by:111
Symbol 110 GraphicUsed by:111
Symbol 111 MovieClipUses:97 107 108 93 109 110Used by:Timeline
Symbol 112 GraphicUsed by:Timeline
Symbol 113 EditableTextUses:4Used by:Timeline
Symbol 114 FontUsed by:115 116 119 120 121 122 123 124 129 130
Symbol 115 TextUses:114Used by:Timeline
Symbol 116 TextUses:114Used by:Timeline
Symbol 117 EditableTextUses:4Used by:Timeline
Symbol 118 EditableTextUses:4Used by:Timeline
Symbol 119 TextUses:114Used by:Timeline
Symbol 120 TextUses:114Used by:Timeline
Symbol 121 TextUses:114Used by:Timeline
Symbol 122 TextUses:114Used by:Timeline
Symbol 123 TextUses:114Used by:Timeline
Symbol 124 TextUses:114Used by:Timeline
Symbol 125 GraphicUsed by:128
Symbol 126 GraphicUsed by:128
Symbol 127 GraphicUsed by:128
Symbol 128 ButtonUses:125 126 127Used by:Timeline
Symbol 129 TextUses:114Used by:Timeline
Symbol 130 TextUses:114Used by:Timeline
Symbol 131 GraphicUsed by:Timeline
Symbol 132 GraphicUsed by:Timeline
Symbol 133 GraphicUsed by:Timeline
Symbol 134 GraphicUsed by:137
Symbol 135 GraphicUsed by:137
Symbol 136 GraphicUsed by:137
Symbol 137 MovieClipUses:134 135 136Used by:Timeline
Symbol 138 GraphicUsed by:141
Symbol 139 GraphicUsed by:141
Symbol 140 GraphicUsed by:141
Symbol 141 MovieClipUses:138 139 140Used by:Timeline
Symbol 142 GraphicUsed by:Timeline
Symbol 143 GraphicUsed by:Timeline
Symbol 144 GraphicUsed by:151
Symbol 145 GraphicUsed by:151
Symbol 146 GraphicUsed by:151 201
Symbol 147 GraphicUsed by:151 201
Symbol 148 GraphicUsed by:151 201
Symbol 149 GraphicUsed by:151 201
Symbol 150 GraphicUsed by:151 201
Symbol 151 MovieClipUses:144 145 146 147 148 149 150Used by:Timeline
Symbol 152 GraphicUsed by:159
Symbol 153 GraphicUsed by:159
Symbol 154 GraphicUsed by:159
Symbol 155 GraphicUsed by:159
Symbol 156 GraphicUsed by:159
Symbol 157 GraphicUsed by:159
Symbol 158 GraphicUsed by:159
Symbol 159 MovieClipUses:152 153 154 155 156 157 158Used by:Timeline
Symbol 160 GraphicUsed by:163
Symbol 161 GraphicUsed by:163
Symbol 162 GraphicUsed by:163
Symbol 163 MovieClipUses:160 161 162Used by:Timeline
Symbol 164 TextUses:4Used by:165 173 184 185
Symbol 165 ButtonUses:164Used by:Timeline
Symbol 166 GraphicUsed by:Timeline
Symbol 167 SoundUsed by:Timeline
Symbol 168 GraphicUsed by:Timeline
Symbol 169 GraphicUsed by:Timeline
Symbol 170 GraphicUsed by:172
Symbol 171 TextUses:4Used by:172
Symbol 172 MovieClipUses:170 171Used by:Timeline
Symbol 173 ButtonUses:164Used by:Timeline
Symbol 174 SoundUsed by:Timeline
Symbol 175 GraphicUsed by:Timeline
Symbol 176 SoundUsed by:Timeline
Symbol 177 GraphicUsed by:180
Symbol 178 GraphicUsed by:180
Symbol 179 GraphicUsed by:180
Symbol 180 ButtonUses:177 178 179Used by:Timeline
Symbol 181 GraphicUsed by:Timeline
Symbol 182 GraphicUsed by:Timeline
Symbol 183 GraphicUsed by:Timeline
Symbol 184 ButtonUses:164Used by:Timeline
Symbol 185 ButtonUses:164Used by:Timeline
Symbol 186 GraphicUsed by:Timeline
Symbol 187 GraphicUsed by:Timeline
Symbol 188 GraphicUsed by:Timeline
Symbol 189 GraphicUsed by:Timeline
Symbol 190 GraphicUsed by:Timeline
Symbol 191 GraphicUsed by:Timeline
Symbol 192 GraphicUsed by:Timeline
Symbol 193 GraphicUsed by:Timeline
Symbol 194 GraphicUsed by:Timeline
Symbol 195 GraphicUsed by:Timeline
Symbol 196 GraphicUsed by:Timeline
Symbol 197 GraphicUsed by:Timeline
Symbol 198 GraphicUsed by:201
Symbol 199 GraphicUsed by:201
Symbol 200 GraphicUsed by:201
Symbol 201 MovieClipUses:198 199 200 146 147 148 149 150Used by:Timeline
Symbol 202 ButtonUses:70 71 72Used by:Timeline
Symbol 203 GraphicUsed by:Timeline
Symbol 204 GraphicUsed by:212
Symbol 205 GraphicUsed by:212
Symbol 206 GraphicUsed by:212
Symbol 207 GraphicUsed by:212
Symbol 208 GraphicUsed by:212
Symbol 209 GraphicUsed by:212
Symbol 210 GraphicUsed by:212
Symbol 211 GraphicUsed by:212
Symbol 212 MovieClipUses:204 205 206 207 208 209 210 211Used by:Timeline

Instance Names

"mc_load_info"Frame 1Symbol 6 MovieClip
"name_txt"Frame 5Symbol 113 EditableText
"name_txt"Frame 5Symbol 117 EditableText
"name_txt"Frame 5Symbol 118 EditableText
"ok_btn"Frame 5Symbol 128 Button
"blueCount"Frame 7Symbol 137 MovieClip
"redCount"Frame 7Symbol 141 MovieClip
"bluejump"Frame 7Symbol 151 MovieClip
"bluejump"Frame 7Symbol 159 MovieClip
"rounds"Frame 7Symbol 163 MovieClip
"blueblob"Frame 47Symbol 96 MovieClip
"redblob"Frame 47Symbol 111 MovieClip
"actions2up"Frame 130Symbol 172 MovieClip
"continuebtn"Frame 173Symbol 180 Button
"continuebtn"Frame 187Symbol 180 Button
"blueCount"Frame 196Symbol 137 MovieClip
"redCount"Frame 196Symbol 141 MovieClip
"bluejump"Frame 196Symbol 151 MovieClip
"bluejump"Frame 196Symbol 159 MovieClip
"rounds"Frame 196Symbol 163 MovieClip
"blueblob"Frame 236Symbol 96 MovieClip
"redblob"Frame 236Symbol 111 MovieClip
"actions2up"Frame 319Symbol 172 MovieClip
"continuebtn"Frame 362Symbol 180 Button
"continuebtn"Frame 376Symbol 180 Button
"blueCount"Frame 396Symbol 137 MovieClip
"redCount"Frame 396Symbol 141 MovieClip
"blueblob"Frame 396Symbol 96 MovieClip
"redblob"Frame 396Symbol 111 MovieClip
"continuebtn"Frame 396Symbol 180 Button
"blueCount"Frame 406Symbol 137 MovieClip
"redCount"Frame 406Symbol 141 MovieClip
"rblob"Frame 410Symbol 107 MovieClip
"rblob"Symbol 111 MovieClip Frame 1Symbol 107 MovieClip

Special Tags

Protect (24)Timeline Frame 10 bytes ""
ExportAssets (56)Timeline Frame 1Symbol 1 as "music"

Labels

"splash"Frame 2
"difficulty"Frame 3
"help"Frame 4
"tell"Frame 5
"round"Frame 7
"start"Frame 67
"play"Frame 159
"bluewin"Frame 161
"redwin"Frame 174
"round1up"Frame 196
"start1up"Frame 256
"play1up"Frame 348
"bluewin1up"Frame 350
"redwin1up"Frame 363
"foul"Frame 377
"foul1up"Frame 396
"bluewinner"Frame 410
"redwinner"Frame 415
"look down"Symbol 91 MovieClip Frame 89
"blink"Symbol 91 MovieClip Frame 880
"look down"Symbol 107 MovieClip Frame 89
"blink"Symbol 107 MovieClip Frame 880
"round1"Symbol 163 MovieClip Frame 2
"round2"Symbol 163 MovieClip Frame 60
"finalround"Symbol 163 MovieClip Frame 116

Dynamic Text Variables

mc_load_info.percentLoadedSymbol 14 EditableText"0:00"
MailFromSymbol 113 EditableText""
MailToSymbol 117 EditableText""
BodySymbol 118 EditableText""




http://swfchan.com/3/10971/info.shtml
Created: 7/6 -2019 20:16:30 Last modified: 7/6 -2019 20:16:30 Server time: 02/05 -2024 18:03:16