Frame 1 (789 B)
countDown = function () {
displayTime1--;
if (displayTime1 == 0) {
gotoAndStop (64);
}
};
timer = setInterval(countDown, 1000);
countDown = function () {
displayTime2--;
if (displayTime2 == 0) {
gotoAndStop (66);
}
};
timer = setInterval(countDown, 1000);
countDown = function () {
displayTime3--;
if (displayTime3 == 0) {
gotoAndStop (69);
}
};
timer = setInterval(countDown, 1000);
function doSomething() {
}
function doSomething2() {
getURL ("http://www.Maxgames.com", _blank);
}
MENU.customItems.push(Functioned2);
MENU = new ContextMenu();
MENU.hideBuiltInItems();
Functioned2 = new ContextMenuItem("Visit MaxGames.com", doSomething2);
MENU.customItems.push(Functioned);
MENU.customItems.push(Functioned2);
_root.menu = MENU;
stop();
Frame 2 (8 B)
stop();
Instance of Symbol 99 MovieClip in Frame 2 (63 B)
on (release) {
getURL ("http://www.maxgames.com", "_blank");
}
Frame 3 (35 B)
stop();
score = 0;
health = 100;
Instance of Symbol 103 MovieClip "mousef" in Frame 3 (933 B)
onClipEvent (enterFrame) {
myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(_root._ymouse - this._y);
_root.xChange = Math.round(_root._xmouse - this._x);
_root.yMove = Math.round(_root.yChange / 4);
_root.xMove = Math.round(_root.xChange / 4);
this._y = this._y + _root.yMove;
this._x = this._x + _root.xMove;
this._rotation = myDegrees + 90;
}
onClipEvent (enterFrame) {
if (_root.score == 4) {
_root.gotoAndPlay(5);
}
if (this.hitTest(_level0.wall)) {
_level0.health = _level0.health - 1;
}
if (this.hitTest(_level0.wall2)) {
_level0.health = _level0.health - 1;
}
if (this.hitTest(_level0.wall3)) {
_level0.health = _level0.health - 1;
}
if (this.hitTest(_level0.wall4)) {
_level0.health = _level0.health - 1;
}
}
onClipEvent (enterFrame) {
if (_root.health == 0) {
_root.gotoAndPlay(4);
}
}
Instance of Symbol 115 MovieClip "ball1" in Frame 3 (197 B)
onClipEvent (enterFrame) {
if (this.hitTest(_level0.mousef)) {
_level0.score = _level0.score + 1;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.mousef)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 115 MovieClip "ball2" in Frame 3 (197 B)
onClipEvent (enterFrame) {
if (this.hitTest(_level0.mousef)) {
_level0.score = _level0.score + 1;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.mousef)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 115 MovieClip "ball4" in Frame 3 (197 B)
onClipEvent (enterFrame) {
if (this.hitTest(_level0.mousef)) {
_level0.score = _level0.score + 1;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.mousef)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 115 MovieClip "ball3" in Frame 3 (197 B)
onClipEvent (enterFrame) {
if (this.hitTest(_level0.mousef)) {
_level0.score = _level0.score + 1;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.mousef)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 117 MovieClip in Frame 3 (92 B)
onClipEvent (enterFrame) {
if (this.hitTest(_parent.mousef)) {
_root.gotoAndPlay(4);
}
}
Frame 4 (8 B)
stop();
Frame 5 (8 B)
stop();
Frame 6 (20 B)
stop();
score = 4;
Instance of Symbol 103 MovieClip "mousef" in Frame 6 (933 B)
onClipEvent (enterFrame) {
myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(_root._ymouse - this._y);
_root.xChange = Math.round(_root._xmouse - this._x);
_root.yMove = Math.round(_root.yChange / 4);
_root.xMove = Math.round(_root.xChange / 4);
this._y = this._y + _root.yMove;
this._x = this._x + _root.xMove;
this._rotation = myDegrees + 90;
}
onClipEvent (enterFrame) {
if (_root.score == 8) {
_root.gotoAndPlay(8);
}
if (this.hitTest(_level0.wall)) {
_level0.health = _level0.health - 1;
}
if (this.hitTest(_level0.wall2)) {
_level0.health = _level0.health - 1;
}
if (this.hitTest(_level0.wall3)) {
_level0.health = _level0.health - 1;
}
if (this.hitTest(_level0.wall4)) {
_level0.health = _level0.health - 1;
}
}
onClipEvent (enterFrame) {
if (_root.health == 0) {
_root.gotoAndPlay(4);
}
}
Instance of Symbol 117 MovieClip in Frame 6 (92 B)
onClipEvent (enterFrame) {
if (this.hitTest(_parent.mousef)) {
_root.gotoAndPlay(7);
}
}
Instance of Symbol 117 MovieClip in Frame 6 (92 B)
onClipEvent (enterFrame) {
if (this.hitTest(_parent.mousef)) {
_root.gotoAndPlay(7);
}
}
Instance of Symbol 115 MovieClip "ball5" in Frame 6 (197 B)
onClipEvent (enterFrame) {
if (this.hitTest(_level0.mousef)) {
_level0.score = _level0.score + 1;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.mousef)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 115 MovieClip "ball7" in Frame 6 (197 B)
onClipEvent (enterFrame) {
if (this.hitTest(_level0.mousef)) {
_level0.score = _level0.score + 1;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.mousef)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 115 MovieClip "ball6" in Frame 6 (197 B)
onClipEvent (enterFrame) {
if (this.hitTest(_level0.mousef)) {
_level0.score = _level0.score + 1;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.mousef)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 115 MovieClip "ball8" in Frame 6 (197 B)
onClipEvent (enterFrame) {
if (this.hitTest(_level0.mousef)) {
_level0.score = _level0.score + 1;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.mousef)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 117 MovieClip in Frame 6 (92 B)
onClipEvent (enterFrame) {
if (this.hitTest(_parent.mousef)) {
_root.gotoAndPlay(7);
}
}
Instance of Symbol 117 MovieClip in Frame 6 (92 B)
onClipEvent (enterFrame) {
if (this.hitTest(_parent.mousef)) {
_root.gotoAndPlay(7);
}
}
Instance of Symbol 117 MovieClip in Frame 6 (92 B)
onClipEvent (enterFrame) {
if (this.hitTest(_parent.mousef)) {
_root.gotoAndPlay(7);
}
}
Frame 7 (8 B)
stop();
Frame 8 (8 B)
stop();
Frame 9 (20 B)
stop();
score = 8;
Instance of Symbol 103 MovieClip "mousef" in Frame 9 (935 B)
onClipEvent (enterFrame) {
myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(_root._ymouse - this._y);
_root.xChange = Math.round(_root._xmouse - this._x);
_root.yMove = Math.round(_root.yChange / 4);
_root.xMove = Math.round(_root.xChange / 4);
this._y = this._y + _root.yMove;
this._x = this._x + _root.xMove;
this._rotation = myDegrees + 90;
}
onClipEvent (enterFrame) {
if (_root.score == 14) {
_root.gotoAndPlay(11);
}
if (this.hitTest(_level0.wall)) {
_level0.health = _level0.health - 1;
}
if (this.hitTest(_level0.wall2)) {
_level0.health = _level0.health - 1;
}
if (this.hitTest(_level0.wall3)) {
_level0.health = _level0.health - 1;
}
if (this.hitTest(_level0.wall4)) {
_level0.health = _level0.health - 1;
}
}
onClipEvent (enterFrame) {
if (_root.health == 0) {
_root.gotoAndPlay(4);
}
}
Instance of Symbol 117 MovieClip in Frame 9 (93 B)
onClipEvent (enterFrame) {
if (this.hitTest(_parent.mousef)) {
_root.gotoAndPlay(10);
}
}
Instance of Symbol 117 MovieClip in Frame 9 (93 B)
onClipEvent (enterFrame) {
if (this.hitTest(_parent.mousef)) {
_root.gotoAndPlay(10);
}
}
Instance of Symbol 117 MovieClip in Frame 9 (93 B)
onClipEvent (enterFrame) {
if (this.hitTest(_parent.mousef)) {
_root.gotoAndPlay(10);
}
}
Instance of Symbol 117 MovieClip in Frame 9 (93 B)
onClipEvent (enterFrame) {
if (this.hitTest(_parent.mousef)) {
_root.gotoAndPlay(10);
}
}
Instance of Symbol 117 MovieClip in Frame 9 (93 B)
onClipEvent (enterFrame) {
if (this.hitTest(_parent.mousef)) {
_root.gotoAndPlay(10);
}
}
Instance of Symbol 117 MovieClip in Frame 9 (177 B)
onClipEvent (enterFrame) {
if (this.hitTest(_parent.mousef)) {
_root.gotoAndPlay(10);
}
}
onClipEvent (enterFrame) {
_y = (_y + 10);
if (_y > 305) {
_y = 74.3;
}
}
Instance of Symbol 117 MovieClip in Frame 9 (177 B)
onClipEvent (enterFrame) {
if (this.hitTest(_parent.mousef)) {
_root.gotoAndPlay(10);
}
}
onClipEvent (enterFrame) {
_y = (_y + 10);
if (_y > 305) {
_y = 74.3;
}
}
Instance of Symbol 117 MovieClip in Frame 9 (177 B)
onClipEvent (enterFrame) {
if (this.hitTest(_parent.mousef)) {
_root.gotoAndPlay(10);
}
}
onClipEvent (enterFrame) {
_y = (_y + 10);
if (_y > 305) {
_y = 74.3;
}
}
Instance of Symbol 117 MovieClip in Frame 9 (177 B)
onClipEvent (enterFrame) {
if (this.hitTest(_parent.mousef)) {
_root.gotoAndPlay(10);
}
}
onClipEvent (enterFrame) {
_y = (_y + 10);
if (_y > 305) {
_y = 74.3;
}
}
Instance of Symbol 117 MovieClip in Frame 9 (177 B)
onClipEvent (enterFrame) {
if (this.hitTest(_parent.mousef)) {
_root.gotoAndPlay(10);
}
}
onClipEvent (enterFrame) {
_y = (_y + 10);
if (_y > 305) {
_y = 74.3;
}
}
Instance of Symbol 115 MovieClip "ball13" in Frame 9 (197 B)
onClipEvent (enterFrame) {
if (this.hitTest(_level0.mousef)) {
_level0.score = _level0.score + 1;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.mousef)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 115 MovieClip "ball14" in Frame 9 (197 B)
onClipEvent (enterFrame) {
if (this.hitTest(_level0.mousef)) {
_level0.score = _level0.score + 1;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.mousef)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 115 MovieClip "ball11" in Frame 9 (197 B)
onClipEvent (enterFrame) {
if (this.hitTest(_level0.mousef)) {
_level0.score = _level0.score + 1;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.mousef)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 115 MovieClip "ball10" in Frame 9 (197 B)
onClipEvent (enterFrame) {
if (this.hitTest(_level0.mousef)) {
_level0.score = _level0.score + 1;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.mousef)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 115 MovieClip "ball16" in Frame 9 (197 B)
onClipEvent (enterFrame) {
if (this.hitTest(_level0.mousef)) {
_level0.score = _level0.score + 1;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.mousef)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 115 MovieClip "ball17" in Frame 9 (197 B)
onClipEvent (enterFrame) {
if (this.hitTest(_level0.mousef)) {
_level0.score = _level0.score + 1;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.mousef)) {
this.gotoAndStop(2);
}
}
Frame 10 (8 B)
stop();
Frame 11 (8 B)
stop();
Frame 12 (21 B)
stop();
score = 14;
Instance of Symbol 103 MovieClip "mousef" in Frame 12 (935 B)
onClipEvent (enterFrame) {
myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(_root._ymouse - this._y);
_root.xChange = Math.round(_root._xmouse - this._x);
_root.yMove = Math.round(_root.yChange / 4);
_root.xMove = Math.round(_root.xChange / 4);
this._y = this._y + _root.yMove;
this._x = this._x + _root.xMove;
this._rotation = myDegrees + 90;
}
onClipEvent (enterFrame) {
if (_root.score == 22) {
_root.gotoAndPlay(14);
}
if (this.hitTest(_level0.wall)) {
_level0.health = _level0.health - 1;
}
if (this.hitTest(_level0.wall2)) {
_level0.health = _level0.health - 1;
}
if (this.hitTest(_level0.wall3)) {
_level0.health = _level0.health - 1;
}
if (this.hitTest(_level0.wall4)) {
_level0.health = _level0.health - 1;
}
}
onClipEvent (enterFrame) {
if (_root.health == 0) {
_root.gotoAndPlay(4);
}
}
Instance of Symbol 117 MovieClip in Frame 12 (93 B)
onClipEvent (enterFrame) {
if (this.hitTest(_parent.mousef)) {
_root.gotoAndPlay(13);
}
}
Instance of Symbol 117 MovieClip in Frame 12 (93 B)
onClipEvent (enterFrame) {
if (this.hitTest(_parent.mousef)) {
_root.gotoAndPlay(13);
}
}
Instance of Symbol 117 MovieClip in Frame 12 (93 B)
onClipEvent (enterFrame) {
if (this.hitTest(_parent.mousef)) {
_root.gotoAndPlay(13);
}
}
Instance of Symbol 117 MovieClip in Frame 12 (93 B)
onClipEvent (enterFrame) {
if (this.hitTest(_parent.mousef)) {
_root.gotoAndPlay(13);
}
}
Instance of Symbol 117 MovieClip in Frame 12 (177 B)
onClipEvent (enterFrame) {
if (this.hitTest(_parent.mousef)) {
_root.gotoAndPlay(13);
}
}
onClipEvent (enterFrame) {
_y = (_y + 10);
if (_y > 305) {
_y = 74.3;
}
}
Instance of Symbol 117 MovieClip in Frame 12 (177 B)
onClipEvent (enterFrame) {
if (this.hitTest(_parent.mousef)) {
_root.gotoAndPlay(13);
}
}
onClipEvent (enterFrame) {
_y = (_y + 10);
if (_y > 305) {
_y = 74.3;
}
}
Instance of Symbol 117 MovieClip in Frame 12 (177 B)
onClipEvent (enterFrame) {
if (this.hitTest(_parent.mousef)) {
_root.gotoAndPlay(13);
}
}
onClipEvent (enterFrame) {
_y = (_y + 10);
if (_y > 305) {
_y = 74.3;
}
}
Instance of Symbol 117 MovieClip in Frame 12 (177 B)
onClipEvent (enterFrame) {
if (this.hitTest(_parent.mousef)) {
_root.gotoAndPlay(13);
}
}
onClipEvent (enterFrame) {
_y = (_y + 10);
if (_y > 305) {
_y = 74.3;
}
}
Instance of Symbol 117 MovieClip in Frame 12 (177 B)
onClipEvent (enterFrame) {
if (this.hitTest(_parent.mousef)) {
_root.gotoAndPlay(13);
}
}
onClipEvent (enterFrame) {
_y = (_y + 10);
if (_y > 305) {
_y = 74.3;
}
}
Instance of Symbol 117 MovieClip in Frame 12 (176 B)
onClipEvent (enterFrame) {
if (this.hitTest(_parent.mousef)) {
_root.gotoAndPlay(13);
}
}
onClipEvent (enterFrame) {
_x = (_x + 10);
if (_x > 420) {
_x = 110;
}
}
Instance of Symbol 117 MovieClip in Frame 12 (176 B)
onClipEvent (enterFrame) {
if (this.hitTest(_parent.mousef)) {
_root.gotoAndPlay(13);
}
}
onClipEvent (enterFrame) {
_x = (_x + 10);
if (_x > 420) {
_x = 110;
}
}
Instance of Symbol 117 MovieClip in Frame 12 (176 B)
onClipEvent (enterFrame) {
if (this.hitTest(_parent.mousef)) {
_root.gotoAndPlay(13);
}
}
onClipEvent (enterFrame) {
_x = (_x + 10);
if (_x > 420) {
_x = 110;
}
}
Instance of Symbol 117 MovieClip in Frame 12 (176 B)
onClipEvent (enterFrame) {
if (this.hitTest(_parent.mousef)) {
_root.gotoAndPlay(13);
}
}
onClipEvent (enterFrame) {
_x = (_x + 10);
if (_x > 420) {
_x = 110;
}
}
Instance of Symbol 117 MovieClip in Frame 12 (176 B)
onClipEvent (enterFrame) {
if (this.hitTest(_parent.mousef)) {
_root.gotoAndPlay(13);
}
}
onClipEvent (enterFrame) {
_x = (_x + 10);
if (_x > 420) {
_x = 110;
}
}
Instance of Symbol 115 MovieClip "ball18" in Frame 12 (197 B)
onClipEvent (enterFrame) {
if (this.hitTest(_level0.mousef)) {
_level0.score = _level0.score + 1;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.mousef)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 115 MovieClip "ball22" in Frame 12 (197 B)
onClipEvent (enterFrame) {
if (this.hitTest(_level0.mousef)) {
_level0.score = _level0.score + 1;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.mousef)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 115 MovieClip "ball24" in Frame 12 (197 B)
onClipEvent (enterFrame) {
if (this.hitTest(_level0.mousef)) {
_level0.score = _level0.score + 1;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.mousef)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 115 MovieClip "ball25" in Frame 12 (197 B)
onClipEvent (enterFrame) {
if (this.hitTest(_level0.mousef)) {
_level0.score = _level0.score + 1;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.mousef)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 115 MovieClip "ball20" in Frame 12 (197 B)
onClipEvent (enterFrame) {
if (this.hitTest(_level0.mousef)) {
_level0.score = _level0.score + 1;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.mousef)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 115 MovieClip "ball19" in Frame 12 (197 B)
onClipEvent (enterFrame) {
if (this.hitTest(_level0.mousef)) {
_level0.score = _level0.score + 1;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.mousef)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 115 MovieClip "ball23" in Frame 12 (197 B)
onClipEvent (enterFrame) {
if (this.hitTest(_level0.mousef)) {
_level0.score = _level0.score + 1;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.mousef)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 115 MovieClip "ball21" in Frame 12 (197 B)
onClipEvent (enterFrame) {
if (this.hitTest(_level0.mousef)) {
_level0.score = _level0.score + 1;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.mousef)) {
this.gotoAndStop(2);
}
}
Frame 13 (8 B)
stop();
Frame 14 (8 B)
stop();
Frame 15 (21 B)
stop();
score = 22;
Instance of Symbol 103 MovieClip "mousef" in Frame 15 (935 B)
onClipEvent (enterFrame) {
myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(_root._ymouse - this._y);
_root.xChange = Math.round(_root._xmouse - this._x);
_root.yMove = Math.round(_root.yChange / 4);
_root.xMove = Math.round(_root.xChange / 4);
this._y = this._y + _root.yMove;
this._x = this._x + _root.xMove;
this._rotation = myDegrees + 90;
}
onClipEvent (enterFrame) {
if (_root.score == 30) {
_root.gotoAndPlay(17);
}
if (this.hitTest(_level0.wall)) {
_level0.health = _level0.health - 1;
}
if (this.hitTest(_level0.wall2)) {
_level0.health = _level0.health - 1;
}
if (this.hitTest(_level0.wall3)) {
_level0.health = _level0.health - 1;
}
if (this.hitTest(_level0.wall4)) {
_level0.health = _level0.health - 1;
}
}
onClipEvent (enterFrame) {
if (_root.health == 0) {
_root.gotoAndPlay(4);
}
}
Instance of Symbol 117 MovieClip in Frame 15 (93 B)
onClipEvent (enterFrame) {
if (this.hitTest(_parent.mousef)) {
_root.gotoAndPlay(16);
}
}
Instance of Symbol 117 MovieClip in Frame 15 (93 B)
onClipEvent (enterFrame) {
if (this.hitTest(_parent.mousef)) {
_root.gotoAndPlay(16);
}
}
Instance of Symbol 117 MovieClip in Frame 15 (93 B)
onClipEvent (enterFrame) {
if (this.hitTest(_parent.mousef)) {
_root.gotoAndPlay(16);
}
}
Instance of Symbol 117 MovieClip in Frame 15 (93 B)
onClipEvent (enterFrame) {
if (this.hitTest(_parent.mousef)) {
_root.gotoAndPlay(16);
}
}
Instance of Symbol 117 MovieClip in Frame 15 (176 B)
onClipEvent (enterFrame) {
if (this.hitTest(_parent.mousef)) {
_root.gotoAndPlay(16);
}
}
onClipEvent (enterFrame) {
_x = (_x + 15);
if (_x > 420) {
_x = 110;
}
}
Instance of Symbol 117 MovieClip in Frame 15 (176 B)
onClipEvent (enterFrame) {
if (this.hitTest(_parent.mousef)) {
_root.gotoAndPlay(16);
}
}
onClipEvent (enterFrame) {
_x = (_x + 15);
if (_x > 420) {
_x = 110;
}
}
Instance of Symbol 117 MovieClip in Frame 15 (176 B)
onClipEvent (enterFrame) {
if (this.hitTest(_parent.mousef)) {
_root.gotoAndPlay(16);
}
}
onClipEvent (enterFrame) {
_x = (_x + 15);
if (_x > 420) {
_x = 110;
}
}
Instance of Symbol 117 MovieClip in Frame 15 (176 B)
onClipEvent (enterFrame) {
if (this.hitTest(_parent.mousef)) {
_root.gotoAndPlay(16);
}
}
onClipEvent (enterFrame) {
_x = (_x + 15);
if (_x > 420) {
_x = 110;
}
}
Instance of Symbol 117 MovieClip in Frame 15 (176 B)
onClipEvent (enterFrame) {
if (this.hitTest(_parent.mousef)) {
_root.gotoAndPlay(16);
}
}
onClipEvent (enterFrame) {
_x = (_x + 15);
if (_x > 420) {
_x = 110;
}
}
Instance of Symbol 117 MovieClip in Frame 15 (176 B)
onClipEvent (enterFrame) {
if (this.hitTest(_parent.mousef)) {
_root.gotoAndPlay(16);
}
}
onClipEvent (enterFrame) {
_x = (_x + 15);
if (_x > 420) {
_x = 110;
}
}
Instance of Symbol 117 MovieClip in Frame 15 (176 B)
onClipEvent (enterFrame) {
if (this.hitTest(_parent.mousef)) {
_root.gotoAndPlay(16);
}
}
onClipEvent (enterFrame) {
_x = (_x + 15);
if (_x > 420) {
_x = 110;
}
}
Instance of Symbol 117 MovieClip in Frame 15 (176 B)
onClipEvent (enterFrame) {
if (this.hitTest(_parent.mousef)) {
_root.gotoAndPlay(16);
}
}
onClipEvent (enterFrame) {
_x = (_x + 15);
if (_x > 420) {
_x = 110;
}
}
Instance of Symbol 115 MovieClip "ball22" in Frame 15 (197 B)
onClipEvent (enterFrame) {
if (this.hitTest(_level0.mousef)) {
_level0.score = _level0.score + 1;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.mousef)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 115 MovieClip "ball23" in Frame 15 (197 B)
onClipEvent (enterFrame) {
if (this.hitTest(_level0.mousef)) {
_level0.score = _level0.score + 1;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.mousef)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 115 MovieClip "ball24" in Frame 15 (197 B)
onClipEvent (enterFrame) {
if (this.hitTest(_level0.mousef)) {
_level0.score = _level0.score + 1;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.mousef)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 115 MovieClip "ball25" in Frame 15 (197 B)
onClipEvent (enterFrame) {
if (this.hitTest(_level0.mousef)) {
_level0.score = _level0.score + 1;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.mousef)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 115 MovieClip "ball26" in Frame 15 (197 B)
onClipEvent (enterFrame) {
if (this.hitTest(_level0.mousef)) {
_level0.score = _level0.score + 1;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.mousef)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 115 MovieClip "ball27" in Frame 15 (197 B)
onClipEvent (enterFrame) {
if (this.hitTest(_level0.mousef)) {
_level0.score = _level0.score + 1;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.mousef)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 115 MovieClip "ball28" in Frame 15 (197 B)
onClipEvent (enterFrame) {
if (this.hitTest(_level0.mousef)) {
_level0.score = _level0.score + 1;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.mousef)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 115 MovieClip "ball29" in Frame 15 (197 B)
onClipEvent (enterFrame) {
if (this.hitTest(_level0.mousef)) {
_level0.score = _level0.score + 1;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.mousef)) {
this.gotoAndStop(2);
}
}
Frame 16 (8 B)
stop();
Frame 17 (8 B)
stop();
Frame 18 (21 B)
stop();
score = 30;
Instance of Symbol 103 MovieClip "mousef" in Frame 18 (935 B)
onClipEvent (enterFrame) {
myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(_root._ymouse - this._y);
_root.xChange = Math.round(_root._xmouse - this._x);
_root.yMove = Math.round(_root.yChange / 4);
_root.xMove = Math.round(_root.xChange / 4);
this._y = this._y + _root.yMove;
this._x = this._x + _root.xMove;
this._rotation = myDegrees + 90;
}
onClipEvent (enterFrame) {
if (_root.score == 40) {
_root.gotoAndPlay(20);
}
if (this.hitTest(_level0.wall)) {
_level0.health = _level0.health - 1;
}
if (this.hitTest(_level0.wall2)) {
_level0.health = _level0.health - 1;
}
if (this.hitTest(_level0.wall3)) {
_level0.health = _level0.health - 1;
}
if (this.hitTest(_level0.wall4)) {
_level0.health = _level0.health - 1;
}
}
onClipEvent (enterFrame) {
if (_root.health == 0) {
_root.gotoAndPlay(4);
}
}
Instance of Symbol 117 MovieClip in Frame 18 (93 B)
onClipEvent (enterFrame) {
if (this.hitTest(_parent.mousef)) {
_root.gotoAndPlay(19);
}
}
Instance of Symbol 117 MovieClip in Frame 18 (93 B)
onClipEvent (enterFrame) {
if (this.hitTest(_parent.mousef)) {
_root.gotoAndPlay(19);
}
}
Instance of Symbol 117 MovieClip in Frame 18 (93 B)
onClipEvent (enterFrame) {
if (this.hitTest(_parent.mousef)) {
_root.gotoAndPlay(19);
}
}
Instance of Symbol 117 MovieClip in Frame 18 (176 B)
onClipEvent (enterFrame) {
if (this.hitTest(_parent.mousef)) {
_root.gotoAndPlay(19);
}
}
onClipEvent (enterFrame) {
_x = (_x + 20);
if (_x > 420) {
_x = 110;
}
}
Instance of Symbol 117 MovieClip in Frame 18 (176 B)
onClipEvent (enterFrame) {
if (this.hitTest(_parent.mousef)) {
_root.gotoAndPlay(19);
}
}
onClipEvent (enterFrame) {
_x = (_x + 20);
if (_x > 420) {
_x = 110;
}
}
Instance of Symbol 117 MovieClip in Frame 18 (177 B)
onClipEvent (enterFrame) {
if (this.hitTest(_parent.mousef)) {
_root.gotoAndPlay(19);
}
}
onClipEvent (enterFrame) {
_x = (_x - 20);
if (_x < 70) {
_x = 306.3;
}
}
Instance of Symbol 117 MovieClip in Frame 18 (177 B)
onClipEvent (enterFrame) {
if (this.hitTest(_parent.mousef)) {
_root.gotoAndPlay(19);
}
}
onClipEvent (enterFrame) {
_x = (_x - 20);
if (_x < 70) {
_x = 306.3;
}
}
Instance of Symbol 115 MovieClip "ball33" in Frame 18 (197 B)
onClipEvent (enterFrame) {
if (this.hitTest(_level0.mousef)) {
_level0.score = _level0.score + 1;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.mousef)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 115 MovieClip "ball34" in Frame 18 (197 B)
onClipEvent (enterFrame) {
if (this.hitTest(_level0.mousef)) {
_level0.score = _level0.score + 1;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.mousef)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 115 MovieClip "ball35" in Frame 18 (197 B)
onClipEvent (enterFrame) {
if (this.hitTest(_level0.mousef)) {
_level0.score = _level0.score + 1;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.mousef)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 115 MovieClip "ball36" in Frame 18 (197 B)
onClipEvent (enterFrame) {
if (this.hitTest(_level0.mousef)) {
_level0.score = _level0.score + 1;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.mousef)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 115 MovieClip "ball37" in Frame 18 (197 B)
onClipEvent (enterFrame) {
if (this.hitTest(_level0.mousef)) {
_level0.score = _level0.score + 1;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.mousef)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 115 MovieClip "ball38" in Frame 18 (197 B)
onClipEvent (enterFrame) {
if (this.hitTest(_level0.mousef)) {
_level0.score = _level0.score + 1;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.mousef)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 115 MovieClip "ball40" in Frame 18 (197 B)
onClipEvent (enterFrame) {
if (this.hitTest(_level0.mousef)) {
_level0.score = _level0.score + 1;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.mousef)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 115 MovieClip "ball41" in Frame 18 (197 B)
onClipEvent (enterFrame) {
if (this.hitTest(_level0.mousef)) {
_level0.score = _level0.score + 1;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.mousef)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 115 MovieClip "ball43" in Frame 18 (197 B)
onClipEvent (enterFrame) {
if (this.hitTest(_level0.mousef)) {
_level0.score = _level0.score + 1;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.mousef)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 115 MovieClip "ball44" in Frame 18 (197 B)
onClipEvent (enterFrame) {
if (this.hitTest(_level0.mousef)) {
_level0.score = _level0.score + 1;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.mousef)) {
this.gotoAndStop(2);
}
}
Frame 19 (8 B)
stop();
Frame 20 (8 B)
stop();
Frame 21 (21 B)
stop();
score = 40;
Instance of Symbol 103 MovieClip "mousef" in Frame 21 (935 B)
onClipEvent (enterFrame) {
myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(_root._ymouse - this._y);
_root.xChange = Math.round(_root._xmouse - this._x);
_root.yMove = Math.round(_root.yChange / 4);
_root.xMove = Math.round(_root.xChange / 4);
this._y = this._y + _root.yMove;
this._x = this._x + _root.xMove;
this._rotation = myDegrees + 90;
}
onClipEvent (enterFrame) {
if (_root.score == 45) {
_root.gotoAndPlay(23);
}
if (this.hitTest(_level0.wall)) {
_level0.health = _level0.health - 1;
}
if (this.hitTest(_level0.wall2)) {
_level0.health = _level0.health - 1;
}
if (this.hitTest(_level0.wall3)) {
_level0.health = _level0.health - 1;
}
if (this.hitTest(_level0.wall4)) {
_level0.health = _level0.health - 1;
}
}
onClipEvent (enterFrame) {
if (_root.health == 0) {
_root.gotoAndPlay(4);
}
}
Instance of Symbol 117 MovieClip in Frame 21 (93 B)
onClipEvent (enterFrame) {
if (this.hitTest(_parent.mousef)) {
_root.gotoAndPlay(22);
}
}
Instance of Symbol 117 MovieClip in Frame 21 (93 B)
onClipEvent (enterFrame) {
if (this.hitTest(_parent.mousef)) {
_root.gotoAndPlay(22);
}
}
Instance of Symbol 117 MovieClip in Frame 21 (93 B)
onClipEvent (enterFrame) {
if (this.hitTest(_parent.mousef)) {
_root.gotoAndPlay(22);
}
}
Instance of Symbol 117 MovieClip in Frame 21 (93 B)
onClipEvent (enterFrame) {
if (this.hitTest(_parent.mousef)) {
_root.gotoAndPlay(22);
}
}
Instance of Symbol 117 MovieClip in Frame 21 (236 B)
onClipEvent (enterFrame) {
if (this.hitTest(_parent.mousef)) {
_root.gotoAndPlay(22);
}
}
onClipEvent (enterFrame) {
_x = (_x + 15);
_y = (_y - 15);
}
onClipEvent (enterFrame) {
if (_y < 76) {
_x = 64;
_y = 207.9;
}
}
Instance of Symbol 115 MovieClip "ball46" in Frame 21 (197 B)
onClipEvent (enterFrame) {
if (this.hitTest(_level0.mousef)) {
_level0.score = _level0.score + 1;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.mousef)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 115 MovieClip "ball47" in Frame 21 (197 B)
onClipEvent (enterFrame) {
if (this.hitTest(_level0.mousef)) {
_level0.score = _level0.score + 1;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.mousef)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 117 MovieClip in Frame 21 (93 B)
onClipEvent (enterFrame) {
if (this.hitTest(_parent.mousef)) {
_root.gotoAndPlay(22);
}
}
Instance of Symbol 115 MovieClip "ball48" in Frame 21 (197 B)
onClipEvent (enterFrame) {
if (this.hitTest(_level0.mousef)) {
_level0.score = _level0.score + 1;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.mousef)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 117 MovieClip in Frame 21 (93 B)
onClipEvent (enterFrame) {
if (this.hitTest(_parent.mousef)) {
_root.gotoAndPlay(22);
}
}
Instance of Symbol 115 MovieClip "ball49" in Frame 21 (197 B)
onClipEvent (enterFrame) {
if (this.hitTest(_level0.mousef)) {
_level0.score = _level0.score + 1;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.mousef)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 115 MovieClip "ball50" in Frame 21 (197 B)
onClipEvent (enterFrame) {
if (this.hitTest(_level0.mousef)) {
_level0.score = _level0.score + 1;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.mousef)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 117 MovieClip in Frame 21 (93 B)
onClipEvent (enterFrame) {
if (this.hitTest(_parent.mousef)) {
_root.gotoAndPlay(22);
}
}
Instance of Symbol 117 MovieClip in Frame 21 (93 B)
onClipEvent (enterFrame) {
if (this.hitTest(_parent.mousef)) {
_root.gotoAndPlay(22);
}
}
Frame 22 (8 B)
stop();
Frame 23 (8 B)
stop();
Frame 24 (21 B)
stop();
score = 45;
Instance of Symbol 103 MovieClip "mousef" in Frame 24 (935 B)
onClipEvent (enterFrame) {
myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(_root._ymouse - this._y);
_root.xChange = Math.round(_root._xmouse - this._x);
_root.yMove = Math.round(_root.yChange / 4);
_root.xMove = Math.round(_root.xChange / 4);
this._y = this._y + _root.yMove;
this._x = this._x + _root.xMove;
this._rotation = myDegrees + 90;
}
onClipEvent (enterFrame) {
if (_root.score == 55) {
_root.gotoAndPlay(26);
}
if (this.hitTest(_level0.wall)) {
_level0.health = _level0.health - 1;
}
if (this.hitTest(_level0.wall2)) {
_level0.health = _level0.health - 1;
}
if (this.hitTest(_level0.wall3)) {
_level0.health = _level0.health - 1;
}
if (this.hitTest(_level0.wall4)) {
_level0.health = _level0.health - 1;
}
}
onClipEvent (enterFrame) {
if (_root.health == 0) {
_root.gotoAndPlay(4);
}
}
Instance of Symbol 117 MovieClip in Frame 24 (93 B)
onClipEvent (enterFrame) {
if (this.hitTest(_parent.mousef)) {
_root.gotoAndPlay(25);
}
}
Instance of Symbol 117 MovieClip in Frame 24 (93 B)
onClipEvent (enterFrame) {
if (this.hitTest(_parent.mousef)) {
_root.gotoAndPlay(25);
}
}
Instance of Symbol 117 MovieClip in Frame 24 (93 B)
onClipEvent (enterFrame) {
if (this.hitTest(_parent.mousef)) {
_root.gotoAndPlay(25);
}
}
Instance of Symbol 117 MovieClip in Frame 24 (93 B)
onClipEvent (enterFrame) {
if (this.hitTest(_parent.mousef)) {
_root.gotoAndPlay(25);
}
}
Instance of Symbol 117 MovieClip in Frame 24 (93 B)
onClipEvent (enterFrame) {
if (this.hitTest(_parent.mousef)) {
_root.gotoAndPlay(25);
}
}
Instance of Symbol 117 MovieClip in Frame 24 (93 B)
onClipEvent (enterFrame) {
if (this.hitTest(_parent.mousef)) {
_root.gotoAndPlay(25);
}
}
Instance of Symbol 117 MovieClip in Frame 24 (93 B)
onClipEvent (enterFrame) {
if (this.hitTest(_parent.mousef)) {
_root.gotoAndPlay(25);
}
}
Instance of Symbol 117 MovieClip in Frame 24 (93 B)
onClipEvent (enterFrame) {
if (this.hitTest(_parent.mousef)) {
_root.gotoAndPlay(25);
}
}
Instance of Symbol 117 MovieClip in Frame 24 (93 B)
onClipEvent (enterFrame) {
if (this.hitTest(_parent.mousef)) {
_root.gotoAndPlay(25);
}
}
Instance of Symbol 115 MovieClip "ball51" in Frame 24 (197 B)
onClipEvent (enterFrame) {
if (this.hitTest(_level0.mousef)) {
_level0.score = _level0.score + 1;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.mousef)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 115 MovieClip "ball52" in Frame 24 (197 B)
onClipEvent (enterFrame) {
if (this.hitTest(_level0.mousef)) {
_level0.score = _level0.score + 1;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.mousef)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 115 MovieClip "ball55" in Frame 24 (197 B)
onClipEvent (enterFrame) {
if (this.hitTest(_level0.mousef)) {
_level0.score = _level0.score + 1;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.mousef)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 115 MovieClip "ball53" in Frame 24 (197 B)
onClipEvent (enterFrame) {
if (this.hitTest(_level0.mousef)) {
_level0.score = _level0.score + 1;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.mousef)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 115 MovieClip "ball54" in Frame 24 (197 B)
onClipEvent (enterFrame) {
if (this.hitTest(_level0.mousef)) {
_level0.score = _level0.score + 1;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.mousef)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 117 MovieClip in Frame 24 (93 B)
onClipEvent (enterFrame) {
if (this.hitTest(_parent.mousef)) {
_root.gotoAndPlay(25);
}
}
Instance of Symbol 117 MovieClip in Frame 24 (93 B)
onClipEvent (enterFrame) {
if (this.hitTest(_parent.mousef)) {
_root.gotoAndPlay(25);
}
}
Instance of Symbol 115 MovieClip "ball56" in Frame 24 (197 B)
onClipEvent (enterFrame) {
if (this.hitTest(_level0.mousef)) {
_level0.score = _level0.score + 1;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.mousef)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 115 MovieClip "ball57" in Frame 24 (197 B)
onClipEvent (enterFrame) {
if (this.hitTest(_level0.mousef)) {
_level0.score = _level0.score + 1;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.mousef)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 115 MovieClip "ball58" in Frame 24 (197 B)
onClipEvent (enterFrame) {
if (this.hitTest(_level0.mousef)) {
_level0.score = _level0.score + 1;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.mousef)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 117 MovieClip in Frame 24 (93 B)
onClipEvent (enterFrame) {
if (this.hitTest(_parent.mousef)) {
_root.gotoAndPlay(25);
}
}
Instance of Symbol 115 MovieClip "ball59" in Frame 24 (197 B)
onClipEvent (enterFrame) {
if (this.hitTest(_level0.mousef)) {
_level0.score = _level0.score + 1;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.mousef)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 115 MovieClip "ball60" in Frame 24 (197 B)
onClipEvent (enterFrame) {
if (this.hitTest(_level0.mousef)) {
_level0.score = _level0.score + 1;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.mousef)) {
this.gotoAndStop(2);
}
}
Frame 25 (8 B)
stop();
Frame 26 (8 B)
stop();
Frame 27 (21 B)
stop();
score = 55;
Instance of Symbol 103 MovieClip "mousef" in Frame 27 (935 B)
onClipEvent (enterFrame) {
myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(_root._ymouse - this._y);
_root.xChange = Math.round(_root._xmouse - this._x);
_root.yMove = Math.round(_root.yChange / 4);
_root.xMove = Math.round(_root.xChange / 4);
this._y = this._y + _root.yMove;
this._x = this._x + _root.xMove;
this._rotation = myDegrees + 90;
}
onClipEvent (enterFrame) {
if (_root.score == 65) {
_root.gotoAndPlay(29);
}
if (this.hitTest(_level0.wall)) {
_level0.health = _level0.health - 1;
}
if (this.hitTest(_level0.wall2)) {
_level0.health = _level0.health - 1;
}
if (this.hitTest(_level0.wall3)) {
_level0.health = _level0.health - 1;
}
if (this.hitTest(_level0.wall4)) {
_level0.health = _level0.health - 1;
}
}
onClipEvent (enterFrame) {
if (_root.health == 0) {
_root.gotoAndPlay(4);
}
}
Instance of Symbol 117 MovieClip in Frame 27 (93 B)
onClipEvent (enterFrame) {
if (this.hitTest(_parent.mousef)) {
_root.gotoAndPlay(28);
}
}
Instance of Symbol 117 MovieClip in Frame 27 (93 B)
onClipEvent (enterFrame) {
if (this.hitTest(_parent.mousef)) {
_root.gotoAndPlay(28);
}
}
Instance of Symbol 117 MovieClip in Frame 27 (93 B)
onClipEvent (enterFrame) {
if (this.hitTest(_parent.mousef)) {
_root.gotoAndPlay(28);
}
}
Instance of Symbol 117 MovieClip in Frame 27 (93 B)
onClipEvent (enterFrame) {
if (this.hitTest(_parent.mousef)) {
_root.gotoAndPlay(28);
}
}
Instance of Symbol 115 MovieClip "ball61" in Frame 27 (197 B)
onClipEvent (enterFrame) {
if (this.hitTest(_level0.mousef)) {
_level0.score = _level0.score + 1;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.mousef)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 115 MovieClip "ball62" in Frame 27 (197 B)
onClipEvent (enterFrame) {
if (this.hitTest(_level0.mousef)) {
_level0.score = _level0.score + 1;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.mousef)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 115 MovieClip "ball63" in Frame 27 (197 B)
onClipEvent (enterFrame) {
if (this.hitTest(_level0.mousef)) {
_level0.score = _level0.score + 1;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.mousef)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 117 MovieClip in Frame 27 (93 B)
onClipEvent (enterFrame) {
if (this.hitTest(_parent.mousef)) {
_root.gotoAndPlay(28);
}
}
Instance of Symbol 117 MovieClip in Frame 27 (93 B)
onClipEvent (enterFrame) {
if (this.hitTest(_parent.mousef)) {
_root.gotoAndPlay(28);
}
}
Instance of Symbol 115 MovieClip "ball64" in Frame 27 (197 B)
onClipEvent (enterFrame) {
if (this.hitTest(_level0.mousef)) {
_level0.score = _level0.score + 1;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.mousef)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 115 MovieClip "ball65" in Frame 27 (197 B)
onClipEvent (enterFrame) {
if (this.hitTest(_level0.mousef)) {
_level0.score = _level0.score + 1;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.mousef)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 115 MovieClip "ball66" in Frame 27 (197 B)
onClipEvent (enterFrame) {
if (this.hitTest(_level0.mousef)) {
_level0.score = _level0.score + 1;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.mousef)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 115 MovieClip "ball67" in Frame 27 (197 B)
onClipEvent (enterFrame) {
if (this.hitTest(_level0.mousef)) {
_level0.score = _level0.score + 1;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.mousef)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 117 MovieClip in Frame 27 (93 B)
onClipEvent (enterFrame) {
if (this.hitTest(_parent.mousef)) {
_root.gotoAndPlay(28);
}
}
Instance of Symbol 115 MovieClip "ball68" in Frame 27 (197 B)
onClipEvent (enterFrame) {
if (this.hitTest(_level0.mousef)) {
_level0.score = _level0.score + 1;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.mousef)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 115 MovieClip "ball69" in Frame 27 (197 B)
onClipEvent (enterFrame) {
if (this.hitTest(_level0.mousef)) {
_level0.score = _level0.score + 1;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.mousef)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 115 MovieClip "ball70" in Frame 27 (197 B)
onClipEvent (enterFrame) {
if (this.hitTest(_level0.mousef)) {
_level0.score = _level0.score + 1;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.mousef)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 117 MovieClip in Frame 27 (93 B)
onClipEvent (enterFrame) {
if (this.hitTest(_parent.mousef)) {
_root.gotoAndPlay(28);
}
}
Frame 28 (8 B)
stop();
Frame 29 (8 B)
stop();
Frame 30 (21 B)
stop();
score = 65;
Instance of Symbol 103 MovieClip "mousef" in Frame 30 (935 B)
onClipEvent (enterFrame) {
myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(_root._ymouse - this._y);
_root.xChange = Math.round(_root._xmouse - this._x);
_root.yMove = Math.round(_root.yChange / 4);
_root.xMove = Math.round(_root.xChange / 4);
this._y = this._y + _root.yMove;
this._x = this._x + _root.xMove;
this._rotation = myDegrees + 90;
}
onClipEvent (enterFrame) {
if (_root.score == 70) {
_root.gotoAndPlay(32);
}
if (this.hitTest(_level0.wall)) {
_level0.health = _level0.health - 1;
}
if (this.hitTest(_level0.wall2)) {
_level0.health = _level0.health - 1;
}
if (this.hitTest(_level0.wall3)) {
_level0.health = _level0.health - 1;
}
if (this.hitTest(_level0.wall4)) {
_level0.health = _level0.health - 1;
}
}
onClipEvent (enterFrame) {
if (_root.health == 0) {
_root.gotoAndPlay(4);
}
}
Instance of Symbol 117 MovieClip in Frame 30 (93 B)
onClipEvent (enterFrame) {
if (this.hitTest(_parent.mousef)) {
_root.gotoAndPlay(31);
}
}
Instance of Symbol 115 MovieClip "ball71" in Frame 30 (197 B)
onClipEvent (enterFrame) {
if (this.hitTest(_level0.mousef)) {
_level0.score = _level0.score + 1;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.mousef)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 117 MovieClip in Frame 30 (93 B)
onClipEvent (enterFrame) {
if (this.hitTest(_parent.mousef)) {
_root.gotoAndPlay(31);
}
}
Instance of Symbol 117 MovieClip in Frame 30 (178 B)
onClipEvent (enterFrame) {
if (this.hitTest(_parent.mousef)) {
_root.gotoAndPlay(31);
}
}
onClipEvent (enterFrame) {
_x = (_x - 20);
if (_x < 101) {
_x = 166.4;
}
}
Instance of Symbol 117 MovieClip in Frame 30 (93 B)
onClipEvent (enterFrame) {
if (this.hitTest(_parent.mousef)) {
_root.gotoAndPlay(31);
}
}
Instance of Symbol 115 MovieClip "ball72" in Frame 30 (197 B)
onClipEvent (enterFrame) {
if (this.hitTest(_level0.mousef)) {
_level0.score = _level0.score + 1;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.mousef)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 115 MovieClip "ball73" in Frame 30 (197 B)
onClipEvent (enterFrame) {
if (this.hitTest(_level0.mousef)) {
_level0.score = _level0.score + 1;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.mousef)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 115 MovieClip "ball74" in Frame 30 (197 B)
onClipEvent (enterFrame) {
if (this.hitTest(_level0.mousef)) {
_level0.score = _level0.score + 1;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.mousef)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 115 MovieClip "ball75" in Frame 30 (197 B)
onClipEvent (enterFrame) {
if (this.hitTest(_level0.mousef)) {
_level0.score = _level0.score + 1;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.mousef)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 117 MovieClip in Frame 30 (93 B)
onClipEvent (enterFrame) {
if (this.hitTest(_parent.mousef)) {
_root.gotoAndPlay(31);
}
}
Instance of Symbol 117 MovieClip in Frame 30 (93 B)
onClipEvent (enterFrame) {
if (this.hitTest(_parent.mousef)) {
_root.gotoAndPlay(31);
}
}
Instance of Symbol 117 MovieClip in Frame 30 (93 B)
onClipEvent (enterFrame) {
if (this.hitTest(_parent.mousef)) {
_root.gotoAndPlay(31);
}
}
Instance of Symbol 117 MovieClip in Frame 30 (93 B)
onClipEvent (enterFrame) {
if (this.hitTest(_parent.mousef)) {
_root.gotoAndPlay(31);
}
}
Instance of Symbol 117 MovieClip in Frame 30 (93 B)
onClipEvent (enterFrame) {
if (this.hitTest(_parent.mousef)) {
_root.gotoAndPlay(31);
}
}
Instance of Symbol 117 MovieClip in Frame 30 (93 B)
onClipEvent (enterFrame) {
if (this.hitTest(_parent.mousef)) {
_root.gotoAndPlay(31);
}
}
Instance of Symbol 117 MovieClip in Frame 30 (93 B)
onClipEvent (enterFrame) {
if (this.hitTest(_parent.mousef)) {
_root.gotoAndPlay(31);
}
}
Instance of Symbol 117 MovieClip in Frame 30 (93 B)
onClipEvent (enterFrame) {
if (this.hitTest(_parent.mousef)) {
_root.gotoAndPlay(31);
}
}
Instance of Symbol 117 MovieClip in Frame 30 (93 B)
onClipEvent (enterFrame) {
if (this.hitTest(_parent.mousef)) {
_root.gotoAndPlay(31);
}
}
Frame 31 (8 B)
stop();
Frame 32 (8 B)
stop();
Instance of Symbol 103 MovieClip "mousef" in Frame 33 (459 B)
onClipEvent (enterFrame) {
myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(_root._ymouse - this._y);
_root.xChange = Math.round(_root._xmouse - this._x);
_root.yMove = Math.round(_root.yChange / 4);
_root.xMove = Math.round(_root.xChange / 4);
this._y = this._y + _root.yMove;
this._x = this._x + _root.xMove;
this._rotation = myDegrees + 90;
}
Instance of Symbol 103 MovieClip "mousef" in Frame 40 (461 B)
onClipEvent (enterFrame) {
myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(_root._ymouse - this._y);
_root.xChange = Math.round(_root._xmouse - this._x);
_root.yMove = Math.round(_root.yChange / 20);
_root.xMove = Math.round(_root.xChange / 20);
this._y = this._y + _root.yMove;
this._x = this._x + _root.xMove;
this._rotation = myDegrees + 90;
}
Instance of Symbol 103 MovieClip "mousef" in Frame 47 (459 B)
onClipEvent (enterFrame) {
myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(_root._ymouse - this._y);
_root.xChange = Math.round(_root._xmouse - this._x);
_root.yMove = Math.round(_root.yChange / 4);
_root.xMove = Math.round(_root.xChange / 4);
this._y = this._y + _root.yMove;
this._x = this._x + _root.xMove;
this._rotation = myDegrees + 90;
}
Instance of Symbol 103 MovieClip "mousef" in Frame 58 (545 B)
onClipEvent (enterFrame) {
myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(_root._ymouse - this._y);
_root.xChange = Math.round(_root._xmouse - this._x);
_root.yMove = Math.round(_root.yChange / 20);
_root.xMove = Math.round(_root.xChange / 20);
this._y = this._y + _root.yMove;
this._x = this._x + _root.xMove;
this._rotation = myDegrees + 90;
}
onClipEvent (enterFrame) {
if (_root.score == 100) {
_root.gotoAndStop(18);
}
}
Frame 59 (246 B)
_root.ballsDuplicated = 0;
onEnterFrame = function () {
duplicateMovieClip (_root.ball, "ball" + _root.ballsDuplicated, _root.ballsDuplicated);
if (_root.ballsDuplicated > 100) {
_root.ballsDuplicated = 0;
}
};
score = 0;
stop();
Instance of Symbol 103 MovieClip "mousef" in Frame 59 (459 B)
onClipEvent (enterFrame) {
myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(_root._ymouse - this._y);
_root.xChange = Math.round(_root._xmouse - this._x);
_root.yMove = Math.round(_root.yChange / 4);
_root.xMove = Math.round(_root.xChange / 4);
this._y = this._y + _root.yMove;
this._x = this._x + _root.xMove;
this._rotation = myDegrees + 90;
}
Instance of Symbol 115 MovieClip "ball" in Frame 59 (431 B)
onClipEvent (load) {
_root.ballsDuplicated = _root.ballsDuplicated + 1;
_x = random(Stage.width);
_y = (-_height);
}
onClipEvent (enterFrame) {
_y = (_y + 10);
if (_y > (Stage.height + _height)) {
removeMovieClip(this);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_level0.mousef)) {
_level0.score = _level0.score + 1;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.mousef)) {
gotoAndStop (2);
}
}
Instance of Symbol 117 MovieClip in Frame 59 (436 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.mousef)) {
_root.gotoAndStop(60);
}
}
onClipEvent (load) {
_root.squareesDuplicated = _root.squareesDuplicated + 1;
_x = random(Stage.width);
_y = (-_height);
}
onClipEvent (enterFrame) {
_y = (_y + 25);
if (_y > (Stage.height + _height)) {
removeMovieClip(this);
}
}
onClipEvent (enterFrame) {
if (_y > 550) {
_x = random(Stage.width);
_y = (-_height);
}
}
Instance of Symbol 117 MovieClip in Frame 59 (436 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.mousef)) {
_root.gotoAndStop(60);
}
}
onClipEvent (load) {
_root.squareesDuplicated = _root.squareesDuplicated + 1;
_x = random(Stage.width);
_y = (-_height);
}
onClipEvent (enterFrame) {
_y = (_y + 30);
if (_y > (Stage.height + _height)) {
removeMovieClip(this);
}
}
onClipEvent (enterFrame) {
if (_y > 550) {
_x = random(Stage.width);
_y = (-_height);
}
}
Instance of Symbol 117 MovieClip in Frame 59 (436 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.mousef)) {
_root.gotoAndStop(60);
}
}
onClipEvent (load) {
_root.squareesDuplicated = _root.squareesDuplicated + 1;
_x = random(Stage.width);
_y = (-_height);
}
onClipEvent (enterFrame) {
_y = (_y + 40);
if (_y > (Stage.height + _height)) {
removeMovieClip(this);
}
}
onClipEvent (enterFrame) {
if (_y > 550) {
_x = random(Stage.width);
_y = (-_height);
}
}
Instance of Symbol 117 MovieClip in Frame 59 (436 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.mousef)) {
_root.gotoAndStop(60);
}
}
onClipEvent (load) {
_root.squareesDuplicated = _root.squareesDuplicated + 1;
_x = random(Stage.width);
_y = (-_height);
}
onClipEvent (enterFrame) {
_y = (_y + 30);
if (_y > (Stage.height + _height)) {
removeMovieClip(this);
}
}
onClipEvent (enterFrame) {
if (_y > 550) {
_x = random(Stage.width);
_y = (-_height);
}
}
Frame 60 (40 B)
stop();
Name = new Array("Name Here");
Frame 61 (8 B)
stop();
Frame 62 (55 B)
p1score = 0;
p2score = 0;
displayTime = 30;
stop();
Frame 63 (56 B)
p1score = 0;
p2score = 0;
displayTime1 = 30;
stop();
Instance of Symbol 197 MovieClip "mouse" in Frame 63 (466 B)
onClipEvent (load) {
moveSpeed = 13;
}
onClipEvent (enterFrame) {
if (Key.isDown(68) and (this._x < (550 - this._width))) {
this._x = this._x + moveSpeed;
} else if (Key.isDown(65) and (this._x > (0 + this._width))) {
this._x = this._x - moveSpeed;
}
if (Key.isDown(83) and (this._y < (400 - this._height))) {
this._y = this._y + moveSpeed;
} else if (Key.isDown(87) and (this._y > (0 + this._height))) {
this._y = this._y - moveSpeed;
}
}
Instance of Symbol 199 MovieClip "follower" in Frame 63 (622 B)
onClipEvent (enterFrame) {
_y = (_y + (acelerar * Math.sin(_rotation / 57.3)));
_x = (_x + (acelerar * Math.cos(_rotation / 57.3)));
acelerar = acelerar * 0.8;
}
onClipEvent (enterFrame) {
if (Key.isDown(38)) {
acelerar = 20;
} else {
acelerar = 0;
}
}
onClipEvent (enterFrame) {
if (Key.isDown(40)) {
acelerar = -20;
}
}
onClipEvent (enterFrame) {
if (Key.isDown(37)) {
_rotation = (_rotation - 20);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(39)) {
_rotation = (_rotation + 20);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_level0.mouse)) {
_level0.p2score = _level0.p2score + 1;
}
}
Frame 64 (41 B)
p1score = 0;
displayTime = 30;
stop();
Frame 65 (51 B)
stop();
p1score = 0;
displayTime2 = 30;
stop();
Instance of Symbol 197 MovieClip "mouse" in Frame 65 (466 B)
onClipEvent (load) {
moveSpeed = 13;
}
onClipEvent (enterFrame) {
if (Key.isDown(39) and (this._x < (550 - this._width))) {
this._x = this._x + moveSpeed;
} else if (Key.isDown(37) and (this._x > (0 + this._width))) {
this._x = this._x - moveSpeed;
}
if (Key.isDown(40) and (this._y < (400 - this._height))) {
this._y = this._y + moveSpeed;
} else if (Key.isDown(38) and (this._y > (0 + this._height))) {
this._y = this._y - moveSpeed;
}
}
Instance of Symbol 199 MovieClip "follower" in Frame 65 (622 B)
onClipEvent (enterFrame) {
_y = (_y + (acelerar * Math.sin(_rotation / 57.3)));
_x = (_x + (acelerar * Math.cos(_rotation / 57.3)));
acelerar = acelerar * 0.8;
}
onClipEvent (enterFrame) {
if (Key.isDown(87)) {
acelerar = 20;
} else {
acelerar = 0;
}
}
onClipEvent (enterFrame) {
if (Key.isDown(83)) {
acelerar = -20;
}
}
onClipEvent (enterFrame) {
if (Key.isDown(65)) {
_rotation = (_rotation - 20);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(68)) {
_rotation = (_rotation + 20);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_level0.mouse)) {
_level0.p1score = _level0.p1score + 1;
}
}
Frame 66 (8 B)
stop();
Frame 67 (8 B)
stop();
Frame 68 (1.12 KiB) ●
function getdistance(x, y, x1, y1) {
var _local2;
var _local3;
_local2 = x1 - x;
_local3 = y1 - y;
return(_root.hyp(_local2, _local3));
}
function hyp(a, b) {
return(Math.sqrt((a * a) + (b * b)));
}
MovieClip.prototype.reset = function () {
width = 540;
height = 380;
var _local4;
var _local3;
this.x = this._x;
this.y = this._y;
this.speed = (Math.random() * 10) + 13;
this.targx = Math.random() * width;
this.targy = Math.random() * height;
_local4 = _root.getdistance(this.x, this.y, this.targx, this.targy);
_local3 = this.speed / _local4;
this.diffx = (this.targx - this.x) * _local3;
this.diffy = (this.targy - this.y) * _local3;
};
MovieClip.prototype.move = function () {
if (_root.getdistance(this.x, this.y, this.targx, this.targy) > this.speed) {
this.x = this.x + this.diffx;
this.y = this.y + this.diffy;
} else {
this.x = this.targx;
this.y = this.targy;
if (!this.t) {
this.t = getTimer();
}
if ((getTimer() - this.t) > 1000) {
this.reset();
this.t = 0;
}
}
this._x = this.x;
this._y = this.y;
};
fscore = 0;
displayTime3 = 30;
stop();
Instance of Symbol 197 MovieClip "mouseq" in Frame 68 (37 B)
onClipEvent (enterFrame) {
move();
}
Instance of Symbol 199 MovieClip "follower" in Frame 68 (621 B)
onClipEvent (enterFrame) {
_y = (_y + (acelerar * Math.sin(_rotation / 57.3)));
_x = (_x + (acelerar * Math.cos(_rotation / 57.3)));
acelerar = acelerar * 0.8;
}
onClipEvent (enterFrame) {
if (Key.isDown(38)) {
acelerar = 20;
} else {
acelerar = 0;
}
}
onClipEvent (enterFrame) {
if (Key.isDown(40)) {
acelerar = -20;
}
}
onClipEvent (enterFrame) {
if (Key.isDown(37)) {
_rotation = (_rotation - 20);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(39)) {
_rotation = (_rotation + 20);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_level0.mouseq)) {
_level0.fscore = _level0.fscore + 1;
}
}
Frame 69 (41 B)
stop();
Name1 = new Array("Name Here");
Frame 70 (621 B)
stop();
__top10_send__ = new LoadVars();
__top10_receive__ = new LoadVars();
__top10_url_1__ = "http://www.armorbot.com/flashcomm";
__top10_url_2__ = "/top10_b";
__top10_send__.hid = 609;
__top10_send__.kid = "UHKONI";
__top10_send__.sendAndLoad(__top10_url_1__ + __top10_url_2__, __top10_receive__, "POST");
__top10_receive__.onLoad = function (success) {
if (success) {
i = 1;
while (i < 11) {
_root[("_name" + i) + "_"].text = __top10_receive__["name" + i];
_root[("_score" + i) + "_"].text = __top10_receive__["score" + i];
i++;
}
} else {
_root.__err__.gotoAndStop(2);
}
};
Frame 71 (8 B)
stop();
Frame 72 (8 B)
stop();
Frame 73 (8 B)
stop();
Frame 74 (8 B)
stop();
Frame 172 (27 B)
_root.gotoAndPlay("menu");
Symbol 10 Button (64 B)
on (release) {
getURL ("http://www.maxgames.com/", "_blank");
}
Symbol 15 Button (45 B)
on (release) {
_root.gotoAndPlay("intro");
}
Symbol 19 MovieClip Frame 1 (32 B)
stopAllSounds();
_root.stop();
Symbol 19 MovieClip Frame 3 (451 B)
lBytes = _root.getBytesLoaded();
tBytes = _root.getBytesTotal();
percentLoaded = Math.floor((lBytes / tBytes) * 100);
loader.bar._xscale = percentLoaded;
loader.percent.text = ((percentLoaded + "% of ") + Math.floor(tBytes / 1024)) + "K loaded.";
if ((lBytes >= tBytes) && (tBytes > 0)) {
if (count >= 2) {
gotoAndStop ("main");
} else {
count++;
gotoAndPlay ("preload");
}
} else {
gotoAndPlay ("preload");
}
Symbol 19 MovieClip Frame 4 (8 B)
stop();
Symbol 22 MovieClip Frame 5 (8 B)
stop();
Symbol 24 MovieClip Frame 10 (8 B)
stop();
Symbol 27 MovieClip Frame 15 (8 B)
stop();
Symbol 40 Button (37 B)
on (press) {
_root.gotoAndStop(3);
}
Symbol 41 MovieClip Frame 24 (8 B)
stop();
Symbol 52 Button (38 B)
on (press) {
_root.gotoAndStop(71);
}
Symbol 53 MovieClip Frame 39 (8 B)
stop();
Symbol 64 Button (38 B)
on (press) {
_root.gotoAndPlay(33);
}
Symbol 65 MovieClip Frame 28 (8 B)
stop();
Symbol 76 Button (38 B)
on (press) {
_root.gotoAndStop(67);
}
Symbol 77 MovieClip Frame 30 (8 B)
stop();
Symbol 80 Button (34 B)
on (release) {
gotoAndStop (2);
}
Symbol 83 Button (32 B)
on (press) {
gotoAndStop (1);
}
Symbol 84 MovieClip Frame 1 (8 B)
stop();
Symbol 84 MovieClip Frame 2 (26 B)
stopAllSounds();
stop();
Symbol 95 Button (38 B)
on (press) {
_root.gotoAndPlay(62);
}
Symbol 96 MovieClip Frame 35 (8 B)
stop();
Symbol 98 Button (64 B)
on (release) {
getURL ("http://www.maxgames.com/", "_blank");
}
Symbol 101 Button (63 B)
on (release) {
getURL ("http://www.maxgames.com", "_blank");
}
Symbol 115 MovieClip Frame 1 (8 B)
stop();
Symbol 115 MovieClip Frame 2 (8 B)
stop();
Symbol 122 Button (32 B)
on (press) {
gotoAndStop (2);
}
Symbol 124 Button (32 B)
on (press) {
gotoAndStop (3);
}
Symbol 127 Button (32 B)
on (press) {
gotoAndPlay (6);
}
Symbol 131 Button (32 B)
on (press) {
gotoAndStop (6);
}
Symbol 133 Button (32 B)
on (press) {
gotoAndStop (9);
}
Symbol 138 Button (32 B)
on (press) {
gotoAndStop (9);
}
Symbol 140 Button (33 B)
on (press) {
gotoAndStop (12);
}
Symbol 144 Button (33 B)
on (press) {
gotoAndStop (15);
}
Symbol 148 Button (33 B)
on (press) {
gotoAndStop (18);
}
Symbol 152 Button (33 B)
on (press) {
gotoAndStop (21);
}
Symbol 156 Button (33 B)
on (press) {
gotoAndStop (24);
}
Symbol 160 Button (33 B)
on (press) {
gotoAndStop (27);
}
Symbol 165 Button (33 B)
on (press) {
gotoAndPlay (30);
}
Symbol 182 Button (883 B)
on (release, keyPress "<Enter>") {
player = SharedObject.getLocal("player_profile");
i = 1;
while (i < 6) {
if (player.data["score" + i] == undefined) {
player.data["score" + i] = 0;
player.flush();
}
if (player.data["name" + i] == undefined) {
player.data["name" + i] = "";
player.flush();
}
i++;
}
i = 1;
while (i < 6) {
if (_root.score >= player.data["score" + i]) {
n = 6;
while (n > i) {
player.data["score" + n] = player.data["score" + (n - 1)];
player.data["name" + n] = player.data["name" + (n - 1)];
player.flush();
n--;
}
player.data["score" + i] = score;
player.data["name" + i] = name;
player.flush();
break;
}
i++;
}
i = 1;
while (i < 6) {
_root["score" + i] = player.data["score" + i];
_root["name" + i] = player.data["name" + i];
i++;
}
_root.gotoAndStop("done");
}
Symbol 206 Button (35 B)
on (release) {
gotoAndPlay (63);
}
Symbol 217 Button (35 B)
on (release) {
gotoAndPlay (65);
}
Symbol 229 Button (35 B)
on (release) {
gotoAndPlay (68);
}
Symbol 240 Button (33 B)
on (press) {
gotoAndPlay (72);
}
Symbol 243 Button (33 B)
on (press) {
gotoAndPlay (73);
}
Symbol 246 Button (59 B)
on (press) {
_root.gotoAndPlay(_root._currentframe - 1);
}
Symbol 249 Button (33 B)
on (press) {
gotoAndPlay (74);
}
Symbol 255 Button (63 B)
on (release) {
getURL ("http://www.maxgames.com", "_blank");
}
Symbol 258 MovieClip Frame 29 (8 B)
stop();
Symbol 272 MovieClip Frame 14 (8 B)
stop();