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

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

-Quadrato-.swf

This is the info page for
Flash #26391

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


Text
0

Click for options

0

Enter your score

0

LOADING

DONE

Click here to begin

Click here to begin

Quadrato

www.Peturo.com

Bonus! Slow Mode

Use your cursor to Circle around each White square

Then collect the Red squares

20

Top Score

Here is a list of Quadrato's Supreme!

Here is a list of Quadrato's Supreme!

You have reached a new high score!
Enter your name into the high scores below

Name

Play More Games

Play More Games

Visit Peturo.com

Visit Peturo.com

High Scores

Instructions

Settings

Play

Quality

M

H

L

Sounds

High Scores

loading...

Instructions

The object of the game is to last
as long as you can by collecting
Red Squares.
To create a Red Square, move
your cursor around the White
squares forming a circle then run
your cursor over the top of it.
There are many special Modes for
you to unlock, you can unlock
them by playing the Original
Mode and reaching high scores!

Mode Select

Original

Play this classic Mode to unlock each
of the other modes

Advanced

Requires: 20 High Score
This mode uses Bonus items to mix
up the play. There are 8 seperate
bonues to collect!

Timed

Requires: 30 High Score
In this Timed mode most squares are
red and you must collect a certain
amount in a short period of time!

Insane

Requires: 40 High Score
Insane mode! All squares move twice
as fast and the most are bonues

Created by Pete Ryan

©2007 Peturo Designs

ActionScript [AS1/AS2]

Frame 1
function SoundStart(type) { var _local1 = new Sound(); if (SoundON) { _local1.attachSound(type); _local1.start(0, 1); _local1.setVolume(VolumeVar); } } function MusicStart(type) { if (SoundON) { MusicPlay.stop; MusicPlay.attachSound(type); MusicPlay.start(0, 100); MusicPlay.setVolume(VolumeVar); } } function MenuBegin() { stopAllSounds(); MusicStart("mySong2"); } function __com_mochibot__(swfid, mc, lv, trk) { var x; var g; var s; var fv; var sb; var u; var res; var mb; var mbc; mb = "__mochibot__"; mbc = "mochibot.com"; g = (_global ? (_global) : (_level0._root)); if (g[mb + swfid]) { return(g[mb + swfid]); } s = System.security; x = mc._root.getSWFVersion; fv = (x ? (mc.getSWFVersion()) : ((_global ? 6 : 5))); if (!s) { s = {}; } sb = s.sandboxType; if (sb == "localWithFile") { return(null); } x = s.allowDomain; if (x) { s.allowDomain(mbc); } x = s.allowInsecureDomain; if (x) { s.allowInsecureDomain(mbc); } u = (((((((((((("http://" + mbc) + "/my/core.swf?mv=7&fv=") + fv) + "&v=") + escape(getVersion())) + "&swfid=") + escape(swfid)) + "&l=") + lv) + "&f=") + mc) + (sb ? ("&sb=" + sb) : "")) + (trk ? "&t=1" : ""); lv = ((fv > 6) ? (mc.getNextHighestDepth()) : ((g[mb + "level"] ? (g[mb + "level"] + 1) : (lv)))); g[mb + "level"] = lv; if (fv == 5) { res = "_level" + lv; if (!eval (res)) { loadMovieNum (u, lv); } } else { res = mc.createEmptyMovieClip(mb + swfid, lv); res.loadMovie(u); } return(res); } var SoundON = new Boolean(); SoundON = true; var MusicPlay = new Sound(); var VolumeVar = new Number(50); VolumeVar = 50; __com_mochibot__("c62a4f36", this, 10301, true); loadMenu(); function SquareFunctions() { if (makeLine) { _root["line" + lineNum].lineTo(_xmouse, _ymouse); newAppear = false; lineNum = _level0.getNextHighestDepth(); allLines[visNum].removeMovieClip(); visNum++; _root.createEmptyMovieClip("line" + lineNum, lineNum); _root["line" + lineNum].lineStyle(5, 16777215, 100); _root["line" + lineNum].moveTo(_xmouse, _ymouse); allLines.push(_root["line" + lineNum]); lineLife.push(25); Ball._x = _xmouse; Ball._y = _ymouse; } } function onEnterFrame() { SquareFunctions(); } function Destroy() { Mouse.hide(); Counter_o2._xscale = 0; Counter_o2._visible = false; Revert(); i = 0; while (i < allSquares.length) { allSquares[i].removeMovieClip(); i++; } i = 0; while (i < allLines.length) { allLines[i].removeMovieClip(); i++; } } var bestScoreCount = new Number(-1); bestScoreCount = -1; var enterNumber = new Number(0); var lineNum = new Number(1); var makeLine = new Boolean(true); var visNum = new Number(-10); var allLines = new Array(); var lineLife = new Array(); var Level = new Number(); var newScoreCount = new Number(0); newScoreCount = 0; Mouse.hide(); Counter_o._xscale = 0; _level0.attachMovie("Ball", "Ball", -10200); var savefile = SharedObject.getLocal("Aqueous"); if (savefile.data.bestScoreCount == undefined) { savefile.data.bestScoreCount = 0; } bestScoreCount = savefile.data.bestScoreCount; enterNumber = bestScoreCount; stop();
Frame 2
stop();
Frame 3
_level0.Text_a.gotoAndPlay(3); Counter_o._xscale = 0;
Frame 4
TopP.Enter.enabled = true;
Frame 5
function FirstTime() { Mouse.hide(); Revert(); _level0.attachMovie("Ball", "Ball", -10200); ScoreCount = 0; k = 0; while (k < 1) { SetUp(); k++; } } function SetUp() { if (allSpeed < 3) { allSpeed = allSpeed + 0.025; } Mouse.hide(); SquareNum = _level0.getNextHighestDepth(); _level0.attachMovie("Square", "Square" + SquareNum, SquareNum); allSquares.push(_level0["Square" + SquareNum]); if ((Math.random() * 2) > 1) { _level0["Square" + SquareNum]._x = Math.random() * 600; _level0["Square" + SquareNum]._y = -20; _level0["Square" + SquareNum].xType = true; } else { _level0["Square" + SquareNum]._y = Math.random() * 450; _level0["Square" + SquareNum]._x = -20; _level0["Square" + SquareNum].xType = false; _level0["Square" + SquareNum].isHit = false; } if ((Math.random() * 2) > 1) { _level0["Square" + SquareNum].rotations = 1; } else { _level0["Square" + SquareNum].rotations = -1; } _level0["Square" + SquareNum].Points = [false, false, false, false]; switch (_level0.Level) { case 1 : Depth = (Math.random() * 30) + 70; _level0["Square" + SquareNum]._alpha = Depth; _level0["Square" + SquareNum]._xscale = Depth; _level0["Square" + SquareNum]._yscale = Depth; _level0["Square" + SquareNum].Speed = allSpeed + (Math.random() * 1); _level0["Square" + SquareNum].onEnterFrame = SquareMover1; return; case 2 : if (myAction && (_level0["Square" + SquareNum].xType)) { _level0["Square" + SquareNum]._x = XX; } if (myAction && (!_level0["Square" + SquareNum].xType)) { _level0["Square" + SquareNum]._y = YY; } if (isBig) { Depth = 150; } else if (isTiny) { Depth = 50; } else { Depth = (Math.random() * 30) + 70; } _level0["Square" + SquareNum]._alpha = Depth; _level0["Square" + SquareNum]._xscale = Depth; _level0["Square" + SquareNum]._yscale = Depth; if (BonusGo) { chance = Math.floor(Math.random() * 50); bType = Math.floor(Math.random() * 7); if (chance > 8) { _level0["Square" + SquareNum].Bonus = true; _level0["Square" + SquareNum].BonusType = Bonuses[bType]; } _level0["Square" + SquareNum].bType = bType; } else { _level0["Square" + SquareNum].Bonus = false; } if (goQuick) { _level0["Square" + SquareNum].Speed = 4; } else if (goSlow) { _level0["Square" + SquareNum].Speed = 0.3; } else { _level0["Square" + SquareNum].Speed = allSpeed + (Math.random() * 1); } _level0["Square" + SquareNum].onEnterFrame = SquareMover2; return; case 3 : if (myAction && (_level0["Square" + SquareNum].xType)) { _level0["Square" + SquareNum]._x = XX; } if (myAction && (!_level0["Square" + SquareNum].xType)) { _level0["Square" + SquareNum]._y = YY; } if (isBig) { Depth = 150; } else if (isTiny) { Depth = 50; } else { Depth = (Math.random() * 30) + 70; } _level0["Square" + SquareNum]._alpha = Depth; _level0["Square" + SquareNum]._xscale = Depth; _level0["Square" + SquareNum]._yscale = Depth; if (BonusGo) { chance = Math.floor(Math.random() * 10); bType = Math.floor(Math.random() * 7); if (chance > 8) { _level0["Square" + SquareNum].Bonus = true; _level0["Square" + SquareNum].BonusType = Bonuses[bType]; } _level0["Square" + SquareNum].bType = bType; } else { _level0["Square" + SquareNum].Bonus = false; } if (goQuick) { _level0["Square" + SquareNum].Speed = 4; } else if (goSlow) { _level0["Square" + SquareNum].Speed = 0.3; } else { _level0["Square" + SquareNum].Speed = allSpeed + (Math.random() * 1); } _level0["Square" + SquareNum].onEnterFrame = SquareMover2; return; case 4 : if (myAction && (_level0["Square" + SquareNum].xType)) { _level0["Square" + SquareNum]._x = XX; } if (myAction && (!_level0["Square" + SquareNum].xType)) { _level0["Square" + SquareNum]._y = YY; } if (isBig) { Depth = 150; } else if (isTiny) { Depth = 50; } else { Depth = (Math.random() * 30) + 70; } _level0["Square" + SquareNum]._alpha = Depth; _level0["Square" + SquareNum]._xscale = Depth; _level0["Square" + SquareNum]._yscale = Depth; if (BonusGo) { chance = Math.floor(Math.random() * 15000); bType = Math.floor(Math.random() * 7); if (chance > 8) { _level0["Square" + SquareNum].Bonus = true; _level0["Square" + SquareNum].BonusType = Bonuses[bType]; } _level0["Square" + SquareNum].bType = bType; } else { _level0["Square" + SquareNum].Bonus = false; } if (goQuick) { _level0["Square" + SquareNum].Speed = 4; } else if (goSlow) { _level0["Square" + SquareNum].Speed = 0.3; } else { _level0["Square" + SquareNum].Speed = (Math.random() * 4) + 2; } _level0["Square" + SquareNum].onEnterFrame = SquareMover2; } } function doBonus(BonusType) { Counter_o._xscale = 100; BonusGo = false; sp1 = 0; while (sp1 < allSquares.length) { allSquares[sp1].Bonus = false; sp1++; } switch (BonusType) { case "slow" : Bonus.Bonus.Bonus.text = "Slow Mode"; Bonus.play(); sp = 0; while (sp < allSquares.length) { allSquares[sp].Speed = 0.3; sp++; } goSlow = true; break; case "red" : Counter_o._xscale = 20; Bonus.Bonus.Bonus.text = "Frenzy"; Bonus.play(); isRed = true; sp = 0; while (sp < allSquares.length) { allSquares[sp].gotoAndStop(2); sp++; } break; case "tiny" : Bonus.Bonus.Bonus.text = "Tiny Mode"; Bonus.play(); isTiny = true; lineSize = 1; Ball._xscale = 50; Ball._yscale = 50; sp = 0; while (sp < allSquares.length) { allSquares[sp]._xscale = 50; allSquares[sp]._yscale = 50; sp++; } break; case "invinicble" : Bonus.Bonus.Bonus.text = "Invincibility"; Bonus.play(); Invince = true; lineColour = 16711680 /* 0xFF0000 */; Ball.gotoAndStop(2); break; case "fast" : Bonus.Bonus.Bonus.text = "Fast Mode"; Bonus.play(); sp = 0; while (sp < allSquares.length) { allSquares[sp].Speed = 5; sp++; } goQuick = true; break; case "giant" : Bonus.Bonus.Bonus.text = "Giant Mode"; Bonus.play(); isBig = true; lineSize = 10; Ball._xscale = 150; Ball._yscale = 150; sp = 0; while (sp < allSquares.length) { allSquares[sp]._xscale = 150; allSquares[sp]._yscale = 150; sp++; } break; case "reverse" : Bonus.Bonus.Bonus.text = "Inverted"; Bonus.play(); Invert = true; break; case "action" : Bonus.Bonus.Bonus.text = "Attack Mode"; Bonus.play(); myAction = true; } } function downCount() { Counter_o._xscale = Counter_o._xscale - 0.175; if (Counter_o._xscale < 0) { Revert(); Counter_o._xscale = 0; } } function Revert() { myAction = false; isRed = false; isBig = false; isTiny = false; Counter_o._xscale = 0; goQuick = false; goSlow = false; BonusGo = true; Invince = false; Invert = false; lineColour = 16777215 /* 0xFFFFFF */; Ball._xscale = 100; Ball._yscale = 100; lineSize = 5; Ball.gotoAndStop(1); } function SquareMover1() { Speed = 20; if ((XX < this._x) && (Math.abs(YY - this._y) < Speed)) { this.Points[0] = true; } if ((XX > this._x) && (Math.abs(YY - this._y) < Speed)) { this.Points[1] = true; } if ((YY < this._y) && (Math.abs(XX - this._x) < Speed)) { this.Points[2] = true; } if ((YY > this._y) && (Math.abs(XX - this._x) < Speed)) { this.Points[3] = true; } if (this.hitTest(_level0.Ball) && (!this.isHit)) { if (this._currentframe > 1) { if (this._currentframe < 3) { this.isHit = true; this.Points = [false, false, false, false]; this.gotoAndStop(8); circled++; ScoreCount++; SetUp(); SoundStart("Swing"); if (ScoreCount < 20) { SetUp(); } if (_level0.Text_a._currentframe < 51) { _level0.Text_a.gotoAndPlay(51); } } } else { makeLine = false; SoundStart("Error"); Destroy(); _level0.gotoAndPlay("Game"); } } if (((((this.Points[0] + this.Points[1]) + this.Points[2]) + this.Points[3]) == 4) && (!this.isHit)) { this.Points = [false, false, false, false]; this.gotoAndStop(2); } this._rotation = this._rotation + this.rotations; if (this.xType) { this._y = this._y + (this.Speed * 2.5); if (this._y > 470) { SetUp(); this.removeMovieClip(); } } else { this._x = this._x + (this.Speed * 2.5); if (this._x > 620) { SetUp(); this.removeMovieClip(); } } } function SquareMover2() { Speed = 20; if ((XX < this._x) && (Math.abs(YY - this._y) < Speed)) { this.Points[0] = true; } if ((XX > this._x) && (Math.abs(YY - this._y) < Speed)) { this.Points[1] = true; } if ((YY < this._y) && (Math.abs(XX - this._x) < Speed)) { this.Points[2] = true; } if ((YY > this._y) && (Math.abs(XX - this._x) < Speed)) { this.Points[3] = true; } if (this.hitTest(_level0.Ball) && (!this.isHit)) { if (this._currentframe > 1) { if (this._currentframe < 7) { if (this.Bonus && (!isRed)) { SoundStart("Whaa"); doBonus(this.BonusType); } else { SoundStart("Swing"); } this.isHit = true; this.Points = [false, false, false, false]; this.gotoAndStop(8); circled++; ScoreCount++; SetUp(); if (ScoreCount < 20) { SetUp(); } if (Level == 3) { Counter_o2._xscale = Counter_o2._xscale + 2.5; } if (_level0.Text_a._currentframe < 51) { _level0.Text_a.gotoAndPlay(51); } } } else if (!Invince) { makeLine = false; Destroy(); SoundStart("Error"); _level0.gotoAndPlay("Game"); } } if (!isRed) { if (((((this.Points[0] + this.Points[1]) + this.Points[2]) + this.Points[3]) == 4) && (!this.isHit)) { this.Points = [false, false, false, false]; if (this.Bonus) { if (this.bType < 5) { this.gotoAndStop(4); } else { this.gotoAndStop(6); } } else { this.gotoAndStop(2); } } } else if (!this.isHit) { this.gotoAndStop(2); } this._rotation = this._rotation + this.rotations; if (this.xType) { this._y = this._y + (this.Speed * 2.5); if (this._y > 470) { SetUp(); this.removeMovieClip(); } } else { this._x = this._x + (this.Speed * 2.5); if (this._x > 620) { SetUp(); this.removeMovieClip(); } } } function threeFun() { Counter_o2._xscale = Counter_o2._xscale - 0.05; if (Counter_o2._xscale < 0) { Revert(); Destroy(); Counter_o2._xscale = 100; } } function onEnterFrame() { if (!BonusGo) { downCount(); } if (Level == 3) { threeFun(); } if (!Invert) { XX = _xmouse; YY = _ymouse; } else { XX = Stage.width - _xmouse; YY = Stage.height - _ymouse; } if ((bestScoreCount < ScoreCount) && (Level == 1)) { bestScoreCount = ScoreCount; savefile.data.bestScoreCount = bestScoreCount; } newScoreCount = ScoreCount; TopP.Score.text = ScoreCount; TopP.bestScore.text = bestScoreCount; _level0.SquareFunctions(); if (bestScoreCount > enterNumber) { TopP.Enter._visible = true; } else { TopP.Enter._visible = false; } } function SquareFunctions() { if (makeLine) { _root["line" + lineNum].lineTo(XX, YY); newAppear = false; lineNum = _level0.getNextHighestDepth(); allLines[visNum].removeMovieClip(); visNum++; _root.createEmptyMovieClip("line" + lineNum, lineNum); _root["line" + lineNum].lineStyle(lineSize, lineColour, 100); _root["line" + lineNum].moveTo(XX, YY); allLines.push(_root["line" + lineNum]); lineLife.push(400); Ball._x = XX; Ball._y = YY; } } function Destroy() { _level0.TopP.Enter._visible = false; allSpeed = 0.5; Mouse.hide(); TopP.newScore.text = newScoreCount; Counter_o2._xscale = 0; Counter_o2._visible = false; _level0.Bonus.gotoAndStop(1); Revert(); i = 0; while (i < allSquares.length) { allSquares[i].removeMovieClip(); i++; } i = 0; while (i < allLines.length) { allLines[i].removeMovieClip(); i++; } } var ScoreCount = new Number(0); var allSquares = new Array(); var lineNum = new Number(1); var Counter = new Number(); var newScoreCount = new Number(0); var makeLine = new Boolean(true); var goQuick = new Boolean(); var myAction = new Boolean(); var isRed = new Boolean(); var goSlow = new Boolean(); var isTiny = new Boolean(); var isBig = new Boolean(); var BonusGo = new Boolean(); var visNum = new Number(-10); var lineSize = new Number(5); var allLines = new Array(); var lineLife = new Array(); var XX = new Number(); var allSpeed = new Number(); allSpeed = 0.5; var YY = new Number(); var Invince = new Boolean(); var Invert = new Boolean(); var lineColour = 16777215; var Bonuses = new Array("slow", "red", "tiny", "invinicble", "action", "fast", "giant", "reverse"); op = 0; while (op < 1000) { _root["line" + op].removeMovieClip(); op++; } FirstTime(); if (Level == 3) { Counter_o2._xscale = 100; Counter_o2._visible = true; } else { Counter_o2._visible = false; } stop();
Frame 6
function menu_Link() { getURL ("http://www.Peturo.com", _blank); } function menu_Link2() { getURL ("http://www.Peturo.com", _blank); } function menu_Sound() { if (_level0.SoundON) { stopAllSounds(); _level0.SoundON = false; } else { _level0.SoundON = true; _level0.MusicStart("mySong"); } loadMenu(); } function menu_High() { _quality = "HIGH"; } function menu_Med() { _quality = "MEDIUM"; } function menu_Low() { _quality = "LOW"; } function loadMenu() { MENU = new ContextMenu(); MENU.hideBuiltInItems(); Quality = new ContextMenuItem("High", menu_High, true); Quality2 = new ContextMenuItem("Medium", menu_Med); Quality3 = new ContextMenuItem("Low", menu_Low); if (!_level0.SoundON) { Sound_c = new ContextMenuItem("Sound On", menu_Sound, true); } else { Sound_c = new ContextMenuItem("Sound Off", menu_Sound, true); } Peturo_c = new ContextMenuItem("Visit Peturo", menu_Link); Max_c = new ContextMenuItem("Play more games", menu_Link2); MENU.customItems.push(Peturo_c); MENU.customItems.push(Max_c); MENU.customItems.push(Sound_c); MENU.customItems.push(Quality); MENU.customItems.push(Quality2); MENU.customItems.push(Quality3); _root.menu = MENU; } stopAllSounds(); _level0.MusicStart("mySong"); loadMenu(); _level0.TopP.Enter._visible = false; _level0.TopP.Enter.enabled = false;
Symbol 3 MovieClip [Ball] Frame 1
stop();
Symbol 3 MovieClip [Ball] Frame 2
stop();
Instance of Symbol 7 MovieClip in Symbol 8 MovieClip Frame 1
onClipEvent (load) { _parent.gotoAndPlay(Math.floor(Math.random() * 20)); }
Symbol 9 MovieClip [Splode] Frame 47
_parent.removeMovieClip();
Symbol 13 MovieClip [Square] Frame 1
stop();
Symbol 18 Button
on (release) { _level0.Destroy(); _level0.gotoAndStop(6); }
Symbol 21 Button
on (release) { _level0.enterNumber = _level0.bestScoreNumber; _level0.Destroy(); Click.enabled = false; _level0.TopP.Enter.enabled = false; _level0.HS_Score.play(); }
Symbol 35 Button
on (release) { _level0.Destroy(); _level0.play(); } on (rollOver) { _level0.SoundStart("Switch"); }
Symbol 40 Button
on (release) { _level0.play(); }
Symbol 41 Button
on (release) { _level0.Destroy(); _level0.play(); } on (rollOver) { _level0.SoundStart("Switch"); }
Symbol 42 MovieClip Frame 1
_level0.stop(); PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100; Loading = PercentLoaded - (PercentLoaded % 1); LNUM.text = Loading; PercentLoaded2 = (PercentLoaded / 100) * 360; Loading2 = PercentLoaded2 - (PercentLoaded2 % 1); j = 1; while (j < Bars.length) { Bars[j].removeMovieClip(); j++; } var Bars = new Array(Bar); _level0.All.OL.swapDepths(1000000); i = 0; while (i < PercentLoaded2) { duplicateMovieClip (Bar, "Bar" + i, i); Bars.push(_level0.All["Bar" + i]); i++; } var Rotate = new Number(0); c = 0; while (c < Bars.length) { Bars[c]._rotation = Rotate; Rotate++; c++; } if (PercentLoaded > 99) { gotoAndPlay (3); }
Instance of Symbol 30 MovieClip "OL" in Symbol 42 MovieClip Frame 1
onClipEvent (enterFrame) { this._rotation++; }
Symbol 42 MovieClip Frame 2
gotoAndPlay (1);
Symbol 42 MovieClip Frame 30
stop();
Symbol 46 Button
on (release) { getURL ("http://www.maxgames.com/", blank); }
Symbol 53 Button
on (release) { getURL ("http://www.maxgames.com", "_blank"); }
Symbol 56 MovieClip Frame 60
stop();
Symbol 70 MovieClip Frame 14
stop();
Symbol 71 MovieClip Frame 241
_level0.Intros.play();
Symbol 81 Button
on (release) { getURL ("http://www.Peturo.com", blank); }
Symbol 83 MovieClip Frame 110
_level0.gotoAndStop("Menu");
Symbol 84 MovieClip Frame 1
stop(); function onEnterFrame() { if (Key.isDown(83) && (Key.isDown(75))) { _level0.gotoAndStop("Menu"); } }
Symbol 84 MovieClip Frame 2
stop();
Symbol 87 MovieClip Frame 1
stop();
Symbol 91 MovieClip Frame 50
stop();
Symbol 91 MovieClip Frame 301
stop();
Symbol 99 MovieClip Frame 1
stop();
Symbol 106 Button
on (release) { getURL ("http://www.armorbot.com/mytable/?id=821", blank); }
Symbol 109 Button
on (release) { ab20_09 = new LoadVars(); ab20_09.z = inputted.text; ab20_09.x = _level0.bestScoreCount; ab20_09.c = 821; ab20_09.v = "AGVFHU"; ab20_09.sendAndLoad("http://armorbot.com/s_b", ab20_09, "POST"); _level0.enterNumber = _level0.bestScoreCount; _level0.gotoAndStop(6); _level0.HS_Score.gotoAndStop(1); }
Symbol 110 MovieClip Frame 1
Score.text = _level0.bestScoreCount + "!";
Symbol 111 MovieClip Frame 1
stop();
Symbol 111 MovieClip Frame 100
stop();
Symbol 112 Button
on (release) { getURL ("http://www.maxgames.com/", blank); }
Symbol 124 Button
on (release) { getURL ("http://www.armorbot.com/mytable/?id=821", blank); }
Symbol 131 Button
on (release) { _quality = "MEDIUM"; } on (rollOver) { _level0.SoundStart("Switch"); }
Symbol 133 Button
on (release) { _quality = "HIGH"; } on (rollOver) { _level0.SoundStart("Switch"); }
Symbol 135 Button
on (release) { _quality = "LOW"; } on (rollOver) { _level0.SoundStart("Switch"); }
Symbol 138 Button
on (press) { MouseMove = true; } on (release, releaseOutside) { MouseMove = false; }
Symbol 141 Button
on (press) { MouseMove = true; } on (release, releaseOutside) { MouseMove = false; }
Symbol 142 MovieClip Frame 1
function onEnterFrame() { if (MouseMove) { if (_level0.Settings.Settings.Settings.Volume._xmouse > -30) { if (_level0.Settings.Settings.Settings.Volume._xmouse < 30) { _level0.Settings.Settings.Settings.Volume.Slider._x = _level0.Settings.Settings.Settings.Volume._xmouse; } else { _level0.Settings.Settings.Settings.Volume.Slider._x = 30; } } else { _level0.Settings.Settings.Settings.Volume.Slider._x = -30; } } _level0.VolumeVar = (_level0.Settings.Settings.Settings.Volume.Slider._x + 30) * 1.66666666666667; _level0.MusicPlay.setVolume(_level0.VolumeVar); _level0.savefile.data.VolumeVar = _level0.VolumeVar; } var MouseMove = new Boolean(false); MouseMove = false; _level0.Settings.Settings.Settings.Volume.Slider._x = (_level0.VolumeVar / 1.66666666666667) - 30;
Symbol 144 MovieClip Frame 1
stop();
Symbol 144 MovieClip Frame 20
stop();
Symbol 147 MovieClip Frame 1
stop();
Symbol 147 MovieClip Frame 2
__top10_send__ = new LoadVars(); __top10_receive__ = new LoadVars(); __top10_url_1__ = "http://www.armorbot.com/flashcomm"; __top10_url_2__ = "/top10_b"; __top10_send__.hid = 821; __top10_send__.kid = "AGVFHU"; __top10_send__.sendAndLoad(__top10_url_1__ + __top10_url_2__, __top10_receive__, "POST"); __top10_receive__.onLoad = function (success) { if (success) { var _local1 = new String(); _local1 = ("Your Top Score: " + _level0.bestScoreCount) + newline; var _local2 = 1; i = 1; while (i < 11) { _local1 = _local1 + (((_local2 + ". ") + __top10_receive__["name" + i]) + ": "); _local1 = _local1 + (__top10_receive__["score" + i] + newline); _local2++; i++; } } myText.text = _local1; }; stop();
Symbol 148 MovieClip Frame 1
HighScores.gotoAndStop(1); stop();
Symbol 148 MovieClip Frame 20
HighScores.gotoAndStop(2); stop();
Symbol 152 MovieClip Frame 1
stop();
Symbol 152 MovieClip Frame 20
stop();
Symbol 156 Button
on (release) { if (_parent.doClick[3]) { _level0.MenuBegin(); _level0.Level = 1; _level0.Destroy(); _level0.gotoAndPlay("Game"); } } on (rollOver) { _level0.SoundStart("Switch"); }
Symbol 159 Button
on (release) { if (_parent.doClick[2]) { _level0.MenuBegin(); _level0.Level = 2; _level0.Destroy(); _level0.gotoAndPlay("Game"); } } on (rollOver) { _level0.SoundStart("Switch"); }
Symbol 162 Button
on (release) { if (_parent.doClick[1]) { _level0.MenuBegin(); _level0.Level = 3; _level0.Destroy(); _level0.gotoAndPlay("Game"); } } on (rollOver) { _level0.SoundStart("Switch"); }
Symbol 165 Button
on (release) { stopAllSounds(); if (_parent.doClick[0]) { _level0.MenuBegin(); _level0.Level = 4; _level0.Destroy(); _level0.gotoAndPlay("Game"); } } on (rollOver) { _level0.SoundStart("Switch"); }
Symbol 167 MovieClip Frame 1
stop();
Symbol 167 MovieClip Frame 2
var ClickArray = new Array(Play.d, Play.c, Play.b); var doClick = new Array(true, true, true, true); doClick = [true, true, true, true]; var goto = new Number(); goto = Math.floor((_level0.bestScoreCount - 10) / 10); goto = 3 - goto; jas = 0; while (jas < ClickArray.length) { ClickArray[jas]._alpha = 100; doClick[jas] = true; jas++; } k = 0; while (k < goto) { ClickArray[k]._alpha = 30; doClick[k] = false; k++; } doClick[3] = true;
Symbol 167 MovieClip Frame 20
stop();
Symbol 173 Button
on (release) { getURL ("http://www.maxgames.com/", blank); } on (rollOver) { _level0.SoundStart("Switch"); }
Symbol 174 Button
on (release) { getURL ("http://www.Peturo.com/", blank); } on (rollOver) { _level0.SoundStart("Switch"); }
Symbol 175 Button
on (release) { KillMenu(); HighScores.play(); if (_currentframe < 40) { play(); } } on (rollOver) { _level0.SoundStart("Switch"); }
Symbol 176 Button
on (release) { KillMenu(); Instructions.play(); if (_currentframe < 40) { play(); } } on (rollOver) { _level0.SoundStart("Switch"); }
Symbol 177 Button
on (release) { KillMenu(); Settings.play(); if (_currentframe < 40) { play(); } } on (rollOver) { _level0.SoundStart("Switch"); }
Symbol 178 Button
on (release) { KillMenu(); Play.play(); if (_currentframe < 40) { play(); } } on (rollOver) { _level0.SoundStart("Switch"); }
Symbol 180 Button
on (release) { getURL ("http://www.maxgames.com", blank); } on (rollOver) { _level0.SoundStart("Switch"); }
Symbol 181 Button
on (release) { getURL ("http://www.Peturo.com", blank); } on (rollOver) { _level0.SoundStart("Switch"); }
Symbol 182 Button
on (release) { if (HighScores._currentframe < 5) { HighScores.play(); KillMenu(HighScores); } else { KillMenu(); play(); } } on (rollOver) { _level0.SoundStart("Switch"); }
Symbol 183 Button
on (release) { if (Instructions._currentframe < 5) { Instructions.play(); KillMenu(Instructions); } else { KillMenu(); play(); } } on (rollOver) { _level0.SoundStart("Switch"); }
Symbol 184 Button
on (release) { if (Settings._currentframe < 5) { Settings.play(); KillMenu(Settings); } else { KillMenu(); play(); } } on (rollOver) { _level0.SoundStart("Switch"); }
Symbol 185 Button
on (release) { if (Play._currentframe < 5) { Play.play(); KillMenu(Play); } else { KillMenu(); play(); } } on (rollOver) { _level0.SoundStart("Switch"); }
Symbol 186 MovieClip Frame 1
function KillMenu(type) { if ((Settings._currentframe > 2) && (Settings != type)) { Settings.gotoAndPlay(21); } if ((Instructions._currentframe > 2) && (Instructions != type)) { Instructions.gotoAndPlay(21); } if ((HighScores._currentframe > 2) && (HighScores != type)) { HighScores.gotoAndPlay(21); } if ((Play._currentframe > 2) && (Play != type)) { Play.gotoAndPlay(21); } }
Symbol 186 MovieClip Frame 30
stop();
Symbol 186 MovieClip Frame 48
stop();
Symbol 186 MovieClip Frame 65
gotoAndStop (30);

Library Items

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

Instance Names

"All"Frame 1Symbol 42 MovieClip
"Intros"Frame 2Symbol 84 MovieClip
"Bonus"Frame 3Symbol 87 MovieClip
"Text_a"Frame 3Symbol 91 MovieClip
"TopP"Frame 3Symbol 25 MovieClip [TopP]
"Counter_o"Frame 3Symbol 92 MovieClip
"Counter_o2"Frame 3Symbol 99 MovieClip
"HS_Score"Frame 3Symbol 111 MovieClip
"Settings"Frame 6Symbol 186 MovieClip
"bestScore"Symbol 25 MovieClip [TopP] Frame 1Symbol 16 EditableText
"Click"Symbol 25 MovieClip [TopP] Frame 1Symbol 18 Button
"newScore"Symbol 25 MovieClip [TopP] Frame 1Symbol 19 EditableText
"Enter"Symbol 25 MovieClip [TopP] Frame 1Symbol 21 Button
"Score"Symbol 25 MovieClip [TopP] Frame 1Symbol 24 EditableText
"Bar"Symbol 42 MovieClip Frame 1Symbol 27 MovieClip
"OL"Symbol 42 MovieClip Frame 1Symbol 30 MovieClip
"Bonus"Symbol 86 MovieClip Frame 1Symbol 85 EditableText
"Bonus"Symbol 87 MovieClip Frame 1Symbol 86 MovieClip
"Score"Symbol 110 MovieClip Frame 1Symbol 102 EditableText
"inputted"Symbol 110 MovieClip Frame 1Symbol 108 EditableText
"Slider"Symbol 142 MovieClip Frame 1Symbol 141 Button
"Volume"Symbol 143 MovieClip Frame 1Symbol 142 MovieClip
"Settings"Symbol 144 MovieClip Frame 2Symbol 143 MovieClip
"myText"Symbol 147 MovieClip Frame 2Symbol 146 EditableText
"HighScores"Symbol 148 MovieClip Frame 2Symbol 147 MovieClip
"Instructions"Symbol 152 MovieClip Frame 2Symbol 151 MovieClip
"a"Symbol 166 MovieClip Frame 1Symbol 156 Button
"b"Symbol 166 MovieClip Frame 1Symbol 159 Button
"c"Symbol 166 MovieClip Frame 1Symbol 162 Button
"d"Symbol 166 MovieClip Frame 1Symbol 165 Button
"Play"Symbol 167 MovieClip Frame 2Symbol 166 MovieClip
"Settings"Symbol 186 MovieClip Frame 1Symbol 144 MovieClip
"HighScores"Symbol 186 MovieClip Frame 1Symbol 148 MovieClip
"Instructions"Symbol 186 MovieClip Frame 1Symbol 152 MovieClip
"Play"Symbol 186 MovieClip Frame 1Symbol 167 MovieClip

Special Tags

FileAttributes (69)Timeline Frame 1Access network only, Metadata not present, AS1/AS2.
ExportAssets (56)Timeline Frame 1Symbol 3 as "Ball"
ExportAssets (56)Timeline Frame 1Symbol 9 as "Splode"
ExportAssets (56)Timeline Frame 1Symbol 13 as "Square"
ExportAssets (56)Timeline Frame 1Symbol 25 as "TopP"
ExportAssets (56)Timeline Frame 2Symbol 57 as "marvelous_moment02"
ExportAssets (56)Timeline Frame 2Symbol 72 as "Peturo Intro NG58796.mp3"
ExportAssets (56)Timeline Frame 3Symbol 93 as "Whaa"
ExportAssets (56)Timeline Frame 3Symbol 94 as "mySong2"
ExportAssets (56)Timeline Frame 3Symbol 95 as "Swing"
ExportAssets (56)Timeline Frame 3Symbol 96 as "Error"
ExportAssets (56)Timeline Frame 3Symbol 97 as "Switch"
ExportAssets (56)Timeline Frame 3Symbol 98 as "mySong"

Labels

"Game"Frame 4
"Menu"Frame 6




http://swfchan.com/6/26391/info.shtml
Created: 22/5 -2019 18:07:01 Last modified: 22/5 -2019 18:07:01 Server time: 10/05 -2024 08:06:43