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

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

pokeball blitz.swf

This is the info page for
Flash #28650

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


Text
[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&apos;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]

Frame 1
stop();
Instance of Symbol 5 MovieClip "ball_1" in Frame 1
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
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
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
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
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
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
on (release) { _root.play(); }
Frame 3
stop();
Instance of Symbol 5 MovieClip "ball_1" in Frame 3
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
onClipEvent (load) { this._alpha = 0; }
Instance of Symbol 7 MovieClip "aproto" in Frame 3
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
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
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
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
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
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
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
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
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
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
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
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
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
prevFrame();
Instance of Symbol 21 MovieClip "ballprime" in Symbol 22 MovieClip Frame 1
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
if (_root.pause == 0) { _root.round = _root.round - 1; this.rnd.text = _root.round; }
Symbol 40 MovieClip Frame 2
aSound = new Sound(this); aSound.attachSound("keld"); aSound.start(0, 1);
Symbol 40 MovieClip Frame 11
_parent.removeMovieClip(); this.removeMovieClip(); removeMovieClip(this); removeMovieClip(_parent);
Symbol 48 MovieClip Frame 1
stop();
Instance of Symbol 42 MovieClip in Symbol 48 MovieClip Frame 1
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
stop();
Instance of Symbol 42 MovieClip in Symbol 48 MovieClip Frame 2
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
stop();
Instance of Symbol 42 MovieClip in Symbol 48 MovieClip Frame 3
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
stop();
Instance of Symbol 42 MovieClip in Symbol 48 MovieClip Frame 4
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
stop();
Instance of Symbol 42 MovieClip in Symbol 48 MovieClip Frame 5
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
stop();
Instance of Symbol 42 MovieClip in Symbol 48 MovieClip Frame 6
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
stop();
Instance of Symbol 42 MovieClip in Symbol 48 MovieClip Frame 7
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
stop();
Instance of Symbol 42 MovieClip in Symbol 51 MovieClip Frame 1
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
stop();
Instance of Symbol 42 MovieClip in Symbol 51 MovieClip Frame 2
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
stop();
Instance of Symbol 42 MovieClip in Symbol 51 MovieClip Frame 3
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
stop();
Instance of Symbol 42 MovieClip in Symbol 51 MovieClip Frame 4
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
stop();
Instance of Symbol 42 MovieClip in Symbol 51 MovieClip Frame 5
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
stop();
Instance of Symbol 42 MovieClip in Symbol 51 MovieClip Frame 6
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
stop();
Instance of Symbol 42 MovieClip in Symbol 51 MovieClip Frame 7
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
stop();
Symbol 60 MovieClip Frame 2
if (_root.pause == 0) { play(); }
Symbol 60 MovieClip Frame 3781
this.gotoAndPlay(2);
Symbol 64 MovieClip Frame 1
stop();
Symbol 77 Button
on (release) { if (_root.pause == 0) { _root.pause = 1; _root.newp.gotoAndStop(1); } else { _root.pause = 0; } }
Symbol 79 MovieClip Frame 1
stop();
Symbol 79 MovieClip Frame 2
stop();
Symbol 79 MovieClip Frame 3
stop();
Symbol 79 MovieClip Frame 4
stop();
Symbol 79 MovieClip Frame 5
stop();
Symbol 79 MovieClip Frame 6
stop();
Symbol 79 MovieClip Frame 7
stop();
Instance of Symbol 42 MovieClip in Symbol 89 MovieClip Frame 1
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
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
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
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
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
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
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
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
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
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
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
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
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
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
stop();
Instance of Symbol 83 MovieClip in Symbol 102 MovieClip Frame 1
on (release) { _root.pause = 0; }
Symbol 102 MovieClip Frame 2
stop();
Instance of Symbol 86 MovieClip in Symbol 102 MovieClip Frame 2
on (release) { _parent.play(); }
Symbol 102 MovieClip Frame 3
stop();
Symbol 102 MovieClip Frame 4
stop();
Instance of Symbol 86 MovieClip in Symbol 102 MovieClip Frame 4
on (release) { _root.pause = 0; }
Symbol 102 MovieClip Frame 5
stop();
Instance of Symbol 42 MovieClip in Symbol 102 MovieClip Frame 5
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
stop();
Symbol 102 MovieClip Frame 7
stop();
Symbol 102 MovieClip Frame 8
stop();
Instance of Symbol 99 MovieClip in Symbol 102 MovieClip Frame 8
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

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

Instance Names

"ball_1"Frame 1Symbol 5 MovieClip
"aproto"Frame 1Symbol 7 MovieClip
"ball_2"Frame 1Symbol 5 MovieClip
"aproto2"Frame 1Symbol 7 MovieClip
"ball_3"Frame 1Symbol 5 MovieClip
"aproto3"Frame 1Symbol 7 MovieClip
"ball_1"Frame 3Symbol 5 MovieClip
"ball_2"Frame 3Symbol 30 MovieClip
"ball_3"Frame 3Symbol 32 MovieClip
"ball_4"Frame 3Symbol 34 MovieClip
"ball_5"Frame 3Symbol 36 MovieClip
"blow"Frame 3Symbol 40 MovieClip
"bred"Frame 3Symbol 48 MovieClip
"bblue"Frame 3Symbol 48 MovieClip
"bred"Frame 3Symbol 48 MovieClip
"bred"Frame 3Symbol 48 MovieClip
"bred"Frame 3Symbol 48 MovieClip
"bred"Frame 3Symbol 48 MovieClip
"bred"Frame 3Symbol 48 MovieClip
"blockproto"Frame 3Symbol 51 MovieClip
"youlosegooddaysirbar"Frame 3Symbol 53 MovieClip
"newrow"Frame 3Symbol 57 MovieClip
"music"Frame 3Symbol 60 MovieClip
"bing"Frame 3Symbol 64 MovieClip
"aproto"Frame 3Symbol 7 MovieClip
"scor"Frame 3Symbol 65 EditableText
"lvl"Frame 3Symbol 66 EditableText
"killbar"Frame 3Symbol 53 MovieClip
"ball_7"Frame 3Symbol 69 MovieClip
"ball_6"Frame 3Symbol 71 MovieClip
"pausemask"Frame 3Symbol 80 MovieClip
"pmenu"Frame 3Symbol 102 MovieClip
"ballprime"Symbol 22 MovieClip Frame 1Symbol 21 MovieClip
"rnd"Symbol 28 MovieClip Frame 1Symbol 26 EditableText
"number"Symbol 48 MovieClip Frame 1Symbol 43 EditableText
"number"Symbol 48 MovieClip Frame 3Symbol 44 EditableText
"number"Symbol 48 MovieClip Frame 4Symbol 45 EditableText
"number"Symbol 48 MovieClip Frame 6Symbol 46 EditableText
"number"Symbol 48 MovieClip Frame 7Symbol 47 EditableText
"number"Symbol 79 MovieClip Frame 1Symbol 78 EditableText
"ska"Symbol 102 MovieClip Frame 8Symbol 101 EditableText




http://swfchan.com/6/28650/info.shtml
Created: 20/5 -2019 07:53:04 Last modified: 20/5 -2019 07:53:04 Server time: 16/04 -2024 20:32:03