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

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

Bricks & Breakout & Arkanoid - Bricks the Game.swf

This is the info page for
Flash #235863

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


Text
Bricks

Bricks

The Game

Play Now

Play Now

100

Lives

10

R

You Scored

100000

Submit Score

Submit Score

Replay

Fire

Fade Blue

Double Hit Metal

Flash Ice

White fade Ice

Double Hit Limited

Moving

5 hit

B

Bonus Piece

Unbreakable

Double Hit Transparent

2H Cool Effect Brick

Color Block

1 Time Use Effect Block

2H Light Up yellow/blue

ActionScript [AS1/AS2]

Frame 1
mochi.as2.MochiAd.showPreGameAd({id:"af45401b696a055e", res:"700x400"});
Frame 111
stop();
Frame 112
var speed = 0.2; var dsspeed2 = 6; var cheaton = "2"; var tyu = 0.1; var tdecay = 1.1; var tspeed = 1; var bdecay = 1.01; var decay = 1.1; var decay2 = 3; var decay3 = 1; var bspeed2 = dsspeed2; var bspeed1 = 0; var gain = 1; var gain2 = 1.001; var speed1 = 0; var bricknumber = 0; var score = 0; var lives = 10; var bspeed2 = 10;
Frame 113
if (bc == "3") { fade.play(); ship._x = 350; bc = "2"; } if (bc == "1") { bspeed1 = bspeed1 / bdecay; ball._y = ball._y + bspeed2; ball._x = ball._x + bspeed1; with (ball) { if (ship.hitTest(_x, getBounds(_root).yMax, true)) { if (bspeed2 > 0) { bspeed2 = bspeed2 * (-gain); } bspeed1 = (((-ship._x) + ball._x) / 25) + bspeed1; ship.play(); } if (ship.hitTest(_x, getBounds(_root).yMin, true)) { if (bspeed2 < 0) { bspeed2 = bspeed2 * (-gain); } bspeed1 = (((-ship._x) + ball._x) / 25) + bspeed1; } } } else { bspeed2 = dsspeed2; bspeed1 = 0; ball._y = 337; ball._x = ship._x - 10; if (Key.isDown(32)) { bc = "1"; } } tyu = tyu / tdecay; speed1 = speed1 / decay; if (Key.isDown(37)) { speed1 = speed1 - (speed * tyu); tyu = tyu + tspeed; } if (Key.isDown(39)) { speed1 = speed1 + (speed * tyu); tyu = tyu + tspeed; } ship._x = ship._x + speed1; if (ship._x < 0) { ship._x = 0; speed1 = 0; } else if (ship._x > 700) { ship._x = 700; speed1 = 0; } if (lives <= 0) { gotoAndStop (142); } if ((ball._x - (ball._width / 2)) < 0) { if (bspeed1 < 0) { bspeed1 = bspeed1 * (-decay3); } } if ((ball._x + (ball._width / 2)) > 700) { if (bspeed1 > 0) { bspeed1 = bspeed1 * (-decay3); } } if ((ball._y - (ball._width / 2)) < 34) { if (bspeed2 < 0) { bspeed2 = bspeed2 * (-decay3); } } if ((ball._y + (ball._width / 2)) > 400) { lives = lives - 1; bc = "3"; }
Frame 114
gotoAndPlay (113); _quality = "low"; if (bricknumber == "0") { bc = "3"; gotoAndStop (115); } if (bc == "3") { fade.play(); ship._x = 350; bc = "2"; } if (bc == "1") { bspeed1 = bspeed1 / bdecay; ball._y = ball._y + bspeed2; ball._x = ball._x + bspeed1; with (ball) { if (ship.hitTest(_x, getBounds(_root).yMax, true)) { if (bspeed2 > 0) { bspeed2 = bspeed2 * (-gain); } bspeed1 = (((-ship._x) + ball._x) / 25) + bspeed1; ship.play(); } if (ship.hitTest(_x, getBounds(_root).yMin, true)) { if (bspeed2 < 0) { bspeed2 = bspeed2 * (-gain); } bspeed1 = (((-ship._x) + ball._x) / 25) + bspeed1; } } } else { bspeed2 = dsspeed2; bspeed1 = 0; ball._y = 337; ball._x = ship._x - 10; if (Key.isDown(32)) { bc = "1"; } } tyu = tyu / tdecay; speed1 = speed1 / decay; if (Key.isDown(37)) { speed1 = speed1 - (speed * tyu); tyu = tyu + tspeed; } if (Key.isDown(39)) { speed1 = speed1 + (speed * tyu); tyu = tyu + tspeed; } ship._x = ship._x + speed1; if (ship._x < 0) { ship._x = 0; speed1 = 0; } else if (ship._x > 700) { ship._x = 700; speed1 = 0; } if ((ball._x - (ball._width / 2)) < 0) { if (bspeed1 < 0) { bspeed1 = bspeed1 * (-decay3); } } if ((ball._x + (ball._width / 2)) > 700) { if (bspeed1 > 0) { bspeed1 = bspeed1 * (-decay3); } } if ((ball._y - (ball._width / 2)) < 34) { if (bspeed2 < 0) { bspeed2 = bspeed2 * (-decay3); } } if ((ball._y + (ball._width / 2)) > 400) { lives = lives - 1; bc = "3"; }
Frame 115
bricknumber = 0; bc = "3"; play();
Frame 116
if (bc == "3") { fade.play(); ship._x = 350; bc = "2"; } if (bc == "1") { bspeed1 = bspeed1 / bdecay; ball._y = ball._y + bspeed2; ball._x = ball._x + bspeed1; with (ball) { if (ship.hitTest(_x, getBounds(_root).yMax, true)) { if (bspeed2 > 0) { bspeed2 = bspeed2 * (-gain); } bspeed1 = (((-ship._x) + ball._x) / 25) + bspeed1; ship.play(); } if (ship.hitTest(_x, getBounds(_root).yMin, true)) { if (bspeed2 < 0) { bspeed2 = bspeed2 * (-gain); } bspeed1 = (((-ship._x) + ball._x) / 25) + bspeed1; } } } else { bspeed2 = dsspeed2; bspeed1 = 0; ball._y = 337; ball._x = ship._x - 10; if (Key.isDown(32)) { bc = "1"; } } tyu = tyu / tdecay; speed1 = speed1 / decay; if (Key.isDown(37)) { speed1 = speed1 - (speed * tyu); tyu = tyu + tspeed; } if (Key.isDown(39)) { speed1 = speed1 + (speed * tyu); tyu = tyu + tspeed; } ship._x = ship._x + speed1; if (ship._x < 0) { ship._x = 0; speed1 = 0; } else if (ship._x > 700) { ship._x = 700; speed1 = 0; } if (lives <= 0) { gotoAndStop (142); } if ((ball._x - (ball._width / 2)) < 0) { if (bspeed1 < 0) { bspeed1 = bspeed1 * (-decay3); } } if ((ball._x + (ball._width / 2)) > 700) { if (bspeed1 > 0) { bspeed1 = bspeed1 * (-decay3); } } if ((ball._y - (ball._width / 2)) < 34) { if (bspeed2 < 0) { bspeed2 = bspeed2 * (-decay3); } } if ((ball._y + (ball._width / 2)) > 400) { lives = lives - 1; bc = "3"; }
Frame 117
gotoAndPlay (116); if (bricknumber == "0") { bc = "3"; gotoAndStop (118); } if (bc == "3") { fade.play(); ship._x = 350; bc = "2"; } if (bc == "1") { bspeed1 = bspeed1 / bdecay; ball._y = ball._y + bspeed2; ball._x = ball._x + bspeed1; with (ball) { if (ship.hitTest(_x, getBounds(_root).yMax, true)) { if (bspeed2 > 0) { bspeed2 = bspeed2 * (-gain); } bspeed1 = (((-ship._x) + ball._x) / 25) + bspeed1; ship.play(); } if (ship.hitTest(_x, getBounds(_root).yMin, true)) { if (bspeed2 < 0) { bspeed2 = bspeed2 * (-gain); } bspeed1 = (((-ship._x) + ball._x) / 25) + bspeed1; } } } else { bspeed2 = dsspeed2; bspeed1 = 0; ball._y = 337; ball._x = ship._x - 10; if (Key.isDown(32)) { bc = "1"; } } tyu = tyu / tdecay; speed1 = speed1 / decay; if (Key.isDown(37)) { speed1 = speed1 - (speed * tyu); tyu = tyu + tspeed; } if (Key.isDown(39)) { speed1 = speed1 + (speed * tyu); tyu = tyu + tspeed; } ship._x = ship._x + speed1; if (ship._x < 0) { ship._x = 0; speed1 = 0; } else if (ship._x > 700) { ship._x = 700; speed1 = 0; } if ((ball._x - (ball._width / 2)) < 0) { if (bspeed1 < 0) { bspeed1 = bspeed1 * (-decay3); } } if ((ball._x + (ball._width / 2)) > 700) { if (bspeed1 > 0) { bspeed1 = bspeed1 * (-decay3); } } if ((ball._y - (ball._width / 2)) < 34) { if (bspeed2 < 0) { bspeed2 = bspeed2 * (-decay3); } } if ((ball._y + (ball._width / 2)) > 400) { lives = lives - 1; bc = "3"; }
Frame 118
bricknumber = 0; bc = "3"; play();
Frame 119
if (bc == "3") { fade.play(); ship._x = 350; bc = "2"; } if (bc == "1") { bspeed1 = bspeed1 / bdecay; ball._y = ball._y + bspeed2; ball._x = ball._x + bspeed1; with (ball) { if (ship.hitTest(_x, getBounds(_root).yMax, true)) { if (bspeed2 > 0) { bspeed2 = bspeed2 * (-gain); } bspeed1 = (((-ship._x) + ball._x) / 25) + bspeed1; ship.play(); } if (ship.hitTest(_x, getBounds(_root).yMin, true)) { if (bspeed2 < 0) { bspeed2 = bspeed2 * (-gain); } bspeed1 = (((-ship._x) + ball._x) / 25) + bspeed1; } } } else { bspeed2 = dsspeed2; bspeed1 = 0; ball._y = 337; ball._x = ship._x - 10; if (Key.isDown(32)) { bc = "1"; } } tyu = tyu / tdecay; speed1 = speed1 / decay; if (Key.isDown(37)) { speed1 = speed1 - (speed * tyu); tyu = tyu + tspeed; } if (Key.isDown(39)) { speed1 = speed1 + (speed * tyu); tyu = tyu + tspeed; } ship._x = ship._x + speed1; if (ship._x < 0) { ship._x = 0; speed1 = 0; } else if (ship._x > 700) { ship._x = 700; speed1 = 0; } if (lives <= 0) { gotoAndStop (142); } if ((ball._x - (ball._width / 2)) < 0) { if (bspeed1 < 0) { bspeed1 = bspeed1 * (-decay3); } } if ((ball._x + (ball._width / 2)) > 700) { if (bspeed1 > 0) { bspeed1 = bspeed1 * (-decay3); } } if ((ball._y - (ball._width / 2)) < 34) { if (bspeed2 < 0) { bspeed2 = bspeed2 * (-decay3); } } if ((ball._y + (ball._width / 2)) > 400) { lives = lives - 1; bc = "3"; }
Frame 120
gotoAndPlay (119); if (bricknumber == "0") { bc = "3"; gotoAndStop (121); } if (bc == "3") { fade.play(); ship._x = 350; bc = "2"; } if (bc == "1") { bspeed1 = bspeed1 / bdecay; ball._y = ball._y + bspeed2; ball._x = ball._x + bspeed1; with (ball) { if (ship.hitTest(_x, getBounds(_root).yMax, true)) { if (bspeed2 > 0) { bspeed2 = bspeed2 * (-gain); } bspeed1 = (((-ship._x) + ball._x) / 25) + bspeed1; ship.play(); } if (ship.hitTest(_x, getBounds(_root).yMin, true)) { if (bspeed2 < 0) { bspeed2 = bspeed2 * (-gain); } bspeed1 = (((-ship._x) + ball._x) / 25) + bspeed1; } } } else { bspeed2 = dsspeed2; bspeed1 = 0; ball._y = 337; ball._x = ship._x - 10; if (Key.isDown(32)) { bc = "1"; } } tyu = tyu / tdecay; speed1 = speed1 / decay; if (Key.isDown(37)) { speed1 = speed1 - (speed * tyu); tyu = tyu + tspeed; } if (Key.isDown(39)) { speed1 = speed1 + (speed * tyu); tyu = tyu + tspeed; } ship._x = ship._x + speed1; if (ship._x < 0) { ship._x = 0; speed1 = 0; } else if (ship._x > 700) { ship._x = 700; speed1 = 0; } if ((ball._x - (ball._width / 2)) < 0) { if (bspeed1 < 0) { bspeed1 = bspeed1 * (-decay3); } } if ((ball._x + (ball._width / 2)) > 700) { if (bspeed1 > 0) { bspeed1 = bspeed1 * (-decay3); } } if ((ball._y - (ball._width / 2)) < 34) { if (bspeed2 < 0) { bspeed2 = bspeed2 * (-decay3); } } if ((ball._y + (ball._width / 2)) > 400) { lives = lives - 1; bc = "3"; }
Frame 121
bricknumber = 0; bc = "3"; play();
Frame 122
if (bc == "3") { fade.play(); ship._x = 350; bc = "2"; } if (bc == "1") { bspeed1 = bspeed1 / bdecay; ball._y = ball._y + bspeed2; ball._x = ball._x + bspeed1; with (ball) { if (ship.hitTest(_x, getBounds(_root).yMax, true)) { if (bspeed2 > 0) { bspeed2 = bspeed2 * (-gain); } bspeed1 = (((-ship._x) + ball._x) / 25) + bspeed1; ship.play(); } if (ship.hitTest(_x, getBounds(_root).yMin, true)) { if (bspeed2 < 0) { bspeed2 = bspeed2 * (-gain); } bspeed1 = (((-ship._x) + ball._x) / 25) + bspeed1; } } } else { bspeed2 = dsspeed2; bspeed1 = 0; ball._y = 337; ball._x = ship._x - 10; if (Key.isDown(32)) { bc = "1"; } } tyu = tyu / tdecay; speed1 = speed1 / decay; if (Key.isDown(37)) { speed1 = speed1 - (speed * tyu); tyu = tyu + tspeed; } if (Key.isDown(39)) { speed1 = speed1 + (speed * tyu); tyu = tyu + tspeed; } ship._x = ship._x + speed1; if (ship._x < 0) { ship._x = 0; speed1 = 0; } else if (ship._x > 700) { ship._x = 700; speed1 = 0; } if (lives <= 0) { gotoAndStop (142); } if ((ball._x - (ball._width / 2)) < 0) { if (bspeed1 < 0) { bspeed1 = bspeed1 * (-decay3); } } if ((ball._x + (ball._width / 2)) > 700) { if (bspeed1 > 0) { bspeed1 = bspeed1 * (-decay3); } } if ((ball._y - (ball._width / 2)) < 34) { if (bspeed2 < 0) { bspeed2 = bspeed2 * (-decay3); } } if ((ball._y + (ball._width / 2)) > 400) { lives = lives - 1; bc = "3"; }
Frame 123
gotoAndPlay (122); if (bricknumber == "0") { bc = "3"; gotoAndStop (124); } if (bc == "3") { fade.play(); ship._x = 350; bc = "2"; } if (bc == "1") { bspeed1 = bspeed1 / bdecay; ball._y = ball._y + bspeed2; ball._x = ball._x + bspeed1; with (ball) { if (ship.hitTest(_x, getBounds(_root).yMax, true)) { if (bspeed2 > 0) { bspeed2 = bspeed2 * (-gain); } bspeed1 = (((-ship._x) + ball._x) / 25) + bspeed1; ship.play(); } if (ship.hitTest(_x, getBounds(_root).yMin, true)) { if (bspeed2 < 0) { bspeed2 = bspeed2 * (-gain); } bspeed1 = (((-ship._x) + ball._x) / 25) + bspeed1; } } } else { bspeed2 = dsspeed2; bspeed1 = 0; ball._y = 337; ball._x = ship._x - 10; if (Key.isDown(32)) { bc = "1"; } } tyu = tyu / tdecay; speed1 = speed1 / decay; if (Key.isDown(37)) { speed1 = speed1 - (speed * tyu); tyu = tyu + tspeed; } if (Key.isDown(39)) { speed1 = speed1 + (speed * tyu); tyu = tyu + tspeed; } ship._x = ship._x + speed1; if (ship._x < 0) { ship._x = 0; speed1 = 0; } else if (ship._x > 700) { ship._x = 700; speed1 = 0; } if ((ball._x - (ball._width / 2)) < 0) { if (bspeed1 < 0) { bspeed1 = bspeed1 * (-decay3); } } if ((ball._x + (ball._width / 2)) > 700) { if (bspeed1 > 0) { bspeed1 = bspeed1 * (-decay3); } } if ((ball._y - (ball._width / 2)) < 34) { if (bspeed2 < 0) { bspeed2 = bspeed2 * (-decay3); } } if ((ball._y + (ball._width / 2)) > 400) { lives = lives - 1; bc = "3"; }
Frame 124
bricknumber = 0; bc = "3"; play();
Frame 125
if (des1 == "2") { des1a.Play(); des1 = "3"; } if (bc == "3") { fade.play(); ship._x = 350; bc = "2"; } if (bc == "1") { bspeed1 = bspeed1 / bdecay; ball._y = ball._y + bspeed2; ball._x = ball._x + bspeed1; with (ball) { if (ship.hitTest(_x, getBounds(_root).yMax, true)) { if (bspeed2 > 0) { bspeed2 = bspeed2 * (-gain); } bspeed1 = (((-ship._x) + ball._x) / 25) + bspeed1; ship.play(); } if (ship.hitTest(_x, getBounds(_root).yMin, true)) { if (bspeed2 < 0) { bspeed2 = bspeed2 * (-gain); } bspeed1 = (((-ship._x) + ball._x) / 25) + bspeed1; } } } else { bspeed2 = dsspeed2; bspeed1 = 0; ball._y = 337; ball._x = ship._x - 10; if (Key.isDown(32)) { bc = "1"; } } tyu = tyu / tdecay; speed1 = speed1 / decay; if (Key.isDown(37)) { speed1 = speed1 - (speed * tyu); tyu = tyu + tspeed; } if (Key.isDown(39)) { speed1 = speed1 + (speed * tyu); tyu = tyu + tspeed; } ship._x = ship._x + speed1; if (ship._x < 0) { ship._x = 0; speed1 = 0; } else if (ship._x > 700) { ship._x = 700; speed1 = 0; } if (lives <= 0) { gotoAndStop (142); } if ((ball._x - (ball._width / 2)) < 0) { if (bspeed1 < 0) { bspeed1 = bspeed1 * (-decay3); } } if ((ball._x + (ball._width / 2)) > 700) { if (bspeed1 > 0) { bspeed1 = bspeed1 * (-decay3); } } if ((ball._y - (ball._width / 2)) < 34) { if (bspeed2 < 0) { bspeed2 = bspeed2 * (-decay3); } } if ((ball._y + (ball._width / 2)) > 400) { lives = lives - 1; bc = "3"; }
Frame 126
gotoAndPlay (125); if (bricknumber == "0") { bc = "3"; gotoAndStop (127); } if (des1 == "2") { des1a.Play(); des1 = "3"; } if (bc == "3") { fade.play(); ship._x = 350; bc = "2"; } if (bc == "1") { bspeed1 = bspeed1 / bdecay; ball._y = ball._y + bspeed2; ball._x = ball._x + bspeed1; with (ball) { if (ship.hitTest(_x, getBounds(_root).yMax, true)) { if (bspeed2 > 0) { bspeed2 = bspeed2 * (-gain); } bspeed1 = (((-ship._x) + ball._x) / 25) + bspeed1; ship.play(); } if (ship.hitTest(_x, getBounds(_root).yMin, true)) { if (bspeed2 < 0) { bspeed2 = bspeed2 * (-gain); } bspeed1 = (((-ship._x) + ball._x) / 25) + bspeed1; } } } else { bspeed2 = dsspeed2; bspeed1 = 0; ball._y = 337; ball._x = ship._x - 10; if (Key.isDown(32)) { bc = "1"; } } tyu = tyu / tdecay; speed1 = speed1 / decay; if (Key.isDown(37)) { speed1 = speed1 - (speed * tyu); tyu = tyu + tspeed; } if (Key.isDown(39)) { speed1 = speed1 + (speed * tyu); tyu = tyu + tspeed; } ship._x = ship._x + speed1; if (ship._x < 0) { ship._x = 0; speed1 = 0; } else if (ship._x > 700) { ship._x = 700; speed1 = 0; } if ((ball._x - (ball._width / 2)) < 0) { if (bspeed1 < 0) { bspeed1 = bspeed1 * (-decay3); } } if ((ball._x + (ball._width / 2)) > 700) { if (bspeed1 > 0) { bspeed1 = bspeed1 * (-decay3); } } if ((ball._y - (ball._width / 2)) < 34) { if (bspeed2 < 0) { bspeed2 = bspeed2 * (-decay3); } } if ((ball._y + (ball._width / 2)) > 400) { lives = lives - 1; bc = "3"; }
Frame 127
bricknumber = 0; bc = "3"; play();
Frame 128
if (bc == "3") { fade.play(); ship._x = 350; bc = "2"; } if (bc == "1") { bspeed1 = bspeed1 / bdecay; ball._y = ball._y + bspeed2; ball._x = ball._x + bspeed1; with (ball) { if (ship.hitTest(_x, getBounds(_root).yMax, true)) { if (bspeed2 > 0) { bspeed2 = bspeed2 * (-gain); } bspeed1 = (((-ship._x) + ball._x) / 25) + bspeed1; ship.play(); } if (ship.hitTest(_x, getBounds(_root).yMin, true)) { if (bspeed2 < 0) { bspeed2 = bspeed2 * (-gain); } bspeed1 = (((-ship._x) + ball._x) / 25) + bspeed1; } } } else { bspeed2 = dsspeed2; bspeed1 = 0; ball._y = 337; ball._x = ship._x - 10; if (Key.isDown(32)) { bc = "1"; } } tyu = tyu / tdecay; speed1 = speed1 / decay; if (Key.isDown(37)) { speed1 = speed1 - (speed * tyu); tyu = tyu + tspeed; } if (Key.isDown(39)) { speed1 = speed1 + (speed * tyu); tyu = tyu + tspeed; } ship._x = ship._x + speed1; if (ship._x < 0) { ship._x = 0; speed1 = 0; } else if (ship._x > 700) { ship._x = 700; speed1 = 0; } if (lives <= 0) { gotoAndStop (142); } if ((ball._x - (ball._width / 2)) < 0) { if (bspeed1 < 0) { bspeed1 = bspeed1 * (-decay3); } } if ((ball._x + (ball._width / 2)) > 700) { if (bspeed1 > 0) { bspeed1 = bspeed1 * (-decay3); } } if ((ball._y - (ball._width / 2)) < 34) { if (bspeed2 < 0) { bspeed2 = bspeed2 * (-decay3); } } if ((ball._y + (ball._width / 2)) > 400) { lives = lives - 1; bc = "3"; }
Frame 129
gotoAndPlay (128); if (bricknumber == "0") { bc = "3"; gotoAndStop (130); } if (bc == "3") { fade.play(); ship._x = 350; bc = "2"; } if (bc == "1") { bspeed1 = bspeed1 / bdecay; ball._y = ball._y + bspeed2; ball._x = ball._x + bspeed1; with (ball) { if (ship.hitTest(_x, getBounds(_root).yMax, true)) { if (bspeed2 > 0) { bspeed2 = bspeed2 * (-gain); } bspeed1 = (((-ship._x) + ball._x) / 25) + bspeed1; ship.play(); } if (ship.hitTest(_x, getBounds(_root).yMin, true)) { if (bspeed2 < 0) { bspeed2 = bspeed2 * (-gain); } bspeed1 = (((-ship._x) + ball._x) / 25) + bspeed1; } } } else { bspeed2 = dsspeed2; bspeed1 = 0; ball._y = 337; ball._x = ship._x - 10; if (Key.isDown(32)) { bc = "1"; } } tyu = tyu / tdecay; speed1 = speed1 / decay; if (Key.isDown(37)) { speed1 = speed1 - (speed * tyu); tyu = tyu + tspeed; } if (Key.isDown(39)) { speed1 = speed1 + (speed * tyu); tyu = tyu + tspeed; } ship._x = ship._x + speed1; if (ship._x < 0) { ship._x = 0; speed1 = 0; } else if (ship._x > 700) { ship._x = 700; speed1 = 0; } if ((ball._x - (ball._width / 2)) < 0) { if (bspeed1 < 0) { bspeed1 = bspeed1 * (-decay3); } } if ((ball._x + (ball._width / 2)) > 700) { if (bspeed1 > 0) { bspeed1 = bspeed1 * (-decay3); } } if ((ball._y - (ball._width / 2)) < 34) { if (bspeed2 < 0) { bspeed2 = bspeed2 * (-decay3); } } if ((ball._y + (ball._width / 2)) > 400) { lives = lives - 1; bc = "3"; }
Frame 130
bricknumber = 0; bc = "3"; play();
Frame 131
if (bc == "3") { fade.play(); ship._x = 350; bc = "2"; } if (bc == "1") { bspeed1 = bspeed1 / bdecay; ball._y = ball._y + bspeed2; ball._x = ball._x + bspeed1; with (ball) { if (ship.hitTest(_x, getBounds(_root).yMax, true)) { if (bspeed2 > 0) { bspeed2 = bspeed2 * (-gain); } bspeed1 = (((-ship._x) + ball._x) / 25) + bspeed1; ship.play(); } if (ship.hitTest(_x, getBounds(_root).yMin, true)) { if (bspeed2 < 0) { bspeed2 = bspeed2 * (-gain); } bspeed1 = (((-ship._x) + ball._x) / 25) + bspeed1; } } } else { bspeed2 = dsspeed2; bspeed1 = 0; ball._y = 337; ball._x = ship._x - 10; if (Key.isDown(32)) { bc = "1"; } } tyu = tyu / tdecay; speed1 = speed1 / decay; if (Key.isDown(37)) { speed1 = speed1 - (speed * tyu); tyu = tyu + tspeed; } if (Key.isDown(39)) { speed1 = speed1 + (speed * tyu); tyu = tyu + tspeed; } ship._x = ship._x + speed1; if (ship._x < 0) { ship._x = 0; speed1 = 0; } else if (ship._x > 700) { ship._x = 700; speed1 = 0; } if (lives <= 0) { gotoAndStop (142); } if ((ball._x - (ball._width / 2)) < 0) { if (bspeed1 < 0) { bspeed1 = bspeed1 * (-decay3); } } if ((ball._x + (ball._width / 2)) > 700) { if (bspeed1 > 0) { bspeed1 = bspeed1 * (-decay3); } } if ((ball._y - (ball._width / 2)) < 34) { if (bspeed2 < 0) { bspeed2 = bspeed2 * (-decay3); } } if ((ball._y + (ball._width / 2)) > 400) { lives = lives - 1; bc = "3"; }
Frame 132
gotoAndPlay (131); if (bricknumber == "0") { bc = "3"; gotoAndStop (133); } if (bc == "3") { fade.play(); ship._x = 350; bc = "2"; } if (bc == "1") { bspeed1 = bspeed1 / bdecay; ball._y = ball._y + bspeed2; ball._x = ball._x + bspeed1; with (ball) { if (ship.hitTest(_x, getBounds(_root).yMax, true)) { if (bspeed2 > 0) { bspeed2 = bspeed2 * (-gain); } bspeed1 = (((-ship._x) + ball._x) / 25) + bspeed1; ship.play(); } if (ship.hitTest(_x, getBounds(_root).yMin, true)) { if (bspeed2 < 0) { bspeed2 = bspeed2 * (-gain); } bspeed1 = (((-ship._x) + ball._x) / 25) + bspeed1; } } } else { bspeed2 = dsspeed2; bspeed1 = 0; ball._y = 337; ball._x = ship._x - 10; if (Key.isDown(32)) { bc = "1"; } } tyu = tyu / tdecay; speed1 = speed1 / decay; if (Key.isDown(37)) { speed1 = speed1 - (speed * tyu); tyu = tyu + tspeed; } if (Key.isDown(39)) { speed1 = speed1 + (speed * tyu); tyu = tyu + tspeed; } ship._x = ship._x + speed1; if (ship._x < 0) { ship._x = 0; speed1 = 0; } else if (ship._x > 700) { ship._x = 700; speed1 = 0; } if ((ball._x - (ball._width / 2)) < 0) { if (bspeed1 < 0) { bspeed1 = bspeed1 * (-decay3); } } if ((ball._x + (ball._width / 2)) > 700) { if (bspeed1 > 0) { bspeed1 = bspeed1 * (-decay3); } } if ((ball._y - (ball._width / 2)) < 34) { if (bspeed2 < 0) { bspeed2 = bspeed2 * (-decay3); } } if ((ball._y + (ball._width / 2)) > 400) { lives = lives - 1; bc = "3"; }
Frame 133
bricknumber = 0; bc = "3"; play();
Frame 134
if (bc == "3") { fade.play(); ship._x = 350; bc = "2"; } if (bc == "1") { bspeed1 = bspeed1 / bdecay; ball._y = ball._y + bspeed2; ball._x = ball._x + bspeed1; with (ball) { if (ship.hitTest(_x, getBounds(_root).yMax, true)) { if (bspeed2 > 0) { bspeed2 = bspeed2 * (-gain); } bspeed1 = (((-ship._x) + ball._x) / 25) + bspeed1; ship.play(); } if (ship.hitTest(_x, getBounds(_root).yMin, true)) { if (bspeed2 < 0) { bspeed2 = bspeed2 * (-gain); } bspeed1 = (((-ship._x) + ball._x) / 25) + bspeed1; } } } else { bspeed2 = dsspeed2; bspeed1 = 0; ball._y = 337; ball._x = ship._x - 10; if (Key.isDown(32)) { bc = "1"; } } tyu = tyu / tdecay; speed1 = speed1 / decay; if (Key.isDown(37)) { speed1 = speed1 - (speed * tyu); tyu = tyu + tspeed; } if (Key.isDown(39)) { speed1 = speed1 + (speed * tyu); tyu = tyu + tspeed; } ship._x = ship._x + speed1; if (ship._x < 0) { ship._x = 0; speed1 = 0; } else if (ship._x > 700) { ship._x = 700; speed1 = 0; } if (lives <= 0) { gotoAndStop (142); } if ((ball._x - (ball._width / 2)) < 0) { if (bspeed1 < 0) { bspeed1 = bspeed1 * (-decay3); } } if ((ball._x + (ball._width / 2)) > 700) { if (bspeed1 > 0) { bspeed1 = bspeed1 * (-decay3); } } if ((ball._y - (ball._width / 2)) < 34) { if (bspeed2 < 0) { bspeed2 = bspeed2 * (-decay3); } } if ((ball._y + (ball._width / 2)) > 400) { lives = lives - 1; bc = "3"; }
Frame 135
gotoAndPlay (134); if (bricknumber == "0") { bc = "3"; gotoAndStop (136); } if (bc == "3") { fade.play(); ship._x = 350; bc = "2"; } if (bc == "1") { bspeed1 = bspeed1 / bdecay; ball._y = ball._y + bspeed2; ball._x = ball._x + bspeed1; with (ball) { if (ship.hitTest(_x, getBounds(_root).yMax, true)) { if (bspeed2 > 0) { bspeed2 = bspeed2 * (-gain); } bspeed1 = (((-ship._x) + ball._x) / 25) + bspeed1; ship.play(); } if (ship.hitTest(_x, getBounds(_root).yMin, true)) { if (bspeed2 < 0) { bspeed2 = bspeed2 * (-gain); } bspeed1 = (((-ship._x) + ball._x) / 25) + bspeed1; } } } else { bspeed2 = dsspeed2; bspeed1 = 0; ball._y = 337; ball._x = ship._x - 10; if (Key.isDown(32)) { bc = "1"; } } tyu = tyu / tdecay; speed1 = speed1 / decay; if (Key.isDown(37)) { speed1 = speed1 - (speed * tyu); tyu = tyu + tspeed; } if (Key.isDown(39)) { speed1 = speed1 + (speed * tyu); tyu = tyu + tspeed; } ship._x = ship._x + speed1; if (ship._x < 0) { ship._x = 0; speed1 = 0; } else if (ship._x > 700) { ship._x = 700; speed1 = 0; } if ((ball._x - (ball._width / 2)) < 0) { if (bspeed1 < 0) { bspeed1 = bspeed1 * (-decay3); } } if ((ball._x + (ball._width / 2)) > 700) { if (bspeed1 > 0) { bspeed1 = bspeed1 * (-decay3); } } if ((ball._y - (ball._width / 2)) < 34) { if (bspeed2 < 0) { bspeed2 = bspeed2 * (-decay3); } } if ((ball._y + (ball._width / 2)) > 400) { lives = lives - 1; bc = "3"; }
Frame 136
bricknumber = 0; bc = "3"; play();
Frame 137
if (bc == "3") { fade.play(); ship._x = 350; bc = "2"; } if (bc == "1") { bspeed1 = bspeed1 / bdecay; ball._y = ball._y + bspeed2; ball._x = ball._x + bspeed1; with (ball) { if (ship.hitTest(_x, getBounds(_root).yMax, true)) { if (bspeed2 > 0) { bspeed2 = bspeed2 * (-gain); } bspeed1 = (((-ship._x) + ball._x) / 25) + bspeed1; ship.play(); } if (ship.hitTest(_x, getBounds(_root).yMin, true)) { if (bspeed2 < 0) { bspeed2 = bspeed2 * (-gain); } bspeed1 = (((-ship._x) + ball._x) / 25) + bspeed1; } } } else { bspeed2 = dsspeed2; bspeed1 = 0; ball._y = 337; ball._x = ship._x - 10; if (Key.isDown(32)) { bc = "1"; } } tyu = tyu / tdecay; speed1 = speed1 / decay; if (Key.isDown(37)) { speed1 = speed1 - (speed * tyu); tyu = tyu + tspeed; } if (Key.isDown(39)) { speed1 = speed1 + (speed * tyu); tyu = tyu + tspeed; } ship._x = ship._x + speed1; if (ship._x < 0) { ship._x = 0; speed1 = 0; } else if (ship._x > 700) { ship._x = 700; speed1 = 0; } if (lives <= 0) { gotoAndStop (142); } if ((ball._x - (ball._width / 2)) < 0) { if (bspeed1 < 0) { bspeed1 = bspeed1 * (-decay3); } } if ((ball._x + (ball._width / 2)) > 700) { if (bspeed1 > 0) { bspeed1 = bspeed1 * (-decay3); } } if ((ball._y - (ball._width / 2)) < 34) { if (bspeed2 < 0) { bspeed2 = bspeed2 * (-decay3); } } if ((ball._y + (ball._width / 2)) > 400) { lives = lives - 1; bc = "3"; }
Frame 138
gotoAndPlay (137); if (bricknumber == "0") { bc = "3"; gotoAndStop (139); } if (bc == "3") { fade.play(); ship._x = 350; bc = "2"; } if (bc == "1") { bspeed1 = bspeed1 / bdecay; ball._y = ball._y + bspeed2; ball._x = ball._x + bspeed1; with (ball) { if (ship.hitTest(_x, getBounds(_root).yMax, true)) { if (bspeed2 > 0) { bspeed2 = bspeed2 * (-gain); } bspeed1 = (((-ship._x) + ball._x) / 25) + bspeed1; ship.play(); } if (ship.hitTest(_x, getBounds(_root).yMin, true)) { if (bspeed2 < 0) { bspeed2 = bspeed2 * (-gain); } bspeed1 = (((-ship._x) + ball._x) / 25) + bspeed1; } } } else { bspeed2 = dsspeed2; bspeed1 = 0; ball._y = 337; ball._x = ship._x - 10; if (Key.isDown(32)) { bc = "1"; } } tyu = tyu / tdecay; speed1 = speed1 / decay; if (Key.isDown(37)) { speed1 = speed1 - (speed * tyu); tyu = tyu + tspeed; } if (Key.isDown(39)) { speed1 = speed1 + (speed * tyu); tyu = tyu + tspeed; } ship._x = ship._x + speed1; if (ship._x < 0) { ship._x = 0; speed1 = 0; } else if (ship._x > 700) { ship._x = 700; speed1 = 0; } if ((ball._x - (ball._width / 2)) < 0) { if (bspeed1 < 0) { bspeed1 = bspeed1 * (-decay3); } } if ((ball._x + (ball._width / 2)) > 700) { if (bspeed1 > 0) { bspeed1 = bspeed1 * (-decay3); } } if ((ball._y - (ball._width / 2)) < 34) { if (bspeed2 < 0) { bspeed2 = bspeed2 * (-decay3); } } if ((ball._y + (ball._width / 2)) > 400) { lives = lives - 1; bc = "3"; }
Frame 139
bricknumber = 0; bc = "3"; play();
Frame 140
if (bc == "3") { fade.play(); ship._x = 350; bc = "2"; } if (bc == "1") { bspeed1 = bspeed1 / bdecay; ball._y = ball._y + bspeed2; ball._x = ball._x + bspeed1; with (ball) { if (ship.hitTest(_x, getBounds(_root).yMax, true)) { if (bspeed2 > 0) { bspeed2 = bspeed2 * (-gain); } bspeed1 = (((-ship._x) + ball._x) / 25) + bspeed1; ship.play(); } if (ship.hitTest(_x, getBounds(_root).yMin, true)) { if (bspeed2 < 0) { bspeed2 = bspeed2 * (-gain); } bspeed1 = (((-ship._x) + ball._x) / 25) + bspeed1; } } } else { bspeed2 = dsspeed2; bspeed1 = 0; ball._y = 337; ball._x = ship._x - 10; if (Key.isDown(32)) { bc = "1"; } } tyu = tyu / tdecay; speed1 = speed1 / decay; if (Key.isDown(37)) { speed1 = speed1 - (speed * tyu); tyu = tyu + tspeed; } if (Key.isDown(39)) { speed1 = speed1 + (speed * tyu); tyu = tyu + tspeed; } ship._x = ship._x + speed1; if (ship._x < 0) { ship._x = 0; speed1 = 0; } else if (ship._x > 700) { ship._x = 700; speed1 = 0; } if (lives <= 0) { gotoAndStop (142); } if ((ball._x - (ball._width / 2)) < 0) { if (bspeed1 < 0) { bspeed1 = bspeed1 * (-decay3); } } if ((ball._x + (ball._width / 2)) > 700) { if (bspeed1 > 0) { bspeed1 = bspeed1 * (-decay3); } } if ((ball._y - (ball._width / 2)) < 34) { if (bspeed2 < 0) { bspeed2 = bspeed2 * (-decay3); } } if ((ball._y + (ball._width / 2)) > 400) { lives = lives - 1; bc = "3"; }
Frame 141
gotoAndPlay (140); if (bricknumber < 1) { bca = "3"; } if (bca2 == "2") { gotoAndStop (142); } if (bc == "3") { fade.play(); ship._x = 350; bc = "2"; } if (bc == "1") { bspeed1 = bspeed1 / bdecay; ball._y = ball._y + bspeed2; ball._x = ball._x + bspeed1; with (ball) { if (ship.hitTest(_x, getBounds(_root).yMax, true)) { if (bspeed2 > 0) { bspeed2 = bspeed2 * (-gain); } bspeed1 = (((-ship._x) + ball._x) / 25) + bspeed1; ship.play(); } if (ship.hitTest(_x, getBounds(_root).yMin, true)) { if (bspeed2 < 0) { bspeed2 = bspeed2 * (-gain); } bspeed1 = (((-ship._x) + ball._x) / 25) + bspeed1; } } } else { bspeed2 = dsspeed2; bspeed1 = 0; ball._y = 337; ball._x = ship._x - 10; if (Key.isDown(32)) { bc = "1"; } } tyu = tyu / tdecay; speed1 = speed1 / decay; if (Key.isDown(37)) { speed1 = speed1 - (speed * tyu); tyu = tyu + tspeed; } if (Key.isDown(39)) { speed1 = speed1 + (speed * tyu); tyu = tyu + tspeed; } ship._x = ship._x + speed1; if (ship._x < 0) { ship._x = 0; speed1 = 0; } else if (ship._x > 700) { ship._x = 700; speed1 = 0; } if ((ball._x - (ball._width / 2)) < 0) { if (bspeed1 < 0) { bspeed1 = bspeed1 * (-decay3); } } if ((ball._x + (ball._width / 2)) > 700) { if (bspeed1 > 0) { bspeed1 = bspeed1 * (-decay3); } } if ((ball._y - (ball._width / 2)) < 34) { if (bspeed2 < 0) { bspeed2 = bspeed2 * (-decay3); } } if ((ball._y + (ball._width / 2)) > 400) { lives = lives - 1; bc = "3"; }
Frame 142
_quality = "high";
Symbol 194 MovieClip [__Packages.mochi.as2.MochiAd] Frame 0
class mochi.as2.MochiAd { function MochiAd () { } static function getVersion() { return("3.0 as2"); } static function showPreGameAd(options) { var _local26 = {clip:_root, ad_timeout:3000, fadeout_time:250, regpt:"o", method:"showPreloaderAd", color:16747008, background:16777161, outline:13994812, no_progress_bar:false, ad_started:function () { this.clip.stop(); }, ad_finished:function () { this.clip.play(); }, ad_failed:function () { trace("[MochiAd] Couldn't load an ad, make sure that your game's local security sandbox is configured for Access Network Only and that you are not using ad blocking software"); }, ad_loaded:function (width, height) { }, ad_skipped:function () { }, ad_progress:function (percent) { }}; options = _parseOptions(options, _local26); if ("c862232051e0a94e1c3609b3916ddb17".substr(0) == "dfeada81ac97cde83665f81c12da7def") { options.ad_started(); options.ad_finished(); return(undefined); } var clip = options.clip; var _local22 = 11000; var _local25 = options.ad_timeout; delete options.ad_timeout; var fadeout_time = options.fadeout_time; delete options.fadeout_time; if (!load(options)) { options.ad_failed(); 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 _local6 = chk.createEmptyMovieClip("_mochiad_bar", 4); if (options.no_progress_bar) { _local6._visible = false; delete options.no_progress_bar; } else { _local6._x = 10; _local6._y = _local13 - 20; } var _local21 = options.color; delete options.color; var _local19 = options.background; delete options.background; var _local23 = options.outline; delete options.outline; var _local5 = _local6.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 = _local6.createEmptyMovieClip("_inside", 2); _local3.beginFill(_local21); _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 _local7 = _local6.createEmptyMovieClip("_outline", 3); _local7.lineStyle(0, _local23, 100); _local7.moveTo(0, 0); _local7.lineTo(_local4 - 20, 0); _local7.lineTo(_local4 - 20, 10); _local7.lineTo(0, 10); _local7.lineTo(0, 0); chk.ad_msec = _local22; chk.ad_timeout = _local25; 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; mochi.as2.MochiAd.unload(_local3); delete this.onEnterFrame; } }; mc.lc.regContLC = function (lc_name) { mc._containerLCName = lc_name; }; var sendHostProgress = false; mc.lc.sendHostLoadProgress = function (lc_name) { sendHostProgress = true; }; mc.lc.adLoaded = options.ad_loaded; mc.lc.adSkipped = options.ad_skipped; mc.lc.adjustProgress = function (msec) { var _local2 = this.mc._mochiad_wait; _local2.server_control = true; _local2.started = getTimer(); _local2.ad_msec = msec; }; mc.lc.rpc = function (callbackID, arg) { mochi.as2.MochiAd.rpc(clip, callbackID, arg); }; mc.rpcTestFn = function (s) { trace("[MOCHIAD rpcTestFn] " + s); return(s); }; chk.onEnterFrame = function () { var _local6 = this._parent._parent; var _local11 = this._parent._mochiad_ctr; var _local5 = getTimer() - this.started; var _local3 = false; var _local4 = _local6.getBytesTotal(); var _local8 = _local6.getBytesLoaded(); var _local2 = (100 * _local8) / _local4; var _local10 = (100 * _local5) / chk.ad_msec; var _local9 = this._mochiad_bar._inside; var _local13 = Math.min(100, Math.min(_local2 || 0, _local10)); _local13 = Math.max(this.last_pcnt, _local13); this.last_pcnt = _local13; _local9._xscale = _local13; options.ad_progress(_local13); if (sendHostProgress) { clip._mochiad.lc.send(clip._mochiad._containerLCName, "notify", {id:"hostLoadPcnt", pcnt:_local2}); if (_local2 == 100) { sendHostProgress = false; } } if (!chk.showing) { var _local7 = _local11.getBytesTotal(); if ((_local7 > 0) || (typeof(_local7) == "undefined")) { chk.showing = true; chk.started = getTimer(); } else if ((_local5 > chk.ad_timeout) && (_local2 == 100)) { options.ad_failed(); _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 showClickAwayAd(options) { var _local9 = {clip:_root, ad_timeout:2000, fadeout_time:250, regpt:"o", method:"showClickAwayAd", res:"300x250", no_bg:true, ad_started:function () { }, ad_finished:function () { }, ad_loaded:function (width, height) { }, ad_failed:function () { trace("[MochiAd] Couldn't load an ad, make sure that your game's local security sandbox is configured for Access Network Only and that you are not using ad blocking software"); }, ad_skipped:function () { }}; options = _parseOptions(options, _local9); var clip = options.clip; var _local8 = options.ad_timeout; delete options.ad_timeout; if (!load(options)) { options.ad_failed(); options.ad_finished(); return(undefined); } options.ad_started(); var mc = clip._mochiad; mc.onUnload = function () { options.ad_finished(); }; var _local4 = _getRes(options); var _local10 = _local4[0]; var _local7 = _local4[1]; mc._x = _local10 * 0.5; mc._y = _local7 * 0.5; var chk = mc.createEmptyMovieClip("_mochiad_wait", 3); chk.ad_timeout = _local8; chk.started = getTimer(); chk.showing = false; mc.lc.adLoaded = options.ad_loaded; mc.lc.adSkipped = options.ad_skipped; mc.lc.rpc = function (callbackID, arg) { mochi.as2.MochiAd.rpc(clip, callbackID, arg); }; mc.rpcTestFn = function (s) { trace("[MOCHIAD rpcTestFn] " + s); return(s); }; var _local20 = false; mc.lc.regContLC = function (lc_name) { mc._containerLCName = lc_name; }; 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")) { _local2 = true; chk.showing = true; chk.started = getTimer(); } else if (_local4 > chk.ad_timeout) { options.ad_failed(); _local2 = true; } } if (_local2) { delete this.onEnterFrame; } }; } static function showInterLevelAd(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(); }, ad_failed:function () { trace("[MochiAd] Couldn't load an ad, make sure that your game's local security sandbox is configured for Access Network Only and that you are not using ad blocking software"); }, ad_loaded:function (width, height) { }, ad_skipped:function () { }}; 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_failed(); 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; mochi.as2.MochiAd.unload(_local3); delete this.onEnterFrame; } }; mc.lc.adLoaded = options.ad_loaded; mc.lc.adSkipped = options.ad_skipped; mc.lc.adjustProgress = function (msec) { var _local2 = this.mc._mochiad_wait; _local2.server_control = true; _local2.started = getTimer(); _local2.ad_msec = msec - 250; }; mc.lc.rpc = function (callbackID, arg) { mochi.as2.MochiAd.rpc(clip, callbackID, arg); }; mc.rpcTestFn = function (s) { trace("[MOCHIAD rpcTestFn] " + s); return(s); }; 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) { options.ad_failed(); _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 showPreloaderAd(options) { trace("[MochiAd] DEPRECATED: showPreloaderAd was renamed to showPreGameAd in 2.0"); showPreGameAd(options); } static function showTimedAd(options) { trace("[MochiAd] DEPRECATED: showTimedAd was renamed to showInterLevelAd in 2.0"); showInterLevelAd(options); } 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 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; if (_local7._url.indexOf("http") != 0) { trace("[MochiAd] NOTE: Security Sandbox Violation errors below are normal"); } var _local4 = _local6.createEmptyMovieClip("_mochiad_ctr", 1); for (var _local8 in options) { _local4[_local8] = options[_local8]; } 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; mochi.as2.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); } if (clip._mochiad._containerLCName != undefined) { clip._mochiad.lc.send(clip._mochiad._containerLCName, "notify", {id:"unload"}); } 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++; } } if (_local4.id == "test") { trace("[MochiAd] WARNING: Using the MochiAds test identifier, make sure to use the code from your dashboard, not this example!"); } return(_local4); } static function rpc(clip, callbackID, arg) { switch (arg.id) { case "setValue" : setValue(clip, arg.objectName, arg.value); break; case "getValue" : var _local4 = getValue(clip, arg.objectName); clip._mochiad.lc.send(clip._mochiad._containerLCName, "rpcResult", callbackID, _local4); break; case "runMethod" : var _local3 = runMethod(clip, arg.method, arg.args); clip._mochiad.lc.send(clip._mochiad._containerLCName, "rpcResult", callbackID, _local3); break; default : trace("[mochiads rpc] unknown rpc id: " + arg.id); } } static function setValue(base, objectName, value) { var _local2 = objectName.split("."); var _local1; _local1 = 0; while (_local1 < (_local2.length - 1)) { if ((base[_local2[_local1]] == undefined) || (base[_local2[_local1]] == null)) { return(undefined); } base = base[_local2[_local1]]; _local1++; } base[_local2[_local1]] = value; } static function getValue(base, objectName) { var _local2 = objectName.split("."); var _local1; _local1 = 0; while (_local1 < (_local2.length - 1)) { if ((base[_local2[_local1]] == undefined) || (base[_local2[_local1]] == null)) { return(undefined); } base = base[_local2[_local1]]; _local1++; } return(base[_local2[_local1]]); } static function runMethod(base, methodName, argsArray) { var _local2 = methodName.split("."); var _local1; _local1 = 0; while (_local1 < (_local2.length - 1)) { if ((base[_local2[_local1]] == undefined) || (base[_local2[_local1]] == null)) { return(undefined); } base = base[_local2[_local1]]; _local1++; } if (typeof(base[_local2[_local1]]) == "function") { return(base[_local2[_local1]].apply(base, argsArray)); } return(undefined); } }
Symbol 5 MovieClip Frame 1
this.star._rotation = random(360);
Symbol 20 MovieClip Frame 1
var intro = new Sound(); intro.attachSound("logo"); intro.start(); intro.onSoundComplete = function () { intro.stop(); };
Symbol 26 MovieClip Frame 1
_root.bricknumber = _root.bricknumber + 1;
Symbol 26 MovieClip Frame 2
if (asd == "2") { gotoAndPlay (4); } with (_root.ball) { if (a.hitTest(getBounds(_root).xMax, _y, true)) { if (_root.bspeed1 > 0) { _root.bspeed1 = _root.bspeed1 * (-_root.gain2); } asd = "2"; } if (a.hitTest(getBounds(_root).xMin, _y, true)) { if (_root.bspeed1 < 0) { _root.bspeed1 = _root.bspeed1 * (-_root.gain2); } asd = "2"; } if (a.hitTest(_x, getBounds(_root).yMax, true)) { if (_root.bspeed2 > 0) { _root.bspeed2 = _root.bspeed2 * (-_root.gain2); } asd = "2"; } if (a.hitTest(_x, getBounds(_root).yMin, true)) { if (_root.bspeed2 < 0) { _root.bspeed2 = _root.bspeed2 * (-_root.gain2); } asd = "2"; } }
Symbol 26 MovieClip Frame 3
gotoAndPlay (2);
Symbol 26 MovieClip Frame 13
_root.bricknumber = _root.bricknumber - 1; removeMovieClip(""); stop();
Symbol 38 MovieClip Frame 1
_root.bricknumber = _root.bricknumber + 1;
Symbol 38 MovieClip Frame 2
if (asd == "2") { gotoAndPlay (4); } with (_root.ball) { if (a.hitTest(getBounds(_root).xMax, _y, true)) { if (_root.bspeed1 > 0) { _root.bspeed1 = _root.bspeed1 * (-_root.gain2); } asd = "2"; } if (a.hitTest(getBounds(_root).xMin, _y, true)) { if (_root.bspeed1 < 0) { _root.bspeed1 = _root.bspeed1 * (-_root.gain2); } asd = "2"; } if (a.hitTest(_x, getBounds(_root).yMax, true)) { if (_root.bspeed2 > 0) { _root.bspeed2 = _root.bspeed2 * (-_root.gain2); } asd = "2"; } if (a.hitTest(_x, getBounds(_root).yMin, true)) { if (_root.bspeed2 < 0) { _root.bspeed2 = _root.bspeed2 * (-_root.gain2); } asd = "2"; } }
Symbol 38 MovieClip Frame 3
gotoAndPlay (2);
Symbol 38 MovieClip Frame 13
_root.bricknumber = _root.bricknumber - 1; removeMovieClip(""); stop();
Symbol 41 MovieClip Frame 1
_root.bricknumber = _root.bricknumber + 1;
Symbol 41 MovieClip Frame 2
if (asd == "2") { gotoAndPlay (4); } with (_root.ball) { if (a.hitTest(getBounds(_root).xMax, _y, true)) { if (_root.bspeed1 > 0) { _root.bspeed1 = _root.bspeed1 * (-_root.gain2); } asd = "2"; } if (a.hitTest(getBounds(_root).xMin, _y, true)) { if (_root.bspeed1 < 0) { _root.bspeed1 = _root.bspeed1 * (-_root.gain2); } asd = "2"; } if (a.hitTest(_x, getBounds(_root).yMax, true)) { if (_root.bspeed2 > 0) { _root.bspeed2 = _root.bspeed2 * (-_root.gain2); } asd = "2"; } if (a.hitTest(_x, getBounds(_root).yMin, true)) { if (_root.bspeed2 < 0) { _root.bspeed2 = _root.bspeed2 * (-_root.gain2); } asd = "2"; } }
Symbol 41 MovieClip Frame 3
gotoAndPlay (2);
Symbol 41 MovieClip Frame 21
_root.bricknumber = _root.bricknumber - 1; removeMovieClip(""); stop();
Symbol 47 MovieClip Frame 1
_root.bricknumber = _root.bricknumber + 1;
Symbol 47 MovieClip Frame 2
if (asd == "2") { gotoAndPlay (4); asd = "1"; } with (_root.ball) { if (a.hitTest(getBounds(_root).xMax, _y, true)) { if (_root.bspeed1 > 0) { _root.bspeed1 = _root.bspeed1 * (-_root.gain2); } asd = "2"; } if (a.hitTest(getBounds(_root).xMin, _y, true)) { if (_root.bspeed1 < 0) { _root.bspeed1 = _root.bspeed1 * (-_root.gain2); } asd = "2"; } if (a.hitTest(_x, getBounds(_root).yMax, true)) { if (_root.bspeed2 > 0) { _root.bspeed2 = _root.bspeed2 * (-_root.gain2); } asd = "2"; } if (a.hitTest(_x, getBounds(_root).yMin, true)) { if (_root.bspeed2 < 0) { _root.bspeed2 = _root.bspeed2 * (-_root.gain2); } asd = "2"; } }
Symbol 47 MovieClip Frame 3
gotoAndPlay (2);
Symbol 47 MovieClip Frame 4
if (asd == "2") { gotoAndPlay (6); } with (_root.ball) { if (a.hitTest(getBounds(_root).xMax, _y, true)) { if (_root.bspeed1 > 0) { _root.bspeed1 = _root.bspeed1 * (-_root.gain2); } asd = "2"; } if (a.hitTest(getBounds(_root).xMin, _y, true)) { if (_root.bspeed1 < 0) { _root.bspeed1 = _root.bspeed1 * (-_root.gain2); } asd = "2"; } if (a.hitTest(_x, getBounds(_root).yMax, true)) { if (_root.bspeed2 > 0) { _root.bspeed2 = _root.bspeed2 * (-_root.gain2); } asd = "2"; } if (a.hitTest(_x, getBounds(_root).yMin, true)) { if (_root.bspeed2 < 0) { _root.bspeed2 = _root.bspeed2 * (-_root.gain2); } asd = "2"; } }
Symbol 47 MovieClip Frame 5
gotoAndPlay (4);
Symbol 47 MovieClip Frame 14
_root.bricknumber = _root.bricknumber - 1; removeMovieClip(""); stop();
Symbol 50 MovieClip Frame 1
_root.bricknumber = _root.bricknumber + 1;
Symbol 50 MovieClip Frame 2
if (asd == "2") { gotoAndPlay (4); } with (_root.ball) { if (a.hitTest(getBounds(_root).xMax, _y, true)) { if (_root.bspeed1 > 0) { _root.bspeed1 = _root.bspeed1 * (-_root.gain2); } asd = "2"; } if (a.hitTest(getBounds(_root).xMin, _y, true)) { if (_root.bspeed1 < 0) { _root.bspeed1 = _root.bspeed1 * (-_root.gain2); } asd = "2"; } if (a.hitTest(_x, getBounds(_root).yMax, true)) { if (_root.bspeed2 > 0) { _root.bspeed2 = _root.bspeed2 * (-_root.gain2); } asd = "2"; } if (a.hitTest(_x, getBounds(_root).yMin, true)) { if (_root.bspeed2 < 0) { _root.bspeed2 = _root.bspeed2 * (-_root.gain2); } asd = "2"; } }
Symbol 50 MovieClip Frame 3
gotoAndPlay (2);
Symbol 50 MovieClip Frame 13
_root.bricknumber = _root.bricknumber - 1; removeMovieClip(""); stop();
Symbol 54 MovieClip Frame 1
_root.bricknumber = _root.bricknumber + 1;
Symbol 54 MovieClip Frame 2
if (asd == "2") { gotoAndPlay (4); qwe = "1"; } with (_root.ball) { if (a.hitTest(getBounds(_root).xMax, _y, true)) { if (_root.bspeed1 > 0) { _root.bspeed1 = _root.bspeed1 * (-_root.gain2); } asd = "2"; } if (a.hitTest(getBounds(_root).xMin, _y, true)) { if (_root.bspeed1 < 0) { _root.bspeed1 = _root.bspeed1 * (-_root.gain2); } asd = "2"; } if (a.hitTest(_x, getBounds(_root).yMax, true)) { if (_root.bspeed2 > 0) { _root.bspeed2 = _root.bspeed2 * (-_root.gain2); } asd = "2"; } if (a.hitTest(_x, getBounds(_root).yMin, true)) { if (_root.bspeed2 < 0) { _root.bspeed2 = _root.bspeed2 * (-_root.gain2); } asd = "2"; } }
Symbol 54 MovieClip Frame 3
gotoAndPlay (2);
Symbol 54 MovieClip Frame 4
asd = "1"; if (asd == "2") { gotoAndPlay (40); } with (_root.ball) { if (a.hitTest(getBounds(_root).xMax, _y, true)) { if (_root.bspeed1 > 0) { _root.bspeed1 = _root.bspeed1 * (-_root.gain2); } asd = "2"; } if (a.hitTest(getBounds(_root).xMin, _y, true)) { if (_root.bspeed1 < 0) { _root.bspeed1 = _root.bspeed1 * (-_root.gain2); } asd = "2"; } if (a.hitTest(_x, getBounds(_root).yMax, true)) { if (_root.bspeed2 > 0) { _root.bspeed2 = _root.bspeed2 * (-_root.gain2); } asd = "2"; } if (a.hitTest(_x, getBounds(_root).yMin, true)) { if (_root.bspeed2 < 0) { _root.bspeed2 = _root.bspeed2 * (-_root.gain2); } asd = "2"; } }
Symbol 54 MovieClip Frame 5
if (asd == "2") { gotoAndPlay (40); } with (_root.ball) { if (a.hitTest(getBounds(_root).xMax, _y, true)) { if (_root.bspeed1 > 0) { _root.bspeed1 = _root.bspeed1 * (-_root.gain2); } asd = "2"; } if (a.hitTest(getBounds(_root).xMin, _y, true)) { if (_root.bspeed1 < 0) { _root.bspeed1 = _root.bspeed1 * (-_root.gain2); } asd = "2"; } if (a.hitTest(_x, getBounds(_root).yMax, true)) { if (_root.bspeed2 > 0) { _root.bspeed2 = _root.bspeed2 * (-_root.gain2); } asd = "2"; } if (a.hitTest(_x, getBounds(_root).yMin, true)) { if (_root.bspeed2 < 0) { _root.bspeed2 = _root.bspeed2 * (-_root.gain2); } asd = "2"; } }
Symbol 54 MovieClip Frame 6
if (asd == "2") { gotoAndPlay (40); } with (_root.ball) { if (a.hitTest(getBounds(_root).xMax, _y, true)) { if (_root.bspeed1 > 0) { _root.bspeed1 = _root.bspeed1 * (-_root.gain2); } asd = "2"; } if (a.hitTest(getBounds(_root).xMin, _y, true)) { if (_root.bspeed1 < 0) { _root.bspeed1 = _root.bspeed1 * (-_root.gain2); } asd = "2"; } if (a.hitTest(_x, getBounds(_root).yMax, true)) { if (_root.bspeed2 > 0) { _root.bspeed2 = _root.bspeed2 * (-_root.gain2); } asd = "2"; } if (a.hitTest(_x, getBounds(_root).yMin, true)) { if (_root.bspeed2 < 0) { _root.bspeed2 = _root.bspeed2 * (-_root.gain2); } asd = "2"; } }
Symbol 54 MovieClip Frame 7
if (asd == "2") { gotoAndPlay (40); } with (_root.ball) { if (a.hitTest(getBounds(_root).xMax, _y, true)) { if (_root.bspeed1 > 0) { _root.bspeed1 = _root.bspeed1 * (-_root.gain2); } asd = "2"; } if (a.hitTest(getBounds(_root).xMin, _y, true)) { if (_root.bspeed1 < 0) { _root.bspeed1 = _root.bspeed1 * (-_root.gain2); } asd = "2"; } if (a.hitTest(_x, getBounds(_root).yMax, true)) { if (_root.bspeed2 > 0) { _root.bspeed2 = _root.bspeed2 * (-_root.gain2); } asd = "2"; } if (a.hitTest(_x, getBounds(_root).yMin, true)) { if (_root.bspeed2 < 0) { _root.bspeed2 = _root.bspeed2 * (-_root.gain2); } asd = "2"; } }
Symbol 54 MovieClip Frame 8
if (asd == "2") { gotoAndPlay (40); } with (_root.ball) { if (a.hitTest(getBounds(_root).xMax, _y, true)) { if (_root.bspeed1 > 0) { _root.bspeed1 = _root.bspeed1 * (-_root.gain2); } asd = "2"; } if (a.hitTest(getBounds(_root).xMin, _y, true)) { if (_root.bspeed1 < 0) { _root.bspeed1 = _root.bspeed1 * (-_root.gain2); } asd = "2"; } if (a.hitTest(_x, getBounds(_root).yMax, true)) { if (_root.bspeed2 > 0) { _root.bspeed2 = _root.bspeed2 * (-_root.gain2); } asd = "2"; } if (a.hitTest(_x, getBounds(_root).yMin, true)) { if (_root.bspeed2 < 0) { _root.bspeed2 = _root.bspeed2 * (-_root.gain2); } asd = "2"; } }
Symbol 54 MovieClip Frame 9
if (asd == "2") { gotoAndPlay (40); } with (_root.ball) { if (a.hitTest(getBounds(_root).xMax, _y, true)) { if (_root.bspeed1 > 0) { _root.bspeed1 = _root.bspeed1 * (-_root.gain2); } asd = "2"; } if (a.hitTest(getBounds(_root).xMin, _y, true)) { if (_root.bspeed1 < 0) { _root.bspeed1 = _root.bspeed1 * (-_root.gain2); } asd = "2"; } if (a.hitTest(_x, getBounds(_root).yMax, true)) { if (_root.bspeed2 > 0) { _root.bspeed2 = _root.bspeed2 * (-_root.gain2); } asd = "2"; } if (a.hitTest(_x, getBounds(_root).yMin, true)) { if (_root.bspeed2 < 0) { _root.bspeed2 = _root.bspeed2 * (-_root.gain2); } asd = "2"; } }
Symbol 54 MovieClip Frame 10
if (asd == "2") { gotoAndPlay (40); } with (_root.ball) { if (a.hitTest(getBounds(_root).xMax, _y, true)) { if (_root.bspeed1 > 0) { _root.bspeed1 = _root.bspeed1 * (-_root.gain2); } asd = "2"; } if (a.hitTest(getBounds(_root).xMin, _y, true)) { if (_root.bspeed1 < 0) { _root.bspeed1 = _root.bspeed1 * (-_root.gain2); } asd = "2"; } if (a.hitTest(_x, getBounds(_root).yMax, true)) { if (_root.bspeed2 > 0) { _root.bspeed2 = _root.bspeed2 * (-_root.gain2); } asd = "2"; } if (a.hitTest(_x, getBounds(_root).yMin, true)) { if (_root.bspeed2 < 0) { _root.bspeed2 = _root.bspeed2 * (-_root.gain2); } asd = "2"; } }
Symbol 54 MovieClip Frame 11
if (asd == "2") { gotoAndPlay (40); } with (_root.ball) { if (a.hitTest(getBounds(_root).xMax, _y, true)) { if (_root.bspeed1 > 0) { _root.bspeed1 = _root.bspeed1 * (-_root.gain2); } asd = "2"; } if (a.hitTest(getBounds(_root).xMin, _y, true)) { if (_root.bspeed1 < 0) { _root.bspeed1 = _root.bspeed1 * (-_root.gain2); } asd = "2"; } if (a.hitTest(_x, getBounds(_root).yMax, true)) { if (_root.bspeed2 > 0) { _root.bspeed2 = _root.bspeed2 * (-_root.gain2); } asd = "2"; } if (a.hitTest(_x, getBounds(_root).yMin, true)) { if (_root.bspeed2 < 0) { _root.bspeed2 = _root.bspeed2 * (-_root.gain2); } asd = "2"; } }
Symbol 54 MovieClip Frame 12
if (asd == "2") { gotoAndPlay (40); } with (_root.ball) { if (a.hitTest(getBounds(_root).xMax, _y, true)) { if (_root.bspeed1 > 0) { _root.bspeed1 = _root.bspeed1 * (-_root.gain2); } asd = "2"; } if (a.hitTest(getBounds(_root).xMin, _y, true)) { if (_root.bspeed1 < 0) { _root.bspeed1 = _root.bspeed1 * (-_root.gain2); } asd = "2"; } if (a.hitTest(_x, getBounds(_root).yMax, true)) { if (_root.bspeed2 > 0) { _root.bspeed2 = _root.bspeed2 * (-_root.gain2); } asd = "2"; } if (a.hitTest(_x, getBounds(_root).yMin, true)) { if (_root.bspeed2 < 0) { _root.bspeed2 = _root.bspeed2 * (-_root.gain2); } asd = "2"; } }
Symbol 54 MovieClip Frame 13
if (asd == "2") { gotoAndPlay (40); } with (_root.ball) { if (a.hitTest(getBounds(_root).xMax, _y, true)) { if (_root.bspeed1 > 0) { _root.bspeed1 = _root.bspeed1 * (-_root.gain2); } asd = "2"; } if (a.hitTest(getBounds(_root).xMin, _y, true)) { if (_root.bspeed1 < 0) { _root.bspeed1 = _root.bspeed1 * (-_root.gain2); } asd = "2"; } if (a.hitTest(_x, getBounds(_root).yMax, true)) { if (_root.bspeed2 > 0) { _root.bspeed2 = _root.bspeed2 * (-_root.gain2); } asd = "2"; } if (a.hitTest(_x, getBounds(_root).yMin, true)) { if (_root.bspeed2 < 0) { _root.bspeed2 = _root.bspeed2 * (-_root.gain2); } asd = "2"; } }
Symbol 54 MovieClip Frame 14
if (asd == "2") { gotoAndPlay (40); } with (_root.ball) { if (a.hitTest(getBounds(_root).xMax, _y, true)) { if (_root.bspeed1 > 0) { _root.bspeed1 = _root.bspeed1 * (-_root.gain2); } asd = "2"; } if (a.hitTest(getBounds(_root).xMin, _y, true)) { if (_root.bspeed1 < 0) { _root.bspeed1 = _root.bspeed1 * (-_root.gain2); } asd = "2"; } if (a.hitTest(_x, getBounds(_root).yMax, true)) { if (_root.bspeed2 > 0) { _root.bspeed2 = _root.bspeed2 * (-_root.gain2); } asd = "2"; } if (a.hitTest(_x, getBounds(_root).yMin, true)) { if (_root.bspeed2 < 0) { _root.bspeed2 = _root.bspeed2 * (-_root.gain2); } asd = "2"; } }
Symbol 54 MovieClip Frame 15
if (asd == "2") { gotoAndPlay (40); } with (_root.ball) { if (a.hitTest(getBounds(_root).xMax, _y, true)) { if (_root.bspeed1 > 0) { _root.bspeed1 = _root.bspeed1 * (-_root.gain2); } asd = "2"; } if (a.hitTest(getBounds(_root).xMin, _y, true)) { if (_root.bspeed1 < 0) { _root.bspeed1 = _root.bspeed1 * (-_root.gain2); } asd = "2"; } if (a.hitTest(_x, getBounds(_root).yMax, true)) { if (_root.bspeed2 > 0) { _root.bspeed2 = _root.bspeed2 * (-_root.gain2); } asd = "2"; } if (a.hitTest(_x, getBounds(_root).yMin, true)) { if (_root.bspeed2 < 0) { _root.bspeed2 = _root.bspeed2 * (-_root.gain2); } asd = "2"; } }
Symbol 54 MovieClip Frame 16
if (asd == "2") { gotoAndPlay (40); } with (_root.ball) { if (a.hitTest(getBounds(_root).xMax, _y, true)) { if (_root.bspeed1 > 0) { _root.bspeed1 = _root.bspeed1 * (-_root.gain2); } asd = "2"; } if (a.hitTest(getBounds(_root).xMin, _y, true)) { if (_root.bspeed1 < 0) { _root.bspeed1 = _root.bspeed1 * (-_root.gain2); } asd = "2"; } if (a.hitTest(_x, getBounds(_root).yMax, true)) { if (_root.bspeed2 > 0) { _root.bspeed2 = _root.bspeed2 * (-_root.gain2); } asd = "2"; } if (a.hitTest(_x, getBounds(_root).yMin, true)) { if (_root.bspeed2 < 0) { _root.bspeed2 = _root.bspeed2 * (-_root.gain2); } asd = "2"; } }
Symbol 54 MovieClip Frame 17
if (asd == "2") { gotoAndPlay (40); } with (_root.ball) { if (a.hitTest(getBounds(_root).xMax, _y, true)) { if (_root.bspeed1 > 0) { _root.bspeed1 = _root.bspeed1 * (-_root.gain2); } asd = "2"; } if (a.hitTest(getBounds(_root).xMin, _y, true)) { if (_root.bspeed1 < 0) { _root.bspeed1 = _root.bspeed1 * (-_root.gain2); } asd = "2"; } if (a.hitTest(_x, getBounds(_root).yMax, true)) { if (_root.bspeed2 > 0) { _root.bspeed2 = _root.bspeed2 * (-_root.gain2); } asd = "2"; } if (a.hitTest(_x, getBounds(_root).yMin, true)) { if (_root.bspeed2 < 0) { _root.bspeed2 = _root.bspeed2 * (-_root.gain2); } asd = "2"; } }
Symbol 54 MovieClip Frame 18
if (asd == "2") { gotoAndPlay (40); } with (_root.ball) { if (a.hitTest(getBounds(_root).xMax, _y, true)) { if (_root.bspeed1 > 0) { _root.bspeed1 = _root.bspeed1 * (-_root.gain2); } asd = "2"; } if (a.hitTest(getBounds(_root).xMin, _y, true)) { if (_root.bspeed1 < 0) { _root.bspeed1 = _root.bspeed1 * (-_root.gain2); } asd = "2"; } if (a.hitTest(_x, getBounds(_root).yMax, true)) { if (_root.bspeed2 > 0) { _root.bspeed2 = _root.bspeed2 * (-_root.gain2); } asd = "2"; } if (a.hitTest(_x, getBounds(_root).yMin, true)) { if (_root.bspeed2 < 0) { _root.bspeed2 = _root.bspeed2 * (-_root.gain2); } asd = "2"; } }
Symbol 54 MovieClip Frame 19
if (asd == "2") { gotoAndPlay (40); } with (_root.ball) { if (a.hitTest(getBounds(_root).xMax, _y, true)) { if (_root.bspeed1 > 0) { _root.bspeed1 = _root.bspeed1 * (-_root.gain2); } asd = "2"; } if (a.hitTest(getBounds(_root).xMin, _y, true)) { if (_root.bspeed1 < 0) { _root.bspeed1 = _root.bspeed1 * (-_root.gain2); } asd = "2"; } if (a.hitTest(_x, getBounds(_root).yMax, true)) { if (_root.bspeed2 > 0) { _root.bspeed2 = _root.bspeed2 * (-_root.gain2); } asd = "2"; } if (a.hitTest(_x, getBounds(_root).yMin, true)) { if (_root.bspeed2 < 0) { _root.bspeed2 = _root.bspeed2 * (-_root.gain2); } asd = "2"; } }
Symbol 54 MovieClip Frame 20
if (asd == "2") { gotoAndPlay (40); } with (_root.ball) { if (a.hitTest(getBounds(_root).xMax, _y, true)) { if (_root.bspeed1 > 0) { _root.bspeed1 = _root.bspeed1 * (-_root.gain2); } asd = "2"; } if (a.hitTest(getBounds(_root).xMin, _y, true)) { if (_root.bspeed1 < 0) { _root.bspeed1 = _root.bspeed1 * (-_root.gain2); } asd = "2"; } if (a.hitTest(_x, getBounds(_root).yMax, true)) { if (_root.bspeed2 > 0) { _root.bspeed2 = _root.bspeed2 * (-_root.gain2); } asd = "2"; } if (a.hitTest(_x, getBounds(_root).yMin, true)) { if (_root.bspeed2 < 0) { _root.bspeed2 = _root.bspeed2 * (-_root.gain2); } asd = "2"; } }
Symbol 54 MovieClip Frame 21
if (asd == "2") { gotoAndPlay (40); } with (_root.ball) { if (a.hitTest(getBounds(_root).xMax, _y, true)) { if (_root.bspeed1 > 0) { _root.bspeed1 = _root.bspeed1 * (-_root.gain2); } asd = "2"; } if (a.hitTest(getBounds(_root).xMin, _y, true)) { if (_root.bspeed1 < 0) { _root.bspeed1 = _root.bspeed1 * (-_root.gain2); } asd = "2"; } if (a.hitTest(_x, getBounds(_root).yMax, true)) { if (_root.bspeed2 > 0) { _root.bspeed2 = _root.bspeed2 * (-_root.gain2); } asd = "2"; } if (a.hitTest(_x, getBounds(_root).yMin, true)) { if (_root.bspeed2 < 0) { _root.bspeed2 = _root.bspeed2 * (-_root.gain2); } asd = "2"; } }
Symbol 54 MovieClip Frame 22
if (asd == "2") { gotoAndPlay (40); } with (_root.ball) { if (a.hitTest(getBounds(_root).xMax, _y, true)) { if (_root.bspeed1 > 0) { _root.bspeed1 = _root.bspeed1 * (-_root.gain2); } asd = "2"; } if (a.hitTest(getBounds(_root).xMin, _y, true)) { if (_root.bspeed1 < 0) { _root.bspeed1 = _root.bspeed1 * (-_root.gain2); } asd = "2"; } if (a.hitTest(_x, getBounds(_root).yMax, true)) { if (_root.bspeed2 > 0) { _root.bspeed2 = _root.bspeed2 * (-_root.gain2); } asd = "2"; } if (a.hitTest(_x, getBounds(_root).yMin, true)) { if (_root.bspeed2 < 0) { _root.bspeed2 = _root.bspeed2 * (-_root.gain2); } asd = "2"; } }
Symbol 54 MovieClip Frame 23
if (asd == "2") { gotoAndPlay (40); } with (_root.ball) { if (a.hitTest(getBounds(_root).xMax, _y, true)) { if (_root.bspeed1 > 0) { _root.bspeed1 = _root.bspeed1 * (-_root.gain2); } asd = "2"; } if (a.hitTest(getBounds(_root).xMin, _y, true)) { if (_root.bspeed1 < 0) { _root.bspeed1 = _root.bspeed1 * (-_root.gain2); } asd = "2"; } if (a.hitTest(_x, getBounds(_root).yMax, true)) { if (_root.bspeed2 > 0) { _root.bspeed2 = _root.bspeed2 * (-_root.gain2); } asd = "2"; } if (a.hitTest(_x, getBounds(_root).yMin, true)) { if (_root.bspeed2 < 0) { _root.bspeed2 = _root.bspeed2 * (-_root.gain2); } asd = "2"; } }
Symbol 54 MovieClip Frame 24
if (asd == "2") { gotoAndPlay (40); } with (_root.ball) { if (a.hitTest(getBounds(_root).xMax, _y, true)) { if (_root.bspeed1 > 0) { _root.bspeed1 = _root.bspeed1 * (-_root.gain2); } asd = "2"; } if (a.hitTest(getBounds(_root).xMin, _y, true)) { if (_root.bspeed1 < 0) { _root.bspeed1 = _root.bspeed1 * (-_root.gain2); } asd = "2"; } if (a.hitTest(_x, getBounds(_root).yMax, true)) { if (_root.bspeed2 > 0) { _root.bspeed2 = _root.bspeed2 * (-_root.gain2); } asd = "2"; } if (a.hitTest(_x, getBounds(_root).yMin, true)) { if (_root.bspeed2 < 0) { _root.bspeed2 = _root.bspeed2 * (-_root.gain2); } asd = "2"; } }
Symbol 54 MovieClip Frame 25
if (asd == "2") { gotoAndPlay (40); } with (_root.ball) { if (a.hitTest(getBounds(_root).xMax, _y, true)) { if (_root.bspeed1 > 0) { _root.bspeed1 = _root.bspeed1 * (-_root.gain2); } asd = "2"; } if (a.hitTest(getBounds(_root).xMin, _y, true)) { if (_root.bspeed1 < 0) { _root.bspeed1 = _root.bspeed1 * (-_root.gain2); } asd = "2"; } if (a.hitTest(_x, getBounds(_root).yMax, true)) { if (_root.bspeed2 > 0) { _root.bspeed2 = _root.bspeed2 * (-_root.gain2); } asd = "2"; } if (a.hitTest(_x, getBounds(_root).yMin, true)) { if (_root.bspeed2 < 0) { _root.bspeed2 = _root.bspeed2 * (-_root.gain2); } asd = "2"; } }
Symbol 54 MovieClip Frame 26
if (asd == "2") { gotoAndPlay (40); } with (_root.ball) { if (a.hitTest(getBounds(_root).xMax, _y, true)) { if (_root.bspeed1 > 0) { _root.bspeed1 = _root.bspeed1 * (-_root.gain2); } asd = "2"; } if (a.hitTest(getBounds(_root).xMin, _y, true)) { if (_root.bspeed1 < 0) { _root.bspeed1 = _root.bspeed1 * (-_root.gain2); } asd = "2"; } if (a.hitTest(_x, getBounds(_root).yMax, true)) { if (_root.bspeed2 > 0) { _root.bspeed2 = _root.bspeed2 * (-_root.gain2); } asd = "2"; } if (a.hitTest(_x, getBounds(_root).yMin, true)) { if (_root.bspeed2 < 0) { _root.bspeed2 = _root.bspeed2 * (-_root.gain2); } asd = "2"; } }
Symbol 54 MovieClip Frame 27
if (asd == "2") { gotoAndPlay (40); } with (_root.ball) { if (a.hitTest(getBounds(_root).xMax, _y, true)) { if (_root.bspeed1 > 0) { _root.bspeed1 = _root.bspeed1 * (-_root.gain2); } asd = "2"; } if (a.hitTest(getBounds(_root).xMin, _y, true)) { if (_root.bspeed1 < 0) { _root.bspeed1 = _root.bspeed1 * (-_root.gain2); } asd = "2"; } if (a.hitTest(_x, getBounds(_root).yMax, true)) { if (_root.bspeed2 > 0) { _root.bspeed2 = _root.bspeed2 * (-_root.gain2); } asd = "2"; } if (a.hitTest(_x, getBounds(_root).yMin, true)) { if (_root.bspeed2 < 0) { _root.bspeed2 = _root.bspeed2 * (-_root.gain2); } asd = "2"; } }
Symbol 54 MovieClip Frame 28
if (asd == "2") { gotoAndPlay (40); } with (_root.ball) { if (a.hitTest(getBounds(_root).xMax, _y, true)) { if (_root.bspeed1 > 0) { _root.bspeed1 = _root.bspeed1 * (-_root.gain2); } asd = "2"; } if (a.hitTest(getBounds(_root).xMin, _y, true)) { if (_root.bspeed1 < 0) { _root.bspeed1 = _root.bspeed1 * (-_root.gain2); } asd = "2"; } if (a.hitTest(_x, getBounds(_root).yMax, true)) { if (_root.bspeed2 > 0) { _root.bspeed2 = _root.bspeed2 * (-_root.gain2); } asd = "2"; } if (a.hitTest(_x, getBounds(_root).yMin, true)) { if (_root.bspeed2 < 0) { _root.bspeed2 = _root.bspeed2 * (-_root.gain2); } asd = "2"; } }
Symbol 54 MovieClip Frame 29
if (asd == "2") { gotoAndPlay (40); } with (_root.ball) { if (a.hitTest(getBounds(_root).xMax, _y, true)) { if (_root.bspeed1 > 0) { _root.bspeed1 = _root.bspeed1 * (-_root.gain2); } asd = "2"; } if (a.hitTest(getBounds(_root).xMin, _y, true)) { if (_root.bspeed1 < 0) { _root.bspeed1 = _root.bspeed1 * (-_root.gain2); } asd = "2"; } if (a.hitTest(_x, getBounds(_root).yMax, true)) { if (_root.bspeed2 > 0) { _root.bspeed2 = _root.bspeed2 * (-_root.gain2); } asd = "2"; } if (a.hitTest(_x, getBounds(_root).yMin, true)) { if (_root.bspeed2 < 0) { _root.bspeed2 = _root.bspeed2 * (-_root.gain2); } asd = "2"; } }
Symbol 54 MovieClip Frame 30
if (asd == "2") { gotoAndPlay (40); } with (_root.ball) { if (a.hitTest(getBounds(_root).xMax, _y, true)) { if (_root.bspeed1 > 0) { _root.bspeed1 = _root.bspeed1 * (-_root.gain2); } asd = "2"; } if (a.hitTest(getBounds(_root).xMin, _y, true)) { if (_root.bspeed1 < 0) { _root.bspeed1 = _root.bspeed1 * (-_root.gain2); } asd = "2"; } if (a.hitTest(_x, getBounds(_root).yMax, true)) { if (_root.bspeed2 > 0) { _root.bspeed2 = _root.bspeed2 * (-_root.gain2); } asd = "2"; } if (a.hitTest(_x, getBounds(_root).yMin, true)) { if (_root.bspeed2 < 0) { _root.bspeed2 = _root.bspeed2 * (-_root.gain2); } asd = "2"; } }
Symbol 54 MovieClip Frame 31
if (asd == "2") { gotoAndPlay (40); } with (_root.ball) { if (a.hitTest(getBounds(_root).xMax, _y, true)) { if (_root.bspeed1 > 0) { _root.bspeed1 = _root.bspeed1 * (-_root.gain2); } asd = "2"; } if (a.hitTest(getBounds(_root).xMin, _y, true)) { if (_root.bspeed1 < 0) { _root.bspeed1 = _root.bspeed1 * (-_root.gain2); } asd = "2"; } if (a.hitTest(_x, getBounds(_root).yMax, true)) { if (_root.bspeed2 > 0) { _root.bspeed2 = _root.bspeed2 * (-_root.gain2); } asd = "2"; } if (a.hitTest(_x, getBounds(_root).yMin, true)) { if (_root.bspeed2 < 0) { _root.bspeed2 = _root.bspeed2 * (-_root.gain2); } asd = "2"; } }
Symbol 54 MovieClip Frame 32
if (asd == "2") { gotoAndPlay (40); } with (_root.ball) { if (a.hitTest(getBounds(_root).xMax, _y, true)) { if (_root.bspeed1 > 0) { _root.bspeed1 = _root.bspeed1 * (-_root.gain2); } asd = "2"; } if (a.hitTest(getBounds(_root).xMin, _y, true)) { if (_root.bspeed1 < 0) { _root.bspeed1 = _root.bspeed1 * (-_root.gain2); } asd = "2"; } if (a.hitTest(_x, getBounds(_root).yMax, true)) { if (_root.bspeed2 > 0) { _root.bspeed2 = _root.bspeed2 * (-_root.gain2); } asd = "2"; } if (a.hitTest(_x, getBounds(_root).yMin, true)) { if (_root.bspeed2 < 0) { _root.bspeed2 = _root.bspeed2 * (-_root.gain2); } asd = "2"; } }
Symbol 54 MovieClip Frame 33
if (asd == "2") { gotoAndPlay (40); } with (_root.ball) { if (a.hitTest(getBounds(_root).xMax, _y, true)) { if (_root.bspeed1 > 0) { _root.bspeed1 = _root.bspeed1 * (-_root.gain2); } asd = "2"; } if (a.hitTest(getBounds(_root).xMin, _y, true)) { if (_root.bspeed1 < 0) { _root.bspeed1 = _root.bspeed1 * (-_root.gain2); } asd = "2"; } if (a.hitTest(_x, getBounds(_root).yMax, true)) { if (_root.bspeed2 > 0) { _root.bspeed2 = _root.bspeed2 * (-_root.gain2); } asd = "2"; } if (a.hitTest(_x, getBounds(_root).yMin, true)) { if (_root.bspeed2 < 0) { _root.bspeed2 = _root.bspeed2 * (-_root.gain2); } asd = "2"; } }
Symbol 54 MovieClip Frame 34
if (asd == "2") { gotoAndPlay (40); } with (_root.ball) { if (a.hitTest(getBounds(_root).xMax, _y, true)) { if (_root.bspeed1 > 0) { _root.bspeed1 = _root.bspeed1 * (-_root.gain2); } asd = "2"; } if (a.hitTest(getBounds(_root).xMin, _y, true)) { if (_root.bspeed1 < 0) { _root.bspeed1 = _root.bspeed1 * (-_root.gain2); } asd = "2"; } if (a.hitTest(_x, getBounds(_root).yMax, true)) { if (_root.bspeed2 > 0) { _root.bspeed2 = _root.bspeed2 * (-_root.gain2); } asd = "2"; } if (a.hitTest(_x, getBounds(_root).yMin, true)) { if (_root.bspeed2 < 0) { _root.bspeed2 = _root.bspeed2 * (-_root.gain2); } asd = "2"; } }
Symbol 54 MovieClip Frame 35
if (asd == "2") { gotoAndPlay (40); } with (_root.ball) { if (a.hitTest(getBounds(_root).xMax, _y, true)) { if (_root.bspeed1 > 0) { _root.bspeed1 = _root.bspeed1 * (-_root.gain2); } asd = "2"; } if (a.hitTest(getBounds(_root).xMin, _y, true)) { if (_root.bspeed1 < 0) { _root.bspeed1 = _root.bspeed1 * (-_root.gain2); } asd = "2"; } if (a.hitTest(_x, getBounds(_root).yMax, true)) { if (_root.bspeed2 > 0) { _root.bspeed2 = _root.bspeed2 * (-_root.gain2); } asd = "2"; } if (a.hitTest(_x, getBounds(_root).yMin, true)) { if (_root.bspeed2 < 0) { _root.bspeed2 = _root.bspeed2 * (-_root.gain2); } asd = "2"; } }
Symbol 54 MovieClip Frame 36
if (asd == "2") { gotoAndPlay (40); } with (_root.ball) { if (a.hitTest(getBounds(_root).xMax, _y, true)) { if (_root.bspeed1 > 0) { _root.bspeed1 = _root.bspeed1 * (-_root.gain2); } asd = "2"; } if (a.hitTest(getBounds(_root).xMin, _y, true)) { if (_root.bspeed1 < 0) { _root.bspeed1 = _root.bspeed1 * (-_root.gain2); } asd = "2"; } if (a.hitTest(_x, getBounds(_root).yMax, true)) { if (_root.bspeed2 > 0) { _root.bspeed2 = _root.bspeed2 * (-_root.gain2); } asd = "2"; } if (a.hitTest(_x, getBounds(_root).yMin, true)) { if (_root.bspeed2 < 0) { _root.bspeed2 = _root.bspeed2 * (-_root.gain2); } asd = "2"; } }
Symbol 54 MovieClip Frame 37
if (asd == "2") { gotoAndPlay (40); } with (_root.ball) { if (a.hitTest(getBounds(_root).xMax, _y, true)) { if (_root.bspeed1 > 0) { _root.bspeed1 = _root.bspeed1 * (-_root.gain2); } asd = "2"; } if (a.hitTest(getBounds(_root).xMin, _y, true)) { if (_root.bspeed1 < 0) { _root.bspeed1 = _root.bspeed1 * (-_root.gain2); } asd = "2"; } if (a.hitTest(_x, getBounds(_root).yMax, true)) { if (_root.bspeed2 > 0) { _root.bspeed2 = _root.bspeed2 * (-_root.gain2); } asd = "2"; } if (a.hitTest(_x, getBounds(_root).yMin, true)) { if (_root.bspeed2 < 0) { _root.bspeed2 = _root.bspeed2 * (-_root.gain2); } asd = "2"; } }
Symbol 54 MovieClip Frame 38
if (asd == "2") { gotoAndPlay (40); } with (_root.ball) { if (a.hitTest(getBounds(_root).xMax, _y, true)) { if (_root.bspeed1 > 0) { _root.bspeed1 = _root.bspeed1 * (-_root.gain2); } asd = "2"; } if (a.hitTest(getBounds(_root).xMin, _y, true)) { if (_root.bspeed1 < 0) { _root.bspeed1 = _root.bspeed1 * (-_root.gain2); } asd = "2"; } if (a.hitTest(_x, getBounds(_root).yMax, true)) { if (_root.bspeed2 > 0) { _root.bspeed2 = _root.bspeed2 * (-_root.gain2); } asd = "2"; } if (a.hitTest(_x, getBounds(_root).yMin, true)) { if (_root.bspeed2 < 0) { _root.bspeed2 = _root.bspeed2 * (-_root.gain2); } asd = "2"; } }
Symbol 54 MovieClip Frame 39
if (qwe == "2") { gotoAndPlay (2); } else { gotoAndPlay (4); qwe = "2"; }
Symbol 54 MovieClip Frame 40
_root.bricknumber = _root.bricknumber - 1; removeMovieClip(""); stop();
Symbol 57 MovieClip Frame 1
_root.bricknumber = _root.bricknumber + 1;
Symbol 57 MovieClip Frame 2
if (asd == "2") { gotoAndPlay (4); } with (_root.ball) { if (a.hitTest(getBounds(_root).xMax, _y, true)) { if (_root.bspeed1 > 0) { _root.bspeed1 = _root.bspeed1 * (-_root.gain2); } asd = "2"; } if (a.hitTest(getBounds(_root).xMin, _y, true)) { if (_root.bspeed1 < 0) { _root.bspeed1 = _root.bspeed1 * (-_root.gain2); } asd = "2"; } if (a.hitTest(_x, getBounds(_root).yMax, true)) { if (_root.bspeed2 > 0) { _root.bspeed2 = _root.bspeed2 * (-_root.gain2); } asd = "2"; } if (a.hitTest(_x, getBounds(_root).yMin, true)) { if (_root.bspeed2 < 0) { _root.bspeed2 = _root.bspeed2 * (-_root.gain2); } asd = "2"; } }
Symbol 57 MovieClip Frame 3
gotoAndPlay (2);
Symbol 57 MovieClip Frame 13
_root.bricknumber = _root.bricknumber - 1; removeMovieClip(""); stop();
Symbol 60 MovieClip Frame 1
_root.bricknumber = _root.bricknumber + 1; qwe = 1;
Symbol 60 MovieClip Frame 2
a.gotoAndPlay(qwe); if (asd == "2") { if (qwe < 5) { qwe = qwe + 1; asd = "1"; } else { gotoAndPlay (4); } } with (_root.ball) { if (a.hitTest(getBounds(_root).xMax, _y, true)) { if (_root.bspeed1 > 0) { _root.bspeed1 = _root.bspeed1 * (-_root.gain2); } asd = "2"; } if (a.hitTest(getBounds(_root).xMin, _y, true)) { if (_root.bspeed1 < 0) { _root.bspeed1 = _root.bspeed1 * (-_root.gain2); } asd = "2"; } if (a.hitTest(_x, getBounds(_root).yMax, true)) { if (_root.bspeed2 > 0) { _root.bspeed2 = _root.bspeed2 * (-_root.gain2); } asd = "2"; } if (a.hitTest(_x, getBounds(_root).yMin, true)) { if (_root.bspeed2 < 0) { _root.bspeed2 = _root.bspeed2 * (-_root.gain2); } asd = "2"; } }
Symbol 60 MovieClip Frame 3
gotoAndPlay (2);
Symbol 60 MovieClip Frame 13
_root.bricknumber = _root.bricknumber - 1; removeMovieClip(""); stop();
Symbol 63 MovieClip Frame 2
with (_root.ball) { if (a.hitTest(getBounds(_root).xMax, _y, true)) { if (_root.bspeed1 > 0) { _root.bspeed1 = _root.bspeed1 * (-_root.gain2); } } if (a.hitTest(getBounds(_root).xMin, _y, true)) { if (_root.bspeed1 < 0) { _root.bspeed1 = _root.bspeed1 * (-_root.gain2); } } if (a.hitTest(_x, getBounds(_root).yMax, true)) { if (_root.bspeed2 > 0) { _root.bspeed2 = _root.bspeed2 * (-_root.gain2); } } if (a.hitTest(_x, getBounds(_root).yMin, true)) { if (_root.bspeed2 < 0) { _root.bspeed2 = _root.bspeed2 * (-_root.gain2); } } }
Symbol 63 MovieClip Frame 3
gotoAndPlay (2);
Symbol 67 MovieClip Frame 1
_root.bricknumber = _root.bricknumber + 1;
Symbol 67 MovieClip Frame 2
if (asd == "2") { gotoAndPlay (4); asd = "1"; } with (_root.ball) { if (a.hitTest(getBounds(_root).xMax, _y, true)) { if (_root.bspeed1 > 0) { _root.bspeed1 = _root.bspeed1 * (-_root.gain2); } asd = "2"; } if (a.hitTest(getBounds(_root).xMin, _y, true)) { if (_root.bspeed1 < 0) { _root.bspeed1 = _root.bspeed1 * (-_root.gain2); } asd = "2"; } if (a.hitTest(_x, getBounds(_root).yMax, true)) { if (_root.bspeed2 > 0) { _root.bspeed2 = _root.bspeed2 * (-_root.gain2); } asd = "2"; } if (a.hitTest(_x, getBounds(_root).yMin, true)) { if (_root.bspeed2 < 0) { _root.bspeed2 = _root.bspeed2 * (-_root.gain2); } asd = "2"; } }
Symbol 67 MovieClip Frame 3
gotoAndPlay (2);
Symbol 67 MovieClip Frame 4
if (asd == "2") { gotoAndPlay (6); } with (_root.ball) { if (a.hitTest(getBounds(_root).xMax, _y, true)) { if (_root.bspeed1 > 0) { _root.bspeed1 = _root.bspeed1 * (-_root.gain2); } asd = "2"; } if (a.hitTest(getBounds(_root).xMin, _y, true)) { if (_root.bspeed1 < 0) { _root.bspeed1 = _root.bspeed1 * (-_root.gain2); } asd = "2"; } if (a.hitTest(_x, getBounds(_root).yMax, true)) { if (_root.bspeed2 > 0) { _root.bspeed2 = _root.bspeed2 * (-_root.gain2); } asd = "2"; } if (a.hitTest(_x, getBounds(_root).yMin, true)) { if (_root.bspeed2 < 0) { _root.bspeed2 = _root.bspeed2 * (-_root.gain2); } asd = "2"; } }
Symbol 67 MovieClip Frame 5
gotoAndPlay (4);
Symbol 67 MovieClip Frame 20
_root.bricknumber = _root.bricknumber - 1; removeMovieClip(""); stop();
Symbol 76 MovieClip Frame 1
_root.bricknumber = _root.bricknumber + 1;
Symbol 76 MovieClip Frame 2
if (asd == "2") { gotoAndPlay (4); asd = "1"; } with (_root.ball) { if (a.hitTest(getBounds(_root).xMax, _y, true)) { if (_root.bspeed1 > 0) { _root.bspeed1 = _root.bspeed1 * (-_root.gain2); } asd = "2"; } if (a.hitTest(getBounds(_root).xMin, _y, true)) { if (_root.bspeed1 < 0) { _root.bspeed1 = _root.bspeed1 * (-_root.gain2); } asd = "2"; } if (a.hitTest(_x, getBounds(_root).yMax, true)) { if (_root.bspeed2 > 0) { _root.bspeed2 = _root.bspeed2 * (-_root.gain2); } asd = "2"; } if (a.hitTest(_x, getBounds(_root).yMin, true)) { if (_root.bspeed2 < 0) { _root.bspeed2 = _root.bspeed2 * (-_root.gain2); } asd = "2"; } }
Symbol 76 MovieClip Frame 3
gotoAndPlay (2);
Symbol 76 MovieClip Frame 4
if (asd == "2") { gotoAndPlay (6); } with (_root.ball) { if (a.hitTest(getBounds(_root).xMax, _y, true)) { if (_root.bspeed1 > 0) { _root.bspeed1 = _root.bspeed1 * (-_root.gain2); } asd = "2"; } if (a.hitTest(getBounds(_root).xMin, _y, true)) { if (_root.bspeed1 < 0) { _root.bspeed1 = _root.bspeed1 * (-_root.gain2); } asd = "2"; } if (a.hitTest(_x, getBounds(_root).yMax, true)) { if (_root.bspeed2 > 0) { _root.bspeed2 = _root.bspeed2 * (-_root.gain2); } asd = "2"; } if (a.hitTest(_x, getBounds(_root).yMin, true)) { if (_root.bspeed2 < 0) { _root.bspeed2 = _root.bspeed2 * (-_root.gain2); } asd = "2"; } }
Symbol 76 MovieClip Frame 5
gotoAndPlay (4);
Symbol 76 MovieClip Frame 20
_root.bricknumber = _root.bricknumber - 1; removeMovieClip(""); stop();
Symbol 84 Button
on (release) { gotoAndPlay (112); }
Symbol 89 MovieClip Frame 1
stop();
Symbol 102 MovieClip Frame 1
_root.bricknumber = _root.bricknumber + 1;
Symbol 102 MovieClip Frame 2
if (asd == "2") { asd = "1"; gotoAndPlay (4); } with (_root.ball) { if (a.hitTest(getBounds(_root).xMax, _y, true)) { if (_root.bspeed1 > 0) { _root.bspeed1 = _root.bspeed1 * (-_root.gain2); } asd = "2"; } if (a.hitTest(getBounds(_root).xMin, _y, true)) { if (_root.bspeed1 < 0) { _root.bspeed1 = _root.bspeed1 * (-_root.gain2); } asd = "2"; } if (a.hitTest(_x, getBounds(_root).yMax, true)) { if (_root.bspeed2 > 0) { _root.bspeed2 = _root.bspeed2 * (-_root.gain2); } asd = "2"; } if (a.hitTest(_x, getBounds(_root).yMin, true)) { if (_root.bspeed2 < 0) { _root.bspeed2 = _root.bspeed2 * (-_root.gain2); } asd = "2"; } }
Symbol 102 MovieClip Frame 3
gotoAndPlay (2);
Symbol 102 MovieClip Frame 4
if (asd == "2") { asd = "1"; gotoAndPlay (6); } with (_root.ball) { if (a.hitTest(getBounds(_root).xMax, _y, true)) { if (_root.bspeed1 > 0) { _root.bspeed1 = _root.bspeed1 * (-_root.gain2); } asd = "2"; } if (a.hitTest(getBounds(_root).xMin, _y, true)) { if (_root.bspeed1 < 0) { _root.bspeed1 = _root.bspeed1 * (-_root.gain2); } asd = "2"; } if (a.hitTest(_x, getBounds(_root).yMax, true)) { if (_root.bspeed2 > 0) { _root.bspeed2 = _root.bspeed2 * (-_root.gain2); } asd = "2"; } if (a.hitTest(_x, getBounds(_root).yMin, true)) { if (_root.bspeed2 < 0) { _root.bspeed2 = _root.bspeed2 * (-_root.gain2); } asd = "2"; } }
Symbol 102 MovieClip Frame 5
gotoAndPlay (4);
Symbol 102 MovieClip Frame 6
if (asd == "2") { asd = "1"; gotoAndPlay (8); } with (_root.ball) { if (a.hitTest(getBounds(_root).xMax, _y, true)) { if (_root.bspeed1 > 0) { _root.bspeed1 = _root.bspeed1 * (-_root.gain2); } asd = "2"; } if (a.hitTest(getBounds(_root).xMin, _y, true)) { if (_root.bspeed1 < 0) { _root.bspeed1 = _root.bspeed1 * (-_root.gain2); } asd = "2"; } if (a.hitTest(_x, getBounds(_root).yMax, true)) { if (_root.bspeed2 > 0) { _root.bspeed2 = _root.bspeed2 * (-_root.gain2); } asd = "2"; } if (a.hitTest(_x, getBounds(_root).yMin, true)) { if (_root.bspeed2 < 0) { _root.bspeed2 = _root.bspeed2 * (-_root.gain2); } asd = "2"; } }
Symbol 102 MovieClip Frame 7
gotoAndPlay (6);
Symbol 102 MovieClip Frame 8
if (asd == "2") { asd = "1"; gotoAndPlay (10); } with (_root.ball) { if (a.hitTest(getBounds(_root).xMax, _y, true)) { if (_root.bspeed1 > 0) { _root.bspeed1 = _root.bspeed1 * (-_root.gain2); } asd = "2"; } if (a.hitTest(getBounds(_root).xMin, _y, true)) { if (_root.bspeed1 < 0) { _root.bspeed1 = _root.bspeed1 * (-_root.gain2); } asd = "2"; } if (a.hitTest(_x, getBounds(_root).yMax, true)) { if (_root.bspeed2 > 0) { _root.bspeed2 = _root.bspeed2 * (-_root.gain2); } asd = "2"; } if (a.hitTest(_x, getBounds(_root).yMin, true)) { if (_root.bspeed2 < 0) { _root.bspeed2 = _root.bspeed2 * (-_root.gain2); } asd = "2"; } }
Symbol 102 MovieClip Frame 9
gotoAndPlay (8);
Symbol 102 MovieClip Frame 24
_root.bricknumber = _root.bricknumber - 1; removeMovieClip(""); stop();
Symbol 109 MovieClip Frame 1
bdecay = 1; var bricknumber = 0;
Symbol 109 MovieClip Frame 2
if (bricknumber > _root.bricknumber) { _root.score = _root.score + 100; } bricknumber = _root.bricknumber; lives = _root.lives;
Symbol 109 MovieClip Frame 3
gotoAndPlay (2);
Symbol 111 Button
on (keyPress "h") { gotoAndStop (115); bc = "3"; }
Symbol 114 MovieClip Frame 1
stop();
Symbol 115 Button
on (keyPress "h") { if (cheaton == "2") { gotoAndStop (118); bc = "3"; } }
Symbol 116 Button
on (keyPress "h") { if (cheaton == "2") { gotoAndStop (121); bc = "3"; } }
Symbol 118 Button
on (keyPress "h") { if (cheaton == "2") { gotoAndStop (124); bc = "3"; } }
Symbol 119 MovieClip Frame 1
_root.bricknumber = _root.bricknumber + 1;
Symbol 119 MovieClip Frame 2
if (asd == "2") { gotoAndPlay (4); asd = "1"; } with (_root.ball) { if (a.hitTest(getBounds(_root).xMax, _y, true)) { if (_root.bspeed1 > 0) { _root.bspeed1 = _root.bspeed1 * (-_root.gain2); } asd = "2"; } if (a.hitTest(getBounds(_root).xMin, _y, true)) { if (_root.bspeed1 < 0) { _root.bspeed1 = _root.bspeed1 * (-_root.gain2); } asd = "2"; } if (a.hitTest(_x, getBounds(_root).yMax, true)) { if (_root.bspeed2 > 0) { _root.bspeed2 = _root.bspeed2 * (-_root.gain2); } asd = "2"; } if (a.hitTest(_x, getBounds(_root).yMin, true)) { if (_root.bspeed2 < 0) { _root.bspeed2 = _root.bspeed2 * (-_root.gain2); } asd = "2"; } }
Symbol 119 MovieClip Frame 3
gotoAndPlay (2);
Symbol 119 MovieClip Frame 4
if (asd == "2") { gotoAndPlay (6); asd = "1"; _root.des1 = "2"; } with (_root.ball) { if (a.hitTest(getBounds(_root).xMax, _y, true)) { if (_root.bspeed1 > 0) { _root.bspeed1 = _root.bspeed1 * (-_root.gain2); } asd = "2"; } if (a.hitTest(getBounds(_root).xMin, _y, true)) { if (_root.bspeed1 < 0) { _root.bspeed1 = _root.bspeed1 * (-_root.gain2); } asd = "2"; } if (a.hitTest(_x, getBounds(_root).yMax, true)) { if (_root.bspeed2 > 0) { _root.bspeed2 = _root.bspeed2 * (-_root.gain2); } asd = "2"; } if (a.hitTest(_x, getBounds(_root).yMin, true)) { if (_root.bspeed2 < 0) { _root.bspeed2 = _root.bspeed2 * (-_root.gain2); } asd = "2"; } }
Symbol 119 MovieClip Frame 5
gotoAndPlay (4);
Symbol 119 MovieClip Frame 20
_root.bricknumber = _root.bricknumber - 1; removeMovieClip(""); stop();
Symbol 120 MovieClip Frame 1
stop();
Symbol 120 MovieClip Frame 16
stop();
Symbol 124 MovieClip Frame 1
_root.bricknumber = _root.bricknumber + 1;
Symbol 124 MovieClip Frame 2
if (asd == "2") { gotoAndPlay (4); } with (_root.ball) { if (a.hitTest(getBounds(_root).xMax, _y, true)) { if (_root.bspeed1 > 0) { _root.bspeed1 = _root.bspeed1 * (-_root.gain2); } asd = "2"; } if (a.hitTest(getBounds(_root).xMin, _y, true)) { if (_root.bspeed1 < 0) { _root.bspeed1 = _root.bspeed1 * (-_root.gain2); } asd = "2"; } if (a.hitTest(_x, getBounds(_root).yMax, true)) { if (_root.bspeed2 > 0) { _root.bspeed2 = _root.bspeed2 * (-_root.gain2); } asd = "2"; } if (a.hitTest(_x, getBounds(_root).yMin, true)) { if (_root.bspeed2 < 0) { _root.bspeed2 = _root.bspeed2 * (-_root.gain2); } asd = "2"; } }
Symbol 124 MovieClip Frame 3
gotoAndPlay (2);
Symbol 124 MovieClip Frame 13
_root.bricknumber = _root.bricknumber - 1; removeMovieClip(""); stop();
Symbol 125 Button
on (keyPress "h") { if (cheaton == "2") { gotoAndStop (127); bc = "3"; } }
Symbol 126 Button
on (keyPress "h") { if (cheaton == "2") { gotoAndStop (130); bc = "3"; } }
Symbol 134 MovieClip Frame 1
_root.bricknumber = _root.bricknumber + 1;
Symbol 134 MovieClip Frame 2
if (asd == "2") { gotoAndPlay (4); asd = "1"; } with (_root.ball) { if (a.hitTest(getBounds(_root).xMax, _y, true)) { if (_root.bspeed1 > 0) { _root.bspeed1 = _root.bspeed1 * (-_root.gain2); } asd = "2"; } if (a.hitTest(getBounds(_root).xMin, _y, true)) { if (_root.bspeed1 < 0) { _root.bspeed1 = _root.bspeed1 * (-_root.gain2); } asd = "2"; } if (a.hitTest(_x, getBounds(_root).yMax, true)) { if (_root.bspeed2 > 0) { _root.bspeed2 = _root.bspeed2 * (-_root.gain2); } asd = "2"; } if (a.hitTest(_x, getBounds(_root).yMin, true)) { if (_root.bspeed2 < 0) { _root.bspeed2 = _root.bspeed2 * (-_root.gain2); } asd = "2"; } }
Symbol 134 MovieClip Frame 3
gotoAndPlay (2);
Symbol 134 MovieClip Frame 4
if (asd == "2") { gotoAndPlay (6); } with (_root.ball) { if (a.hitTest(getBounds(_root).xMax, _y, true)) { if (_root.bspeed1 > 0) { _root.bspeed1 = _root.bspeed1 * (-_root.gain2); } asd = "2"; } if (a.hitTest(getBounds(_root).xMin, _y, true)) { if (_root.bspeed1 < 0) { _root.bspeed1 = _root.bspeed1 * (-_root.gain2); } asd = "2"; } if (a.hitTest(_x, getBounds(_root).yMax, true)) { if (_root.bspeed2 > 0) { _root.bspeed2 = _root.bspeed2 * (-_root.gain2); } asd = "2"; } if (a.hitTest(_x, getBounds(_root).yMin, true)) { if (_root.bspeed2 < 0) { _root.bspeed2 = _root.bspeed2 * (-_root.gain2); } asd = "2"; } }
Symbol 134 MovieClip Frame 5
gotoAndPlay (4);
Symbol 134 MovieClip Frame 20
_root.bricknumber = _root.bricknumber - 1; removeMovieClip(""); stop();
Symbol 135 Button
on (keyPress "h") { if (cheaton == "2") { gotoAndStop (133); bc = "3"; } }
Symbol 136 Button
on (keyPress "h") { if (cheaton == "2") { gotoAndStop (136); bc = "3"; } }
Symbol 137 Button
on (keyPress "h") { if (cheaton == "2") { gotoAndStop (139); bc = "3"; } }
Symbol 144 MovieClip Frame 1
_root.bricknumber = _root.bricknumber + 1;
Symbol 144 MovieClip Frame 2
if (asd == "2") { gotoAndPlay (4); } with (_root.ball) { if (a.hitTest(getBounds(_root).xMax, _y, true)) { if (_root.bspeed1 > 0) { _root.bspeed1 = _root.bspeed1 * (-_root.gain2); } asd = "2"; } if (a.hitTest(getBounds(_root).xMin, _y, true)) { if (_root.bspeed1 < 0) { _root.bspeed1 = _root.bspeed1 * (-_root.gain2); } asd = "2"; } if (a.hitTest(_x, getBounds(_root).yMax, true)) { if (_root.bspeed2 > 0) { _root.bspeed2 = _root.bspeed2 * (-_root.gain2); } asd = "2"; } if (a.hitTest(_x, getBounds(_root).yMin, true)) { if (_root.bspeed2 < 0) { _root.bspeed2 = _root.bspeed2 * (-_root.gain2); } asd = "2"; } }
Symbol 144 MovieClip Frame 3
gotoAndPlay (2);
Symbol 144 MovieClip Frame 40
_root.bricknumber = _root.bricknumber - 1; removeMovieClip(""); stop();
Symbol 145 Button
on (keyPress "h") { if (cheaton == "2") { gotoAndStop (142); bc = "3"; } }
Symbol 153 MovieClip Frame 1
stop();
Symbol 156 MovieClip Frame 1
stop();
Symbol 161 MovieClip Frame 1
speed = 0.05; _root.bricknumber = 200; timer1 = 1;
Symbol 161 MovieClip Frame 2
speed1 = speed1 / 1.03; with (_root.ship) { if (x.hitTest(_x, _y, true)) { _root.speed1 = (_root.speed1 + random(20)) - random(20); } } if (_root.ship._x > _x) { speed1 = speed1 + speed; } else { speed1 = speed1 - speed; } _x = (_x + speed1); timer1 = timer1 + 1; if (timer1 > 200) { x.gotoAndPlay(2); timer1 = 1; } if (asd == "2") { z.gotoAndPlay(2); asd = "1"; _root.bricknumber = _root.bricknumber - 1; } with (_root.ball) { if (a.hitTest(getBounds(_root).xMax, _y, true)) { if (_root.bspeed1 > 0) { _root.bspeed1 = _root.bspeed1 * (-_root.gain2); } asd = "2"; } if (a.hitTest(getBounds(_root).xMin, _y, true)) { if (_root.bspeed1 < 0) { _root.bspeed1 = _root.bspeed1 * (-_root.gain2); } asd = "2"; } if (a.hitTest(_x, getBounds(_root).yMax, true)) { if (_root.bspeed2 > 0) { _root.bspeed2 = _root.bspeed2 * (-_root.gain2); } asd = "2"; } if (a.hitTest(_x, getBounds(_root).yMin, true)) { if (_root.bspeed2 < 0) { _root.bspeed2 = _root.bspeed2 * (-_root.gain2); } asd = "2"; } }
Symbol 161 MovieClip Frame 3
speed1 = speed1 / 1.03; with (_root.ship) { if (x.hitTest(_x, _y, true)) { _root.speed1 = (_root.speed1 + random(20)) - random(20); } } if (_root.ship._x > _x) { speed1 = speed1 + speed; } else { speed1 = speed1 - speed; } _x = (_x + speed1); timer1 = timer1 + 1; if (timer1 > 200) { x.gotoAndPlay(2); timer1 = 1; } if (asd == "2") { z.gotoAndPlay(2); asd = "1"; _root.bricknumber = _root.bricknumber - 1; } with (_root.ball) { if (a.hitTest(getBounds(_root).xMax, _y, true)) { if (_root.bspeed1 > 0) { _root.bspeed1 = _root.bspeed1 * (-_root.gain2); } asd = "2"; } if (a.hitTest(getBounds(_root).xMin, _y, true)) { if (_root.bspeed1 < 0) { _root.bspeed1 = _root.bspeed1 * (-_root.gain2); } asd = "2"; } if (a.hitTest(_x, getBounds(_root).yMax, true)) { if (_root.bspeed2 > 0) { _root.bspeed2 = _root.bspeed2 * (-_root.gain2); } asd = "2"; } if (a.hitTest(_x, getBounds(_root).yMin, true)) { if (_root.bspeed2 < 0) { _root.bspeed2 = _root.bspeed2 * (-_root.gain2); } asd = "2"; } } if (_root.bca == "3") { } else { gotoAndPlay (2); }
Symbol 161 MovieClip Frame 34
stop(); _root.bca2 = "2";
Symbol 167 Button
on (release) { var arcade_quest = new LocalConnection(); arcade_quest.send("api", "sendScore", _root.score, "Score"); sumi.play(); }
Symbol 169 Button
on (release) { gotoAndPlay (112); }
Symbol 172 MovieClip Frame 1
stop();
Symbol 186 MovieClip Frame 1
_root.bricknumber = _root.bricknumber + 1;
Symbol 186 MovieClip Frame 2
if (asd == "2") { gotoAndPlay (4); } with (_root.ball) { if (a.hitTest(getBounds(_root).xMax, _y, true)) { if (_root.bspeed1 > 0) { _root.bspeed1 = _root.bspeed1 * (-_root.gain2); } asd = "2"; } if (a.hitTest(getBounds(_root).xMin, _y, true)) { if (_root.bspeed1 < 0) { _root.bspeed1 = _root.bspeed1 * (-_root.gain2); } asd = "2"; } if (a.hitTest(_x, getBounds(_root).yMax, true)) { if (_root.bspeed2 > 0) { _root.bspeed2 = _root.bspeed2 * (-_root.gain2); } asd = "2"; } if (a.hitTest(_x, getBounds(_root).yMin, true)) { if (_root.bspeed2 < 0) { _root.bspeed2 = _root.bspeed2 * (-_root.gain2); } asd = "2"; } }
Symbol 186 MovieClip Frame 3
gotoAndPlay (2);
Symbol 186 MovieClip Frame 57
_root.bricknumber = _root.bricknumber - 1; removeMovieClip(""); stop();

Library Items

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

Instance Names

"ship"Frame 112Symbol 89 MovieClip
"ball"Frame 112Symbol 92 MovieClip
"fade"Frame 112Symbol 114 MovieClip
"ship"Frame 115Symbol 89 MovieClip
"ball"Frame 115Symbol 92 MovieClip
"fade"Frame 115Symbol 114 MovieClip
"ship"Frame 118Symbol 89 MovieClip
"ball"Frame 118Symbol 92 MovieClip
"fade"Frame 118Symbol 114 MovieClip
"ship"Frame 121Symbol 89 MovieClip
"ball"Frame 121Symbol 92 MovieClip
"fade"Frame 121Symbol 114 MovieClip
"ship"Frame 124Symbol 89 MovieClip
"ball"Frame 124Symbol 92 MovieClip
"des1a"Frame 124Symbol 120 MovieClip
"fade"Frame 124Symbol 114 MovieClip
"ship"Frame 127Symbol 89 MovieClip
"ball"Frame 127Symbol 92 MovieClip
"fade"Frame 127Symbol 114 MovieClip
"ship"Frame 130Symbol 89 MovieClip
"ball"Frame 130Symbol 92 MovieClip
"fade"Frame 130Symbol 114 MovieClip
"ship"Frame 133Symbol 89 MovieClip
"ball"Frame 133Symbol 92 MovieClip
"fade"Frame 133Symbol 114 MovieClip
"ship"Frame 136Symbol 89 MovieClip
"ball"Frame 136Symbol 92 MovieClip
"fade"Frame 136Symbol 114 MovieClip
"ship"Frame 139Symbol 89 MovieClip
"ball"Frame 139Symbol 92 MovieClip
"fade"Frame 139Symbol 114 MovieClip
"sumi"Frame 142Symbol 172 MovieClip
"star"Symbol 5 MovieClip Frame 1Symbol 4 MovieClip
"a"Symbol 26 MovieClip Frame 1Symbol 25 MovieClip
"a"Symbol 38 MovieClip Frame 1Symbol 28 MovieClip
"a"Symbol 41 MovieClip Frame 1Symbol 40 MovieClip
"a"Symbol 47 MovieClip Frame 1Symbol 43 MovieClip
"a"Symbol 47 MovieClip Frame 4Symbol 46 MovieClip
"a"Symbol 47 MovieClip Frame 7Symbol 43 MovieClip
"a"Symbol 50 MovieClip Frame 1Symbol 49 MovieClip
"a"Symbol 54 MovieClip Frame 1Symbol 52 MovieClip
"a"Symbol 54 MovieClip Frame 4Symbol 53 MovieClip
"a"Symbol 57 MovieClip Frame 1Symbol 56 MovieClip
"a"Symbol 60 MovieClip Frame 1Symbol 59 MovieClip
"a"Symbol 63 MovieClip Frame 1Symbol 62 MovieClip
"a"Symbol 67 MovieClip Frame 1Symbol 65 MovieClip
"a"Symbol 76 MovieClip Frame 1Symbol 71 MovieClip
"a"Symbol 76 MovieClip Frame 4Symbol 73 MovieClip
"a"Symbol 102 MovieClip Frame 1Symbol 94 MovieClip
"a"Symbol 102 MovieClip Frame 4Symbol 96 MovieClip
"a"Symbol 102 MovieClip Frame 6Symbol 98 MovieClip
"a"Symbol 102 MovieClip Frame 8Symbol 100 MovieClip
"a"Symbol 119 MovieClip Frame 1Symbol 71 MovieClip
"a"Symbol 119 MovieClip Frame 4Symbol 73 MovieClip
"a"Symbol 124 MovieClip Frame 1Symbol 123 MovieClip
"a"Symbol 134 MovieClip Frame 1Symbol 130 MovieClip
"a"Symbol 134 MovieClip Frame 4Symbol 133 MovieClip
"a"Symbol 144 MovieClip Frame 1Symbol 139 MovieClip
"x"Symbol 161 MovieClip Frame 1Symbol 153 MovieClip
"z"Symbol 161 MovieClip Frame 1Symbol 156 MovieClip
"a"Symbol 161 MovieClip Frame 1Symbol 158 MovieClip
"a"Symbol 161 MovieClip Frame 4Symbol 160 MovieClip

Special Tags

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

Dynamic Text Variables

bricknumberSymbol 105 EditableText"100"
livesSymbol 108 EditableText"10"
scoreSymbol 163 EditableText"100000"




http://swfchan.com/48/235863/info.shtml
Created: 4/7 -2020 22:41:56 Last modified: 4/7 -2020 22:41:56 Server time: 28/04 -2024 10:35:30