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

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

Pongout 2.swf

This is the info page for
Flash #48127

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


Text
PongOut 2

not

DOPPLER

not

DOPPLER

not

DOPPLER

not

DOPPLER

Play Game:

Game by Max Stein of:

Easy

Easy

Medium

Medium

Hard

Hard

How to play

How to play

www.allgamesallfree.com

www.allgamesallfree.com

Sponsored by:

www.notdoppler.com

www.notdoppler.com

Play More Games

Play More Games

How to Play:

PongOut 2 is a combination of Pong and
Breakout where you will have  to play both
games simultaneously. Move the mouse left and
right  to control breakout(left side) and up  and
down to control pong(right side). Press P to
pause and M to mute the music. There are 3
power ups in PongOut 2:: 1 up(Yellow), +1000
points(Orange), and Wider Paddles(Green).
Power ups appear based on your score, the
better you do the more of them you'll see!

<p align="center"><font face="RussellSquare" size="16" color="#000000" letterSpacing="0.000000" kerning="0">Close this box</font></p>

<p align="center"><font face="RussellSquare" size="16" color="#333333" letterSpacing="0.000000" kerning="0">Close this box</font></p>

Score: 0000000

Lives: 10

Mute Music

Mute Music

Paused

1 Up

+1000 points

Wider Paddles

Paused

Game Over

Name

You Scored: 0000000

Try Again

Try Again

Main Menu

Main Menu

Submit Score

Submit Score

Play More Games

Play More Games

ActionScript [AS1/AS2]

Frame 1
function countDown() { sec++; } stop(); var CPMStarPoolID = 1377; var CPMStarSubPoolID = 701; System.security.allowDomain("server.cpmstar.com"); urlStart = _url.indexOf("://") + 3; urlEnd = _url.indexOf("/", urlStart); domain = _url.substring(urlStart, urlEnd); LastDot = domain.lastIndexOf(".") - 1; domEnd = domain.lastIndexOf(".", LastDot) + 1; domain = domain.substring(domEnd, domain.length); if (_root.domain != "kongregate.com") { loader.adBox.loadMovie((("http://server.cpmstar.com/adviewas2.swf?poolid=" + CPMStarPoolID) + "&subpoolid=") + CPMStarSubPoolID); } sec = 0; countdown = setInterval(countDown, 45);
Instance of Symbol 53 MovieClip in Frame 2
onClipEvent (enterFrame) { if (this._currentframe >= 279) { _root.gotoAndStop(3); } }
Frame 3
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); } function gotoMySite() { getURL ("http://www.allgamesallfree.com", "_blank"); } stop(); __com_mochibot__("19a20404", this, 10301, true); stop(); var myMenu = new ContextMenu(); myMenu.hideBuiltInItems(); var mySiteLink = new ContextMenuItem("A game by Max Stein, AGAF Studios", gotoMySite); myMenu.customItems.push(mySiteLink, copyrightNotice); _root.menu = myMenu; _root.descrip = "Hover over a difficulty to read about it.";
Frame 4
stop(); urlStart = _url.indexOf("://") + 3; urlEnd = _url.indexOf("/", urlStart); domain = _url.substring(urlStart, urlEnd); LastDot = domain.lastIndexOf(".") - 1; domEnd = domain.lastIndexOf(".", LastDot) + 1; domain = domain.substring(domEnd, domain.length); kirupaSound = new Sound(this); kirupaSound.attachSound("sound1"); active = false; timen = 0; time0 = 0; if (_root.difficulty == 1) { xspeed = 3; yspeed = 3; xspeed2 = 3; yspeed2 = 3; xspeede = 3; yspeede = 3; compspeed = 3; } else if (_root.difficulty == 2) { xspeed = 5; yspeed = 5; xspeed2 = 5; yspeed2 = 5; xspeede = 5; yspeede = 5; compspeed = 5; } else if (_root.difficulty == 3) { xspeed = 6; yspeed = 6; xspeed2 = 6; yspeed2 = 6; xspeede = 6; yspeede = 6; compspeed = 6; } _root.startGame = 0; _root.breakout.gotoAndStop(random(10) + 1); _root.score = 0; _root.scoreTxt = "Score: " + _root.score; if (_root.difficulty == 1) { _root.lives = 10; } else if (_root.difficulty == 2) { _root.lives = 7; } else if (_root.difficulty == 3) { _root.lives = 5; } _root.multiplier = 1; _root.multi = 1; _root.timer = 0; _root.timerTwo = 0; _root.timerThree = 0; _root.livesTxt = "Lives: " + _root.lives; _root.needToKill = 30; _root.killed = 0; if ((!_root.mute) == true) { kirupaSound5 = new Sound(this); kirupaSound5.attachSound("sound4"); kirupaSound5.start(0, 10); } onEnterFrame = function () { if (_root._currentframe == 4) { if (_root.pauseframe._currentframe != 2) { if (_root.startGame >= 15) { _root.ball._x = _root.ball._x + xspeed; _root.ball._y = _root.ball._y + yspeed; if (active == true) { _root.ball3._x = _root.ball3._x + xspeed2; _root.ball3._y = _root.ball3._y + yspeed2; } _root.baller._x = _root.baller._x + xspeede; _root.baller._y = _root.baller._y + yspeede; } else { _root.startGame = _root.startGame + 1; } if (_root.activet == true) { time0 = time0 + 1; } if (time0 >= 500) { _root.activet = false; _root.paddle._width = 70; _root.paddler._height = 70; time0 = 0; } if (_root.timer >= 3) { _root.killed = 0; _root.timer = 0; xspeed = Math.abs(xspeed) + 0.5; yspeed = Math.abs(yspeed) + 0.5; _root.multi = _root.multi + 3; _root.score = _root.score + (500 * _root.multi); _root.scoreTxt = "Score: " + _root.score; _root.breakout.gotoAndStop(random(10) + 1); kirupaSound3 = new Sound(this); kirupaSound3.attachSound("sound3"); kirupaSound3.start(0, 1); } if (_root.killed >= _root.needToKill) { _root.timer = _root.timer + 1; _root.ball._x = 70; _root.ball._y = 200; } if (_root.paddle.hitTest(_root.ball)) { yspeed = Math.abs(yspeed) * -1; xspeed = (_root.ball._x - _root.paddle._x) / 4; } if (_root.paddle.hitTest(_root.ball3)) { yspeed2 = yspeed2 * -1; xspeed2 = (_root.ball3._x - _root.paddle._x) / 4; } if (_root.ball._x >= 265) { xspeed = Math.abs(xspeed) * -1; } if (_root.ball._x <= 10) { xspeed = Math.abs(xspeed); } if (_root.ball._y <= 57.9) { yspeed = yspeed * -1; } if (_root.ball3._x >= 265) { xspeed2 = Math.abs(xspeed2) * -1; } if (_root.ball3._x <= 10) { xspeed2 = Math.abs(xspeed2); } if (_root.ball3._y <= 57.9) { yspeed2 = yspeed2 * -1; } if (_root.ball._y >= 400) { _root.lives = _root.lives - 1; _root.livesTxt = "Lives: " + _root.lives; _root.ball._x = 70; _root.ball._y = 200; kirupaSound2 = new Sound(this); kirupaSound2.attachSound("sound2"); kirupaSound2.start(0, 1); if (_root.difficulty == 1) { xspeed = 3; } else if (_root.difficulty == 2) { xspeed = 5; } else if (_root.difficulty == 3) { xspeed = 6; } } if (_root.ball3._y >= 400) { _root.active = false; _root.ball3._x = 900; _root.ball3._y = 90; } if (_root.baller._y >= 380) { yspeede = Math.abs(yspeede) * -1; } if (_root.baller._y <= 50.9) { yspeede = Math.abs(yspeede); } if (_root.baller._x > 550) { _root.timerTwo = _root.timerTwo + 5; } if (_root.timerTwo >= 25) { _root.baller._x = 376.1; _root.baller._y = 175.6; kirupaSound3 = new Sound(this); kirupaSound3.attachSound("sound3"); kirupaSound3.start(0, 1); if (_root.difficulty == 1) { _root.multiplier = _root.multiplier + 3; xspeede = 3; yspeede = 3; } else if (_root.difficulty == 2) { _root.multiplier = _root.multiplier + 3; xspeede = 4; yspeede = 4; } else if (_root.difficulty == 3) { _root.multiplier = _root.multiplier + 3; xspeede = 5; yspeede = 5; } _root.score = _root.score + (35 * _root.multiplier); _root.scoreTxt = "Score: " + _root.score; _root.timerTwo = 0; compspeed = compspeed + 0.2; _root.computer._y = 175.6; } if (_root.baller._x < 280) { _root.baller._x = 500; _root.baller._y = 100; _root.lives = _root.lives - 1; _root.livesTxt = "Lives: " + _root.lives; _root.timerThree = 0; kirupaSound2 = new Sound(this); kirupaSound2.attachSound("sound2"); kirupaSound2.start(0, 1); if (_root.difficulty == 1) { xspeede = -3; yspeede = -3; } else if (_root.difficulty == 2) { xspeede = -5; yspeede = -5; } else if (_root.difficulty == 3) { xspeede = -6; yspeede = -6; } } if (_root.baller.hitTest(_root.computer)) { xspeede = Math.abs(xspeede) * -1; yspeede = (_root.baller._y - _root.computer._y) / 4; } if (_root.baller.hitTest(_root.paddler)) { xspeede = Math.abs(xspeede); yspeede = (_root.baller._y - _root.paddler._y) / 4; } if (_root.timeStart == true) { timen = timen + 1; if (timen >= 20) { _root.timeStart = false; timen = 0; } } if (_root.lives <= 0) { kirupaSound2.stop(); _root.gotoAndStop(5); } } } };
Instance of Symbol 113 MovieClip "paddle" in Frame 4
onClipEvent (enterFrame) { if ((_root.pauseframe._currentframe != 2) && (_root.timeStart != true)) { this._x = _root._xmouse; if (_root.activet != true) { if (this._x < 42) { this._x = 42; } else if (this._x > 230) { this._x = 230; } } else if (this._x < 52) { this._x = 52; } else if (this._x > 220) { this._x = 220; } } }
Instance of Symbol 115 MovieClip "1000" in Frame 4
onClipEvent (load) { needed = 0; } onClipEvent (enterFrame) { if ((_root.score > needed) && (set != true)) { dir = random(2) + 1; set = true; if (dir == 1) { this._x = random(150) + 100; this._y = 280 + random(20); } else { this._x = random(100) + 340; this._y = random(200) + 100; } if (needed > 0) { needed = needed * 2; } else { needed = 5000; } } if (this.hitTest(_root.ball) || (this.hitTest(_root.baller))) { _root.score = _root.score + 1000; _root.scoreTxt = "Score: " + _root.score; _root.pausedframe.gotoAndStop(4); this._x = 1000; set = false; this._y = 1000; _root.kirupaSound3 = new Sound(this); _root.kirupaSound3.attachSound("sound3"); _root.kirupaSound3.start(0, 1); } }
Instance of Symbol 117 MovieClip "1up" in Frame 4
onClipEvent (load) { needed = 7000; } onClipEvent (enterFrame) { if ((_root.score > needed) && (set != true)) { dir = random(2) + 1; set = true; if (dir == 1) { this._x = random(150) + 100; this._y = 280 + random(20); } else { this._x = random(100) + 340; this._y = random(200) + 100; } needed = needed * 2; } if (this.hitTest(_root.ball) || (this.hitTest(_root.baller))) { _root.lives = _root.lives + 1; _root.livesTxt = "Lives: " + _root.lives; this._x = 1000; _root.pausedframe.gotoAndStop(3); set = false; this._y = 1000; _root.kirupaSound3 = new Sound(this); _root.kirupaSound3.attachSound("sound3"); _root.kirupaSound3.start(0, 1); } }
Instance of Symbol 119 MovieClip "wide" in Frame 4
onClipEvent (load) { needed = 4000; } onClipEvent (enterFrame) { if ((_root.score > needed) && (set != true)) { dir = random(2) + 1; set = true; if (dir == 1) { this._x = random(150) + 100; this._y = 280 + random(20); } else { this._x = random(150) + 340; this._y = random(200) + 100; } needed = needed * 2; } if (this.hitTest(_root.ball) || (this.hitTest(_root.baller))) { _root.paddle._width = 90; _root.paddler._height = 90; _root.time0 = 0; _root.activet = true; _root.pausedframe.gotoAndStop(5); this._x = 1000; set = false; this._y = 1000; _root.kirupaSound3 = new Sound(this); _root.kirupaSound3.attachSound("sound3"); _root.kirupaSound3.start(0, 1); } }
Instance of Symbol 121 MovieClip "paddler" in Frame 4
onClipEvent (enterFrame) { if ((_root.pauseframe._currentframe != 2) && (_root.timeStart != true)) { this._y = _root._ymouse; if (_root.activet != true) { if (this._y < 92) { this._y = 92; } if (this._y > 350) { this._y = 350; } } else { if (this._y < 102) { this._y = 102; } if (this._y > 340) { this._y = 340; } } } }
Instance of Symbol 126 MovieClip "pausedframe" in Frame 4
onClipEvent (load) { this._alpha = 0; fade = false; _root.txt.gotoAndStop(6); } onClipEvent (enterFrame) { if (this._currentframe > 1) { if (fade == false) { this._alpha = this._alpha + 2; } else { this._alpha = this._alpha - 2; } if (this._alpha >= 100) { fade = true; } if ((this._alpha <= 3) && (fade == true)) { this.gotoAndStop(1); fade = false; } } }
Instance of Symbol 127 MovieClip "computer" in Frame 4
onClipEvent (enterFrame) { if (_root.pauseframe._currentframe != 2) { if (this._y > 343) { this._y = 343; } if (this._y < 100) { this._y = 105; } if (this._y < _root.baller._y) { this._y = this._y + _root.compspeed; } if (this._y > _root.baller._y) { this._y = this._y - _root.compspeed; } } }
Frame 5
stop(); kirupaSound2.stop(); kirupaSound3.stop(); kirupaSound5.stop(); kirupaSound1.stop(); scoreText = "Your Score: " + _root.score; if (_root.difficulty == 1) { textr = "Easy"; } else if (_root.difficulty == 2) { textr = "Medium"; } else { textr = "Hard"; }
Symbol 18 Button
on (release) { getURL ("http://www.notdoppler.com", "_blank"); }
Symbol 28 Button
on (release) { _root.gotoAndStop(2); }
Symbol 29 MovieClip Frame 1
_root.stop(); PercentLoaded = _root.sec / 2; if (PercentLoaded < 100) { bar._xscale = PercentLoaded; } else { gotoAndStop ("loaded"); }
Instance of Symbol 20 MovieClip "adBox" in Symbol 29 MovieClip Frame 1
onClipEvent (load) { if (_root.domain == "kongregate.com") { this._alpha = 0; } }
Symbol 29 MovieClip Frame 2
gotoAndPlay (1);
Symbol 34 Button
on (release) { getURL ("http://www.notdoppler.com", "_blank"); }
Symbol 39 MovieClip Frame 6
stop();
Symbol 40 Button
on (release) { getURL ("http://www.notdoppler.com", "_blank"); }
Symbol 53 MovieClip Frame 279
stop();
Symbol 61 Button
on (release) { _root.difficulty = 1; _root.gotoAndStop(4); }
Symbol 64 Button
on (release) { _root.difficulty = 2; _root.gotoAndStop(4); }
Symbol 67 Button
on (release) { _root.difficulty = 3; _root.gotoAndStop(4); }
Symbol 70 Button
on (release) { if (_root.help._currentframe == 1) { _root.help.gotoAndStop(2); } else { _root.help.gotoAndStop(1); } }
Symbol 73 Button
on (release) { getURL ("http://www.allgamesallfree.com", "_blank"); }
Symbol 77 Button
on (release) { getURL ("http://www.notdoppler.com", "_blank"); }
Symbol 80 Button
on (release) { getURL ("http://www.notdoppler.com", "_blank"); }
Symbol 86 Button
on (release) { _root.help.gotoAndStop(1); }
Symbol 87 MovieClip Frame 1
stop();
Symbol 87 MovieClip Frame 2
stop();
Symbol 96 MovieClip Frame 1
onEnterFrame = function () { if (this.active != false) { this._visible = true; if (this.hitTest(_root.ball)) { _root.yspeed = _root.yspeed * -1; this.active = false; _root.score = _root.score + (10 + _root.multi); _root.scoreTxt = "Score: " + _root.score; _root.killed = _root.killed + 1; _root.kirupaSound.start(0, 1); } } else { this._visible = false; if (_root.killed == _root.needToKill) { this.active = true; } } };
Symbol 98 MovieClip Frame 1
onEnterFrame = function () { if (this.active != false) { this._visible = true; if (this.hitTest(_root.ball)) { _root.yspeed = _root.yspeed * -1; this.active = false; _root.score = _root.score + (10 + _root.multi); _root.scoreTxt = "Score: " + _root.score; _root.killed = _root.killed + 1; _root.kirupaSound.start(0, 1); } } else { this._visible = false; if (_root.killed == _root.needToKill) { this.active = true; } } };
Symbol 100 MovieClip Frame 1
onEnterFrame = function () { if (this.active != false) { this._visible = true; if (this.hitTest(_root.ball)) { _root.yspeed = _root.yspeed * -1; this.active = false; _root.score = _root.score + (10 + _root.multi); _root.scoreTxt = "Score: " + _root.score; _root.killed = _root.killed + 1; _root.kirupaSound.start(0, 1); } } else { this._visible = false; if (_root.killed == _root.needToKill) { this.active = true; } } };
Symbol 102 MovieClip Frame 1
onEnterFrame = function () { if (this.active != false) { this._visible = true; if (this.hitTest(_root.ball)) { _root.yspeed = _root.yspeed * -1; this.active = false; _root.score = _root.score + (10 + _root.multi); _root.scoreTxt = "Score: " + _root.score; _root.killed = _root.killed + 1; _root.kirupaSound.start(0, 1); } } else { this._visible = false; if (_root.killed == _root.needToKill) { this.active = true; } } };
Symbol 104 MovieClip Frame 1
onEnterFrame = function () { if (this.active != false) { this._visible = true; if (this.hitTest(_root.ball)) { _root.yspeed = _root.yspeed * -1; this.active = false; _root.score = _root.score + (10 + _root.multi); _root.scoreTxt = "Score: " + _root.score; _root.killed = _root.killed + 1; _root.kirupaSound.start(0, 1); } } else { this._visible = false; if (_root.killed == _root.needToKill) { this.active = true; } } };
Symbol 105 MovieClip Frame 1
stop();
Symbol 105 MovieClip Frame 2
stop();
Symbol 105 MovieClip Frame 3
stop();
Symbol 105 MovieClip Frame 4
stop();
Symbol 105 MovieClip Frame 5
stop();
Symbol 105 MovieClip Frame 6
stop();
Symbol 105 MovieClip Frame 7
stop();
Symbol 105 MovieClip Frame 8
stop();
Symbol 105 MovieClip Frame 9
stop();
Symbol 105 MovieClip Frame 10
stop();
Symbol 109 Button
on (release) { if ((!_root.mute) == true) { _root.kirupaSound5.stop(); _root.mute = true; } else { _root.mute = false; _root.kirupaSound5.start(0, 10); } } on (keyPress "p") { if (_root.pauseframe._currentframe == 1) { _root.pauseframe.gotoAndStop(2); } else { _root.pauseframe.gotoAndStop(1); _root.timeStart = true; } } on (keyPress "m") { if ((!_root.mute) == true) { _root.kirupaSound5.stop(); _root.mute = true; } else { _root.mute = false; _root.kirupaSound5.start(0, 10); } }
Symbol 126 MovieClip Frame 1
stop();
Symbol 126 MovieClip Frame 2
stop();
Symbol 126 MovieClip Frame 3
stop();
Symbol 126 MovieClip Frame 4
stop();
Symbol 126 MovieClip Frame 5
stop();
Symbol 129 MovieClip Frame 1
stop();
Symbol 129 MovieClip Frame 2
stop();
Symbol 136 Button
on (release) { _root.gotoAndStop(4); _root.scoresDisabled = false; }
Symbol 139 Button
on (release) { _root.gotoAndStop(3); _root.scoresDisabled = false; }
Symbol 145 Button
on (press) { if (_root.sentScore != _root.score) { _root.gamename = "PongOut2_" + textr; _root.add_pass = "flashapi"; _root.name = _root.name; _root.score = _root.score; _root.sentScore = _root.score; _root.loadVariables("http://www.allgamesallfree.com/new_score.php?game=" + _root.gamename, "POST"); } } on (release) { getURL (("http://www.allgamesallfree.com/scores-" + _root.gamename) + ".html", "_blank"); }
Symbol 148 Button
on (release) { getURL ("http://www.notdoppler.com", "_blank"); }

Library Items

Symbol 1 Sound [sound3]
Symbol 2 Sound [sound2]
Symbol 3 Sound [sound1]
Symbol 4 Sound [sound4]
Symbol 5 GraphicUsed by:Timeline
Symbol 6 FontUsed by:7 56 57 59 60 62 63 65 66 68 69 71 72 74 75 76 78 79 82 83 84 85 89 92 107 108 122 123 124 125 128 131 132 133 134 135 137 138 143 144 146 147
Symbol 7 TextUses:6Used by:Timeline
Symbol 8 GraphicUsed by:29
Symbol 9 GraphicUsed by:10
Symbol 10 MovieClipUses:9Used by:29
Symbol 11 GraphicUsed by:29
Symbol 12 GraphicUsed by:18
Symbol 13 FontUsed by:14 15 16 17 30 31 32 33
Symbol 14 TextUses:13Used by:18
Symbol 15 TextUses:13Used by:18
Symbol 16 TextUses:13Used by:18
Symbol 17 TextUses:13Used by:18
Symbol 18 ButtonUses:12 14 15 16 17Used by:29
Symbol 19 GraphicUsed by:20
Symbol 20 MovieClipUses:19Used by:29
Symbol 21 GraphicUsed by:29
Symbol 22 GraphicUsed by:28
Symbol 23 GraphicUsed by:28
Symbol 24 GraphicUsed by:28
Symbol 25 GraphicUsed by:28
Symbol 26 GraphicUsed by:28
Symbol 27 GraphicUsed by:28
Symbol 28 ButtonUses:22 23 24 25 26 27Used by:29
Symbol 29 MovieClipUses:8 10 11 18 20 21 28Used by:Timeline
Symbol 30 TextUses:13Used by:34 51
Symbol 31 TextUses:13Used by:34 51
Symbol 32 TextUses:13Used by:34
Symbol 33 TextUses:13Used by:34
Symbol 34 ButtonUses:30 31 32 33Used by:Timeline
Symbol 35 ShapeTweeningUsed by:53
Symbol 36 GraphicUsed by:40
Symbol 37 ShapeTweeningUsed by:39 40
Symbol 38 GraphicUsed by:39
Symbol 39 MovieClipUses:37 38Used by:40
Symbol 40 ButtonUses:36 39 37Used by:53
Symbol 41 GraphicUsed by:53
Symbol 42 GraphicUsed by:53
Symbol 43 ShapeTweeningUsed by:53
Symbol 44 GraphicUsed by:53
Symbol 45 ShapeTweeningUsed by:53
Symbol 46 GraphicUsed by:53
Symbol 47 ShapeTweeningUsed by:53
Symbol 48 GraphicUsed by:53
Symbol 49 ShapeTweeningUsed by:53
Symbol 50 GraphicUsed by:53
Symbol 51 MovieClipUses:30 31Used by:53
Symbol 52 ShapeTweeningUsed by:53
Symbol 53 MovieClipUses:35 40 41 42 43 44 45 46 47 48 49 50 51 52 SS1Used by:Timeline
Symbol 54 GraphicUsed by:142  Timeline
Symbol 55 GraphicUsed by:Timeline
Symbol 56 TextUses:6Used by:Timeline
Symbol 57 TextUses:6Used by:Timeline
Symbol 58 GraphicUsed by:Timeline
Symbol 59 TextUses:6Used by:61
Symbol 60 TextUses:6Used by:61
Symbol 61 ButtonUses:59 60Used by:Timeline
Symbol 62 TextUses:6Used by:64
Symbol 63 TextUses:6Used by:64
Symbol 64 ButtonUses:62 63Used by:Timeline
Symbol 65 TextUses:6Used by:67
Symbol 66 TextUses:6Used by:67
Symbol 67 ButtonUses:65 66Used by:Timeline
Symbol 68 TextUses:6Used by:70
Symbol 69 TextUses:6Used by:70
Symbol 70 ButtonUses:68 69Used by:Timeline
Symbol 71 TextUses:6Used by:73
Symbol 72 TextUses:6Used by:73
Symbol 73 ButtonUses:71 72Used by:Timeline
Symbol 74 TextUses:6Used by:Timeline
Symbol 75 TextUses:6Used by:77
Symbol 76 TextUses:6Used by:77
Symbol 77 ButtonUses:75 76Used by:Timeline
Symbol 78 TextUses:6Used by:80
Symbol 79 TextUses:6Used by:80
Symbol 80 ButtonUses:78 79Used by:Timeline
Symbol 81 GraphicUsed by:87
Symbol 82 TextUses:6Used by:87
Symbol 83 TextUses:6Used by:87
Symbol 84 EditableTextUses:6Used by:86
Symbol 85 EditableTextUses:6Used by:86
Symbol 86 ButtonUses:84 85Used by:87
Symbol 87 MovieClipUses:81 82 83 86Used by:Timeline
Symbol 88 GraphicUsed by:Timeline
Symbol 89 EditableTextUses:6Used by:Timeline
Symbol 90 GraphicUsed by:91
Symbol 91 MovieClipUses:90Used by:Timeline
Symbol 92 EditableTextUses:6Used by:Timeline
Symbol 93 GraphicUsed by:94
Symbol 94 MovieClipUses:93Used by:Timeline
Symbol 95 GraphicUsed by:96
Symbol 96 MovieClipUses:95Used by:105
Symbol 97 GraphicUsed by:98
Symbol 98 MovieClipUses:97Used by:105
Symbol 99 GraphicUsed by:100
Symbol 100 MovieClipUses:99Used by:105
Symbol 101 GraphicUsed by:102
Symbol 102 MovieClipUses:101Used by:105
Symbol 103 GraphicUsed by:104
Symbol 104 MovieClipUses:103Used by:105
Symbol 105 MovieClipUses:96 98 100 102 104Used by:Timeline
Symbol 106 GraphicUsed by:109
Symbol 107 TextUses:6Used by:109
Symbol 108 TextUses:6Used by:109
Symbol 109 ButtonUses:106 107 108Used by:Timeline
Symbol 110 GraphicUsed by:111
Symbol 111 MovieClipUses:110Used by:Timeline
Symbol 112 GraphicUsed by:113
Symbol 113 MovieClipUses:112Used by:Timeline
Symbol 114 GraphicUsed by:115
Symbol 115 MovieClipUses:114Used by:Timeline
Symbol 116 GraphicUsed by:117
Symbol 117 MovieClipUses:116Used by:Timeline
Symbol 118 GraphicUsed by:119
Symbol 119 MovieClipUses:118Used by:Timeline
Symbol 120 GraphicUsed by:121 127
Symbol 121 MovieClipUses:120Used by:Timeline
Symbol 122 TextUses:6Used by:126
Symbol 123 TextUses:6Used by:126
Symbol 124 TextUses:6Used by:126
Symbol 125 TextUses:6Used by:126
Symbol 126 MovieClipUses:122 123 124 125Used by:Timeline
Symbol 127 MovieClipUses:120Used by:Timeline
Symbol 128 TextUses:6Used by:129
Symbol 129 MovieClipUses:128Used by:Timeline
Symbol 130 GraphicUsed by:Timeline
Symbol 131 TextUses:6Used by:Timeline
Symbol 132 EditableTextUses:6Used by:Timeline
Symbol 133 EditableTextUses:6Used by:Timeline
Symbol 134 TextUses:6Used by:136
Symbol 135 TextUses:6Used by:136
Symbol 136 ButtonUses:134 135Used by:Timeline
Symbol 137 TextUses:6Used by:139
Symbol 138 TextUses:6Used by:139
Symbol 139 ButtonUses:137 138Used by:Timeline
Symbol 140 FontUsed by:141
Symbol 141 EditableTextUses:140Used by:Timeline
Symbol 142 MovieClipUses:54Used by:Timeline
Symbol 143 TextUses:6Used by:145
Symbol 144 TextUses:6Used by:145
Symbol 145 ButtonUses:143 144Used by:Timeline
Symbol 146 TextUses:6Used by:148
Symbol 147 TextUses:6Used by:148
Symbol 148 ButtonUses:146 147Used by:Timeline
Streaming Sound 1Used by:Symbol 53 MovieClip

Instance Names

"loader"Frame 1Symbol 29 MovieClip
"help"Frame 3Symbol 87 MovieClip
"ball"Frame 4Symbol 91 MovieClip
"baller"Frame 4Symbol 94 MovieClip
"breakout"Frame 4Symbol 105 MovieClip
"paddle"Frame 4Symbol 113 MovieClip
"1000"Frame 4Symbol 115 MovieClip
"1up"Frame 4Symbol 117 MovieClip
"wide"Frame 4Symbol 119 MovieClip
"paddler"Frame 4Symbol 121 MovieClip
"pausedframe"Frame 4Symbol 126 MovieClip
"computer"Frame 4Symbol 127 MovieClip
"pauseframe"Frame 4Symbol 129 MovieClip
"bar"Symbol 29 MovieClip Frame 1Symbol 10 MovieClip
"adBox"Symbol 29 MovieClip Frame 1Symbol 20 MovieClip

Special Tags

FileAttributes (69)Timeline Frame 1Access network only, Metadata not present, AS1/AS2.
ExportAssets (56)Timeline Frame 1Symbol 1 as "sound3"
ExportAssets (56)Timeline Frame 1Symbol 2 as "sound2"
ExportAssets (56)Timeline Frame 1Symbol 3 as "sound1"
ExportAssets (56)Timeline Frame 1Symbol 4 as "sound4"

Labels

"loaded"Symbol 29 MovieClip Frame 3

Dynamic Text Variables

scoreTxtSymbol 89 EditableText"Score: 0000000"
livesTxtSymbol 92 EditableText"Lives: 10"
scoreTextSymbol 133 EditableText"You Scored: 0000000"
nameSymbol 141 EditableText""




http://swfchan.com/10/48127/info.shtml
Created: 30/4 -2019 13:12:35 Last modified: 30/4 -2019 13:12:35 Server time: 18/05 -2024 00:31:09