| STORY LOOP FURRY PORN GAMES • C • SERVICES [?] [R] RND POPULAR | Archived flashes: 229931 |
/disc/ · /res/ — /show/ · /fap/ · /gg/ · /swf/ | P0001 · P2599 · P5197 |
![]() | This is the info page for Flash #28650 |
[The First PKC Puzzle game!] (click logo to begin) |
<p align="center"><font face="Avant Guard" size="14" color="#000000"><a href="http://dynamic.gamespy.com/~pokechow/" target = "_blank"><b>Game copyright 2005 Pikachu's Pokéchow</b></a></font></p> |
000 |
000 |
000 |
000 |
000 |
000 |
000000000000 |
00 |
Level |
Pause |
Pause |
000 |
Pokéball Blitz - PAUSE - |
Pokéball Blitz Hello and welcome to the first PKC Puzzle game. This is a combonation of TETRIS and BUST-A-MOVE. Every so often pokeblocks appear at the bottom in random colours, and random pokéballs appear waiting to be colour matched. |
Pokéball Blitz Drop the right colour ball on the right colour block. LEFT moves the ball left RIGHT moves the ball right DOWN moves the ball down. Say you only have blue blocks, just drop that red pokeball. You won't lose any points. |
Pokéball Blitz Now that you have the basics. It is time to play the game. It starts out nice and slow, and only two colours. Red Pokeballs, Red Blocks Blue Greatballs, Blue Blocks Good luck! |
Pokéball Blitz Hey, lookin' good! Now you've reached this level there is a new colour block and ball added to the game. This makes things harder, but I think you can do it. |
Pokéball Blitz Amazing! I didn't think you could get this far, but you have. Things now get a little crazy! Another new colour. All balls can get white but hit a premier ball with a white block and you remove a ROW! |
Pokéball Blitz Well, you managed this far, Things get easier, and harder with the black LUXURY BALL Don't toss them on black blocks or you'll pay the price! Only White and Red balls can effectively transfer them! |
Pokéball Blitz = GAME OVER = Took you long enough... Your score was: Not too shabby, but you could have done better. [Click here to submit.]* *Only at Pikachu's Pokéchow |
00000000 |
ActionScript [AS1/AS2] (45.88 KiB)
Frame 1 (8 B)stop();Instance of Symbol 5 MovieClip "ball_1" in Frame 1 (204 B)onClipEvent (load) { fall = random(20) + 20; } onClipEvent (enterFrame) { this._y = this._y + fall; if (this._y > 430) { fall = random(20) + 20; this._y = -50; this._x = random(350) - 25; } }Instance of Symbol 7 MovieClip "aproto" in Frame 1 (564 B)onClipEvent (load) { time = 1; if (!(this._name === "aproto")) { this._alpha = 100; this._x = _root.proto._x + random(10); } } onClipEvent (enterFrame) { time = time - 1; if (this._name == "aproto") { this._x = _root.ball_1._x; this._y = _root.ball_1._y; if (time == 0) { time = 1; onion = random(30) + 3000; this._rotation = random(360); duplicateMovieClip (this, onion, onion); } this._alpha = 0; } if (!(this._name === "aproto")) { this._alpha = this._alpha - 5; if (this._alpha < 0) { this.removeMovieClip(); } } }Instance of Symbol 5 MovieClip "ball_2" in Frame 1 (204 B)onClipEvent (load) { fall = random(20) + 20; } onClipEvent (enterFrame) { this._y = this._y + fall; if (this._y > 430) { fall = random(20) + 20; this._y = -50; this._x = random(350) - 25; } }Instance of Symbol 7 MovieClip "aproto2" in Frame 1 (567 B)onClipEvent (load) { time = 1; if (!(this._name === "aproto2")) { this._alpha = 100; this._x = _root.proto._x + random(10); } } onClipEvent (enterFrame) { time = time - 1; if (this._name == "aproto2") { this._x = _root.ball_2._x; this._y = _root.ball_2._y; if (time == 0) { time = 1; onion = random(30) + 5000; this._rotation = random(360); duplicateMovieClip (this, onion, onion); } this._alpha = 0; } if (!(this._name === "aproto2")) { this._alpha = this._alpha - 5; if (this._alpha < 0) { this.removeMovieClip(); } } }Instance of Symbol 5 MovieClip "ball_3" in Frame 1 (204 B)onClipEvent (load) { fall = random(20) + 20; } onClipEvent (enterFrame) { this._y = this._y + fall; if (this._y > 430) { fall = random(20) + 20; this._y = -50; this._x = random(350) - 25; } }Instance of Symbol 7 MovieClip "aproto3" in Frame 1 (567 B)onClipEvent (load) { time = 1; if (!(this._name === "aproto3")) { this._alpha = 100; this._x = _root.proto._x + random(10); } } onClipEvent (enterFrame) { time = time - 1; if (this._name == "aproto3") { this._x = _root.ball_3._x; this._y = _root.ball_3._y; if (time == 0) { time = 1; onion = random(30) + 4000; this._rotation = random(360); duplicateMovieClip (this, onion, onion); } this._alpha = 0; } if (!(this._name === "aproto3")) { this._alpha = this._alpha - 5; if (this._alpha < 0) { this.removeMovieClip(); } } }Instance of Symbol 10 MovieClip in Frame 1 (31 B)on (release) { _root.play(); }Frame 3 (8 B)stop();Instance of Symbol 5 MovieClip "ball_1" in Frame 3 (0.99 KiB)onClipEvent (load) { number = 1; bdrop = 0; selecto = 0; } onClipEvent (mouseUp) { if (_root.pause == 0) { } } onClipEvent (enterFrame) { if (_root.pause == 0) { if (this._y > 450) { this._rotation = 0; this._x = -50; this._y = 40; selecto = random(_root.limit) + 1; do { selecto = random(_root.limit) + 1; } while (selecto == _root.aball2); _root.aball2 = selecto; _root.aball = selecto; _root["ball_" + selecto]._x = 150; bdrop = 0; } if (_root.aball == number) { if (Key.isDown(39)) { if (this._x < 205) { this._x = this._x + 5; } this._rotation = this._rotation + 10; } if (Key.isDown(37)) { if (this._x > 70) { this._x = this._x - 5; } this._rotation = this._rotation - 10; } if (Key.isDown(40)) { _root.bing.play(); if (_root.aball == number) { _root.aball = 0; bdrop = 1; } } } if (bdrop == 1) { this._y = this._y + (9 + ((Math.round(_root.level) - 1) * 0.8)); } } }Instance of Symbol 30 MovieClip "ball_2" in Frame 3 (0.99 KiB)onClipEvent (load) { number = 2; bdrop = 0; selecto = 0; } onClipEvent (mouseUp) { if (_root.pause == 0) { } } onClipEvent (enterFrame) { if (_root.pause == 0) { if (this._y > 450) { this._rotation = 0; this._x = -50; this._y = 40; selecto = random(_root.limit) + 1; do { selecto = random(_root.limit) + 1; } while (selecto == _root.aball2); _root.aball2 = selecto; _root.aball = selecto; _root["ball_" + selecto]._x = 150; bdrop = 0; } if (_root.aball == number) { if (Key.isDown(39)) { if (this._x < 205) { this._x = this._x + 5; } this._rotation = this._rotation + 10; } if (Key.isDown(37)) { if (this._x > 70) { this._x = this._x - 5; } this._rotation = this._rotation - 10; } if (Key.isDown(40)) { _root.bing.play(); if (_root.aball == number) { _root.aball = 0; bdrop = 1; } } } if (bdrop == 1) { this._y = this._y + (9 + ((Math.round(_root.level) - 1) * 0.8)); } } }Instance of Symbol 32 MovieClip "ball_3" in Frame 3 (0.99 KiB)onClipEvent (load) { number = 3; bdrop = 0; selecto = 0; } onClipEvent (mouseUp) { if (_root.pause == 0) { } } onClipEvent (enterFrame) { if (_root.pause == 0) { if (this._y > 450) { this._rotation = 0; this._x = -50; this._y = 40; selecto = random(_root.limit) + 1; do { selecto = random(_root.limit) + 1; } while (selecto == _root.aball2); _root.aball2 = selecto; _root.aball = selecto; _root["ball_" + selecto]._x = 150; bdrop = 0; } if (_root.aball == number) { if (Key.isDown(39)) { if (this._x < 205) { this._x = this._x + 5; } this._rotation = this._rotation + 10; } if (Key.isDown(37)) { if (this._x > 70) { this._x = this._x - 5; } this._rotation = this._rotation - 10; } if (Key.isDown(40)) { _root.bing.play(); if (_root.aball == number) { _root.aball = 0; bdrop = 1; } } } if (bdrop == 1) { this._y = this._y + (9 + ((Math.round(_root.level) - 1) * 0.8)); } } }Instance of Symbol 34 MovieClip "ball_4" in Frame 3 (0.99 KiB)onClipEvent (load) { number = 4; bdrop = 0; selecto = 0; } onClipEvent (mouseUp) { if (_root.pause == 0) { } } onClipEvent (enterFrame) { if (_root.pause == 0) { if (this._y > 450) { this._rotation = 0; this._x = -50; this._y = 40; selecto = random(_root.limit) + 1; do { selecto = random(_root.limit) + 1; } while (selecto == _root.aball2); _root.aball2 = selecto; _root.aball = selecto; _root["ball_" + selecto]._x = 150; bdrop = 0; } if (_root.aball == number) { if (Key.isDown(39)) { if (this._x < 205) { this._x = this._x + 5; } this._rotation = this._rotation + 10; } if (Key.isDown(37)) { if (this._x > 70) { this._x = this._x - 5; } this._rotation = this._rotation - 10; } if (Key.isDown(40)) { _root.bing.play(); if (_root.aball == number) { _root.aball = 0; bdrop = 1; } } } if (bdrop == 1) { this._y = this._y + (9 + ((Math.round(_root.level) - 1) * 0.8)); } } }Instance of Symbol 36 MovieClip "ball_5" in Frame 3 (0.99 KiB)onClipEvent (load) { number = 5; bdrop = 0; selecto = 0; } onClipEvent (mouseUp) { if (_root.pause == 0) { } } onClipEvent (enterFrame) { if (_root.pause == 0) { if (this._y > 450) { this._rotation = 0; this._x = -50; this._y = 40; selecto = random(_root.limit) + 1; do { selecto = random(_root.limit) + 1; } while (selecto == _root.aball2); _root.aball2 = selecto; _root.aball = selecto; _root["ball_" + selecto]._x = 150; bdrop = 0; } if (_root.aball == number) { if (Key.isDown(39)) { if (this._x < 205) { this._x = this._x + 5; } this._rotation = this._rotation + 10; } if (Key.isDown(37)) { if (this._x > 70) { this._x = this._x - 5; } this._rotation = this._rotation - 10; } if (Key.isDown(40)) { _root.bing.play(); if (_root.aball == number) { _root.aball = 0; bdrop = 1; } } } if (bdrop == 1) { this._y = this._y + (9 + ((Math.round(_root.level) - 1) * 0.8)); } } }Instance of Symbol 40 MovieClip "blow" in Frame 3 (158 B)onClipEvent (load) { this.cat = 0; if (this._name == "blow") { stop(); } } onClipEvent (enterFrame) { if (this.cat == 5) { removeMovieClip(this); } }Instance of Symbol 48 MovieClip "bred" in Frame 3 (135 B)onClipEvent (enterFrame) { this.gotoAndStop(1); this.number.text = _root.red; if (_root.limit < 1) { this._widthscale = 0; } }Instance of Symbol 48 MovieClip "bblue" in Frame 3 (136 B)onClipEvent (enterFrame) { this.gotoAndStop(2); this.number.text = _root.blue; if (_root.limit < 2) { this._widthscale = 0; } }Instance of Symbol 48 MovieClip "bred" in Frame 3 (183 B)onClipEvent (enterFrame) { this.gotoAndStop(3); this.number.text = _root.yellow; if (_root.limit < 3) { this._width = 0; } if (_root.limit > 2) { this._width = 30; } }Instance of Symbol 48 MovieClip "bred" in Frame 3 (183 B)onClipEvent (enterFrame) { this.gotoAndStop(4); this.number.text = _root.purple; if (_root.limit < 4) { this._width = 0; } if (_root.limit > 3) { this._width = 30; } }Instance of Symbol 48 MovieClip "bred" in Frame 3 (182 B)onClipEvent (enterFrame) { this.gotoAndStop(5); this.number.text = _root.green; if (_root.limit < 5) { this._width = 0; } if (_root.limit > 4) { this._width = 30; } }Instance of Symbol 48 MovieClip "bred" in Frame 3 (182 B)onClipEvent (enterFrame) { this.gotoAndStop(6); this.number.text = _root.white; if (_root.limit < 6) { this._width = 0; } if (_root.limit > 5) { this._width = 30; } }Instance of Symbol 48 MovieClip "bred" in Frame 3 (182 B)onClipEvent (enterFrame) { this.gotoAndStop(7); this.number.text = _root.black; if (_root.limit < 7) { this._width = 0; } if (_root.limit > 6) { this._width = 30; } }Instance of Symbol 50 MovieClip in Frame 3 (1.23 KiB)●onClipEvent (load) { _root._quality = "MEDIUM"; _root.strt = 5; _root.lose = 0; _root.aball = 1; _root.aball2 = 1; _root.pause = 1; _root.music.play(); _root.score = 100; _root.level = 1; _root.round = 10; _root.limit = 2; _root.bname = 1; _root.red = 0; _root.blue = 0; _root.yellow = 0; _root.green = 0; _root.purple = 0; _root.white = 0; _root.black = 0; _root.b1 = 0; _root.b2 = 0; _root.b3 = 0; _root.b4 = 0; _root.b5 = 0; _root.b6 = 0; _root.b7 = 0; } onClipEvent (enterFrame) { _root.scor.text = _root.score; _root.lvl.text = Math.round(_root.level); _root.level = _root.score / 2000; if (Math.round(_root.level) == 2) { _root.limit = 2; nlevel = 1; } if (Math.round(_root.level) == 3) { if (nlevel == 1) { nlevel = 0; _root.pause = 1; _root.newp.gotoAndStop(5); } _root.limit = 3; } if (Math.round(_root.level) == 6) { _root.limit = 4; } if (Math.round(_root.level) == 10) { _root.limit = 5; } if (Math.round(_root.level) == 15) { if (nlevel == 0) { nlevel = 1; _root.pause = 1; _root.newp.gotoAndStop(6); } _root.limit = 6; } if (Math.round(_root.level) == 20) { if (nlevel == 1) { nlevel = 0; _root.pause = 1; _root.newp.gotoAndStop(7); } _root.limit = 7; } }Instance of Symbol 51 MovieClip "blockproto" in Frame 3 (2.67 KiB)●onClipEvent (load) { rob = 50; } onClipEvent (enterFrame) { if (this._name == "blockproto") { if (_root.pause == 0) { if (_root.round < 1) { create = 1; _root.newrow.play(); _root.round = 1 ^ (70 - Math.round(_root.level)); if (_root.strt > 1) { _root.strt = _root.strt - 1; _root.round = 5; } } if (create < 6) { create = create + 1; _root.bname = _root.bname + 1; duplicateMovieClip (this, _root.bname, _root.bname); colour = random(_root.limit) + 1; if (colour == 1) { _root.red = _root.red + 1; } if (colour == 2) { _root.blue = _root.blue + 1; } if (colour == 3) { _root.yellow = _root.yellow + 1; } if (colour == 4) { _root.purple = _root.purple + 1; } if (colour == 5) { _root.green = _root.green + 1; } if (colour == 6) { _root.white = _root.white + 1; } if (colour == 7) { _root.black = _root.black + 1; } _root[_root.bname].gotoAndStop(colour); _root[_root.bname]._x = (30 * create) + 4; _root[_root.bname]._y = 360; } } } if (!(this._name === "blockproto")) { if (this.hitTest(_root.killbar)) { _root.score = _root.score + 100; if (this._x > 170) { } duplicateMovieClip (_root.blow, this._name + "X", random(500) + 500); _root[this._name + "X"]._x = this._x; _root[this._name + "X"]._y = this._y; removeMovieClip(this); } if (this.hitTest(_root.ball_1)) { _root.b1 = _root.b1 + 1; _root.ball_1._y = 430; _root.ball_1._rotation = 0; } if (this.hitTest(_root.ball_2)) { _root.b2 = _root.b2 + 1; _root.ball_2._y = 430; _root.ball_2._rotation = 0; } if (this.hitTest(_root.ball_3)) { _root.b3 = _root.b3 + 1; _root.ball_3._y = 430; _root.ball_3._rotation = 0; } if (this.hitTest(_root.ball_4)) { _root.b4 = _root.b4 + 1; _root.ball_4._y = 430; _root.ball_4._rotation = 0; } if (this.hitTest(_root.ball_5)) { _root.b5 = _root.b5 + 1; _root.ball_5._y = 430; _root.ball_5._rotation = 0; } if (this.hitTest(_root.ball_6)) { _root.b6 = _root.b6 + 1; _root.ball_6._y = 430; _root.ball_6._rotation = 0; } if (this.hitTest(_root.ball_7)) { _root.b7 = _root.b7 + 1; _root.score = _root.score + 100; duplicateMovieClip (_root.blow, this._name + "X", random(500) + 500); _root[this._name + "X"]._x = this._x; _root[this._name + "X"]._y = this._y; removeMovieClip(this); } if (_root.lose == 1) { this._alpha = this._alpha - 1; rob = rob - 1; if (rob < 1) { removeMovieClip(_parent); } } if (_root.pause == 0) { if (_root.round < 2) { _root.killbar._y = -100; this._y = this._y - 5; } } } }Instance of Symbol 53 MovieClip "youlosegooddaysirbar" in Frame 3 (40 B)onClipEvent (load) { this._alpha = 0; }Instance of Symbol 7 MovieClip "aproto" in Frame 3 (687 B)onClipEvent (load) { time = 1; if (!(this._name === "aproto")) { this._alpha = 100; this._x = _root.proto._x + random(10); } } onClipEvent (enterFrame) { time = time - 1; if (this._name == "aproto") { this._x = _root["ball_" + _root.aball2]._x; if (_root["ball_" + _root.aball2]._y < 50) { this._y = -50; } else { this._y = _root["ball_" + _root.aball2]._y - 20; } if (time == 0) { time = 1; onion = random(30) + 3000; this._rotation = random(360); duplicateMovieClip (this, onion, onion); } this._alpha = 0; } if (!(this._name === "aproto")) { this._alpha = this._alpha - 5; if (this._alpha < 0) { this.removeMovieClip(); } } }Instance of Symbol 53 MovieClip "killbar" in Frame 3 (122 B)onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this._y > 360) { this._y = this._y - 2; } }Instance of Symbol 69 MovieClip "ball_7" in Frame 3 (0.99 KiB)onClipEvent (load) { number = 7; bdrop = 0; selecto = 0; } onClipEvent (mouseUp) { if (_root.pause == 0) { } } onClipEvent (enterFrame) { if (_root.pause == 0) { if (this._y > 450) { this._rotation = 0; this._x = -50; this._y = 40; selecto = random(_root.limit) + 1; do { selecto = random(_root.limit) + 1; } while (selecto == _root.aball2); _root.aball2 = selecto; _root.aball = selecto; _root["ball_" + selecto]._x = 150; bdrop = 0; } if (_root.aball == number) { if (Key.isDown(39)) { if (this._x < 205) { this._x = this._x + 5; } this._rotation = this._rotation + 10; } if (Key.isDown(37)) { if (this._x > 70) { this._x = this._x - 5; } this._rotation = this._rotation - 10; } if (Key.isDown(40)) { _root.bing.play(); if (_root.aball == number) { _root.aball = 0; bdrop = 1; } } } if (bdrop == 1) { this._y = this._y + (9 + ((Math.round(_root.level) - 1) * 0.8)); } } }Instance of Symbol 71 MovieClip "ball_6" in Frame 3 (1.02 KiB)●onClipEvent (load) { number = 6; bdrop = 0; selecto = 0; } onClipEvent (mouseUp) { if (_root.pause == 0) { } } onClipEvent (enterFrame) { if (_root.pause == 0) { if (this._y > 450) { this._rotation = 0; this._x = -50; this._y = 40; _root.killbar._y = -50; selecto = random(_root.limit) + 1; do { selecto = random(_root.limit) + 1; } while (selecto == _root.aball2); _root.aball2 = selecto; _root.aball = selecto; _root["ball_" + selecto]._x = 150; bdrop = 0; } if (_root.aball == number) { if (Key.isDown(39)) { if (this._x < 205) { this._x = this._x + 5; } this._rotation = this._rotation + 10; } if (Key.isDown(37)) { if (this._x > 70) { this._x = this._x - 5; } this._rotation = this._rotation - 10; } if (Key.isDown(40)) { _root.bing.play(); if (_root.aball == number) { _root.aball = 0; bdrop = 1; } } } if (bdrop == 1) { this._y = this._y + (9 + ((Math.round(_root.level) - 1) * 0.8)); } } }Instance of Symbol 79 MovieClip in Frame 3 (132 B)onClipEvent (enterFrame) { this.gotoAndStop(1); this.number.text = _root.b1; if (_root.limit > 0) { this._width = 61.6; } }Instance of Symbol 79 MovieClip in Frame 3 (132 B)onClipEvent (enterFrame) { this.gotoAndStop(2); this.number.text = _root.b2; if (_root.limit > 1) { this._width = 61.6; } }Instance of Symbol 79 MovieClip in Frame 3 (181 B)onClipEvent (enterFrame) { this.gotoAndStop(3); this.number.text = _root.b3; if (_root.limit < 3) { this._width = 0; } if (_root.limit > 2) { this._width = 61.6; } }Instance of Symbol 79 MovieClip in Frame 3 (181 B)onClipEvent (enterFrame) { this.gotoAndStop(4); this.number.text = _root.b4; if (_root.limit < 4) { this._width = 0; } if (_root.limit > 3) { this._width = 61.6; } }Instance of Symbol 79 MovieClip in Frame 3 (181 B)onClipEvent (enterFrame) { this.gotoAndStop(5); this.number.text = _root.b5; if (_root.limit < 5) { this._width = 0; } if (_root.limit > 4) { this._width = 61.6; } }Instance of Symbol 79 MovieClip in Frame 3 (181 B)onClipEvent (enterFrame) { this.gotoAndStop(6); this.number.text = _root.b6; if (_root.limit < 6) { this._width = 0; } if (_root.limit > 5) { this._width = 61.6; } }Instance of Symbol 79 MovieClip in Frame 3 (181 B)onClipEvent (enterFrame) { this.gotoAndStop(7); this.number.text = _root.b7; if (_root.limit < 7) { this._width = 0; } if (_root.limit > 6) { this._width = 61.6; } }Instance of Symbol 80 MovieClip "pausemask" in Frame 3 (441 B)onClipEvent (load) { this._alpha = 0; if (this._name == "pausemask") { duplicateMovieClip (this, "newdoor", 9000); } } onClipEvent (enterFrame) { if (this._name == "newdoor") { if (_root.pause == 1) { _root.music.stop(); music = 0; this._alpha = 30; this._x = 0; this._y = 0; } if (_root.pause == 0) { this._x = -500; if (music == 0) { music = 1; _root.music.play(); } this._alpha = 0; } } }Instance of Symbol 102 MovieClip "pmenu" in Frame 3 (401 B)onClipEvent (load) { this.gotoAndStop(2); if (this._name == "pmenu") { duplicateMovieClip (this, "newp", 9001); } } onClipEvent (enterFrame) { if (this._name == "newp") { if (_root.lose == 1) { this._x = 40; this._y = 50; _root.pause = 1; this.gotoAndStop(8); } if (_root.pause == 1) { this._x = 40; this._y = 50; } if (_root.pause == 0) { this._x = -500; } } }Frame 4 (13 B)prevFrame();Instance of Symbol 21 MovieClip "ballprime" in Symbol 22 MovieClip Frame 1 (1.1 KiB)●onClipEvent (load) { if (this._name == "ballprime") { duplicateMovieClip (this, ball + random(50), random(30) + 500); duplicateMovieClip (this, ball + random(50), random(30) + 500); duplicateMovieClip (this, ball + random(50), random(30) + 500); duplicateMovieClip (this, ball + random(50), random(30) + 500); duplicateMovieClip (this, ball + random(50), random(30) + 500); duplicateMovieClip (this, ball + random(50), random(30) + 500); duplicateMovieClip (this, ball + random(50), random(30) + 500); } tix = random(98) + 1; tixs = random(1); cat = random(100) + 100; this._xscale = cat; this._yscale = cat; cat2 = random(130) + 80; this._x = cat2; cat3 = random(500) - 100; this._y = cat3; } onClipEvent (enterFrame) { if (_root.pause == 0) { this._alpha = tix / 2; if (tixs == 1) { tix = tix - 1; } if (tixs == 0) { tix = tix + 1; } if (tix == 100) { tixs = 1; } if (tix == 0) { tixs = 0; cat = random(100) + 100; this._xscale = cat; this._yscale = cat; cat2 = random(130) + 80; this._x = cat2; cat3 = random(500) - 50; this._y = cat3; } } }Symbol 28 MovieClip Frame 5 (91 B)if (_root.pause == 0) { _root.round = _root.round - 1; this.rnd.text = _root.round; }Symbol 40 MovieClip Frame 2 (76 B)aSound = new Sound(this); aSound.attachSound("keld"); aSound.start(0, 1);Symbol 40 MovieClip Frame 11 (103 B)_parent.removeMovieClip(); this.removeMovieClip(); removeMovieClip(this); removeMovieClip(_parent);Symbol 48 MovieClip Frame 1 (8 B)stop();Instance of Symbol 42 MovieClip in Symbol 48 MovieClip Frame 1 (261 B)onClipEvent (enterFrame) { if (this.hitTest(_root.ball_1)) { duplicateMovieClip (_root.blow, _parent._name + "X", random(500) + 500); _root[_parent._name + "X"]._x = _parent._x; _root[_parent._name + "X"]._y = _parent._y; removeMovieClip(_parent); } }Symbol 48 MovieClip Frame 2 (8 B)stop();Instance of Symbol 42 MovieClip in Symbol 48 MovieClip Frame 2 (261 B)onClipEvent (enterFrame) { if (this.hitTest(_root.ball_2)) { duplicateMovieClip (_root.blow, _parent._name + "X", random(500) + 500); _root[_parent._name + "X"]._x = _parent._x; _root[_parent._name + "X"]._y = _parent._y; removeMovieClip(_parent); } }Symbol 48 MovieClip Frame 3 (8 B)stop();Instance of Symbol 42 MovieClip in Symbol 48 MovieClip Frame 3 (261 B)onClipEvent (enterFrame) { if (this.hitTest(_root.ball_3)) { duplicateMovieClip (_root.blow, _parent._name + "X", random(500) + 500); _root[_parent._name + "X"]._x = _parent._x; _root[_parent._name + "X"]._y = _parent._y; removeMovieClip(_parent); } }Symbol 48 MovieClip Frame 4 (8 B)stop();Instance of Symbol 42 MovieClip in Symbol 48 MovieClip Frame 4 (261 B)onClipEvent (enterFrame) { if (this.hitTest(_root.ball_4)) { duplicateMovieClip (_root.blow, _parent._name + "X", random(500) + 500); _root[_parent._name + "X"]._x = _parent._x; _root[_parent._name + "X"]._y = _parent._y; removeMovieClip(_parent); } }Symbol 48 MovieClip Frame 5 (8 B)stop();Instance of Symbol 42 MovieClip in Symbol 48 MovieClip Frame 5 (261 B)onClipEvent (enterFrame) { if (this.hitTest(_root.ball_5)) { duplicateMovieClip (_root.blow, _parent._name + "X", random(500) + 500); _root[_parent._name + "X"]._x = _parent._x; _root[_parent._name + "X"]._y = _parent._y; removeMovieClip(_parent); } }Symbol 48 MovieClip Frame 6 (8 B)stop();Instance of Symbol 42 MovieClip in Symbol 48 MovieClip Frame 6 (261 B)onClipEvent (enterFrame) { if (this.hitTest(_root.ball_6)) { duplicateMovieClip (_root.blow, _parent._name + "X", random(500) + 500); _root[_parent._name + "X"]._x = _parent._x; _root[_parent._name + "X"]._y = _parent._y; removeMovieClip(_parent); } }Symbol 48 MovieClip Frame 7 (8 B)stop();Instance of Symbol 42 MovieClip in Symbol 48 MovieClip Frame 7 (261 B)onClipEvent (enterFrame) { if (this.hitTest(_root.ball_7)) { duplicateMovieClip (_root.blow, _parent._name + "X", random(500) + 500); _root[_parent._name + "X"]._x = _parent._x; _root[_parent._name + "X"]._y = _parent._y; removeMovieClip(_parent); } }Symbol 51 MovieClip Frame 1 (8 B)stop();Instance of Symbol 42 MovieClip in Symbol 51 MovieClip Frame 1 (432 B)onClipEvent (enterFrame) { if (this.hitTest(_root.ball_1)) { _root.score = _root.score + 100; duplicateMovieClip (_root.blow, _parent._name + "X", random(500) + 500); _root[_parent._name + "X"]._x = _parent._x; _root[_parent._name + "X"]._y = _parent._y; removeMovieClip(_parent); } if (this.hitTest(_root.youlosegooddaysirbar)) { removeMovieClip(_parent); _root.pause = 1; _root.lose = 1; gotoAndStop (7); } }Symbol 51 MovieClip Frame 2 (8 B)stop();Instance of Symbol 42 MovieClip in Symbol 51 MovieClip Frame 2 (462 B)onClipEvent (enterFrame) { if (this.hitTest(_root.ball_2)) { _root.score = _root.score + 100; _root.aball2 = _root.aball; duplicateMovieClip (_root.blow, _parent._name + "X", random(500) + 500); _root[_parent._name + "X"]._x = _parent._x; _root[_parent._name + "X"]._y = _parent._y; removeMovieClip(_parent); } if (this.hitTest(_root.youlosegooddaysirbar)) { removeMovieClip(_parent); _root.pause = 1; _root.lose = 1; gotoAndStop (7); } }Symbol 51 MovieClip Frame 3 (8 B)stop();Instance of Symbol 42 MovieClip in Symbol 51 MovieClip Frame 3 (462 B)onClipEvent (enterFrame) { if (this.hitTest(_root.ball_3)) { _root.score = _root.score + 100; _root.aball2 = _root.aball; duplicateMovieClip (_root.blow, _parent._name + "X", random(500) + 500); _root[_parent._name + "X"]._x = _parent._x; _root[_parent._name + "X"]._y = _parent._y; removeMovieClip(_parent); } if (this.hitTest(_root.youlosegooddaysirbar)) { removeMovieClip(_parent); _root.pause = 1; _root.lose = 1; gotoAndStop (7); } }Symbol 51 MovieClip Frame 4 (8 B)stop();Instance of Symbol 42 MovieClip in Symbol 51 MovieClip Frame 4 (462 B)onClipEvent (enterFrame) { if (this.hitTest(_root.ball_4)) { _root.score = _root.score + 100; _root.aball2 = _root.aball; duplicateMovieClip (_root.blow, _parent._name + "X", random(500) + 500); _root[_parent._name + "X"]._x = _parent._x; _root[_parent._name + "X"]._y = _parent._y; removeMovieClip(_parent); } if (this.hitTest(_root.youlosegooddaysirbar)) { removeMovieClip(_parent); _root.pause = 1; _root.lose = 1; gotoAndStop (7); } }Symbol 51 MovieClip Frame 5 (8 B)stop();Instance of Symbol 42 MovieClip in Symbol 51 MovieClip Frame 5 (462 B)onClipEvent (enterFrame) { if (this.hitTest(_root.ball_5)) { _root.score = _root.score + 100; _root.aball2 = _root.aball; duplicateMovieClip (_root.blow, _parent._name + "X", random(500) + 500); _root[_parent._name + "X"]._x = _parent._x; _root[_parent._name + "X"]._y = _parent._y; removeMovieClip(_parent); } if (this.hitTest(_root.youlosegooddaysirbar)) { removeMovieClip(_parent); _root.pause = 1; _root.lose = 1; gotoAndStop (7); } }Symbol 51 MovieClip Frame 6 (8 B)stop();Instance of Symbol 42 MovieClip in Symbol 51 MovieClip Frame 6 (1.8 KiB)●onClipEvent (enterFrame) { if (this.hitTest(_root.ball_6)) { _root.aball2 = _root.aball; _root.killbar._y = _parent._y + 10; _root.ball_6._y = 430; } if (this.hitTest(_root.ball_7)) { _root.ball_7._y = 430; } if (this.hitTest(_root.ball_5)) { _root.score = _root.score + 100; _root.aball2 = _root.aball; duplicateMovieClip (_root.blow, _parent._name + "X", random(500) + 500); _root[_parent._name + "X"]._x = _parent._x; _root[_parent._name + "X"]._y = _parent._y; removeMovieClip(_parent); } if (this.hitTest(_root.ball_4)) { _root.score = _root.score + 100; _root.aball2 = _root.aball; duplicateMovieClip (_root.blow, _parent._name + "X", random(500) + 500); _root[_parent._name + "X"]._x = _parent._x; _root[_parent._name + "X"]._y = _parent._y; removeMovieClip(_parent); } if (this.hitTest(_root.ball_3)) { _root.score = _root.score + 100; _root.aball2 = _root.aball; duplicateMovieClip (_root.blow, _parent._name + "X", random(500) + 500); _root[_parent._name + "X"]._x = _parent._x; _root[_parent._name + "X"]._y = _parent._y; removeMovieClip(_parent); } if (this.hitTest(_root.ball_2)) { _root.score = _root.score + 100; _root.aball2 = _root.aball; duplicateMovieClip (_root.blow, _parent._name + "X", random(500) + 500); _root[_parent._name + "X"]._x = _parent._x; _root[_parent._name + "X"]._y = _parent._y; removeMovieClip(_parent); } if (this.hitTest(_root.ball_1)) { _root.score = _root.score + 100; _root.aball2 = _root.aball; duplicateMovieClip (_root.blow, _parent._name + "X", random(500) + 500); _root[_parent._name + "X"]._x = _parent._x; _root[_parent._name + "X"]._y = _parent._y; removeMovieClip(_parent); } if (this.hitTest(_root.youlosegooddaysirbar)) { removeMovieClip(_parent); _root.pause = 1; _root.lose = 1; gotoAndStop (7); } }Symbol 51 MovieClip Frame 7 (8 B)stop();Instance of Symbol 42 MovieClip in Symbol 51 MovieClip Frame 7 (918 B)onClipEvent (enterFrame) { if (this.hitTest(_root.ball_7)) { _root.ball_7._y = 430; _root.aball2 = _root.aball; _root.round = 5; _root.strt = 2; removeMovieClip(_parent); } if (this.hitTest(_root.ball_6)) { _root.score = _root.score + 100; _root.aball2 = _root.aball; duplicateMovieClip (_root.blow, _parent._name + "X", random(500) + 500); _root[_parent._name + "X"]._x = _parent._x; _root[_parent._name + "X"]._y = _parent._y; removeMovieClip(_parent); } if (this.hitTest(_root.ball_1)) { _root.score = _root.score + 100; _root.aball2 = _root.aball; duplicateMovieClip (_root.blow, _parent._name + "X", random(500) + 500); _root[_parent._name + "X"]._x = _parent._x; _root[_parent._name + "X"]._y = _parent._y; removeMovieClip(_parent); } if (this.hitTest(_root.youlosegooddaysirbar)) { removeMovieClip(_parent); _root.pause = 1; _root.lose = 1; gotoAndStop (7); } }Symbol 57 MovieClip Frame 1 (8 B)stop();Symbol 60 MovieClip Frame 2 (37 B)if (_root.pause == 0) { play(); }Symbol 60 MovieClip Frame 3781 (21 B)this.gotoAndPlay(2);Symbol 64 MovieClip Frame 1 (8 B)stop();Symbol 77 Button (121 B)on (release) { if (_root.pause == 0) { _root.pause = 1; _root.newp.gotoAndStop(1); } else { _root.pause = 0; } }Symbol 79 MovieClip Frame 1 (8 B)stop();Symbol 79 MovieClip Frame 2 (8 B)stop();Symbol 79 MovieClip Frame 3 (8 B)stop();Symbol 79 MovieClip Frame 4 (8 B)stop();Symbol 79 MovieClip Frame 5 (8 B)stop();Symbol 79 MovieClip Frame 6 (8 B)stop();Symbol 79 MovieClip Frame 7 (8 B)stop();Instance of Symbol 42 MovieClip in Symbol 89 MovieClip Frame 1 (432 B)onClipEvent (enterFrame) { if (this.hitTest(_root.ball_1)) { _root.score = _root.score + 100; duplicateMovieClip (_root.blow, _parent._name + "X", random(500) + 500); _root[_parent._name + "X"]._x = _parent._x; _root[_parent._name + "X"]._y = _parent._y; removeMovieClip(_parent); } if (this.hitTest(_root.youlosegooddaysirbar)) { removeMovieClip(_parent); _root.pause = 1; _root.lose = 1; gotoAndStop (7); } }Instance of Symbol 42 MovieClip in Symbol 89 MovieClip Frame 20 (432 B)onClipEvent (enterFrame) { if (this.hitTest(_root.ball_1)) { _root.score = _root.score + 100; duplicateMovieClip (_root.blow, _parent._name + "X", random(500) + 500); _root[_parent._name + "X"]._x = _parent._x; _root[_parent._name + "X"]._y = _parent._y; removeMovieClip(_parent); } if (this.hitTest(_root.youlosegooddaysirbar)) { removeMovieClip(_parent); _root.pause = 1; _root.lose = 1; gotoAndStop (7); } }Instance of Symbol 42 MovieClip in Symbol 93 MovieClip Frame 1 (432 B)onClipEvent (enterFrame) { if (this.hitTest(_root.ball_1)) { _root.score = _root.score + 100; duplicateMovieClip (_root.blow, _parent._name + "X", random(500) + 500); _root[_parent._name + "X"]._x = _parent._x; _root[_parent._name + "X"]._y = _parent._y; removeMovieClip(_parent); } if (this.hitTest(_root.youlosegooddaysirbar)) { removeMovieClip(_parent); _root.pause = 1; _root.lose = 1; gotoAndStop (7); } }Instance of Symbol 42 MovieClip in Symbol 93 MovieClip Frame 1 (432 B)onClipEvent (enterFrame) { if (this.hitTest(_root.ball_1)) { _root.score = _root.score + 100; duplicateMovieClip (_root.blow, _parent._name + "X", random(500) + 500); _root[_parent._name + "X"]._x = _parent._x; _root[_parent._name + "X"]._y = _parent._y; removeMovieClip(_parent); } if (this.hitTest(_root.youlosegooddaysirbar)) { removeMovieClip(_parent); _root.pause = 1; _root.lose = 1; gotoAndStop (7); } }Instance of Symbol 42 MovieClip in Symbol 93 MovieClip Frame 1 (432 B)onClipEvent (enterFrame) { if (this.hitTest(_root.ball_1)) { _root.score = _root.score + 100; duplicateMovieClip (_root.blow, _parent._name + "X", random(500) + 500); _root[_parent._name + "X"]._x = _parent._x; _root[_parent._name + "X"]._y = _parent._y; removeMovieClip(_parent); } if (this.hitTest(_root.youlosegooddaysirbar)) { removeMovieClip(_parent); _root.pause = 1; _root.lose = 1; gotoAndStop (7); } }Instance of Symbol 42 MovieClip in Symbol 93 MovieClip Frame 20 (432 B)onClipEvent (enterFrame) { if (this.hitTest(_root.ball_1)) { _root.score = _root.score + 100; duplicateMovieClip (_root.blow, _parent._name + "X", random(500) + 500); _root[_parent._name + "X"]._x = _parent._x; _root[_parent._name + "X"]._y = _parent._y; removeMovieClip(_parent); } if (this.hitTest(_root.youlosegooddaysirbar)) { removeMovieClip(_parent); _root.pause = 1; _root.lose = 1; gotoAndStop (7); } }Instance of Symbol 42 MovieClip in Symbol 93 MovieClip Frame 20 (432 B)onClipEvent (enterFrame) { if (this.hitTest(_root.ball_1)) { _root.score = _root.score + 100; duplicateMovieClip (_root.blow, _parent._name + "X", random(500) + 500); _root[_parent._name + "X"]._x = _parent._x; _root[_parent._name + "X"]._y = _parent._y; removeMovieClip(_parent); } if (this.hitTest(_root.youlosegooddaysirbar)) { removeMovieClip(_parent); _root.pause = 1; _root.lose = 1; gotoAndStop (7); } }Instance of Symbol 42 MovieClip in Symbol 93 MovieClip Frame 32 (432 B)onClipEvent (enterFrame) { if (this.hitTest(_root.ball_1)) { _root.score = _root.score + 100; duplicateMovieClip (_root.blow, _parent._name + "X", random(500) + 500); _root[_parent._name + "X"]._x = _parent._x; _root[_parent._name + "X"]._y = _parent._y; removeMovieClip(_parent); } if (this.hitTest(_root.youlosegooddaysirbar)) { removeMovieClip(_parent); _root.pause = 1; _root.lose = 1; gotoAndStop (7); } }Instance of Symbol 42 MovieClip in Symbol 93 MovieClip Frame 32 (432 B)onClipEvent (enterFrame) { if (this.hitTest(_root.ball_1)) { _root.score = _root.score + 100; duplicateMovieClip (_root.blow, _parent._name + "X", random(500) + 500); _root[_parent._name + "X"]._x = _parent._x; _root[_parent._name + "X"]._y = _parent._y; removeMovieClip(_parent); } if (this.hitTest(_root.youlosegooddaysirbar)) { removeMovieClip(_parent); _root.pause = 1; _root.lose = 1; gotoAndStop (7); } }Instance of Symbol 42 MovieClip in Symbol 93 MovieClip Frame 32 (432 B)onClipEvent (enterFrame) { if (this.hitTest(_root.ball_1)) { _root.score = _root.score + 100; duplicateMovieClip (_root.blow, _parent._name + "X", random(500) + 500); _root[_parent._name + "X"]._x = _parent._x; _root[_parent._name + "X"]._y = _parent._y; removeMovieClip(_parent); } if (this.hitTest(_root.youlosegooddaysirbar)) { removeMovieClip(_parent); _root.pause = 1; _root.lose = 1; gotoAndStop (7); } }Instance of Symbol 42 MovieClip in Symbol 93 MovieClip Frame 51 (432 B)onClipEvent (enterFrame) { if (this.hitTest(_root.ball_1)) { _root.score = _root.score + 100; duplicateMovieClip (_root.blow, _parent._name + "X", random(500) + 500); _root[_parent._name + "X"]._x = _parent._x; _root[_parent._name + "X"]._y = _parent._y; removeMovieClip(_parent); } if (this.hitTest(_root.youlosegooddaysirbar)) { removeMovieClip(_parent); _root.pause = 1; _root.lose = 1; gotoAndStop (7); } }Instance of Symbol 42 MovieClip in Symbol 93 MovieClip Frame 51 (432 B)onClipEvent (enterFrame) { if (this.hitTest(_root.ball_1)) { _root.score = _root.score + 100; duplicateMovieClip (_root.blow, _parent._name + "X", random(500) + 500); _root[_parent._name + "X"]._x = _parent._x; _root[_parent._name + "X"]._y = _parent._y; removeMovieClip(_parent); } if (this.hitTest(_root.youlosegooddaysirbar)) { removeMovieClip(_parent); _root.pause = 1; _root.lose = 1; gotoAndStop (7); } }Instance of Symbol 42 MovieClip in Symbol 93 MovieClip Frame 51 (432 B)onClipEvent (enterFrame) { if (this.hitTest(_root.ball_1)) { _root.score = _root.score + 100; duplicateMovieClip (_root.blow, _parent._name + "X", random(500) + 500); _root[_parent._name + "X"]._x = _parent._x; _root[_parent._name + "X"]._y = _parent._y; removeMovieClip(_parent); } if (this.hitTest(_root.youlosegooddaysirbar)) { removeMovieClip(_parent); _root.pause = 1; _root.lose = 1; gotoAndStop (7); } }Instance of Symbol 42 MovieClip in Symbol 96 MovieClip Frame 1 (432 B)onClipEvent (enterFrame) { if (this.hitTest(_root.ball_1)) { _root.score = _root.score + 100; duplicateMovieClip (_root.blow, _parent._name + "X", random(500) + 500); _root[_parent._name + "X"]._x = _parent._x; _root[_parent._name + "X"]._y = _parent._y; removeMovieClip(_parent); } if (this.hitTest(_root.youlosegooddaysirbar)) { removeMovieClip(_parent); _root.pause = 1; _root.lose = 1; gotoAndStop (7); } }Symbol 102 MovieClip Frame 1 (8 B)stop();Instance of Symbol 83 MovieClip in Symbol 102 MovieClip Frame 1 (34 B)on (release) { _root.pause = 0; }Symbol 102 MovieClip Frame 2 (8 B)stop();Instance of Symbol 86 MovieClip in Symbol 102 MovieClip Frame 2 (33 B)on (release) { _parent.play(); }Symbol 102 MovieClip Frame 3 (8 B)stop();Symbol 102 MovieClip Frame 4 (8 B)stop();Instance of Symbol 86 MovieClip in Symbol 102 MovieClip Frame 4 (34 B)on (release) { _root.pause = 0; }Symbol 102 MovieClip Frame 5 (8 B)stop();Instance of Symbol 42 MovieClip in Symbol 102 MovieClip Frame 5 (432 B)onClipEvent (enterFrame) { if (this.hitTest(_root.ball_1)) { _root.score = _root.score + 100; duplicateMovieClip (_root.blow, _parent._name + "X", random(500) + 500); _root[_parent._name + "X"]._x = _parent._x; _root[_parent._name + "X"]._y = _parent._y; removeMovieClip(_parent); } if (this.hitTest(_root.youlosegooddaysirbar)) { removeMovieClip(_parent); _root.pause = 1; _root.lose = 1; gotoAndStop (7); } }Symbol 102 MovieClip Frame 6 (8 B)stop();Symbol 102 MovieClip Frame 7 (8 B)stop();Symbol 102 MovieClip Frame 8 (8 B)stop();Instance of Symbol 99 MovieClip in Symbol 102 MovieClip Frame 8 (202 B)onClipEvent (load) { _root.newp.ska.text = _root.score; } on (release) { gscore = _root.score; gname = "puzzle"; getURL ("index.php?act=Arcade&do=newscore", "_self", "POST"); _root.score = 0; }
Library Items (7.03 KiB)
Symbol 1 Font | Used by:3 43 44 45 46 47 67 73 76 | |
Symbol 2 Font | Used by:3 11 65 66 78 84 87 88 90 91 92 94 100 101 | |
Symbol 3 Text | Uses:1 2 | Used by:Timeline |
Symbol 4 Graphic | Used by:5 21 79 | |
Symbol 5 MovieClip | Uses:4 | Used by:89 102 Timeline |
Symbol 6 Graphic | Used by:7 | |
Symbol 7 MovieClip | Uses:6 | Used by:Timeline |
Symbol 8 Bitmap | Used by:9 | |
Symbol 9 Graphic | Uses:8 | Used by:10 |
Symbol 10 MovieClip | Uses:9 | Used by:Timeline |
Symbol 11 EditableText | Uses:2 | Used by:Timeline |
Symbol 12 Sound | Used by:Timeline | |
Symbol 13 Graphic | Used by:Timeline | |
Symbol 14 Graphic | Used by:Timeline | |
Symbol 15 Bitmap | Used by:16 | |
Symbol 16 Graphic | Uses:15 | Used by:17 |
Symbol 17 MovieClip | Uses:16 | Used by:Timeline |
Symbol 18 Bitmap | Used by:19 | |
Symbol 19 Graphic | Uses:18 | Used by:20 |
Symbol 20 MovieClip | Uses:19 | Used by:Timeline |
Symbol 21 MovieClip | Uses:4 | Used by:22 |
Symbol 22 MovieClip | Uses:21 | Used by:Timeline |
Symbol 23 Graphic | Used by:Timeline | |
Symbol 24 Graphic | Used by:28 | |
Symbol 25 Font | Used by:26 | |
Symbol 26 EditableText | Uses:25 | Used by:28 |
Symbol 27 Graphic | Used by:28 | |
Symbol 28 MovieClip | Uses:24 26 27 | Used by:Timeline |
Symbol 29 Graphic | Used by:30 79 | |
Symbol 30 MovieClip | Uses:29 | Used by:89 102 Timeline |
Symbol 31 Graphic | Used by:32 79 | |
Symbol 32 MovieClip | Uses:31 | Used by:102 Timeline |
Symbol 33 Graphic | Used by:34 79 | |
Symbol 34 MovieClip | Uses:33 | Used by:93 102 Timeline |
Symbol 35 Graphic | Used by:36 79 | |
Symbol 36 MovieClip | Uses:35 | Used by:102 Timeline |
Symbol 37 Graphic | Used by:38 | |
Symbol 38 MovieClip | Uses:37 | Used by:40 |
Symbol 39 Sound | Used by:40 | |
Symbol 40 MovieClip | Uses:38 39 | Used by:Timeline |
Symbol 41 Graphic | Used by:42 | |
Symbol 42 MovieClip | Uses:41 | Used by:48 51 89 93 96 102 |
Symbol 43 EditableText | Uses:1 | Used by:48 |
Symbol 44 EditableText | Uses:1 | Used by:48 |
Symbol 45 EditableText | Uses:1 | Used by:48 |
Symbol 46 EditableText | Uses:1 | Used by:48 |
Symbol 47 EditableText | Uses:1 | Used by:48 |
Symbol 48 MovieClip | Uses:42 43 44 45 46 47 | Used by:Timeline |
Symbol 49 Graphic | Used by:50 | |
Symbol 50 MovieClip | Uses:49 | Used by:Timeline |
Symbol 51 MovieClip | Uses:42 | Used by:Timeline |
Symbol 52 Graphic | Used by:53 80 | |
Symbol 53 MovieClip | Uses:52 | Used by:Timeline |
Symbol 54 Graphic | Used by:57 | |
Symbol 55 Graphic | Used by:57 | |
Symbol 56 Sound | Used by:57 | |
Symbol 57 MovieClip | Uses:54 55 56 | Used by:Timeline |
Symbol 58 Graphic | Used by:60 | |
Symbol 59 Graphic | Used by:60 | |
Symbol 60 MovieClip | Uses:58 59 SS1 | Used by:Timeline |
Symbol 61 Graphic | Used by:64 | |
Symbol 62 Graphic | Used by:64 | |
Symbol 63 Sound | Used by:64 | |
Symbol 64 MovieClip | Uses:61 62 63 | Used by:Timeline |
Symbol 65 EditableText | Uses:2 | Used by:Timeline |
Symbol 66 EditableText | Uses:2 | Used by:Timeline |
Symbol 67 Text | Uses:1 | Used by:Timeline |
Symbol 68 Graphic | Used by:69 79 | |
Symbol 69 MovieClip | Uses:68 | Used by:96 102 Timeline |
Symbol 70 Graphic | Used by:71 79 | |
Symbol 71 MovieClip | Uses:70 | Used by:93 102 Timeline |
Symbol 72 Graphic | Used by:77 | |
Symbol 73 Text | Uses:1 | Used by:77 |
Symbol 74 Graphic | Used by:77 | |
Symbol 75 Graphic | Used by:77 | |
Symbol 76 Text | Uses:1 | Used by:77 |
Symbol 77 Button | Uses:72 73 74 75 76 | Used by:Timeline |
Symbol 78 EditableText | Uses:2 | Used by:79 |
Symbol 79 MovieClip | Uses:4 78 29 31 33 35 70 68 | Used by:Timeline |
Symbol 80 MovieClip | Uses:52 | Used by:Timeline |
Symbol 81 Graphic | Used by:102 | |
Symbol 82 Graphic | Used by:83 86 | |
Symbol 83 MovieClip | Uses:82 | Used by:102 |
Symbol 84 Text | Uses:2 | Used by:102 |
Symbol 85 Graphic | Used by:102 | |
Symbol 86 MovieClip | Uses:82 | Used by:102 |
Symbol 87 Text | Uses:2 | Used by:102 |
Symbol 88 Text | Uses:2 | Used by:102 |
Symbol 89 MovieClip | Uses:5 42 30 | Used by:102 |
Symbol 90 Text | Uses:2 | Used by:102 |
Symbol 91 Text | Uses:2 | Used by:102 |
Symbol 92 Text | Uses:2 | Used by:102 |
Symbol 93 MovieClip | Uses:34 42 71 | Used by:102 |
Symbol 94 Text | Uses:2 | Used by:102 |
Symbol 95 Graphic | Used by:96 | |
Symbol 96 MovieClip | Uses:69 42 95 | Used by:102 |
Symbol 97 Graphic | Used by:102 | |
Symbol 98 Graphic | Used by:99 | |
Symbol 99 MovieClip | Uses:98 | Used by:102 |
Symbol 100 Text | Uses:2 | Used by:102 |
Symbol 101 EditableText | Uses:2 | Used by:102 |
Symbol 102 MovieClip | Uses:81 83 84 85 86 87 5 30 32 34 36 69 71 88 89 90 91 42 92 93 94 96 97 99 100 101 | Used by:Timeline |
Streaming Sound 1 | Used by:Symbol 60 MovieClip |
Instance Names (3.04 KiB)
"ball_1" | Frame 1 | Symbol 5 MovieClip |
"aproto" | Frame 1 | Symbol 7 MovieClip |
"ball_2" | Frame 1 | Symbol 5 MovieClip |
"aproto2" | Frame 1 | Symbol 7 MovieClip |
"ball_3" | Frame 1 | Symbol 5 MovieClip |
"aproto3" | Frame 1 | Symbol 7 MovieClip |
"ball_1" | Frame 3 | Symbol 5 MovieClip |
"ball_2" | Frame 3 | Symbol 30 MovieClip |
"ball_3" | Frame 3 | Symbol 32 MovieClip |
"ball_4" | Frame 3 | Symbol 34 MovieClip |
"ball_5" | Frame 3 | Symbol 36 MovieClip |
"blow" | Frame 3 | Symbol 40 MovieClip |
"bred" | Frame 3 | Symbol 48 MovieClip |
"bblue" | Frame 3 | Symbol 48 MovieClip |
"bred" | Frame 3 | Symbol 48 MovieClip |
"bred" | Frame 3 | Symbol 48 MovieClip |
"bred" | Frame 3 | Symbol 48 MovieClip |
"bred" | Frame 3 | Symbol 48 MovieClip |
"bred" | Frame 3 | Symbol 48 MovieClip |
"blockproto" | Frame 3 | Symbol 51 MovieClip |
"youlosegooddaysirbar" | Frame 3 | Symbol 53 MovieClip |
"newrow" | Frame 3 | Symbol 57 MovieClip |
"music" | Frame 3 | Symbol 60 MovieClip |
"bing" | Frame 3 | Symbol 64 MovieClip |
"aproto" | Frame 3 | Symbol 7 MovieClip |
"scor" | Frame 3 | Symbol 65 EditableText |
"lvl" | Frame 3 | Symbol 66 EditableText |
"killbar" | Frame 3 | Symbol 53 MovieClip |
"ball_7" | Frame 3 | Symbol 69 MovieClip |
"ball_6" | Frame 3 | Symbol 71 MovieClip |
"pausemask" | Frame 3 | Symbol 80 MovieClip |
"pmenu" | Frame 3 | Symbol 102 MovieClip |
"ballprime" | Symbol 22 MovieClip Frame 1 | Symbol 21 MovieClip |
"rnd" | Symbol 28 MovieClip Frame 1 | Symbol 26 EditableText |
"number" | Symbol 48 MovieClip Frame 1 | Symbol 43 EditableText |
"number" | Symbol 48 MovieClip Frame 3 | Symbol 44 EditableText |
"number" | Symbol 48 MovieClip Frame 4 | Symbol 45 EditableText |
"number" | Symbol 48 MovieClip Frame 6 | Symbol 46 EditableText |
"number" | Symbol 48 MovieClip Frame 7 | Symbol 47 EditableText |
"number" | Symbol 79 MovieClip Frame 1 | Symbol 78 EditableText |
"ska" | Symbol 102 MovieClip Frame 8 | Symbol 101 EditableText |
|