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

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

prison-breaker.swf

This is the info page for
Flash #126823

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


Text
0


SCORE:


0


0


0


0


0



ActionScript [AS1/AS2]

Frame 1
ifFrameLoaded (44) { gotoAndPlay (5); } fscommand ("allowscale", "false"); function __com_mochibot__(swfid, mc, lv, trk) { var x; var g; var s; var fv; var sb; var u; var res; var mb; var mbc; var pv; mb = "__mochibot__"; mbc = "mochibot.com"; g = (_global ? (_global) : (_level0._root)); if (g[mb + swfid]) { return(g[mb + swfid]); } s = System.security; x = mc._root.getSWFVersion; fv = (x ? (mc.getSWFVersion()) : ((_global ? 6 : 5))); if (!s) { s = {}; } sb = s.sandboxType; if (sb == "localWithFile") { return(null); } x = s.allowDomain; if (x) { s.allowDomain(mbc); } x = s.allowInsecureDomain; if (x) { s.allowInsecureDomain(mbc); } pv = ((fv == 5) ? (getVersion()) : (System.capabilities.version)); u = (((((((((((("http://" + mbc) + "/my/core.swf?mv=8&fv=") + fv) + "&v=") + escape(pv)) + "&swfid=") + escape(swfid)) + "&l=") + lv) + "&f=") + mc) + (sb ? ("&sb=" + sb) : "")) + (trk ? "&t=1" : ""); lv = ((fv > 6) ? (mc.getNextHighestDepth()) : ((g[mb + "level"] ? (g[mb + "level"] + 1) : (lv)))); g[mb + "level"] = lv; if (fv == 5) { res = "_level" + lv; if (!eval (res)) { loadMovieNum (u, lv); } } else { res = mc.createEmptyMovieClip(mb + swfid, lv); res.loadMovie(u); } return(res); } __com_mochibot__("6f147717", this, 10301, true);
Frame 4
gotoAndPlay (1);
Frame 7
stop();
Instance of Symbol 25 MovieClip "block" in Frame 7
onClipEvent (enterFrame) { if (this.hitTest(_root.ball)) { _root.vars.numofblocks--; if (_root.vars.numofblocks < 1) { _root.vars.theLevel = _root.vars.theLevel + 1; i = 0; while (i < 500) { removeMovieClip(_root["hardblock" + i]); i++; } _root.gotoAndPlay("level"); } _root.sounds.blockhit_sfx.start(0.79, 1); num = random(50); if (num == 8) { if (_root.vars.bonus1counter > 517) { _root.vars.bonus1counter = 500; } _root.vars.bonus1counter++; duplicateMovieClip (_root.bonus1, "bonus1" + _root.vars.bonus1counter, _root.vars.bonus1counter); _root["bonus1" + _root.vars.bonus1counter]._x = _x; _root["bonus1" + _root.vars.bonus1counter]._y = _y; } if (num == 6) { if (_root.vars.bonus2counter > 537) { _root.vars.bonus2counter = 520; } _root.vars.bonus2counter++; duplicateMovieClip (_root.bonus2, "bonus2" + _root.vars.bonus2counter, _root.vars.bonus2counter); _root["bonus2" + _root.vars.bonus2counter]._x = _x; _root["bonus2" + _root.vars.bonus2counter]._y = _y; } if (num == 4) { if (_root.vars.bonus3counter > 557) { _root.vars.bonus3counter = 540; } _root.vars.bonus3counter++; duplicateMovieClip (_root.bonus3, "bonus3" + _root.vars.bonus3counter, _root.vars.bonus3counter); _root["bonus3" + _root.vars.bonus3counter]._x = _x; _root["bonus3" + _root.vars.bonus3counter]._y = _y; } if (num == 3) { if (_root.vars.bonus4counter > 577) { _root.vars.bonus4counter = 560; } _root.vars.bonus4counter++; duplicateMovieClip (_root.bonus4, "bonus4" + _root.vars.bonus4counter, _root.vars.bonus4counter); _root["bonus4" + _root.vars.bonus4counter]._x = _x; _root["bonus4" + _root.vars.bonus4counter]._y = _y; } if (num == 2) { if (_root.vars.bonus5counter > 597) { _root.vars.bonus5counter = 580; } _root.vars.bonus5counter++; duplicateMovieClip (_root.bonus5, "bonus5" + _root.vars.bonus5counter, _root.vars.bonus5counter); _root["bonus5" + _root.vars.bonus5counter]._x = _x; _root["bonus5" + _root.vars.bonus5counter]._y = _y; } if (_root.vars.fireball == 0) { if (((_root.ball._x < (_x + 10)) && ((_x - 10) < _root.ball._x)) && ((_y - 3.5) < _root.ball._y)) { _root.ball._y = (_y + (_height / 2)) + (_root.ball._height / 2); _root.vars.bally = _root.vars.bally * -1; _root.vars.score = _root.vars.score + Number(10); this.removeMovieClip(); } if (((_root.ball._x < (_x + 10)) && ((_x - 10) < _root.ball._x)) && (_root.ball._y < (_y + 3.5))) { _root.ball._y = (_y - (_height / 2)) - (_root.ball._height / 2); _root.vars.bally = _root.vars.bally * -1; _root.vars.score = _root.vars.score + Number(10); this.removeMovieClip(); } if (((_root.ball._x < (_x - 5)) && ((_y - 3.5) < _root.ball._y)) && (_root.ball._y < (_y + 3.5))) { _root.ball._x = (_x - (_width / 2)) - (_root.ball._width / 2); _root.vars.ballx = _root.vars.ballx * -1; _root.vars.score = _root.vars.score + Number(10); this.removeMovieClip(); } if ((((_x + 5) < _root.ball._x) && ((_y - 3.5) < _root.ball._y)) && (_root.ball._y < (_y + 3.5))) { _root.ball._x = (_x + (_width / 2)) + (_root.ball._width / 2); _root.vars.ballx = _root.vars.ballx * -1; _root.vars.score = _root.vars.score + Number(10); this.removeMovieClip(); } this.removeMovieClip(); } else { _root.vars.score = _root.vars.score + Number(10); this.removeMovieClip(); } } if (_root.vars.bullet == 1) { if (this.hitTest(_root.bullet1)) { _root.vars.numofblocks--; if (_root.vars.numofblocks < 1) { i = 0; while (i < 500) { removeMovieClip(_root["hardblock" + i]); i++; } _root.vars.theLevel = _root.vars.theLevel + 1; _root.gotoAndPlay("level"); } _root.sounds.blockhit_sfx.start(0.79, 1); num = random(50); if (num == 8) { if (_root.vars.bonus1counter > 517) { _root.vars.bonus1counter = 500; } _root.vars.bonus1counter++; duplicateMovieClip (_root.bonus1, "bonus1" + _root.vars.bonus1counter, _root.vars.bonus1counter); _root["bonus1" + _root.vars.bonus1counter]._x = _x; _root["bonus1" + _root.vars.bonus1counter]._y = _y; } if (num == 6) { if (_root.vars.bonus2counter > 537) { _root.vars.bonus2counter = 520; } _root.vars.bonus2counter++; duplicateMovieClip (_root.bonus2, "bonus2" + _root.vars.bonus2counter, _root.vars.bonus2counter); _root["bonus2" + _root.vars.bonus2counter]._x = _x; _root["bonus2" + _root.vars.bonus2counter]._y = _y; } if (num == 4) { if (_root.vars.bonus3counter > 557) { _root.vars.bonus3counter = 540; } _root.vars.bonus3counter++; duplicateMovieClip (_root.bonus3, "bonus3" + _root.vars.bonus3counter, _root.vars.bonus3counter); _root["bonus3" + _root.vars.bonus3counter]._x = _x; _root["bonus3" + _root.vars.bonus3counter]._y = _y; } if (num == 3) { if (_root.vars.bonus4counter > 577) { _root.vars.bonus4counter = 560; } _root.vars.bonus4counter++; duplicateMovieClip (_root.bonus4, "bonus4" + _root.vars.bonus4counter, _root.vars.bonus4counter); _root["bonus4" + _root.vars.bonus4counter]._x = _x; _root["bonus4" + _root.vars.bonus4counter]._y = _y; } if (num == 2) { if (_root.vars.bonus5counter > 597) { _root.vars.bonus5counter = 580; } _root.vars.bonus5counter++; duplicateMovieClip (_root.bonus5, "bonus5" + _root.vars.bonus5counter, _root.vars.bonus5counter); _root["bonus5" + _root.vars.bonus5counter]._x = _x; _root["bonus5" + _root.vars.bonus5counter]._y = _y; } _root.vars.score = _root.vars.score + Number(10); _root.vars.bullet = 0; _root.bullet1.removeMovieClip(); this.removeMovieClip(); } } }
Instance of Symbol 28 MovieClip "bonus1" in Frame 7
onClipEvent (enterFrame) { if (this.hitTest(_root.ship)) { _root.vars.bullet = 0; _root.vars.gun = 0; _root.ship.gotoAndStop(2); this.removeMovieClip(); } if (str ne "bonus1") { _y = (_y + 2); if (_y > 235) { this.removeMovieClip(); } } } onClipEvent (load) { str = _name; }
Instance of Symbol 35 MovieClip "bonus2" in Frame 7
onClipEvent (enterFrame) { if (str ne "bonus2") { if (_y > 235) { this.removeMovieClip(); } _y = (_y + 2); } if (this.hitTest(_root.ship)) { _root.vars.gameon = 0; Set("_root.vars.:ballx", 3); Set("_root.vars.:bally", -3); _root.gotoAndPlay("miss"); _root.func.miss(); this.removeMovieClip(); } } onClipEvent (load) { str = _name; }
Instance of Symbol 38 MovieClip "bonus3" in Frame 7
onClipEvent (enterFrame) { if (this.hitTest(_root.ship)) { _root.vars.bullet = 0; _root.vars.gun = 0; _root.ship.gotoAndStop(3); this.removeMovieClip(); } if (str ne "bonus3") { _y = (_y + 2); if (_y > 235) { this.removeMovieClip(); } } } onClipEvent (load) { str = _name; }
Instance of Symbol 52 MovieClip "bonus4" in Frame 7
onClipEvent (enterFrame) { if (this.hitTest(_root.ship)) { _root.ball.gotoAndStop(2); _root.vars.fireball = 1; this.removeMovieClip(); } if (str ne "bonus4") { _y = (_y + 2); if (_y > 235) { this.removeMovieClip(); } } } onClipEvent (load) { str = _name; }
Instance of Symbol 65 MovieClip "bonus5" in Frame 7
onClipEvent (enterFrame) { if (this.hitTest(_root.ship)) { _root.ship.gotoAndStop(4); _root.vars.gun = 1; this.removeMovieClip(); } if (str ne "bonus5") { _y = (_y + 2); if (_y > 235) { this.removeMovieClip(); } } } onClipEvent (load) { str = _name; }
Instance of Symbol 69 MovieClip "bullet" in Frame 7
onClipEvent (enterFrame) { if (str ne "bullet") { _y = (_y - 7); if (_y < 23) { _root.vars.bullet = 0; this.removeMovieClip(); } } } onClipEvent (load) { str = _name; }
Instance of Symbol 73 MovieClip "hardblock" in Frame 7
onClipEvent (enterFrame) { if (this.hitTest(_root.ball)) { gotoAndPlay (6); if (_root.vars.fireball == 0) { if (((_root.ball._x < (_x + 10)) && ((_x - 10) < _root.ball._x)) && ((_y - 3.5) < _root.ball._y)) { _root.ball._y = (_y + (_height / 2)) + (_root.ball._height / 2); _root.vars.bally = _root.vars.bally * -1; _root.sounds.blockhit_sfx.start(0.79, 1); } if (((_root.ball._x < (_x + 10)) && ((_x - 10) < _root.ball._x)) && (_root.ball._y < (_y + 3.5))) { _root.ball._y = (_y - (_height / 2)) - (_root.ball._height / 2); _root.vars.bally = _root.vars.bally * -1; _root.sounds.blockhit_sfx.start(0.79, 1); } if (((_root.ball._x < (_x - 5)) && ((_y - 3.5) < _root.ball._y)) && (_root.ball._y < (_y + 3.5))) { _root.ball._x = (_x - (_width / 2)) - (_root.ball._width / 2); _root.vars.ballx = _root.vars.ballx * -1; _root.sounds.blockhit_sfx.start(0.79, 1); } if ((((_x + 5) < _root.ball._x) && ((_y - 3.5) < _root.ball._y)) && (_root.ball._y < (_y + 3.5))) { _root.ball._x = (_x + (_width / 2)) + (_root.ball._width / 2); _root.vars.ballx = _root.vars.ballx * -1; _root.sounds.blockhit_sfx.start(0.79, 1); } if (((_x + 10) < _root.ball._x) && ((_y + 3.5) < _root.ball._y)) { if ((_root.vars.ballx < 0) && (_root.vars.bally > 0)) { _root.ball._x = (_x + (_width / 2)) + (_root.ball._width / 2); _root.vars.ballx = _root.vars.ballx * -1; _root.sounds.blockhit_sfx.start(0.79, 1); } if ((_root.vars.ballx > 0) && (_root.vars.bally < 0)) { _root.ball._x = (_x + (_width / 2)) + (_root.ball._width / 2); _root.vars.ballx = _root.vars.ballx * -1; _root.sounds.blockhit_sfx.start(0.79, 1); } if ((_root.vars.ballx < 0) && (_root.vars.bally < 0)) { _root.ball._x = (_x + (_width / 2)) + (_root.ball._width / 2); _root.ball._y = (_y + (_height / 2)) + (_root.ball._height / 2); _root.vars.ballx = _root.vars.ballx * -1; _root.vars.bally = _root.vars.bally * -1; _root.sounds.blockhit_sfx.start(0.79, 1); } } if (((_x + 10) < _root.ball._x) && (_root.ball._y < (_y - 3.5))) { if ((_root.vars.ballx < 0) && (_root.vars.bally < 0)) { _root.ball._x = (_x + (_width / 2)) + (_root.ball._width / 2); _root.vars.ballx = _root.vars.ballx * -1; _root.sounds.blockhit_sfx.start(0.79, 1); } if ((_root.vars.ballx > 0) && (_root.vars.bally > 0)) { _root.ball._x = (_x + (_width / 2)) + (_root.ball._width / 2); _root.vars.ballx = _root.vars.ballx * -1; _root.sounds.blockhit_sfx.start(0.79, 1); } if ((_root.vars.ballx < 0) && (_root.vars.bally > 0)) { _root.ball._x = (_x + (_width / 2)) + (_root.ball._width / 2); _root.ball._y = (_y - (_height / 2)) - (_root.ball._height / 2); _root.vars.ballx = _root.vars.ballx * -1; _root.vars.bally = _root.vars.bally * -1; _root.sounds.blockhit_sfx.start(0.79, 1); } } if ((_root.ball._x < (_x - 10)) && (_root.ball._y < (_y - 3.5))) { if ((_root.vars.ballx < 0) && (_root.vars.bally > 0)) { _root.ball._x = (_x - (_width / 2)) - (_root.ball._width / 2); _root.vars.ballx = _root.vars.ballx * -1; _root.sounds.blockhit_sfx.start(0.79, 1); } if ((_root.vars.ballx > 0) && (_root.vars.bally < 0)) { _root.ball._x = (_x - (_width / 2)) - (_root.ball._width / 2); _root.vars.ballx = _root.vars.ballx * -1; _root.sounds.blockhit_sfx.start(0.79, 1); } if ((_root.vars.ballx > 0) && (_root.vars.bally > 0)) { _root.ball._x = (_x - (_width / 2)) - (_root.ball._width / 2); _root.ball._y = (_y - (_height / 2)) - (_root.ball._height / 2); _root.vars.ballx = _root.vars.ballx * -1; _root.vars.bally = _root.vars.bally * -1; _root.sounds.blockhit_sfx.start(0.79, 1); } } if ((_root.ball._x < (_x - 10)) && ((_y + 3.5) < _root.ball._y)) { if ((_root.vars.ballx < 0) && (_root.vars.bally < 0)) { _root.ball._x = (_x - (_width / 2)) - (_root.ball._width / 2); _root.vars.bally = _root.vars.bally * -1; _root.sounds.blockhit_sfx.start(0.79, 1); } if ((_root.vars.ballx > 0) && (_root.vars.bally < 0)) { _root.ball._x = (_x - (_width / 2)) - (_root.ball._width / 2); _root.vars.ballx = _root.vars.ballx * -1; _root.vars.bally = _root.vars.bally * -1; _root.sounds.blockhit_sfx.start(0.79, 1); } if ((_root.vars.ballx > 0) && (_root.vars.bally > 0)) { _root.ball._x = (_x - (_width / 2)) - (_root.ball._width / 2); _root.ball._y = (_y + (_height / 2)) + (_root.ball._height / 2); _root.vars.ballx = _root.vars.ballx * -1; _root.sounds.blockhit_sfx.start(0.79, 1); } } } else { _root.vars.score = _root.vars.score + Number(20); _root.sounds.blockhit_sfx.start(0.79, 1); this.removeMovieClip(); } } if (_root.vars.bullet == 1) { if (this.hitTest(_root.bullet1)) { _root.sounds.blockhit_sfx.start(0.79, 1); _root.vars.score = _root.vars.score + Number(20); _root.vars.bullet = 0; _root.bullet1.removeMovieClip(); this.removeMovieClip(); } } }
Frame 14
_root.func.drawblocks();
Instance of Symbol 111 MovieClip "ship" in Frame 14
onClipEvent (enterFrame) { if (_root.vars.gameon == 1) { quarter = _width / 4; leftpoint = 2 * quarter; rightpoint = 2 * quarter; if (key.isdown(37)) { if ((1 + leftpoint) < _x) { this._x = this._x - _root.vars.:boardmove; } else { this._x = 0 + rightpoint; } } if (key.isdown(39)) { if (_x < (318 - rightpoint)) { this._x = this._x + _root.vars.:boardmove; } else { this._x = 319 - rightpoint; } } if (key.isdown(32)) { if ((_root.vars.gun == 1) && (_root.vars.bullet == 0)) { _root.vars.bullet = 1; duplicateMovieClip (_root.bullet, "bullet1", 2000); _root.bullet1._x = _x; _root.bullet1._y = _y; } } if (key.isdown(16)) { _root.vars.shiftpressed = _root.vars.shiftpressed + 1; if (_root.vars.shiftpressed < 10) { _root.ball._x = _root.ball._x - 4; } } if (this.hitTest(_root.ball)) { if (_root.vars.fireball == 1) { _root.ball._y = _y - 14; } else { _root.ball._y = _y - 10; } if ((_root.ball._x < _x) && ((_x - quarter) < _root.ball._x)) { if (_root.vars.:ballx < 0) { Set("_root.vars.:bally", -3.5); Set("_root.vars.:ballx", -1.5); } else { Set("_root.vars.:bally", -3.5); Set("_root.vars.:ballx", -1.5); } } if ((_x < _root.ball._x) && (_root.ball._x < (_x + quarter))) { if (_root.vars.:ballx < 0) { Set("_root.vars.:bally", -3.5); Set("_root.vars.:ballx", 1.5); } else { Set("_root.vars.:bally", -3.5); Set("_root.vars.:ballx", 1.5); } } if (_root.ball._x < (_x - quarter)) { if (_root.vars.:ballx < 0) { Set("_root.vars.:ballx", -3); Set("_root.vars.:bally", -3); } else { Set("_root.vars.:ballx", -3); Set("_root.vars.:bally", -3); } } if ((_x + quarter) < _root.ball._x) { if (_root.vars.:ballx < 0) { Set("_root.vars.:ballx", 3); Set("_root.vars.:bally", -3); } else { Set("_root.vars.:ballx", 3); Set("_root.vars.:bally", -3); } } _root.sounds.ballhitship_sfx.start(0.09, 1); } } }
Instance of Symbol 115 MovieClip "ball" in Frame 14
onClipEvent (enterFrame) { if (_root.vars.gameon == 1) { if (_x > 316) { _root.sounds.ballhit_sfx.start(0.1, 1); _root.ball._x = 315; Set("_root.vars.:ballx", _root.vars.:ballx * -1); } if (_x < 4) { _root.sounds.ballhit_sfx.start(0.1, 1); _root.ball._x = 5; Set("_root.vars.:ballx", _root.vars.:ballx * -1); } if (_y < 22) { _root.sounds.ballhit_sfx.start(0.1, 1); Set("_root.vars.:bally", _root.vars.:bally * -1); } if (_y > 255) { _root.func.miss(); if (_root.vars.miss > 4) { _root.gotoAndPlay("over"); } else { _root.gotoAndPlay("miss"); } _root.vars.gameon = 0; Set("_root.vars.:ballx", 3); Set("_root.vars.:bally", -3); } _x = (_x + _root.vars.:ballx); _y = (_y + _root.vars.:bally); updateAfterEvent(); } }
Instance of Symbol 25 MovieClip "block" in Frame 14
onClipEvent (enterFrame) { if (this.hitTest(_root.ball)) { _root.vars.numofblocks--; if (_root.vars.numofblocks < 1) { _root.vars.theLevel = _root.vars.theLevel + 1; i = 0; while (i < 500) { removeMovieClip(_root["hardblock" + i]); i++; } _root.gotoAndPlay("level"); } _root.sounds.blockhit_sfx.start(0.79, 1); num = random(50); if (num == 8) { if (_root.vars.bonus1counter > 517) { _root.vars.bonus1counter = 500; } _root.vars.bonus1counter++; duplicateMovieClip (_root.bonus1, "bonus1" + _root.vars.bonus1counter, _root.vars.bonus1counter); _root["bonus1" + _root.vars.bonus1counter]._x = _x; _root["bonus1" + _root.vars.bonus1counter]._y = _y; } if (num == 6) { if (_root.vars.bonus2counter > 537) { _root.vars.bonus2counter = 520; } _root.vars.bonus2counter++; duplicateMovieClip (_root.bonus2, "bonus2" + _root.vars.bonus2counter, _root.vars.bonus2counter); _root["bonus2" + _root.vars.bonus2counter]._x = _x; _root["bonus2" + _root.vars.bonus2counter]._y = _y; } if (num == 4) { if (_root.vars.bonus3counter > 557) { _root.vars.bonus3counter = 540; } _root.vars.bonus3counter++; duplicateMovieClip (_root.bonus3, "bonus3" + _root.vars.bonus3counter, _root.vars.bonus3counter); _root["bonus3" + _root.vars.bonus3counter]._x = _x; _root["bonus3" + _root.vars.bonus3counter]._y = _y; } if (num == 3) { if (_root.vars.bonus4counter > 577) { _root.vars.bonus4counter = 560; } _root.vars.bonus4counter++; duplicateMovieClip (_root.bonus4, "bonus4" + _root.vars.bonus4counter, _root.vars.bonus4counter); _root["bonus4" + _root.vars.bonus4counter]._x = _x; _root["bonus4" + _root.vars.bonus4counter]._y = _y; } if (num == 2) { if (_root.vars.bonus5counter > 597) { _root.vars.bonus5counter = 580; } _root.vars.bonus5counter++; duplicateMovieClip (_root.bonus5, "bonus5" + _root.vars.bonus5counter, _root.vars.bonus5counter); _root["bonus5" + _root.vars.bonus5counter]._x = _x; _root["bonus5" + _root.vars.bonus5counter]._y = _y; } if (_root.vars.fireball == 0) { if (((_root.ball._x < (_x + 10)) && ((_x - 10) < _root.ball._x)) && ((_y - 3.5) < _root.ball._y)) { _root.ball._y = (_y + (_height / 2)) + (_root.ball._height / 2); _root.vars.bally = _root.vars.bally * -1; _root.vars.score = _root.vars.score + Number(10); this.removeMovieClip(); } if (((_root.ball._x < (_x + 10)) && ((_x - 10) < _root.ball._x)) && (_root.ball._y < (_y + 3.5))) { _root.ball._y = (_y - (_height / 2)) - (_root.ball._height / 2); _root.vars.bally = _root.vars.bally * -1; _root.vars.score = _root.vars.score + Number(10); this.removeMovieClip(); } if (((_root.ball._x < (_x - 5)) && ((_y - 3.5) < _root.ball._y)) && (_root.ball._y < (_y + 3.5))) { _root.ball._x = (_x - (_width / 2)) - (_root.ball._width / 2); _root.vars.ballx = _root.vars.ballx * -1; _root.vars.score = _root.vars.score + Number(10); this.removeMovieClip(); } if ((((_x + 5) < _root.ball._x) && ((_y - 3.5) < _root.ball._y)) && (_root.ball._y < (_y + 3.5))) { _root.ball._x = (_x + (_width / 2)) + (_root.ball._width / 2); _root.vars.ballx = _root.vars.ballx * -1; _root.vars.score = _root.vars.score + Number(10); this.removeMovieClip(); } this.removeMovieClip(); } else { _root.vars.score = _root.vars.score + Number(10); this.removeMovieClip(); } } if (_root.vars.bullet == 1) { if (this.hitTest(_root.bullet1)) { _root.vars.numofblocks--; if (_root.vars.numofblocks < 1) { i = 0; while (i < 500) { removeMovieClip(_root["hardblock" + i]); i++; } _root.vars.theLevel = _root.vars.theLevel + 1; _root.gotoAndPlay("level"); } _root.sounds.blockhit_sfx.start(0.79, 1); num = random(50); if (num == 8) { if (_root.vars.bonus1counter > 517) { _root.vars.bonus1counter = 500; } _root.vars.bonus1counter++; duplicateMovieClip (_root.bonus1, "bonus1" + _root.vars.bonus1counter, _root.vars.bonus1counter); _root["bonus1" + _root.vars.bonus1counter]._x = _x; _root["bonus1" + _root.vars.bonus1counter]._y = _y; } if (num == 6) { if (_root.vars.bonus2counter > 537) { _root.vars.bonus2counter = 520; } _root.vars.bonus2counter++; duplicateMovieClip (_root.bonus2, "bonus2" + _root.vars.bonus2counter, _root.vars.bonus2counter); _root["bonus2" + _root.vars.bonus2counter]._x = _x; _root["bonus2" + _root.vars.bonus2counter]._y = _y; } if (num == 4) { if (_root.vars.bonus3counter > 557) { _root.vars.bonus3counter = 540; } _root.vars.bonus3counter++; duplicateMovieClip (_root.bonus3, "bonus3" + _root.vars.bonus3counter, _root.vars.bonus3counter); _root["bonus3" + _root.vars.bonus3counter]._x = _x; _root["bonus3" + _root.vars.bonus3counter]._y = _y; } if (num == 3) { if (_root.vars.bonus4counter > 577) { _root.vars.bonus4counter = 560; } _root.vars.bonus4counter++; duplicateMovieClip (_root.bonus4, "bonus4" + _root.vars.bonus4counter, _root.vars.bonus4counter); _root["bonus4" + _root.vars.bonus4counter]._x = _x; _root["bonus4" + _root.vars.bonus4counter]._y = _y; } if (num == 2) { if (_root.vars.bonus5counter > 597) { _root.vars.bonus5counter = 580; } _root.vars.bonus5counter++; duplicateMovieClip (_root.bonus5, "bonus5" + _root.vars.bonus5counter, _root.vars.bonus5counter); _root["bonus5" + _root.vars.bonus5counter]._x = _x; _root["bonus5" + _root.vars.bonus5counter]._y = _y; } _root.vars.score = _root.vars.score + Number(10); _root.vars.bullet = 0; _root.bullet1.removeMovieClip(); this.removeMovieClip(); } } }
Instance of Symbol 116 MovieClip "bonus1" in Frame 14
onClipEvent (enterFrame) { if (this.hitTest(_root.ship)) { _root.vars.bullet = 0; _root.vars.gun = 0; _root.ship.gotoAndStop(2); this.removeMovieClip(); } if (str ne "bonus1") { _y = (_y + 2); if (_y > 255) { this.removeMovieClip(); } } } onClipEvent (load) { str = _name; }
Instance of Symbol 117 MovieClip "bonus2" in Frame 14
onClipEvent (enterFrame) { if (str ne "bonus2") { if (_y > 255) { this.removeMovieClip(); } _y = (_y + 2); } if (this.hitTest(_root.ship)) { if (_root.vars.miss > 3) { _root.gotoAndPlay("over"); } else { _root.gotoAndPlay("miss"); } _root.vars.gameon = 0; Set("_root.vars.:ballx", 3); Set("_root.vars.:bally", -3); _root.func.miss(); this.removeMovieClip(); } } onClipEvent (load) { str = _name; }
Instance of Symbol 118 MovieClip "bonus3" in Frame 14
onClipEvent (enterFrame) { if (this.hitTest(_root.ship)) { _root.vars.bullet = 0; _root.vars.gun = 0; _root.ship.gotoAndStop(3); this.removeMovieClip(); } if (str ne "bonus3") { _y = (_y + 2); if (_y > 255) { this.removeMovieClip(); } } } onClipEvent (load) { str = _name; }
Instance of Symbol 119 MovieClip "bonus4" in Frame 14
onClipEvent (enterFrame) { if (this.hitTest(_root.ship)) { _root.ball.gotoAndStop(2); _root.vars.fireball = 1; this.removeMovieClip(); } if (str ne "bonus4") { _y = (_y + 2); if (_y > 255) { this.removeMovieClip(); } } } onClipEvent (load) { str = _name; }
Instance of Symbol 120 MovieClip "bonus5" in Frame 14
onClipEvent (enterFrame) { if (this.hitTest(_root.ship)) { _root.ship.gotoAndStop(4); _root.vars.gun = 1; this.removeMovieClip(); } if (str ne "bonus5") { _y = (_y + 2); if (_y > 255) { this.removeMovieClip(); } } } onClipEvent (load) { str = _name; }
Instance of Symbol 69 MovieClip "bullet" in Frame 14
onClipEvent (enterFrame) { if (str ne "bullet") { _y = (_y - 7); if (_y < 23) { _root.vars.bullet = 0; this.removeMovieClip(); } } } onClipEvent (load) { str = _name; }
Instance of Symbol 73 MovieClip "hardblock" in Frame 14
onClipEvent (enterFrame) { if (this.hitTest(_root.ball)) { gotoAndPlay (6); if (_root.vars.fireball == 0) { if (((_root.ball._x < (_x + 10)) && ((_x - 10) < _root.ball._x)) && ((_y - 3.5) < _root.ball._y)) { _root.ball._y = (_y + (_height / 2)) + (_root.ball._height / 2); _root.vars.bally = _root.vars.bally * -1; _root.sounds.blockhit_sfx.start(0.79, 1); } if (((_root.ball._x < (_x + 10)) && ((_x - 10) < _root.ball._x)) && (_root.ball._y < (_y + 3.5))) { _root.ball._y = (_y - (_height / 2)) - (_root.ball._height / 2); _root.vars.bally = _root.vars.bally * -1; _root.sounds.blockhit_sfx.start(0.79, 1); } if (((_root.ball._x < (_x - 5)) && ((_y - 3.5) < _root.ball._y)) && (_root.ball._y < (_y + 3.5))) { _root.ball._x = (_x - (_width / 2)) - (_root.ball._width / 2); _root.vars.ballx = _root.vars.ballx * -1; _root.sounds.blockhit_sfx.start(0.79, 1); } if ((((_x + 5) < _root.ball._x) && ((_y - 3.5) < _root.ball._y)) && (_root.ball._y < (_y + 3.5))) { _root.ball._x = (_x + (_width / 2)) + (_root.ball._width / 2); _root.vars.ballx = _root.vars.ballx * -1; _root.sounds.blockhit_sfx.start(0.79, 1); } if (((_x + 10) < _root.ball._x) && ((_y + 3.5) < _root.ball._y)) { if ((_root.vars.ballx < 0) && (_root.vars.bally > 0)) { _root.ball._x = (_x + (_width / 2)) + (_root.ball._width / 2); _root.vars.ballx = _root.vars.ballx * -1; _root.sounds.blockhit_sfx.start(0.79, 1); } if ((_root.vars.ballx > 0) && (_root.vars.bally < 0)) { _root.ball._x = (_x + (_width / 2)) + (_root.ball._width / 2); _root.vars.ballx = _root.vars.ballx * -1; _root.sounds.blockhit_sfx.start(0.79, 1); } if ((_root.vars.ballx < 0) && (_root.vars.bally < 0)) { _root.ball._x = (_x + (_width / 2)) + (_root.ball._width / 2); _root.ball._y = (_y + (_height / 2)) + (_root.ball._height / 2); _root.vars.ballx = _root.vars.ballx * -1; _root.vars.bally = _root.vars.bally * -1; _root.sounds.blockhit_sfx.start(0.79, 1); } } if (((_x + 10) < _root.ball._x) && (_root.ball._y < (_y - 3.5))) { if ((_root.vars.ballx < 0) && (_root.vars.bally < 0)) { _root.ball._x = (_x + (_width / 2)) + (_root.ball._width / 2); _root.vars.ballx = _root.vars.ballx * -1; _root.sounds.blockhit_sfx.start(0.79, 1); } if ((_root.vars.ballx > 0) && (_root.vars.bally > 0)) { _root.ball._x = (_x + (_width / 2)) + (_root.ball._width / 2); _root.vars.ballx = _root.vars.ballx * -1; _root.sounds.blockhit_sfx.start(0.79, 1); } if ((_root.vars.ballx < 0) && (_root.vars.bally > 0)) { _root.ball._x = (_x + (_width / 2)) + (_root.ball._width / 2); _root.ball._y = (_y - (_height / 2)) - (_root.ball._height / 2); _root.vars.ballx = _root.vars.ballx * -1; _root.vars.bally = _root.vars.bally * -1; _root.sounds.blockhit_sfx.start(0.79, 1); } } if ((_root.ball._x < (_x - 10)) && (_root.ball._y < (_y - 3.5))) { if ((_root.vars.ballx < 0) && (_root.vars.bally > 0)) { _root.ball._x = (_x - (_width / 2)) - (_root.ball._width / 2); _root.vars.ballx = _root.vars.ballx * -1; _root.sounds.blockhit_sfx.start(0.79, 1); } if ((_root.vars.ballx > 0) && (_root.vars.bally < 0)) { _root.ball._x = (_x - (_width / 2)) - (_root.ball._width / 2); _root.vars.ballx = _root.vars.ballx * -1; _root.sounds.blockhit_sfx.start(0.79, 1); } if ((_root.vars.ballx > 0) && (_root.vars.bally > 0)) { _root.ball._x = (_x - (_width / 2)) - (_root.ball._width / 2); _root.ball._y = (_y - (_height / 2)) - (_root.ball._height / 2); _root.vars.ballx = _root.vars.ballx * -1; _root.vars.bally = _root.vars.bally * -1; _root.sounds.blockhit_sfx.start(0.79, 1); } } if ((_root.ball._x < (_x - 10)) && ((_y + 3.5) < _root.ball._y)) { if ((_root.vars.ballx < 0) && (_root.vars.bally < 0)) { _root.ball._x = (_x - (_width / 2)) - (_root.ball._width / 2); _root.vars.bally = _root.vars.bally * -1; _root.sounds.blockhit_sfx.start(0.79, 1); } if ((_root.vars.ballx > 0) && (_root.vars.bally < 0)) { _root.ball._x = (_x - (_width / 2)) - (_root.ball._width / 2); _root.vars.ballx = _root.vars.ballx * -1; _root.vars.bally = _root.vars.bally * -1; _root.sounds.blockhit_sfx.start(0.79, 1); } if ((_root.vars.ballx > 0) && (_root.vars.bally > 0)) { _root.ball._x = (_x - (_width / 2)) - (_root.ball._width / 2); _root.ball._y = (_y + (_height / 2)) + (_root.ball._height / 2); _root.vars.ballx = _root.vars.ballx * -1; _root.sounds.blockhit_sfx.start(0.79, 1); } } } else { _root.vars.score = _root.vars.score + Number(20); _root.sounds.blockhit_sfx.start(0.79, 1); this.removeMovieClip(); } } if (_root.vars.bullet == 1) { if (this.hitTest(_root.bullet1)) { _root.sounds.blockhit_sfx.start(0.79, 1); _root.vars.score = _root.vars.score + Number(20); _root.vars.bullet = 0; _root.bullet1.removeMovieClip(); this.removeMovieClip(); } } }
Instance of Symbol 129 MovieClip "vars" in Frame 14
onClipEvent (load) { function setLevel(theLevel) { var _local1 = theLevel; if (_local1 == 1) { linesnum = 9; l1 = [0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0]; l2 = [0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0]; l3 = [0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0]; l4 = [0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0]; l5 = [0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0]; l6 = [0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0]; l7 = [0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0]; l8 = [0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0]; l1color = [0, orange, orange, orange, orange, orange, orange, orange, orange, orange, orange, orange, orange, 0]; l2color = [0, orange, orange, orange, orange, orange, orange, orange, orange, orange, orange, orange, orange, 0]; l3color = [0, orange, orange, orange, orange, orange, orange, orange, orange, orange, orange, orange, orange, 0]; l4color = [0, orange, orange, orange, orange, orange, orange, orange, orange, orange, orange, orange, orange, 0]; l5color = [0, orange, orange, orange, orange, orange, orange, orange, orange, orange, orange, orange, orange, 0]; l6color = [0, orange, orange, orange, orange, orange, orange, orange, orange, orange, orange, orange, orange, 0]; l7color = [0, orange, orange, orange, orange, orange, orange, orange, orange, orange, orange, orange, orange, 0]; l8color = [0, orange, orange, orange, orange, orange, orange, orange, orange, orange, orange, orange, orange, 0]; } if (_local1 == 2) { linesnum = 11; l1 = [1, 1, 0, 1, 1, 1, 0, 1, 1, 1, 0, 1, 1, 1]; l2 = [1, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 1, 0, 1]; l3 = [1, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 1, 0, 1]; l4 = [1, 1, 0, 0, 1, 0, 0, 1, 1, 1, 0, 1, 1, 0]; l5 = [0, 1, 0, 0, 1, 0, 0, 1, 0, 1, 0, 1, 0, 1]; l6 = [0, 1, 0, 0, 1, 0, 0, 1, 0, 1, 0, 1, 0, 1]; l7 = [1, 1, 0, 0, 1, 0, 0, 1, 0, 1, 0, 1, 0, 1]; l8 = [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]; l9 = [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1]; l10 = [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1]; l1color = [cream, cream, 0, cream, cream, cream, 0, cream, cream, cream, 0, cream, cream, cream]; l2color = [cream, 0, 0, 0, cream, 0, 0, cream, 0, cream, 0, cream, 0, cream]; l3color = [cream, 0, 0, 0, cream, 0, 0, cream, 0, cream, 0, cream, 0, cream]; l4color = [cream, cream, 0, 0, cream, 0, 0, cream, cream, cream, 0, cream, cream, 0]; l5color = [0, cream, 0, 0, cream, 0, 0, cream, 0, cream, 0, cream, 0, cream]; l6color = [0, cream, 0, 0, cream, 0, 0, cream, 0, cream, 0, cream, 0, cream]; l7color = [cream, cream, 0, 0, cream, 0, 0, cream, 0, cream, 0, cream, 0, cream]; l9color = [grey, orange, grey, orange, grey, orange, grey, orange, grey, orange, grey, orange, grey, orange]; l10color = [grey, orange, grey, orange, grey, orange, grey, orange, grey, orange, grey, orange, grey, orange]; } if (_local1 == 3) { linesnum = 9; l1 = [1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0]; l2 = [0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1]; l3 = [1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0]; l4 = [0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1]; l5 = [1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0]; l6 = [0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1]; l7 = [1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0]; l8 = [0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1]; l1color = [red, 0, green, 0, red, 0, green, 0, red, 0, green, 0, red, 0]; l2color = [0, red, 0, green, 0, red, 0, green, 0, red, 0, green, 0, red, 0]; l3color = [green, 0, red, 0, green, 0, red, 0, green, 0, red, 0, green, 0]; l4color = [0, green, 0, red, 0, green, 0, red, 0, green, 0, red, 0, green, 0]; l5color = [red, 0, green, 0, red, 0, green, 0, red, 0, green, 0, red, 0]; l6color = [0, red, 0, green, 0, red, 0, green, 0, red, 0, green, 0, red, 0]; l7color = [green, 0, red, 0, green, 0, red, 0, green, 0, red, 0, green, 0]; l8color = [0, green, 0, red, 0, green, 0, red, 0, green, 0, red, 0, green, 0]; } if (_local1 == 4) { linesnum = 9; l1 = [1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0]; l2 = [0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1]; l3 = [1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0]; l4 = [0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1]; l5 = [1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0]; l6 = [0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1]; l7 = [1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0]; l8 = [2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1]; l1color = [red, 0, green, 0, red, 0, green, 0, red, 0, green, 0, red, 0]; l2color = [0, red, 0, green, 0, red, 0, green, 0, red, 0, green, 0, red, 0]; l3color = [green, 0, red, 0, green, 0, red, 0, green, 0, red, 0, green, 0]; l4color = [0, green, 0, red, 0, green, 0, red, 0, green, 0, red, 0, green, 0]; l5color = [red, 0, green, 0, red, 0, green, 0, red, 0, green, 0, red, 0]; l6color = [0, red, 0, green, 0, red, 0, green, 0, red, 0, green, 0, red, 0]; l7color = [green, 0, red, 0, green, 0, red, 0, green, 0, red, 0, green, 0]; l8color = [0, green, 0, red, 0, green, 0, red, 0, green, 0, red, 0, green, 0]; } if (_local1 == 5) { linesnum = 9; l1 = [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]; l2 = [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]; l3 = [0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 2, 0]; l4 = [0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 2, 0]; l5 = [0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 0]; l6 = [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 0]; l7 = [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 0]; l8 = [2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 0]; l1color = [yellow, yellow, yellow, yellow, yellow, yellow, yellow, yellow, yellow, yellow, yellow, yellow, yellow, yellow]; l2color = [yellow, yellow, yellow, yellow, yellow, yellow, yellow, yellow, yellow, yellow, yellow, yellow, yellow, yellow]; l3color = [yellow, yellow, yellow, yellow, yellow, yellow, yellow, yellow, yellow, yellow, yellow, yellow, yellow, yellow]; l4color = [yellow, yellow, yellow, yellow, yellow, yellow, yellow, yellow, yellow, yellow, yellow, yellow, yellow, yellow]; l5color = [yellow, yellow, yellow, yellow, yellow, yellow, yellow, yellow, yellow, yellow, yellow, yellow, yellow, yellow]; l6color = [yellow, yellow, yellow, yellow, yellow, yellow, yellow, yellow, yellow, yellow, yellow, yellow, yellow, yellow]; l7color = [yellow, yellow, yellow, yellow, yellow, yellow, yellow, yellow, yellow, yellow, yellow, yellow, yellow, yellow]; } if (_local1 == 6) { linesnum = 9; l1 = [1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2]; l2 = [1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2]; l3 = [1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2]; l4 = [1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2]; l5 = [1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2]; l6 = [1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2]; l7 = [1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2]; l8 = [1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2]; l1color = [yellow, 0, red, 0, yellow, 0, red, 0, yellow, 0, red, 0, yellow]; l2color = [yellow, 0, red, 0, yellow, 0, red, 0, yellow, 0, red, 0, yellow]; l3color = [yellow, 0, red, 0, yellow, 0, red, 0, yellow, 0, red, 0, yellow]; l4color = [yellow, 0, red, 0, yellow, 0, red, 0, yellow, 0, red, 0, yellow]; l5color = [yellow, 0, red, 0, yellow, 0, red, 0, yellow, 0, red, 0, yellow]; l6color = [yellow, 0, red, 0, yellow, 0, red, 0, yellow, 0, red, 0, yellow]; l7color = [yellow, 0, red, 0, yellow, 0, red, 0, yellow, 0, red, 0, yellow]; l8color = [yellow, 0, red, 0, yellow, 0, red, 0, yellow, 0, red, 0, yellow]; } if (_local1 == 7) { linesnum = 10; l1 = [1, 1, 1, 0, 1, 1, 1, 0, 1, 1, 1, 0, 1, 0]; l2 = [0, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0]; l3 = [0, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0]; l4 = [1, 1, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0]; l5 = [1, 0, 0, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0]; l6 = [1, 0, 0, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0]; l7 = [1, 1, 1, 0, 1, 1, 1, 0, 1, 1, 1, 0, 1, 0]; l8 = [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]; l9 = [2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 1]; l1color = [red, red, red, red, red, red, red, red, red, red, red, red, red, red]; l2color = [red, red, red, red, red, red, red, red, red, red, red, red, red, red]; l3color = [red, red, red, red, red, red, red, red, red, red, red, red, red, red]; l4color = [red, red, red, red, red, red, red, red, red, red, red, red, red, red]; l5color = [red, red, red, red, red, red, red, red, red, red, red, red, red, red]; l6color = [red, red, red, red, red, red, red, red, red, red, red, red, red, red]; l7color = [red, red, red, red, red, red, red, red, red, red, red, red, red, red]; l8color = [red, red, red, red, red, red, red, red, red, red, red, red, red, red]; l9color = [red, red, red, red, red, red, red, red, red, red, red, red, red, yellow]; } if (_local1 == 8) { linesnum = 11; l1 = [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]; l2 = [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]; l3 = [0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0]; l4 = [0, 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0]; l5 = [0, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0]; l6 = [0, 1, 1, 1, 1, 0, 0, 0, 1, 1, 0, 1, 1, 0]; l7 = [0, 1, 1, 1, 1, 0, 0, 0, 1, 1, 0, 1, 1, 0]; l8 = [0, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0]; l9 = [0, 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0]; l10 = [0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0]; l1color = [yellow, yellow, yellow, yellow, yellow, yellow, yellow, yellow, yellow, yellow, yellow, yellow, yellow, yellow]; l2color = [yellow, yellow, yellow, yellow, yellow, yellow, yellow, yellow, yellow, yellow, yellow, yellow, yellow, yellow]; l3color = [yellow, yellow, yellow, yellow, yellow, yellow, yellow, yellow, yellow, yellow, yellow, yellow, yellow, yellow]; l4color = [yellow, yellow, yellow, yellow, blue, yellow, yellow, yellow, yellow, yellow, yellow, yellow, yellow, yellow]; l5color = [yellow, yellow, yellow, yellow, yellow, yellow, yellow, yellow, yellow, yellow, yellow, yellow, yellow, yellow]; l6color = [yellow, yellow, yellow, yellow, yellow, yellow, yellow, yellow, red, red, yellow, red, red, yellow]; l7color = [yellow, yellow, yellow, yellow, yellow, yellow, yellow, yellow, red, red, yellow, red, red, yellow]; l8color = [yellow, yellow, yellow, yellow, yellow, yellow, yellow, yellow, yellow, yellow, yellow, yellow, yellow, yellow]; l9color = [yellow, yellow, yellow, yellow, yellow, yellow, yellow, yellow, yellow, yellow, yellow, yellow, yellow, yellow]; l10color = [yellow, yellow, yellow, yellow, yellow, yellow, yellow, yellow, yellow, yellow, yellow, yellow, yellow, yellow]; } if (_local1 == 9) { linesnum = 14; l1 = [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1]; l2 = [1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1]; l3 = [1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1]; l4 = [1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1]; l5 = [1, 0, 0, 0, 0, 2, 0, 0, 2, 0, 0, 0, 0, 1]; l6 = [1, 0, 0, 0, 0, 2, 1, 1, 2, 0, 0, 0, 0, 1]; l7 = [1, 0, 0, 0, 0, 2, 2, 2, 2, 0, 0, 0, 0, 1]; l8 = [1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1]; l9 = [1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1]; l10 = [1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1]; l11 = [1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1]; l12 = [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1]; l1color = [yellow, cyan, yellow, cyan, yellow, cyan, yellow, cyan, yellow, cyan, yellow, cyan, yellow, cyan]; l2color = [cyan, yellow, yellow, yellow, yellow, yellow, yellow, yellow, yellow, yellow, yellow, yellow, yellow, yellow]; l3color = [yellow, yellow, yellow, yellow, yellow, yellow, yellow, yellow, yellow, yellow, yellow, yellow, yellow, cyan]; l4color = [cyan, yellow, yellow, yellow, blue, yellow, yellow, yellow, yellow, yellow, yellow, yellow, yellow, yellow]; l5color = [yellow, yellow, yellow, yellow, yellow, yellow, yellow, yellow, yellow, yellow, yellow, yellow, yellow, cyan]; l6color = [cyan, yellow, yellow, yellow, yellow, yellow, yellow, yellow, red, red, yellow, red, red, yellow]; l7color = [yellow, yellow, yellow, yellow, yellow, yellow, yellow, yellow, red, red, yellow, red, red, cyan]; l8color = [cyan, yellow, yellow, yellow, yellow, yellow, yellow, yellow, yellow, yellow, yellow, yellow, yellow, yellow]; l9color = [yellow, yellow, yellow, yellow, yellow, yellow, yellow, yellow, yellow, yellow, yellow, yellow, yellow, cyan]; l10color = [cyan, yellow, yellow, yellow, yellow, yellow, yellow, yellow, yellow, yellow, yellow, yellow, yellow, yellow]; l11color = [yellow, yellow, yellow, yellow, yellow, yellow, yellow, yellow, yellow, yellow, yellow, yellow, yellow, cyan]; l12color = [cyan, yellow, cyan, yellow, cyan, yellow, cyan, yellow, cyan, yellow, cyan, yellow, cyan, yellow]; } if (_local1 == 10) { linesnum = 14; l1 = [2, 0, 0, 2, 0, 0, 1, 1, 0, 0, 2, 0, 0, 0]; l2 = [0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0]; l3 = [0, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 0]; l4 = [0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0]; l5 = [0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0]; l6 = [0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0]; l7 = [0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0]; l8 = [0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 2, 0, 0]; l9 = [0, 2, 0, 0, 0, 0, 2, 1, 2, 0, 0, 0, 0, 0]; l10 = [0, 0, 0, 2, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0]; l11 = [0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0]; l12 = [2, 0, 0, 0, 0, 1, 0, 1, 0, 0, 2, 0, 0, 0]; l13 = [0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 2]; l1color = [0, 0, 0, 0, 0, 0, green, green]; l2color = [0, 0, 0, 0, green, green, red, red, green, green]; l3color = [0, 0, green, green, red, red, red, red, red, red, green, green]; l4color = [0, green, red, red, red, red, red, red, red, red, red, red, green]; l5color = [0, green, red, red, red, red, red, red, red, red, red, red, green]; l6color = [0, green, green, green, green, green, green, green, green, green, green, green, green]; l7color = [0, 0, 0, 0, 0, 0, 0, purple]; l8color = [0, 0, 0, 0, 0, 0, 0, purple]; l9color = [0, 0, 0, 0, 0, 0, 0, purple]; l10color = [0, 0, 0, 0, 0, 0, 0, purple]; l11color = [0, 0, 0, 0, 0, purple, 0, purple]; l12color = [0, 0, 0, 0, 0, purple, 0, purple]; l13color = [0, 0, 0, 0, 0, 0, purple, 0]; } } green = 6933340 /* 0x69CB5C */; red = 8138013 /* 0x7C2D1D */; orange = 15502080 /* 0xEC8B00 */; blue = 1772; yellow = 15134208 /* 0xE6EE00 */; purple = 15466690 /* 0xEC00C2 */; cyan = 15198535 /* 0xE7E947 */; cream = 14071345 /* 0xD6B631 */; grey = 9134104 /* 0x8B6018 */; boardmove = 6; ballx = 3; bally = 3; gameon = 1; shiftpressed = 0; bonus1counter = 500; bonus2counter = 520; bonus3counter = 540; bonus4counter = 560; bonus5counter = 580; bonus6counter = 600; numofblocks = 0; gun = 0; bullet = 0; miss = 0; fireball = 0; theLevel = 1; score = Number(0); setLevel(theLevel); }
Instance of Symbol 133 MovieClip "func" in Frame 14
onClipEvent (load) { function drawblocks() { var _local1 = _root; line = 1; while (line < _local1.vars.linesnum) { item = 0; while (item < 14) { if (_local1.vars["l" + line][item] == 1) { blockscounter++; duplicateMovieClip (_local1.block, "block" + blockscounter, blockscounter); _local1.vars.numofblocks++; _local1["block" + blockscounter]._x = cornerx + (item * 22); _local1["block" + blockscounter]._y = cornery; myColor = new Color(_local1["block" + blockscounter].cube); myColor.setRGB(_local1.vars[("l" + line) + "color"][item]); } if (_local1.vars["l" + line][item] == 2) { blockscounter++; duplicateMovieClip (_local1.hardblock, "hardblock" + blockscounter, blockscounter); _local1["hardblock" + blockscounter]._x = cornerx + (item * 22); _local1["hardblock" + blockscounter]._y = cornery; } item++; } cornery = cornery + 9; line++; } } function miss() { var _local1 = _root; i = 500; while (i < 520) { removeMovieClip(_local1["bonus1" + i]); i++; } i = 520; while (i < 540) { removeMovieClip(_local1["bonus2" + i]); i++; } i = 540; while (i < 560) { removeMovieClip(_local1["bonus3" + i]); i++; } i = 560; while (i < 580) { removeMovieClip(_local1["bonus4" + i]); i++; } i = 580; while (i < 600) { removeMovieClip(_local1["bonus5" + i]); i++; } _local1.vars.fireball = 0; _local1.ball.gotoAndStop(1); _local1.ship.gotoAndStop(1); _local1.vars.bullet = 0; _local1.vars.gun = 0; _local1.vars.miss = _local1.vars.miss + 1; _local1["psila" + _local1.vars.miss]._visible = false; } function clearblocks() { var _local1 = _root; i = 1; while (i < 499) { removeMovieClip(_local1["block" + i]); i++; } i = 1; while (i < 499) { removeMovieClip(_local1["hardblock" + i]); i++; } i = 500; while (i < 520) { removeMovieClip(_local1["bonus1" + i]); i++; } i = 520; while (i < 540) { removeMovieClip(_local1["bonus2" + i]); i++; } i = 540; while (i < 560) { removeMovieClip(_local1["bonus3" + i]); i++; } i = 560; while (i < 580) { removeMovieClip(_local1["bonus4" + i]); i++; } i = 580; while (i < 600) { removeMovieClip(_local1["bonus5" + i]); i++; } } function init() { with (_root.vars) { green = 1179448 /* 0x11FF38 */; red = 15597663 /* 0xEE005F */; orange = 15502080 /* 0xEC8B00 */; blue = 1772; yellow = 15134208 /* 0xE6EE00 */; purple = 15466690 /* 0xEC00C2 */; cyan = 4907230 /* 0x4AE0DE */; boardmove = 6; ballx = 3; bally = 3; gameon = 1; shiftpressed = 0; bonus1counter = 500; bonus2counter = 520; bonus3counter = 540; bonus4counter = 560; bonus5counter = 580; bonus6counter = 600; numofblocks = 0; gun = 0; bullet = 0; miss = 0; fireball = 0; theLevel = 1; score = Number(0); _root.ball.gotoAndStop(1); _root.ship.gotoAndStop(1); } } cornerx = 15; cornery = 40; theColor = 16621877 /* 0xFDA135 */; blockscounter = 0; }
Instance of Symbol 137 MovieClip "sounds" in Frame 14
onClipEvent (load) { ballhit_sfx = new Sound(); fire_sfx = new Sound(); ballhitship_sfx = new Sound(); blockhit_sfx = new Sound(); blockhit_sfx.attachSound("blockhit"); ballhitship_sfx.attachSound("ballhitship_sfx"); ballhit_sfx.attachSound("laser"); fire_sfx.attachSound("laser"); }
Frame 15
stop();
Frame 18
duplicateMovieClip (getready, "getready1", 2000); getready1._visible = true; getready1._x = getready._x; getready1._y = getready._y; getready1.gotoAndPlay(2);
Frame 19
stop();
Frame 24
stop();
Frame 31
_root.vars.ballx = 3; _root.vars.bally = 3; _root.vars.bonus1counter = 500; _root.vars.bonus2counter = 520; _root.vars.bonus3counter = 540; _root.vars.bonus4counter = 560; _root.vars.bonus5counter = 580; _root.vars.bonus6counter = 600; _root.vars.numofblocks = 0; _root.vars.gun = 0; _root.vars.bullet = 0; _root.vars.fireball = 0; _root.vars.gameon = 0; _root.vars.shiftpressed = 0; _root.func.cornerx = 15; _root.func.cornery = 40; _root.func.blockscounter = 0; _root.ball.gotoAndStop(1); _root.ship.gotoAndStop(1); _root.ball._x = _root.ship._x; _root.ball._y = _root.ship._y - 20; i = 0; while (i < 500) { removeMovieClip(_root["hardblock" + i]); i++; } i = 500; while (i < 520) { removeMovieClip(_root["bonus1" + i]); i++; } i = 520; while (i < 540) { removeMovieClip(_root["bonus2" + i]); i++; } i = 540; while (i < 560) { removeMovieClip(_root["bonus3" + i]); i++; } i = 560; while (i < 580) { removeMovieClip(_root["bonus4" + i]); i++; } i = 580; while (i < 600) { removeMovieClip(_root["bonus5" + i]); i++; } if (_root.vars.theLevel == 11) { _root.vars.score = Number(0); _root.vars.theLevel = 1; gotoAndStop (5); }
Frame 32
stop();
Symbol 19 MovieClip Frame 1
this._parent._width = Stage.width; this._parent._height = Stage.height; stop();
Symbol 20 MovieClip Frame 1
_parent.stop();
Symbol 20 MovieClip Frame 253
if (b._currentframe == 1) { b.gotoAndStop(2); gotoAndPlay (2); }
Symbol 20 MovieClip Frame 254
stop(); _parent.play();
Symbol 73 MovieClip Frame 1
stop();
Instance of Symbol 78 MovieClip "startButton" in Symbol 79 MovieClip Frame 1
on (press) { _root.gotoAndPlay(29); }
Symbol 111 MovieClip Frame 1
stop();
Symbol 111 MovieClip Frame 2
stop();
Symbol 111 MovieClip Frame 3
stop();
Symbol 111 MovieClip Frame 4
stop();
Symbol 115 MovieClip Frame 1
stop();
Symbol 115 MovieClip Frame 2
stop();
Symbol 144 MovieClip Frame 1
stop();
Symbol 144 MovieClip Frame 2
play();
Symbol 144 MovieClip Frame 55
_root.ball._x = 160; _root.ball._y = 220; _root.vars.gameon = 1; _root.gotoAndPlay("game1"); removeMovieClip(this);
Symbol 154 MovieClip Frame 100
_root.func.clearblocks();
Symbol 154 MovieClip Frame 103
_root.func.init(); _root.gotoAndPlay(1);
Symbol 175 MovieClip Frame 1
if (_root.vars.theLevel == 1) { } else { gotoAndStop(_root.vars.theLevel); } stop();
Symbol 175 MovieClip Frame 2
stop();
Symbol 175 MovieClip Frame 3
stop();
Symbol 175 MovieClip Frame 4
stop();
Symbol 175 MovieClip Frame 5
stop();
Symbol 175 MovieClip Frame 6
stop();
Symbol 175 MovieClip Frame 7
stop();
Symbol 175 MovieClip Frame 8
stop();
Symbol 175 MovieClip Frame 9
stop();
Symbol 175 MovieClip Frame 10
stop();
Symbol 175 MovieClip Frame 11
stop();
Symbol 193 MovieClip Frame 1
if (_root.vars.theLevel == 1) { gotoAndPlay (135); }
Symbol 193 MovieClip Frame 264
_root.vars.gameon = 1; _root.vars.setLevel(_root.vars.theLevel); if (_root.vars.theLevel == 1) { _root.gotoAndStop("game"); gotoAndStop (135); } else { _root.gotoAndStop("game"); this.EndGameClip.gotoAndStop(_root.vars.theLevel); gotoAndPlay (2); }

Library Items

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

Instance Names

"block"Frame 7Symbol 25 MovieClip
"bonus1"Frame 7Symbol 28 MovieClip
"bonus2"Frame 7Symbol 35 MovieClip
"bonus3"Frame 7Symbol 38 MovieClip
"bonus4"Frame 7Symbol 52 MovieClip
"bonus5"Frame 7Symbol 65 MovieClip
"bullet"Frame 7Symbol 69 MovieClip
"hardblock"Frame 7Symbol 73 MovieClip
"ship"Frame 14Symbol 111 MovieClip
"ball"Frame 14Symbol 115 MovieClip
"block"Frame 14Symbol 25 MovieClip
"bonus1"Frame 14Symbol 116 MovieClip
"bonus2"Frame 14Symbol 117 MovieClip
"bonus3"Frame 14Symbol 118 MovieClip
"bonus4"Frame 14Symbol 119 MovieClip
"bonus5"Frame 14Symbol 120 MovieClip
"bullet"Frame 14Symbol 69 MovieClip
"hardblock"Frame 14Symbol 73 MovieClip
"psila1"Frame 14Symbol 122 MovieClip
"psila2"Frame 14Symbol 122 MovieClip
"psila3"Frame 14Symbol 122 MovieClip
"psila4"Frame 14Symbol 122 MovieClip
"vars"Frame 14Symbol 129 MovieClip
"func"Frame 14Symbol 133 MovieClip
"sounds"Frame 14Symbol 137 MovieClip
"getready"Frame 18Symbol 144 MovieClip
"gameover"Frame 23Symbol 154 MovieClip
"levelanim"Frame 32Symbol 193 MovieClip
"b"Symbol 20 MovieClip Frame 1Symbol 19 MovieClip
"cube"Symbol 25 MovieClip Frame 1Symbol 24 MovieClip
"startButton"Symbol 79 MovieClip Frame 1Symbol 78 MovieClip
"EndGameClip"Symbol 193 MovieClip Frame 2Symbol 175 MovieClip

Special Tags

ExportAssets (56)Timeline Frame 1Symbol 1 as "blockhit"
ExportAssets (56)Timeline Frame 1Symbol 2 as "laser"
ExportAssets (56)Timeline Frame 1Symbol 3 as "ballhitship_sfx"

Labels

"menu"Frame 7
"game"Frame 14
"game1"Frame 15
"miss"Frame 18
"over"Frame 23
"level"Frame 31

Dynamic Text Variables

_root.vars.scoreSymbol 139 EditableText"0 "
TextField8Symbol 140 EditableText"SCORE: "
_root.vars.theLevelSymbol 179 EditableText"0 "
_root.vars.theLevelSymbol 181 EditableText"0 "
_root.vars.theLevelSymbol 182 EditableText"0 "
_root.vars.theLevelSymbol 189 EditableText"0 "
_root.vars.theLevelSymbol 190 EditableText"0 "




http://swfchan.com/26/126823/info.shtml
Created: 25/2 -2019 15:32:16 Last modified: 25/2 -2019 15:32:16 Server time: 08/05 -2024 21:37:17