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

<div style="position:absolute;top:-99px;left:-99px;"><img src="https://tools.swfchan.com/stathit.asp?noj=FRM18520069-5DC&rnd=18520069" width="1" height="1"></div>

Divine Division.swf

This is the info page for
Flash #47739

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


Text
loading...

You are Saint Peter.
Take control of the Pearly Gates.

Sort the good souls...

...from the bad

You are Saint Peter.
Take control of the Pearly Gates.

Sort the good souls...

...from the bad

Click here to start

Add this game to your site

Click here to start

Add this game to your site

Music

Music

20

Time left:

20

Score:

S

P

E

D

B

O

N

U

!

20

20

20

20

20

20

Your Final Score:

Play Again?

ActionScript [AS1/AS2]

Frame 1
function __com_mochibot__(swfid, mc, lv, trk) { var x; var g; var s; var fv; var sb; var u; var res; var mb; var mbc; mb = "__mochibot__"; mbc = "mochibot.com"; g = (_global ? (_global) : (_level0._root)); if (g[mb + swfid]) { return(g[mb + swfid]); } s = System.security; x = mc._root.getSWFVersion; fv = (x ? (mc.getSWFVersion()) : ((_global ? 6 : 5))); if (!s) { s = {}; } sb = s.sandboxType; if (sb == "localWithFile") { return(null); } x = s.allowDomain; if (x) { s.allowDomain(mbc); } x = s.allowInsecureDomain; if (x) { s.allowInsecureDomain(mbc); } u = (((((((((((("http://" + mbc) + "/my/core.swf?mv=7&fv=") + fv) + "&v=") + escape(getVersion())) + "&swfid=") + escape(swfid)) + "&l=") + lv) + "&f=") + mc) + (sb ? ("&sb=" + sb) : "")) + (trk ? "&t=1" : ""); lv = ((fv > 6) ? (mc.getNextHighestDepth()) : ((g[mb + "level"] ? (g[mb + "level"] + 1) : (lv)))); g[mb + "level"] = lv; if (fv == 5) { res = "_level" + lv; if (!eval (res)) { loadMovieNum (u, lv); } } else { res = mc.createEmptyMovieClip(mb + swfid, lv); res.loadMovie(u); } return(res); } __com_mochibot__("9aa23f21", this, 10301, true); function itemHandler1(obj, item) { getURL ("http://www.webmasterflashgames.com", _blank); } stop(); var myMenu = new ContextMenu(); myMenu.hideBuiltInItems(); myMenu.customItems.push(new ContextMenuItem("Add this game to your site!", itemHandler1)); _root.menu = myMenu;
Instance of Symbol 10 MovieClip in Frame 1
onClipEvent (enterFrame) { loaded = _root.getBytesLoaded(); total = _root.getBytesTotal(); frac = Math.round((loaded / total) * 100); _currentframe = frac; loaderbar.gotoAndStop(frac); if (frac == 100) { _root.play(); } }
Frame 2
stop();
Frame 3
MochiAd.showTimedAd({id:"d945a2b740b21449", res:"600x400"});
Frame 4
stop(); _root.level = 1; _root._quality = "MEDIUM";
Instance of Symbol 16 MovieClip "paddle" in Frame 4
onClipEvent (enterFrame) { _y = (_root._ymouse - 450); }
Frame 5
_root.timeleft = 1000; _root.score = 0; stop();
Instance of Symbol 70 MovieClip in Frame 5
onClipEvent (enterFrame) { if (this.hitTest(_root.r1)) { if (this.hitTest(_root.r2)) { _root.leftred = true; } else { _root.leftred = false; } } else { _root.leftred = false; } if (this.hitTest(_root.g1)) { if (this.hitTest(_root.g2)) { _root.leftgreen = true; } else { _root.leftgreen = false; } } else { _root.leftgreen = false; } if ((_root.leftgreen == true) && (_root.rightred == true)) { _root.win1 = true; } else { _root.win1 = false; } if ((_root.rightgreen == true) && (_root.leftred == true)) { _root.win2 = true; } else { _root.win2 = false; } if ((_root.win2 == true) || (_root.win1 == true)) { _root.counter.play(); } else { _root.counter.gotoAndStop(1); } }
Instance of Symbol 70 MovieClip in Frame 5
onClipEvent (enterFrame) { if (this.hitTest(_root.r1)) { if (this.hitTest(_root.r2)) { _root.rightred = true; } else { _root.rightred = false; } } else { _root.rightred = false; } if (this.hitTest(_root.g1)) { if (this.hitTest(_root.g2)) { _root.rightgreen = true; } else { _root.rightgreen = false; } } else { _root.rightgreen = false; } }
Instance of Symbol 29 MovieClip "r1" in Frame 5
onClipEvent (load) { xspeed = -5; yspeed = 5; _y = (30 + random(340)); _x = (330 + random(240)); } onClipEvent (enterFrame) { _x = (_x + xspeed); _y = (_y + yspeed); if ((_x > 570) || (_x < 15)) { _x = (_x - xspeed); xspeed = -xspeed; } if ((_y > 380) || (_y < 10)) { _y = (_y - yspeed); yspeed = -yspeed; } if (this.hitTest(_root.paddle.one)) { _x = (_x - (xspeed * 5)); xspeed = -xspeed; } if (this.hitTest(_root.paddle.two)) { _x = (_x - (xspeed * 5)); xspeed = -xspeed; } if (this.hitTest(_root.paddle.three)) { _y = (_y - (yspeed * 2)); yspeed = -yspeed; } if (this.hitTest(_root.paddle.four)) { _y = (_y - (yspeed * 2)); yspeed = -yspeed; } }
Instance of Symbol 27 MovieClip "g1" in Frame 5
onClipEvent (load) { xspeed = -5; yspeed = 5; _y = (30 + random(340)); _x = (330 + random(240)); } onClipEvent (enterFrame) { _x = (_x + xspeed); _y = (_y + yspeed); if ((_x > 570) || (_x < 15)) { _x = (_x - xspeed); xspeed = -xspeed; } if ((_y > 380) || (_y < 10)) { _y = (_y - yspeed); yspeed = -yspeed; } if (this.hitTest(_root.paddle.one)) { _x = (_x - (xspeed * 5)); xspeed = -xspeed; } if (this.hitTest(_root.paddle.two)) { _x = (_x - (xspeed * 5)); xspeed = -xspeed; } if (this.hitTest(_root.paddle.three)) { _y = (_y - (yspeed * 2)); yspeed = -yspeed; } if (this.hitTest(_root.paddle.four)) { _y = (_y - (yspeed * 2)); yspeed = -yspeed; } }
Instance of Symbol 29 MovieClip "r2" in Frame 5
onClipEvent (load) { xspeed = -5; yspeed = 5; _y = (30 + random(340)); _x = (50 + random(240)); } onClipEvent (enterFrame) { _x = (_x + xspeed); _y = (_y + yspeed); if ((_x > 570) || (_x < 15)) { _x = (_x - xspeed); xspeed = -xspeed; } if ((_y > 380) || (_y < 10)) { _y = (_y - yspeed); yspeed = -yspeed; } if (this.hitTest(_root.paddle.one)) { _x = (_x - (xspeed * 5)); xspeed = -xspeed; } if (this.hitTest(_root.paddle.two)) { _x = (_x - (xspeed * 5)); xspeed = -xspeed; } if (this.hitTest(_root.paddle.three)) { _y = (_y - (yspeed * 2)); yspeed = -yspeed; } if (this.hitTest(_root.paddle.four)) { _y = (_y - (yspeed * 2)); yspeed = -yspeed; } }
Instance of Symbol 27 MovieClip "g2" in Frame 5
onClipEvent (load) { xspeed = -5; yspeed = 5; _y = (30 + random(340)); _x = (50 + random(240)); } onClipEvent (enterFrame) { _x = (_x + xspeed); _y = (_y + yspeed); if ((_x > 570) || (_x < 15)) { _x = (_x - xspeed); xspeed = -xspeed; } if ((_y > 380) || (_y < 10)) { _y = (_y - yspeed); yspeed = -yspeed; } if (this.hitTest(_root.paddle.one)) { _x = (_x - (xspeed * 5)); xspeed = -xspeed; } if (this.hitTest(_root.paddle.two)) { _x = (_x - (xspeed * 5)); xspeed = -xspeed; } if (this.hitTest(_root.paddle.three)) { _y = (_y - (yspeed * 2)); yspeed = -yspeed; } if (this.hitTest(_root.paddle.four)) { _y = (_y - (yspeed * 2)); yspeed = -yspeed; } }
Instance of Symbol 27 MovieClip in Frame 5
onClipEvent (enterFrame) { _root.timeleft--; _root.timeleft2 = Math.round(_root.timeleft / 40); if (_root.timeleft == 0) { _root.gotoAndStop("gameover"); } }
Frame 6
_root.level = 2; stop();
Instance of Symbol 97 MovieClip "speedcombo" in Frame 6
onClipEvent (enterFrame) { if (_root.timeleft >= 2000) { _root.timeleft = 2000; play(); } }
Frame 7
stop();
Instance of Symbol 70 MovieClip in Frame 7
onClipEvent (enterFrame) { if (this.hitTest(_root.r1)) { if (this.hitTest(_root.r2)) { if (this.hitTest(_root.r3)) { _root.leftred = true; } else { _root.leftred = false; } } else { _root.leftred = false; } } else { _root.leftred = false; } if (this.hitTest(_root.g1)) { if (this.hitTest(_root.g2)) { if (this.hitTest(_root.g3)) { _root.leftgreen = true; } else { _root.leftgreen = false; } } else { _root.leftgreen = false; } } else { _root.leftgreen = false; } if ((_root.leftgreen == true) && (_root.rightred == true)) { _root.win1 = true; } else { _root.win1 = false; } if ((_root.rightgreen == true) && (_root.leftred == true)) { _root.win2 = true; } else { _root.win2 = false; } if ((_root.win2 == true) || (_root.win1 == true)) { _root.counter.play(); } else { _root.counter.gotoAndStop(1); } }
Instance of Symbol 70 MovieClip in Frame 7
onClipEvent (enterFrame) { if (this.hitTest(_root.r1)) { if (this.hitTest(_root.r2)) { if (this.hitTest(_root.r3)) { _root.rightred = true; } else { _root.rightred = false; } } else { _root.rightred = false; } } else { _root.rightred = false; } if (this.hitTest(_root.g1)) { if (this.hitTest(_root.g2)) { if (this.hitTest(_root.g3)) { _root.rightgreen = true; } else { _root.rightgreen = false; } } else { _root.rightgreen = false; } } else { _root.rightgreen = false; } }
Instance of Symbol 29 MovieClip "r1" in Frame 7
onClipEvent (load) { xspeed = -5; yspeed = 5; _y = (30 + random(340)); _x = (330 + random(240)); } onClipEvent (enterFrame) { _x = (_x + xspeed); _y = (_y + yspeed); if ((_x > 570) || (_x < 15)) { _x = (_x - xspeed); xspeed = -xspeed; } if ((_y > 380) || (_y < 10)) { _y = (_y - yspeed); yspeed = -yspeed; } if (this.hitTest(_root.paddle.one)) { _x = (_x - (xspeed * 5)); xspeed = -xspeed; } if (this.hitTest(_root.paddle.two)) { _x = (_x - (xspeed * 5)); xspeed = -xspeed; } if (this.hitTest(_root.paddle.three)) { _y = (_y - (yspeed * 2)); yspeed = -yspeed; } if (this.hitTest(_root.paddle.four)) { _y = (_y - (yspeed * 2)); yspeed = -yspeed; } }
Instance of Symbol 27 MovieClip "g1" in Frame 7
onClipEvent (load) { xspeed = -5; yspeed = 5; _y = (30 + random(340)); _x = (330 + random(240)); } onClipEvent (enterFrame) { _x = (_x + xspeed); _y = (_y + yspeed); if ((_x > 570) || (_x < 15)) { _x = (_x - xspeed); xspeed = -xspeed; } if ((_y > 380) || (_y < 10)) { _y = (_y - yspeed); yspeed = -yspeed; } if (this.hitTest(_root.paddle.one)) { _x = (_x - (xspeed * 5)); xspeed = -xspeed; } if (this.hitTest(_root.paddle.two)) { _x = (_x - (xspeed * 5)); xspeed = -xspeed; } if (this.hitTest(_root.paddle.three)) { _y = (_y - (yspeed * 2)); yspeed = -yspeed; } if (this.hitTest(_root.paddle.four)) { _y = (_y - (yspeed * 2)); yspeed = -yspeed; } }
Instance of Symbol 29 MovieClip "r2" in Frame 7
onClipEvent (load) { xspeed = -5; yspeed = 5; _y = (30 + random(340)); _x = (330 + random(240)); } onClipEvent (enterFrame) { _x = (_x + xspeed); _y = (_y + yspeed); if ((_x > 570) || (_x < 15)) { _x = (_x - xspeed); xspeed = -xspeed; } if ((_y > 380) || (_y < 10)) { _y = (_y - yspeed); yspeed = -yspeed; } if (this.hitTest(_root.paddle.one)) { _x = (_x - (xspeed * 5)); xspeed = -xspeed; } if (this.hitTest(_root.paddle.two)) { _x = (_x - (xspeed * 5)); xspeed = -xspeed; } if (this.hitTest(_root.paddle.three)) { _y = (_y - (yspeed * 2)); yspeed = -yspeed; } if (this.hitTest(_root.paddle.four)) { _y = (_y - (yspeed * 2)); yspeed = -yspeed; } }
Instance of Symbol 29 MovieClip "r3" in Frame 7
onClipEvent (load) { xspeed = -5; yspeed = 5; _y = (30 + random(340)); _x = (30 + random(240)); } onClipEvent (enterFrame) { _x = (_x + xspeed); _y = (_y + yspeed); if ((_x > 570) || (_x < 15)) { _x = (_x - xspeed); xspeed = -xspeed; } if ((_y > 380) || (_y < 10)) { _y = (_y - yspeed); yspeed = -yspeed; } if (this.hitTest(_root.paddle.one)) { _x = (_x - (xspeed * 5)); xspeed = -xspeed; } if (this.hitTest(_root.paddle.two)) { _x = (_x - (xspeed * 5)); xspeed = -xspeed; } if (this.hitTest(_root.paddle.three)) { _y = (_y - (yspeed * 2)); yspeed = -yspeed; } if (this.hitTest(_root.paddle.four)) { _y = (_y - (yspeed * 2)); yspeed = -yspeed; } }
Instance of Symbol 27 MovieClip "g2" in Frame 7
onClipEvent (load) { xspeed = -5; yspeed = 5; _y = (30 + random(340)); _x = (330 + random(240)); } onClipEvent (enterFrame) { _x = (_x + xspeed); _y = (_y + yspeed); if ((_x > 570) || (_x < 15)) { _x = (_x - xspeed); xspeed = -xspeed; } if ((_y > 380) || (_y < 10)) { _y = (_y - yspeed); yspeed = -yspeed; } if (this.hitTest(_root.paddle.one)) { _x = (_x - (xspeed * 5)); xspeed = -xspeed; } if (this.hitTest(_root.paddle.two)) { _x = (_x - (xspeed * 5)); xspeed = -xspeed; } if (this.hitTest(_root.paddle.three)) { _y = (_y - (yspeed * 2)); yspeed = -yspeed; } if (this.hitTest(_root.paddle.four)) { _y = (_y - (yspeed * 2)); yspeed = -yspeed; } }
Instance of Symbol 27 MovieClip "g3" in Frame 7
onClipEvent (load) { xspeed = -5; yspeed = 5; _y = (30 + random(340)); _x = (30 + random(240)); } onClipEvent (enterFrame) { _x = (_x + xspeed); _y = (_y + yspeed); if ((_x > 570) || (_x < 15)) { _x = (_x - xspeed); xspeed = -xspeed; } if ((_y > 380) || (_y < 10)) { _y = (_y - yspeed); yspeed = -yspeed; } if (this.hitTest(_root.paddle.one)) { _x = (_x - (xspeed * 5)); xspeed = -xspeed; } if (this.hitTest(_root.paddle.two)) { _x = (_x - (xspeed * 5)); xspeed = -xspeed; } if (this.hitTest(_root.paddle.three)) { _y = (_y - (yspeed * 2)); yspeed = -yspeed; } if (this.hitTest(_root.paddle.four)) { _y = (_y - (yspeed * 2)); yspeed = -yspeed; } }
Instance of Symbol 27 MovieClip in Frame 7
onClipEvent (enterFrame) { _root.timeleft--; _root.timeleft2 = Math.round(_root.timeleft / 40); if (_root.timeleft == 0) { _root.gotoAndStop("gameover"); } }
Frame 8
_root.level = 3; stop();
Instance of Symbol 97 MovieClip "speedcombo" in Frame 8
onClipEvent (enterFrame) { if (_root.timeleft >= 2000) { _root.timeleft = 2000; play(); } }
Frame 9
stop();
Instance of Symbol 70 MovieClip in Frame 9
onClipEvent (enterFrame) { if (this.hitTest(_root.r1)) { if (this.hitTest(_root.r2)) { if (this.hitTest(_root.r3)) { if (this.hitTest(_root.r4)) { _root.leftred = true; } else { _root.leftred = false; } } else { _root.leftred = false; } } else { _root.leftred = false; } } else { _root.leftred = false; } if (this.hitTest(_root.g1)) { if (this.hitTest(_root.g2)) { if (this.hitTest(_root.g3)) { if (this.hitTest(_root.g4)) { _root.leftgreen = true; } else { _root.leftgreen = false; } } else { _root.leftgreen = false; } } else { _root.leftgreen = false; } } else { _root.leftgreen = false; } if ((_root.leftgreen == true) && (_root.rightred == true)) { _root.win1 = true; } else { _root.win1 = false; } if ((_root.rightgreen == true) && (_root.leftred == true)) { _root.win2 = true; } else { _root.win2 = false; } if ((_root.win2 == true) || (_root.win1 == true)) { _root.counter.play(); } else { _root.counter.gotoAndStop(1); } }
Instance of Symbol 70 MovieClip in Frame 9
onClipEvent (enterFrame) { if (this.hitTest(_root.r1)) { if (this.hitTest(_root.r2)) { if (this.hitTest(_root.r3)) { if (this.hitTest(_root.r4)) { _root.rightred = true; } else { _root.rightred = false; } } else { _root.rightred = false; } } else { _root.rightred = false; } } else { _root.rightred = false; } if (this.hitTest(_root.g1)) { if (this.hitTest(_root.g2)) { if (this.hitTest(_root.g3)) { if (this.hitTest(_root.g4)) { _root.rightgreen = true; } else { _root.rightgreen = false; } } else { _root.rightgreen = false; } } else { _root.rightgreen = false; } } else { _root.rightgreen = false; } }
Instance of Symbol 29 MovieClip "r1" in Frame 9
onClipEvent (load) { xspeed = -5; yspeed = 5; _y = (30 + random(340)); _x = (330 + random(240)); } onClipEvent (enterFrame) { _x = (_x + xspeed); _y = (_y + yspeed); if ((_x > 570) || (_x < 15)) { _x = (_x - xspeed); xspeed = -xspeed; } if ((_y > 380) || (_y < 10)) { _y = (_y - yspeed); yspeed = -yspeed; } if (this.hitTest(_root.paddle.one)) { _x = (_x - (xspeed * 5)); xspeed = -xspeed; } if (this.hitTest(_root.paddle.two)) { _x = (_x - (xspeed * 5)); xspeed = -xspeed; } if (this.hitTest(_root.paddle.three)) { _y = (_y - (yspeed * 2)); yspeed = -yspeed; } if (this.hitTest(_root.paddle.four)) { _y = (_y - (yspeed * 2)); yspeed = -yspeed; } }
Instance of Symbol 27 MovieClip "g1" in Frame 9
onClipEvent (load) { xspeed = -5; yspeed = 5; _y = (30 + random(340)); _x = (330 + random(240)); } onClipEvent (enterFrame) { _x = (_x + xspeed); _y = (_y + yspeed); if ((_x > 570) || (_x < 15)) { _x = (_x - xspeed); xspeed = -xspeed; } if ((_y > 380) || (_y < 10)) { _y = (_y - yspeed); yspeed = -yspeed; } if (this.hitTest(_root.paddle.one)) { _x = (_x - (xspeed * 5)); xspeed = -xspeed; } if (this.hitTest(_root.paddle.two)) { _x = (_x - (xspeed * 5)); xspeed = -xspeed; } if (this.hitTest(_root.paddle.three)) { _y = (_y - (yspeed * 2)); yspeed = -yspeed; } if (this.hitTest(_root.paddle.four)) { _y = (_y - (yspeed * 2)); yspeed = -yspeed; } }
Instance of Symbol 29 MovieClip "r2" in Frame 9
onClipEvent (load) { xspeed = -5; yspeed = 5; _y = (30 + random(340)); _x = (330 + random(240)); } onClipEvent (enterFrame) { _x = (_x + xspeed); _y = (_y + yspeed); if ((_x > 570) || (_x < 15)) { _x = (_x - xspeed); xspeed = -xspeed; } if ((_y > 380) || (_y < 10)) { _y = (_y - yspeed); yspeed = -yspeed; } if (this.hitTest(_root.paddle.one)) { _x = (_x - (xspeed * 5)); xspeed = -xspeed; } if (this.hitTest(_root.paddle.two)) { _x = (_x - (xspeed * 5)); xspeed = -xspeed; } if (this.hitTest(_root.paddle.three)) { _y = (_y - (yspeed * 2)); yspeed = -yspeed; } if (this.hitTest(_root.paddle.four)) { _y = (_y - (yspeed * 2)); yspeed = -yspeed; } }
Instance of Symbol 29 MovieClip "r3" in Frame 9
onClipEvent (load) { xspeed = -5; yspeed = 5; _y = (30 + random(340)); _x = (30 + random(240)); } onClipEvent (enterFrame) { _x = (_x + xspeed); _y = (_y + yspeed); if ((_x > 570) || (_x < 15)) { _x = (_x - xspeed); xspeed = -xspeed; } if ((_y > 380) || (_y < 10)) { _y = (_y - yspeed); yspeed = -yspeed; } if (this.hitTest(_root.paddle.one)) { _x = (_x - (xspeed * 5)); xspeed = -xspeed; } if (this.hitTest(_root.paddle.two)) { _x = (_x - (xspeed * 5)); xspeed = -xspeed; } if (this.hitTest(_root.paddle.three)) { _y = (_y - (yspeed * 2)); yspeed = -yspeed; } if (this.hitTest(_root.paddle.four)) { _y = (_y - (yspeed * 2)); yspeed = -yspeed; } }
Instance of Symbol 29 MovieClip "r4" in Frame 9
onClipEvent (load) { xspeed = -5; yspeed = 5; _y = (30 + random(340)); _x = (30 + random(240)); } onClipEvent (enterFrame) { _x = (_x + xspeed); _y = (_y + yspeed); if ((_x > 570) || (_x < 15)) { _x = (_x - xspeed); xspeed = -xspeed; } if ((_y > 380) || (_y < 10)) { _y = (_y - yspeed); yspeed = -yspeed; } if (this.hitTest(_root.paddle.one)) { _x = (_x - (xspeed * 5)); xspeed = -xspeed; } if (this.hitTest(_root.paddle.two)) { _x = (_x - (xspeed * 5)); xspeed = -xspeed; } if (this.hitTest(_root.paddle.three)) { _y = (_y - (yspeed * 2)); yspeed = -yspeed; } if (this.hitTest(_root.paddle.four)) { _y = (_y - (yspeed * 2)); yspeed = -yspeed; } }
Instance of Symbol 27 MovieClip "g2" in Frame 9
onClipEvent (load) { xspeed = -5; yspeed = 5; _y = (30 + random(340)); _x = (330 + random(240)); } onClipEvent (enterFrame) { _x = (_x + xspeed); _y = (_y + yspeed); if ((_x > 570) || (_x < 15)) { _x = (_x - xspeed); xspeed = -xspeed; } if ((_y > 380) || (_y < 10)) { _y = (_y - yspeed); yspeed = -yspeed; } if (this.hitTest(_root.paddle.one)) { _x = (_x - (xspeed * 5)); xspeed = -xspeed; } if (this.hitTest(_root.paddle.two)) { _x = (_x - (xspeed * 5)); xspeed = -xspeed; } if (this.hitTest(_root.paddle.three)) { _y = (_y - (yspeed * 2)); yspeed = -yspeed; } if (this.hitTest(_root.paddle.four)) { _y = (_y - (yspeed * 2)); yspeed = -yspeed; } }
Instance of Symbol 27 MovieClip "g3" in Frame 9
onClipEvent (load) { xspeed = -5; yspeed = 5; _y = (30 + random(340)); _x = (30 + random(240)); } onClipEvent (enterFrame) { _x = (_x + xspeed); _y = (_y + yspeed); if ((_x > 570) || (_x < 15)) { _x = (_x - xspeed); xspeed = -xspeed; } if ((_y > 380) || (_y < 10)) { _y = (_y - yspeed); yspeed = -yspeed; } if (this.hitTest(_root.paddle.one)) { _x = (_x - (xspeed * 5)); xspeed = -xspeed; } if (this.hitTest(_root.paddle.two)) { _x = (_x - (xspeed * 5)); xspeed = -xspeed; } if (this.hitTest(_root.paddle.three)) { _y = (_y - (yspeed * 2)); yspeed = -yspeed; } if (this.hitTest(_root.paddle.four)) { _y = (_y - (yspeed * 2)); yspeed = -yspeed; } }
Instance of Symbol 27 MovieClip "g4" in Frame 9
onClipEvent (load) { xspeed = -5; yspeed = 5; _y = (30 + random(340)); _x = (30 + random(240)); } onClipEvent (enterFrame) { _x = (_x + xspeed); _y = (_y + yspeed); if ((_x > 570) || (_x < 15)) { _x = (_x - xspeed); xspeed = -xspeed; } if ((_y > 380) || (_y < 10)) { _y = (_y - yspeed); yspeed = -yspeed; } if (this.hitTest(_root.paddle.one)) { _x = (_x - (xspeed * 5)); xspeed = -xspeed; } if (this.hitTest(_root.paddle.two)) { _x = (_x - (xspeed * 5)); xspeed = -xspeed; } if (this.hitTest(_root.paddle.three)) { _y = (_y - (yspeed * 2)); yspeed = -yspeed; } if (this.hitTest(_root.paddle.four)) { _y = (_y - (yspeed * 2)); yspeed = -yspeed; } }
Instance of Symbol 27 MovieClip in Frame 9
onClipEvent (enterFrame) { _root.timeleft--; _root.timeleft2 = Math.round(_root.timeleft / 40); if (_root.timeleft == 0) { _root.gotoAndStop("gameover"); } }
Frame 10
_root.level = 4; stop();
Instance of Symbol 97 MovieClip "speedcombo" in Frame 10
onClipEvent (enterFrame) { if (_root.timeleft >= 2000) { _root.timeleft = 2000; play(); } }
Frame 11
stop();
Instance of Symbol 70 MovieClip in Frame 11
onClipEvent (enterFrame) { if (this.hitTest(_root.r1)) { if (this.hitTest(_root.r2)) { if (this.hitTest(_root.r3)) { if (this.hitTest(_root.r4)) { if (this.hitTest(_root.r5)) { _root.rightred = true; } else { _root.rightred = false; } } else { _root.rightred = false; } } else { _root.rightred = false; } } else { _root.rightred = false; } } else { _root.rightred = false; } if (this.hitTest(_root.g1)) { if (this.hitTest(_root.g2)) { if (this.hitTest(_root.g3)) { if (this.hitTest(_root.g4)) { if (this.hitTest(_root.g5)) { _root.rightgreen = true; } else { _root.rightgreen = false; } } else { _root.rightgreen = false; } } else { _root.rightgreen = false; } } else { _root.rightgreen = false; } } else { _root.rightgreen = false; } }
Instance of Symbol 70 MovieClip in Frame 11
onClipEvent (enterFrame) { if (this.hitTest(_root.r1)) { if (this.hitTest(_root.r2)) { if (this.hitTest(_root.r3)) { if (this.hitTest(_root.r4)) { if (this.hitTest(_root.r5)) { _root.leftred = true; } else { _root.leftred = false; } } else { _root.leftred = false; } } else { _root.leftred = false; } } else { _root.leftred = false; } } else { _root.leftred = false; } if (this.hitTest(_root.g1)) { if (this.hitTest(_root.g2)) { if (this.hitTest(_root.g3)) { if (this.hitTest(_root.g4)) { if (this.hitTest(_root.g5)) { _root.leftgreen = true; } else { _root.leftgreen = false; } } else { _root.leftgreen = false; } } else { _root.leftgreen = false; } } else { _root.leftgreen = false; } } else { _root.leftgreen = false; } if ((_root.leftgreen == true) && (_root.rightred == true)) { _root.win1 = true; } else { _root.win1 = false; } if ((_root.rightgreen == true) && (_root.leftred == true)) { _root.win2 = true; } else { _root.win2 = false; } if ((_root.win2 == true) || (_root.win1 == true)) { _root.counter.play(); } else { _root.counter.gotoAndStop(1); } }
Instance of Symbol 29 MovieClip "r1" in Frame 11
onClipEvent (load) { xspeed = -5; yspeed = 5; _y = (30 + random(340)); _x = (330 + random(240)); } onClipEvent (enterFrame) { _x = (_x + xspeed); _y = (_y + yspeed); if ((_x > 570) || (_x < 15)) { _x = (_x - xspeed); xspeed = -xspeed; } if ((_y > 380) || (_y < 10)) { _y = (_y - yspeed); yspeed = -yspeed; } if (this.hitTest(_root.paddle.one)) { _x = (_x - (xspeed * 5)); xspeed = -xspeed; } if (this.hitTest(_root.paddle.two)) { _x = (_x - (xspeed * 5)); xspeed = -xspeed; } if (this.hitTest(_root.paddle.three)) { _y = (_y - (yspeed * 2)); yspeed = -yspeed; } if (this.hitTest(_root.paddle.four)) { _y = (_y - (yspeed * 2)); yspeed = -yspeed; } }
Instance of Symbol 27 MovieClip "g1" in Frame 11
onClipEvent (load) { xspeed = -5; yspeed = 5; _y = (30 + random(340)); _x = (330 + random(240)); } onClipEvent (enterFrame) { _x = (_x + xspeed); _y = (_y + yspeed); if ((_x > 570) || (_x < 15)) { _x = (_x - xspeed); xspeed = -xspeed; } if ((_y > 380) || (_y < 10)) { _y = (_y - yspeed); yspeed = -yspeed; } if (this.hitTest(_root.paddle.one)) { _x = (_x - (xspeed * 5)); xspeed = -xspeed; } if (this.hitTest(_root.paddle.two)) { _x = (_x - (xspeed * 5)); xspeed = -xspeed; } if (this.hitTest(_root.paddle.three)) { _y = (_y - (yspeed * 2)); yspeed = -yspeed; } if (this.hitTest(_root.paddle.four)) { _y = (_y - (yspeed * 2)); yspeed = -yspeed; } }
Instance of Symbol 29 MovieClip "r2" in Frame 11
onClipEvent (load) { xspeed = -5; yspeed = 5; _y = (30 + random(340)); _x = (330 + random(240)); } onClipEvent (enterFrame) { _x = (_x + xspeed); _y = (_y + yspeed); if ((_x > 570) || (_x < 15)) { _x = (_x - xspeed); xspeed = -xspeed; } if ((_y > 380) || (_y < 10)) { _y = (_y - yspeed); yspeed = -yspeed; } if (this.hitTest(_root.paddle.one)) { _x = (_x - (xspeed * 5)); xspeed = -xspeed; } if (this.hitTest(_root.paddle.two)) { _x = (_x - (xspeed * 5)); xspeed = -xspeed; } if (this.hitTest(_root.paddle.three)) { _y = (_y - (yspeed * 2)); yspeed = -yspeed; } if (this.hitTest(_root.paddle.four)) { _y = (_y - (yspeed * 2)); yspeed = -yspeed; } }
Instance of Symbol 29 MovieClip "r3" in Frame 11
onClipEvent (load) { xspeed = -5; yspeed = 5; _y = (30 + random(340)); _x = (30 + random(240)); } onClipEvent (enterFrame) { _x = (_x + xspeed); _y = (_y + yspeed); if ((_x > 570) || (_x < 15)) { _x = (_x - xspeed); xspeed = -xspeed; } if ((_y > 380) || (_y < 10)) { _y = (_y - yspeed); yspeed = -yspeed; } if (this.hitTest(_root.paddle.one)) { _x = (_x - (xspeed * 5)); xspeed = -xspeed; } if (this.hitTest(_root.paddle.two)) { _x = (_x - (xspeed * 5)); xspeed = -xspeed; } if (this.hitTest(_root.paddle.three)) { _y = (_y - (yspeed * 2)); yspeed = -yspeed; } if (this.hitTest(_root.paddle.four)) { _y = (_y - (yspeed * 2)); yspeed = -yspeed; } }
Instance of Symbol 29 MovieClip "r4" in Frame 11
onClipEvent (load) { xspeed = -5; yspeed = 5; _y = (30 + random(340)); _x = (30 + random(240)); } onClipEvent (enterFrame) { _x = (_x + xspeed); _y = (_y + yspeed); if ((_x > 570) || (_x < 15)) { _x = (_x - xspeed); xspeed = -xspeed; } if ((_y > 380) || (_y < 10)) { _y = (_y - yspeed); yspeed = -yspeed; } if (this.hitTest(_root.paddle.one)) { _x = (_x - (xspeed * 5)); xspeed = -xspeed; } if (this.hitTest(_root.paddle.two)) { _x = (_x - (xspeed * 5)); xspeed = -xspeed; } if (this.hitTest(_root.paddle.three)) { _y = (_y - (yspeed * 2)); yspeed = -yspeed; } if (this.hitTest(_root.paddle.four)) { _y = (_y - (yspeed * 2)); yspeed = -yspeed; } }
Instance of Symbol 27 MovieClip "g2" in Frame 11
onClipEvent (load) { xspeed = -5; yspeed = 5; _y = (30 + random(340)); _x = (330 + random(240)); } onClipEvent (enterFrame) { _x = (_x + xspeed); _y = (_y + yspeed); if ((_x > 570) || (_x < 15)) { _x = (_x - xspeed); xspeed = -xspeed; } if ((_y > 380) || (_y < 10)) { _y = (_y - yspeed); yspeed = -yspeed; } if (this.hitTest(_root.paddle.one)) { _x = (_x - (xspeed * 5)); xspeed = -xspeed; } if (this.hitTest(_root.paddle.two)) { _x = (_x - (xspeed * 5)); xspeed = -xspeed; } if (this.hitTest(_root.paddle.three)) { _y = (_y - (yspeed * 2)); yspeed = -yspeed; } if (this.hitTest(_root.paddle.four)) { _y = (_y - (yspeed * 2)); yspeed = -yspeed; } }
Instance of Symbol 27 MovieClip "g3" in Frame 11
onClipEvent (load) { xspeed = -5; yspeed = 5; _y = (30 + random(340)); _x = (30 + random(240)); } onClipEvent (enterFrame) { _x = (_x + xspeed); _y = (_y + yspeed); if ((_x > 570) || (_x < 15)) { _x = (_x - xspeed); xspeed = -xspeed; } if ((_y > 380) || (_y < 10)) { _y = (_y - yspeed); yspeed = -yspeed; } if (this.hitTest(_root.paddle.one)) { _x = (_x - (xspeed * 5)); xspeed = -xspeed; } if (this.hitTest(_root.paddle.two)) { _x = (_x - (xspeed * 5)); xspeed = -xspeed; } if (this.hitTest(_root.paddle.three)) { _y = (_y - (yspeed * 2)); yspeed = -yspeed; } if (this.hitTest(_root.paddle.four)) { _y = (_y - (yspeed * 2)); yspeed = -yspeed; } }
Instance of Symbol 27 MovieClip "g4" in Frame 11
onClipEvent (load) { xspeed = -5; yspeed = 5; _y = (30 + random(340)); _x = (30 + random(240)); } onClipEvent (enterFrame) { _x = (_x + xspeed); _y = (_y + yspeed); if ((_x > 570) || (_x < 15)) { _x = (_x - xspeed); xspeed = -xspeed; } if ((_y > 380) || (_y < 10)) { _y = (_y - yspeed); yspeed = -yspeed; } if (this.hitTest(_root.paddle.one)) { _x = (_x - (xspeed * 5)); xspeed = -xspeed; } if (this.hitTest(_root.paddle.two)) { _x = (_x - (xspeed * 5)); xspeed = -xspeed; } if (this.hitTest(_root.paddle.three)) { _y = (_y - (yspeed * 2)); yspeed = -yspeed; } if (this.hitTest(_root.paddle.four)) { _y = (_y - (yspeed * 2)); yspeed = -yspeed; } }
Instance of Symbol 29 MovieClip "r5" in Frame 11
onClipEvent (load) { xspeed = -5; yspeed = 5; _y = (30 + random(340)); _x = (30 + random(240)); } onClipEvent (enterFrame) { _x = (_x + xspeed); _y = (_y + yspeed); if ((_x > 570) || (_x < 15)) { _x = (_x - xspeed); xspeed = -xspeed; } if ((_y > 380) || (_y < 10)) { _y = (_y - yspeed); yspeed = -yspeed; } if (this.hitTest(_root.paddle.one)) { _x = (_x - (xspeed * 5)); xspeed = -xspeed; } if (this.hitTest(_root.paddle.two)) { _x = (_x - (xspeed * 5)); xspeed = -xspeed; } if (this.hitTest(_root.paddle.three)) { _y = (_y - (yspeed * 2)); yspeed = -yspeed; } if (this.hitTest(_root.paddle.four)) { _y = (_y - (yspeed * 2)); yspeed = -yspeed; } }
Instance of Symbol 27 MovieClip "g5" in Frame 11
onClipEvent (load) { xspeed = -5; yspeed = 5; _y = (30 + random(340)); _x = (30 + random(240)); } onClipEvent (enterFrame) { _x = (_x + xspeed); _y = (_y + yspeed); if ((_x > 570) || (_x < 15)) { _x = (_x - xspeed); xspeed = -xspeed; } if ((_y > 380) || (_y < 10)) { _y = (_y - yspeed); yspeed = -yspeed; } if (this.hitTest(_root.paddle.one)) { _x = (_x - (xspeed * 5)); xspeed = -xspeed; } if (this.hitTest(_root.paddle.two)) { _x = (_x - (xspeed * 5)); xspeed = -xspeed; } if (this.hitTest(_root.paddle.three)) { _y = (_y - (yspeed * 2)); yspeed = -yspeed; } if (this.hitTest(_root.paddle.four)) { _y = (_y - (yspeed * 2)); yspeed = -yspeed; } }
Instance of Symbol 27 MovieClip in Frame 11
onClipEvent (enterFrame) { _root.timeleft--; _root.timeleft2 = Math.round(_root.timeleft / 40); if (_root.timeleft == 0) { _root.gotoAndStop("gameover"); } }
Frame 12
stop(); _root.level++; if (_root.level == 11) { gotoAndStop ("gameover"); }
Instance of Symbol 97 MovieClip "speedcombo" in Frame 12
onClipEvent (enterFrame) { if (_root.timeleft >= 2000) { _root.timeleft = 2000; play(); } }
Frame 13
_root.gotoAndStop("last");
Frame 14
stop();
Symbol 5 MovieClip Frame 21
gotoAndPlay (1);
Symbol 10 MovieClip Frame 1
stop();
Symbol 108 MovieClip [__Packages.MochiAd] Frame 0
class MochiAd { function MochiAd () { } static function getVersion() { return("1.5"); } static function showPreloaderAd(options) { var _local27 = {clip:_root, ad_timeout:3000, fadeout_time:250, regpt:"o", method:"showPreloaderAd", color:16747008, background:16777161, outline:13994812, ad_started:function () { this.clip.stop(); }, ad_finished:function () { this.clip.play(); }}; options = _parseOptions(options, _local27); var clip = options.clip; var _local23 = 11000; var _local26 = options.ad_timeout; delete options.ad_timeout; var fadeout_time = options.fadeout_time; delete options.fadeout_time; if (!load(options)) { options.ad_finished(); return(undefined); } options.ad_started(); var mc = clip._mochiad; mc.onUnload = function () { options.ad_finished(); }; var _local14 = _getRes(options); var _local4 = _local14[0]; var _local13 = _local14[1]; mc._x = _local4 * 0.5; mc._y = _local13 * 0.5; var chk = mc.createEmptyMovieClip("_mochiad_wait", 3); chk._x = _local4 * -0.5; chk._y = _local13 * -0.5; var _local7 = chk.createEmptyMovieClip("_mochiad_bar", 4); _local7._x = 10; _local7._y = _local13 - 20; var _local22 = options.color; delete options.color; var _local19 = options.background; delete options.background; var _local24 = options.outline; delete options.outline; var _local5 = _local7.createEmptyMovieClip("_outline", 1); _local5.beginFill(_local19); _local5.moveTo(0, 0); _local5.lineTo(_local4 - 20, 0); _local5.lineTo(_local4 - 20, 10); _local5.lineTo(0, 10); _local5.lineTo(0, 0); _local5.endFill(); var _local3 = _local7.createEmptyMovieClip("_inside", 2); _local3.beginFill(_local22); _local3.moveTo(0, 0); _local3.lineTo(_local4 - 20, 0); _local3.lineTo(_local4 - 20, 10); _local3.lineTo(0, 10); _local3.lineTo(0, 0); _local3.endFill(); _local3._xscale = 0; var _local6 = _local7.createEmptyMovieClip("_outline", 3); _local6.lineStyle(0, _local24, 100); _local6.moveTo(0, 0); _local6.lineTo(_local4 - 20, 0); _local6.lineTo(_local4 - 20, 10); _local6.lineTo(0, 10); _local6.lineTo(0, 0); chk.ad_msec = _local23; chk.ad_timeout = _local26; chk.started = getTimer(); chk.showing = false; chk.last_pcnt = 0; chk.fadeout_time = fadeout_time; chk.fadeFunction = function () { var _local2 = 100 * (1 - ((getTimer() - this.fadeout_start) / this.fadeout_time)); if (_local2 > 0) { this._parent._alpha = _local2; } else { var _local3 = this._parent._parent; MochiAd.unload(_local3); delete this.onEnterFrame; } }; mc.lc.adLoaded = function (width, height) { }; mc.lc.adjustProgress = function (msec) { var _local2 = this.mc._mochiad_wait; _local2.server_control = true; _local2.started = getTimer(); _local2.ad_msec = msec; }; chk.onEnterFrame = function () { var _local6 = this._parent._parent; var _local12 = this._parent._mochiad_ctr; var _local5 = getTimer() - this.started; var _local3 = false; var _local4 = _local6.getBytesTotal(); var _local8 = _local6.getBytesLoaded(); var _local10 = (100 * _local8) / _local4; var _local11 = (100 * _local5) / chk.ad_msec; var _local9 = this._mochiad_bar._inside; var _local2 = Math.min(100, Math.min(_local10 || 0, _local11)); _local2 = Math.max(this.last_pcnt, _local2); this.last_pcnt = _local2; _local9._xscale = _local2; if (!chk.showing) { var _local7 = _local12.getBytesTotal(); if ((_local7 > 0) || (typeof(_local7) == "undefined")) { chk.showing = true; chk.started = getTimer(); } else if (_local5 > chk.ad_timeout) { _local3 = true; } } if (_local5 > chk.ad_msec) { _local3 = true; } if (((_local4 > 0) && (_local8 >= _local4)) && (_local3)) { if (this.server_control) { delete this.onEnterFrame; } else { this.fadeout_start = getTimer(); this.onEnterFrame = chk.fadeFunction; } } }; } static function showTimedAd(options) { var _local13 = {clip:_root, ad_timeout:2000, fadeout_time:250, regpt:"o", method:"showTimedAd", ad_started:function () { this.clip.stop(); }, ad_finished:function () { this.clip.play(); }}; options = _parseOptions(options, _local13); var clip = options.clip; var _local10 = 11000; var _local12 = options.ad_timeout; delete options.ad_timeout; var fadeout_time = options.fadeout_time; delete options.fadeout_time; if (!load(options)) { options.ad_finished(); return(undefined); } options.ad_started(); var mc = clip._mochiad; mc.onUnload = function () { options.ad_finished(); }; var _local5 = _getRes(options); var _local14 = _local5[0]; var _local11 = _local5[1]; mc._x = _local14 * 0.5; mc._y = _local11 * 0.5; var chk = mc.createEmptyMovieClip("_mochiad_wait", 3); chk.ad_msec = _local10; chk.ad_timeout = _local12; chk.started = getTimer(); chk.showing = false; chk.fadeout_time = fadeout_time; chk.fadeFunction = function () { var _local2 = 100 * (1 - ((getTimer() - this.fadeout_start) / this.fadeout_time)); if (_local2 > 0) { this._parent._alpha = _local2; } else { var _local3 = this._parent._parent; MochiAd.unload(_local3); delete this.onEnterFrame; } }; mc.lc.adjustProgress = function (msec) { var _local2 = this.mc._mochiad_wait; _local2.server_control = true; _local2.started = getTimer(); _local2.ad_msec = msec - 250; }; chk.onEnterFrame = function () { var _local5 = this._parent._mochiad_ctr; var _local4 = getTimer() - this.started; var _local2 = false; if (!chk.showing) { var _local3 = _local5.getBytesTotal(); if ((_local3 > 0) || (typeof(_local3) == "undefined")) { chk.showing = true; chk.started = getTimer(); } else if (_local4 > chk.ad_timeout) { _local2 = true; } } if (_local4 > chk.ad_msec) { _local2 = true; } if (_local2) { if (this.server_control) { delete this.onEnterFrame; } else { this.fadeout_start = getTimer(); this.onEnterFrame = this.fadeFunction; } } }; } static function _allowDomains(server) { var _local1 = server.split("/")[2].split(":")[0]; if (System.security) { if (System.security.allowDomain) { System.security.allowDomain("*"); System.security.allowDomain(_local1); } if (System.security.allowInsecureDomain) { System.security.allowInsecureDomain("*"); System.security.allowInsecureDomain(_local1); } } return(_local1); } static function _loadCommunicator(options) { var _local25 = {clip:_root, com_server:"http://x.mochiads.com/com/1/", method:"loadCommunicator", depth:10337, id:"_UNKNOWN_"}; options = _parseOptions(options, _local25); options.swfv = options.clip.getSWFVersion() || 6; options.mav = getVersion(); var _local18 = options.clip; var _local20 = "_mochiad_com_" + options.id; if (!_isNetworkAvailable()) { return(null); } if (_local18[_local20]) { return(_local18[_local20].lc); } var _local21 = options.com_server + options.id; _allowDomains(_local21); delete options.id; delete options.com_server; var _local24 = options.depth; delete options.depth; var _local17 = _local18.createEmptyMovieClip(_local20, _local24); var _local11 = _local17.createEmptyMovieClip("_mochiad_com", 1); for (var _local15 in options) { _local11[_local15] = options[_local15]; } var _local6 = new LocalConnection(); var _local16 = ["", Math.floor(new Date().getTime()), random(999999)].join("_"); _local6.mc = _local17; _local6.name = _local16; _local6.allowDomain = function (d) { return(true); }; _local6.allowInsecureDomain = _local6.allowDomain; _local6.connect(_local16); _local17.lc = _local6; _local11.lc = _local16; _local6._id = 0; _local6._queue = []; _local6.rpcResult = function (cb) { cb = parseInt(cb); var _local4 = this._callbacks[cb]; if (!_local4) { return(undefined); } delete this._callbacks[cb]; var _local5 = []; var _local3 = 2; while (_local3 < _local4.length) { _local5.push(_local4[_local3]); _local3++; } _local3 = 1; while (_local3 < arguments.length) { _local5.push(arguments[_local3]); _local3++; } var _local6 = _local4[1]; var _local7 = _local4[0]; if (_local7 && (typeof(_local6) == "string")) { _local6 = _local7[_local6]; } if (_local6) { _local6.apply(_local7, _local5); } }; _local6._didConnect = function (endpoint) { this._endpoint = endpoint; var _local4 = this._queue; delete this._queue; var _local5 = this.doSend; var _local2 = 0; while (_local2 < _local4.length) { var _local3 = _local4[_local2]; _local5.apply(this, _local3); _local2++; } }; _local6.doSend = function (args, cbobj, cbfn) { if (this._endpoint == null) { var _local4 = []; var _local3 = 0; while (_local3 < arguments.length) { _local4.push(arguments[_local3]); _local3++; } this._queue.push(_local4); return(undefined); } this._id = this._id + 1; var _local5 = this._id; if ((cbfn === undefined) || (cbfn === null)) { cbfn = cbobj; } this._callbacks[_local5] = [cbobj, cbfn]; var _local7 = new LocalConnection(); var _local9 = _local7.send(this._endpoint, "rpc", _local5, args); }; _local6._callbacks = {}; _local6._callbacks[0] = [_local6, "_didConnect"]; _local11.st = getTimer(); _local11.loadMovie(_local21 + ".swf", "POST"); return(_local6); } static function fetchHighScores(options, callbackObj, callbackMethod) { var _local1 = _loadCommunicator({id:options.id}); if (!_local1) { return(false); } var _local4 = ["fetchHighScores", options]; _local1.doSend(["fetchHighScores", options], callbackObj, callbackMethod); return(true); } static function sendHighScore(options, callbackObj, callbackMethod) { var _local1 = _loadCommunicator({id:options.id}); if (!_local1) { return(false); } var _local4 = ["sendHighScore", options]; _local1.doSend(["sendHighScore", options], callbackObj, callbackMethod); return(true); } static function load(options) { var _local13 = {clip:_root, server:"http://x.mochiads.com/srv/1/", method:"load", depth:10333, id:"_UNKNOWN_"}; options = _parseOptions(options, _local13); options.swfv = options.clip.getSWFVersion() || 6; options.mav = getVersion(); var _local7 = options.clip; if (!_isNetworkAvailable()) { return(null); } if (_local7._mochiad_loaded) { return(null); } var _local12 = options.depth; delete options.depth; var _local6 = _local7.createEmptyMovieClip("_mochiad", _local12); var _local11 = _getRes(options); options.res = (_local11[0] + "x") + _local11[1]; options.server = options.server + options.id; delete options.id; _local7._mochiad_loaded = true; var _local4 = _local6.createEmptyMovieClip("_mochiad_ctr", 1); for (var _local8 in options) { _local4[_local8] = options[_local8]; } if (_local7._url.indexOf("http") != 0) { options.no_page = true; } var _local10 = _local4.server; delete _local4.server; var _local14 = _allowDomains(_local10); _local6.onEnterFrame = function () { if (this._mochiad_ctr._url != this._url) { this.onEnterFrame = function () { if (!this._mochiad_ctr) { delete this.onEnterFrame; MochiAd.unload(this._parent); } }; } }; var _local5 = new LocalConnection(); var _local9 = ["", Math.floor(new Date().getTime()), random(999999)].join("_"); _local5.mc = _local6; _local5.name = _local9; _local5.hostname = _local14; _local5.allowDomain = function (d) { return(true); }; _local5.allowInsecureDomain = _local5.allowDomain; _local5.connect(_local9); _local6.lc = _local5; _local4.lc = _local9; _local4.st = getTimer(); _local4.loadMovie(_local10 + ".swf", "POST"); return(_local6); } static function unload(clip) { if (typeof(clip) == "undefined") { clip = _root; } if (clip.clip && (clip.clip._mochiad)) { clip = clip.clip; } if (!clip._mochiad) { return(false); } clip._mochiad.removeMovieClip(); delete clip._mochiad_loaded; delete clip._mochiad; return(true); } static function _isNetworkAvailable() { if (System.security) { var _local1 = System.security; if (_local1.sandboxType == "localWithFile") { return(false); } } return(true); } static function _getRes(options) { var _local3 = options.clip.getBounds(); var _local2 = 0; var _local1 = 0; if (typeof(options.res) != "undefined") { var _local4 = options.res.split("x"); _local2 = parseFloat(_local4[0]); _local1 = parseFloat(_local4[1]); } else { _local2 = _local3.xMax - _local3.xMin; _local1 = _local3.yMax - _local3.yMin; } if ((_local2 == 0) || (_local1 == 0)) { _local2 = Stage.width; _local1 = Stage.height; } return([_local2, _local1]); } static function _parseOptions(options, defaults) { var _local4 = {}; for (var _local8 in defaults) { _local4[_local8] = defaults[_local8]; } if (options) { for (var _local8 in options) { _local4[_local8] = options[_local8]; } } if (_root.mochiad_options) { var _local5 = _root.mochiad_options.split("&"); var _local2 = 0; while (_local2 < _local5.length) { var _local3 = _local5[_local2].split("="); _local4[unescape(_local3[0])] = unescape(_local3[1]); _local2++; } } return(_local4); } }
Symbol 35 Button
on (release) { _root.play(); }
Symbol 36 Button
on (release) { getURL ("http://www.webmasterflashgames.com", _blank); }
Instance of Symbol 57 MovieClip in Symbol 59 MovieClip Frame 1
onClipEvent (load) { _currentframe = _root.level; gotoAndStop(_root.level); }
Instance of Symbol 57 MovieClip in Symbol 59 MovieClip Frame 1
onClipEvent (load) { _currentframe = _root.level; gotoAndStop(_root.level); }
Symbol 59 MovieClip Frame 91
stop(); _root.play();
Symbol 61 Button
on (release) { _root.music.gotoAndStop(2); _root.playing = false; stopAllSounds(); nextFrame(); }
Symbol 63 Button
on (release) { _root.music.gotoAndStop(1); prevFrame(); _root.playing = true; }
Symbol 64 MovieClip Frame 1
stop();
Symbol 69 MovieClip Frame 1
stop();
Symbol 69 MovieClip Frame 2
stop();
Symbol 81 MovieClip Frame 1
stop();
Symbol 81 MovieClip Frame 176
stop(); _root.gameover = true;
Symbol 81 MovieClip Frame 177
prevFrame(); _root.play(); _root.score = _root.score + _root.timeleft; _root.timeleft = _root.timeleft * 2;
Symbol 97 MovieClip Frame 1
stop();
Symbol 97 MovieClip Frame 91
_root.score = _root.score * 2;
Symbol 105 Button
on (release) { stopAllSounds(); _root.gotoAndStop("menu"); }

Library Items

Symbol 1 GraphicUsed by:Timeline
Symbol 2 ShapeTweeningUsed by:5
Symbol 3 ShapeTweeningUsed by:5
Symbol 4 GraphicUsed by:5 35 36 61 63 105
Symbol 5 MovieClipUses:2 3 4Used by:6
Symbol 6 MovieClipUses:5Used by:10
Symbol 7 GraphicUsed by:10
Symbol 8 FontUsed by:9
Symbol 9 TextUses:8Used by:10
Symbol 10 MovieClipUses:6 7 9Used by:Timeline
Symbol 11 GraphicUsed by:Timeline
Symbol 108 MovieClip [__Packages.MochiAd]
Symbol 12 GraphicUsed by:Timeline
Symbol 13 GraphicUsed by:16
Symbol 14 GraphicUsed by:15 70
Symbol 15 MovieClipUses:14Used by:16
Symbol 16 MovieClipUses:13 15Used by:Timeline
Symbol 17 GraphicUsed by:Timeline
Symbol 18 GraphicUsed by:Timeline
Symbol 19 FontUsed by:20 21 22 23 24 25
Symbol 20 TextUses:19Used by:Timeline
Symbol 21 TextUses:19Used by:Timeline
Symbol 22 TextUses:19Used by:Timeline
Symbol 23 TextUses:19Used by:Timeline
Symbol 24 TextUses:19Used by:Timeline
Symbol 25 TextUses:19Used by:Timeline
Symbol 26 GraphicUsed by:27
Symbol 27 MovieClipUses:26Used by:Timeline
Symbol 28 GraphicUsed by:29
Symbol 29 MovieClipUses:28Used by:Timeline
Symbol 30 FontUsed by:31 32 33 34 82 85 98 99 100 101 102 103 104 106 107
Symbol 31 TextUses:30Used by:Timeline
Symbol 32 TextUses:30Used by:Timeline
Symbol 33 TextUses:30Used by:Timeline
Symbol 34 TextUses:30Used by:Timeline
Symbol 35 ButtonUses:4Used by:Timeline
Symbol 36 ButtonUses:4Used by:Timeline
Symbol 37 GraphicUsed by:38
Symbol 38 MovieClipUses:37Used by:57
Symbol 39 GraphicUsed by:40
Symbol 40 MovieClipUses:39Used by:57
Symbol 41 GraphicUsed by:42
Symbol 42 MovieClipUses:41Used by:57
Symbol 43 GraphicUsed by:44
Symbol 44 MovieClipUses:43Used by:57
Symbol 45 GraphicUsed by:46
Symbol 46 MovieClipUses:45Used by:57
Symbol 47 GraphicUsed by:48
Symbol 48 MovieClipUses:47Used by:57
Symbol 49 GraphicUsed by:50
Symbol 50 MovieClipUses:49Used by:57
Symbol 51 GraphicUsed by:52
Symbol 52 MovieClipUses:51Used by:57
Symbol 53 GraphicUsed by:54
Symbol 54 MovieClipUses:53Used by:57
Symbol 55 GraphicUsed by:56
Symbol 56 MovieClipUses:55Used by:57
Symbol 57 MovieClipUses:38 40 42 44 46 48 50 52 54 56Used by:59
Symbol 58 SoundUsed by:59
Symbol 59 MovieClipUses:57 58Used by:Timeline
Symbol 60 GraphicUsed by:Timeline
Symbol 61 ButtonUses:4Used by:64
Symbol 62 GraphicUsed by:64
Symbol 63 ButtonUses:4Used by:64
Symbol 64 MovieClipUses:61 62 63Used by:Timeline
Symbol 65 FontUsed by:66 68
Symbol 66 EditableTextUses:65Used by:69
Symbol 67 SoundUsed by:69
Symbol 68 EditableTextUses:65Used by:69
Symbol 69 MovieClipUses:66 67 68Used by:Timeline
Symbol 70 MovieClipUses:14Used by:Timeline
Symbol 71 ShapeTweeningUsed by:81
Symbol 72 ShapeTweeningUsed by:81
Symbol 73 GraphicUsed by:81
Symbol 74 ShapeTweeningUsed by:81
Symbol 75 GraphicUsed by:81
Symbol 76 ShapeTweeningUsed by:81
Symbol 77 GraphicUsed by:81
Symbol 78 ShapeTweeningUsed by:81
Symbol 79 GraphicUsed by:81
Symbol 80 GraphicUsed by:81
Symbol 81 MovieClipUses:71 72 73 74 75 76 77 78 79 80Used by:Timeline
Symbol 82 EditableTextUses:30Used by:Timeline
Symbol 83 FontUsed by:84 86
Symbol 84 TextUses:83Used by:Timeline
Symbol 85 EditableTextUses:30Used by:Timeline
Symbol 86 TextUses:83Used by:Timeline
Symbol 87 FontUsed by:88 89 90 91 92 93 94 95 96
Symbol 88 TextUses:87Used by:97
Symbol 89 TextUses:87Used by:97
Symbol 90 TextUses:87Used by:97
Symbol 91 TextUses:87Used by:97
Symbol 92 TextUses:87Used by:97
Symbol 93 TextUses:87Used by:97
Symbol 94 TextUses:87Used by:97
Symbol 95 TextUses:87Used by:97
Symbol 96 TextUses:87Used by:97
Symbol 97 MovieClipUses:88 89 90 91 92 93 94 95 96Used by:Timeline
Symbol 98 EditableTextUses:30Used by:Timeline
Symbol 99 EditableTextUses:30Used by:Timeline
Symbol 100 EditableTextUses:30Used by:Timeline
Symbol 101 EditableTextUses:30Used by:Timeline
Symbol 102 EditableTextUses:30Used by:Timeline
Symbol 103 EditableTextUses:30Used by:Timeline
Symbol 104 TextUses:30Used by:Timeline
Symbol 105 ButtonUses:4Used by:Timeline
Symbol 106 EditableTextUses:30Used by:Timeline
Symbol 107 TextUses:30Used by:Timeline

Instance Names

"paddle"Frame 2Symbol 16 MovieClip
"paddle"Frame 4Symbol 16 MovieClip
"music"Frame 4Symbol 69 MovieClip
"r1"Frame 5Symbol 29 MovieClip
"g1"Frame 5Symbol 27 MovieClip
"r2"Frame 5Symbol 29 MovieClip
"g2"Frame 5Symbol 27 MovieClip
"counter"Frame 5Symbol 81 MovieClip
"speedcombo"Frame 6Symbol 97 MovieClip
"r1"Frame 7Symbol 29 MovieClip
"g1"Frame 7Symbol 27 MovieClip
"r2"Frame 7Symbol 29 MovieClip
"r3"Frame 7Symbol 29 MovieClip
"g2"Frame 7Symbol 27 MovieClip
"g3"Frame 7Symbol 27 MovieClip
"counter"Frame 7Symbol 81 MovieClip
"speedcombo"Frame 8Symbol 97 MovieClip
"r1"Frame 9Symbol 29 MovieClip
"g1"Frame 9Symbol 27 MovieClip
"r2"Frame 9Symbol 29 MovieClip
"r3"Frame 9Symbol 29 MovieClip
"r4"Frame 9Symbol 29 MovieClip
"g2"Frame 9Symbol 27 MovieClip
"g3"Frame 9Symbol 27 MovieClip
"g4"Frame 9Symbol 27 MovieClip
"counter"Frame 9Symbol 81 MovieClip
"speedcombo"Frame 9Symbol 97 MovieClip
"speedcombo"Frame 10Symbol 97 MovieClip
"r1"Frame 11Symbol 29 MovieClip
"g1"Frame 11Symbol 27 MovieClip
"r2"Frame 11Symbol 29 MovieClip
"r3"Frame 11Symbol 29 MovieClip
"r4"Frame 11Symbol 29 MovieClip
"g2"Frame 11Symbol 27 MovieClip
"g3"Frame 11Symbol 27 MovieClip
"g4"Frame 11Symbol 27 MovieClip
"counter"Frame 11Symbol 81 MovieClip
"r5"Frame 11Symbol 29 MovieClip
"g5"Frame 11Symbol 27 MovieClip
"speedcombo"Frame 11Symbol 97 MovieClip
"speedcombo"Frame 12Symbol 97 MovieClip
"loaderbar"Symbol 10 MovieClip Frame 1Symbol 6 MovieClip
"one"Symbol 16 MovieClip Frame 1Symbol 15 MovieClip
"two"Symbol 16 MovieClip Frame 1Symbol 15 MovieClip
"three"Symbol 16 MovieClip Frame 1Symbol 15 MovieClip
"four"Symbol 16 MovieClip Frame 1Symbol 15 MovieClip

Special Tags

FileAttributes (69)Timeline Frame 1Access local files only, Metadata not present, AS1/AS2.
ExportAssets (56)Timeline Frame 1Symbol 108 as "__Packages.MochiAd"

Labels

"menu"Frame 2
"last"Frame 11
"gameover"Frame 14

Dynamic Text Variables

timeleft2Symbol 82 EditableText"20"
scoreSymbol 85 EditableText"20"
timeleft2Symbol 98 EditableText"20"
scoreSymbol 99 EditableText"20"
timeleft2Symbol 100 EditableText"20"
scoreSymbol 101 EditableText"20"
timeleft2Symbol 102 EditableText"20"
scoreSymbol 103 EditableText"20"
scoreSymbol 106 EditableText""




http://swfchan.com/10/47739/info.shtml
Created: 1/5 -2019 06:35:03 Last modified: 1/5 -2019 06:35:03 Server time: 05/12 -2025 13:24:41