Frame 1
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
stop();
Instance of Symbol 99 MovieClip in Frame 2
on (release) {
getURL ("http://www.maxgames.com", "_blank");
}
Frame 3
stop();
score = 0;
health = 100;
Instance of Symbol 103 MovieClip "mousef" in Frame 3
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
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
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
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
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
onClipEvent (enterFrame) {
if (this.hitTest(_parent.mousef)) {
_root.gotoAndPlay(4);
}
}
Frame 4
stop();
Frame 5
stop();
Frame 6
stop();
score = 4;
Instance of Symbol 103 MovieClip "mousef" in Frame 6
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
onClipEvent (enterFrame) {
if (this.hitTest(_parent.mousef)) {
_root.gotoAndPlay(7);
}
}
Instance of Symbol 117 MovieClip in Frame 6
onClipEvent (enterFrame) {
if (this.hitTest(_parent.mousef)) {
_root.gotoAndPlay(7);
}
}
Instance of Symbol 115 MovieClip "ball5" in Frame 6
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
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
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
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
onClipEvent (enterFrame) {
if (this.hitTest(_parent.mousef)) {
_root.gotoAndPlay(7);
}
}
Instance of Symbol 117 MovieClip in Frame 6
onClipEvent (enterFrame) {
if (this.hitTest(_parent.mousef)) {
_root.gotoAndPlay(7);
}
}
Instance of Symbol 117 MovieClip in Frame 6
onClipEvent (enterFrame) {
if (this.hitTest(_parent.mousef)) {
_root.gotoAndPlay(7);
}
}
Frame 7
stop();
Frame 8
stop();
Frame 9
stop();
score = 8;
Instance of Symbol 103 MovieClip "mousef" in Frame 9
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
onClipEvent (enterFrame) {
if (this.hitTest(_parent.mousef)) {
_root.gotoAndPlay(10);
}
}
Instance of Symbol 117 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this.hitTest(_parent.mousef)) {
_root.gotoAndPlay(10);
}
}
Instance of Symbol 117 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this.hitTest(_parent.mousef)) {
_root.gotoAndPlay(10);
}
}
Instance of Symbol 117 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this.hitTest(_parent.mousef)) {
_root.gotoAndPlay(10);
}
}
Instance of Symbol 117 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this.hitTest(_parent.mousef)) {
_root.gotoAndPlay(10);
}
}
Instance of Symbol 117 MovieClip in Frame 9
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
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
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
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
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
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
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
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
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
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
onClipEvent (enterFrame) {
if (this.hitTest(_level0.mousef)) {
_level0.score = _level0.score + 1;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.mousef)) {
this.gotoAndStop(2);
}
}
Frame 10
stop();
Frame 11
stop();
Frame 12
stop();
score = 14;
Instance of Symbol 103 MovieClip "mousef" in Frame 12
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
onClipEvent (enterFrame) {
if (this.hitTest(_parent.mousef)) {
_root.gotoAndPlay(13);
}
}
Instance of Symbol 117 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (this.hitTest(_parent.mousef)) {
_root.gotoAndPlay(13);
}
}
Instance of Symbol 117 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (this.hitTest(_parent.mousef)) {
_root.gotoAndPlay(13);
}
}
Instance of Symbol 117 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (this.hitTest(_parent.mousef)) {
_root.gotoAndPlay(13);
}
}
Instance of Symbol 117 MovieClip in Frame 12
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
onClipEvent (enterFrame) {
if (this.hitTest(_level0.mousef)) {
_level0.score = _level0.score + 1;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.mousef)) {
this.gotoAndStop(2);
}
}
Frame 13
stop();
Frame 14
stop();
Frame 15
stop();
score = 22;
Instance of Symbol 103 MovieClip "mousef" in Frame 15
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
onClipEvent (enterFrame) {
if (this.hitTest(_parent.mousef)) {
_root.gotoAndPlay(16);
}
}
Instance of Symbol 117 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_parent.mousef)) {
_root.gotoAndPlay(16);
}
}
Instance of Symbol 117 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_parent.mousef)) {
_root.gotoAndPlay(16);
}
}
Instance of Symbol 117 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_parent.mousef)) {
_root.gotoAndPlay(16);
}
}
Instance of Symbol 117 MovieClip in Frame 15
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
onClipEvent (enterFrame) {
if (this.hitTest(_level0.mousef)) {
_level0.score = _level0.score + 1;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.mousef)) {
this.gotoAndStop(2);
}
}
Frame 16
stop();
Frame 17
stop();
Frame 18
stop();
score = 30;
Instance of Symbol 103 MovieClip "mousef" in Frame 18
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
onClipEvent (enterFrame) {
if (this.hitTest(_parent.mousef)) {
_root.gotoAndPlay(19);
}
}
Instance of Symbol 117 MovieClip in Frame 18
onClipEvent (enterFrame) {
if (this.hitTest(_parent.mousef)) {
_root.gotoAndPlay(19);
}
}
Instance of Symbol 117 MovieClip in Frame 18
onClipEvent (enterFrame) {
if (this.hitTest(_parent.mousef)) {
_root.gotoAndPlay(19);
}
}
Instance of Symbol 117 MovieClip in Frame 18
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
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
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
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
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
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
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
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
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
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
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
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
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
onClipEvent (enterFrame) {
if (this.hitTest(_level0.mousef)) {
_level0.score = _level0.score + 1;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.mousef)) {
this.gotoAndStop(2);
}
}
Frame 19
stop();
Frame 20
stop();
Frame 21
stop();
score = 40;
Instance of Symbol 103 MovieClip "mousef" in Frame 21
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
onClipEvent (enterFrame) {
if (this.hitTest(_parent.mousef)) {
_root.gotoAndPlay(22);
}
}
Instance of Symbol 117 MovieClip in Frame 21
onClipEvent (enterFrame) {
if (this.hitTest(_parent.mousef)) {
_root.gotoAndPlay(22);
}
}
Instance of Symbol 117 MovieClip in Frame 21
onClipEvent (enterFrame) {
if (this.hitTest(_parent.mousef)) {
_root.gotoAndPlay(22);
}
}
Instance of Symbol 117 MovieClip in Frame 21
onClipEvent (enterFrame) {
if (this.hitTest(_parent.mousef)) {
_root.gotoAndPlay(22);
}
}
Instance of Symbol 117 MovieClip in Frame 21
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
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
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
onClipEvent (enterFrame) {
if (this.hitTest(_parent.mousef)) {
_root.gotoAndPlay(22);
}
}
Instance of Symbol 115 MovieClip "ball48" in Frame 21
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
onClipEvent (enterFrame) {
if (this.hitTest(_parent.mousef)) {
_root.gotoAndPlay(22);
}
}
Instance of Symbol 115 MovieClip "ball49" in Frame 21
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
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
onClipEvent (enterFrame) {
if (this.hitTest(_parent.mousef)) {
_root.gotoAndPlay(22);
}
}
Instance of Symbol 117 MovieClip in Frame 21
onClipEvent (enterFrame) {
if (this.hitTest(_parent.mousef)) {
_root.gotoAndPlay(22);
}
}
Frame 22
stop();
Frame 23
stop();
Frame 24
stop();
score = 45;
Instance of Symbol 103 MovieClip "mousef" in Frame 24
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
onClipEvent (enterFrame) {
if (this.hitTest(_parent.mousef)) {
_root.gotoAndPlay(25);
}
}
Instance of Symbol 117 MovieClip in Frame 24
onClipEvent (enterFrame) {
if (this.hitTest(_parent.mousef)) {
_root.gotoAndPlay(25);
}
}
Instance of Symbol 117 MovieClip in Frame 24
onClipEvent (enterFrame) {
if (this.hitTest(_parent.mousef)) {
_root.gotoAndPlay(25);
}
}
Instance of Symbol 117 MovieClip in Frame 24
onClipEvent (enterFrame) {
if (this.hitTest(_parent.mousef)) {
_root.gotoAndPlay(25);
}
}
Instance of Symbol 117 MovieClip in Frame 24
onClipEvent (enterFrame) {
if (this.hitTest(_parent.mousef)) {
_root.gotoAndPlay(25);
}
}
Instance of Symbol 117 MovieClip in Frame 24
onClipEvent (enterFrame) {
if (this.hitTest(_parent.mousef)) {
_root.gotoAndPlay(25);
}
}
Instance of Symbol 117 MovieClip in Frame 24
onClipEvent (enterFrame) {
if (this.hitTest(_parent.mousef)) {
_root.gotoAndPlay(25);
}
}
Instance of Symbol 117 MovieClip in Frame 24
onClipEvent (enterFrame) {
if (this.hitTest(_parent.mousef)) {
_root.gotoAndPlay(25);
}
}
Instance of Symbol 117 MovieClip in Frame 24
onClipEvent (enterFrame) {
if (this.hitTest(_parent.mousef)) {
_root.gotoAndPlay(25);
}
}
Instance of Symbol 115 MovieClip "ball51" in Frame 24
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
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
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
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
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
onClipEvent (enterFrame) {
if (this.hitTest(_parent.mousef)) {
_root.gotoAndPlay(25);
}
}
Instance of Symbol 117 MovieClip in Frame 24
onClipEvent (enterFrame) {
if (this.hitTest(_parent.mousef)) {
_root.gotoAndPlay(25);
}
}
Instance of Symbol 115 MovieClip "ball56" in Frame 24
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
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
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
onClipEvent (enterFrame) {
if (this.hitTest(_parent.mousef)) {
_root.gotoAndPlay(25);
}
}
Instance of Symbol 115 MovieClip "ball59" in Frame 24
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
onClipEvent (enterFrame) {
if (this.hitTest(_level0.mousef)) {
_level0.score = _level0.score + 1;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.mousef)) {
this.gotoAndStop(2);
}
}
Frame 25
stop();
Frame 26
stop();
Frame 27
stop();
score = 55;
Instance of Symbol 103 MovieClip "mousef" in Frame 27
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
onClipEvent (enterFrame) {
if (this.hitTest(_parent.mousef)) {
_root.gotoAndPlay(28);
}
}
Instance of Symbol 117 MovieClip in Frame 27
onClipEvent (enterFrame) {
if (this.hitTest(_parent.mousef)) {
_root.gotoAndPlay(28);
}
}
Instance of Symbol 117 MovieClip in Frame 27
onClipEvent (enterFrame) {
if (this.hitTest(_parent.mousef)) {
_root.gotoAndPlay(28);
}
}
Instance of Symbol 117 MovieClip in Frame 27
onClipEvent (enterFrame) {
if (this.hitTest(_parent.mousef)) {
_root.gotoAndPlay(28);
}
}
Instance of Symbol 115 MovieClip "ball61" in Frame 27
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
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
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
onClipEvent (enterFrame) {
if (this.hitTest(_parent.mousef)) {
_root.gotoAndPlay(28);
}
}
Instance of Symbol 117 MovieClip in Frame 27
onClipEvent (enterFrame) {
if (this.hitTest(_parent.mousef)) {
_root.gotoAndPlay(28);
}
}
Instance of Symbol 115 MovieClip "ball64" in Frame 27
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
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
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
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
onClipEvent (enterFrame) {
if (this.hitTest(_parent.mousef)) {
_root.gotoAndPlay(28);
}
}
Instance of Symbol 115 MovieClip "ball68" in Frame 27
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
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
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
onClipEvent (enterFrame) {
if (this.hitTest(_parent.mousef)) {
_root.gotoAndPlay(28);
}
}
Frame 28
stop();
Frame 29
stop();
Frame 30
stop();
score = 65;
Instance of Symbol 103 MovieClip "mousef" in Frame 30
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
onClipEvent (enterFrame) {
if (this.hitTest(_parent.mousef)) {
_root.gotoAndPlay(31);
}
}
Instance of Symbol 115 MovieClip "ball71" in Frame 30
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
onClipEvent (enterFrame) {
if (this.hitTest(_parent.mousef)) {
_root.gotoAndPlay(31);
}
}
Instance of Symbol 117 MovieClip in Frame 30
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
onClipEvent (enterFrame) {
if (this.hitTest(_parent.mousef)) {
_root.gotoAndPlay(31);
}
}
Instance of Symbol 115 MovieClip "ball72" in Frame 30
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
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
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
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
onClipEvent (enterFrame) {
if (this.hitTest(_parent.mousef)) {
_root.gotoAndPlay(31);
}
}
Instance of Symbol 117 MovieClip in Frame 30
onClipEvent (enterFrame) {
if (this.hitTest(_parent.mousef)) {
_root.gotoAndPlay(31);
}
}
Instance of Symbol 117 MovieClip in Frame 30
onClipEvent (enterFrame) {
if (this.hitTest(_parent.mousef)) {
_root.gotoAndPlay(31);
}
}
Instance of Symbol 117 MovieClip in Frame 30
onClipEvent (enterFrame) {
if (this.hitTest(_parent.mousef)) {
_root.gotoAndPlay(31);
}
}
Instance of Symbol 117 MovieClip in Frame 30
onClipEvent (enterFrame) {
if (this.hitTest(_parent.mousef)) {
_root.gotoAndPlay(31);
}
}
Instance of Symbol 117 MovieClip in Frame 30
onClipEvent (enterFrame) {
if (this.hitTest(_parent.mousef)) {
_root.gotoAndPlay(31);
}
}
Instance of Symbol 117 MovieClip in Frame 30
onClipEvent (enterFrame) {
if (this.hitTest(_parent.mousef)) {
_root.gotoAndPlay(31);
}
}
Instance of Symbol 117 MovieClip in Frame 30
onClipEvent (enterFrame) {
if (this.hitTest(_parent.mousef)) {
_root.gotoAndPlay(31);
}
}
Instance of Symbol 117 MovieClip in Frame 30
onClipEvent (enterFrame) {
if (this.hitTest(_parent.mousef)) {
_root.gotoAndPlay(31);
}
}
Frame 31
stop();
Frame 32
stop();
Instance of Symbol 103 MovieClip "mousef" in Frame 33
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
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
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
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
_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
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
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
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
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
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
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
stop();
Name = new Array("Name Here");
Frame 61
stop();
Frame 62
p1score = 0;
p2score = 0;
displayTime = 30;
stop();
Frame 63
p1score = 0;
p2score = 0;
displayTime1 = 30;
stop();
Instance of Symbol 197 MovieClip "mouse" in Frame 63
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
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
p1score = 0;
displayTime = 30;
stop();
Frame 65
stop();
p1score = 0;
displayTime2 = 30;
stop();
Instance of Symbol 197 MovieClip "mouse" in Frame 65
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
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
stop();
Frame 67
stop();
Frame 68
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
onClipEvent (enterFrame) {
move();
}
Instance of Symbol 199 MovieClip "follower" in Frame 68
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
stop();
Name1 = new Array("Name Here");
Frame 70
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
stop();
Frame 72
stop();
Frame 73
stop();
Frame 74
stop();
Frame 172
_root.gotoAndPlay("menu");
Symbol 10 Button
on (release) {
getURL ("http://www.maxgames.com/", "_blank");
}
Symbol 15 Button
on (release) {
_root.gotoAndPlay("intro");
}
Symbol 19 MovieClip Frame 1
stopAllSounds();
_root.stop();
Symbol 19 MovieClip Frame 3
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
stop();
Symbol 22 MovieClip Frame 5
stop();
Symbol 24 MovieClip Frame 10
stop();
Symbol 27 MovieClip Frame 15
stop();
Symbol 40 Button
on (press) {
_root.gotoAndStop(3);
}
Symbol 41 MovieClip Frame 24
stop();
Symbol 52 Button
on (press) {
_root.gotoAndStop(71);
}
Symbol 53 MovieClip Frame 39
stop();
Symbol 64 Button
on (press) {
_root.gotoAndPlay(33);
}
Symbol 65 MovieClip Frame 28
stop();
Symbol 76 Button
on (press) {
_root.gotoAndStop(67);
}
Symbol 77 MovieClip Frame 30
stop();
Symbol 80 Button
on (release) {
gotoAndStop (2);
}
Symbol 83 Button
on (press) {
gotoAndStop (1);
}
Symbol 84 MovieClip Frame 1
stop();
Symbol 84 MovieClip Frame 2
stopAllSounds();
stop();
Symbol 95 Button
on (press) {
_root.gotoAndPlay(62);
}
Symbol 96 MovieClip Frame 35
stop();
Symbol 98 Button
on (release) {
getURL ("http://www.maxgames.com/", "_blank");
}
Symbol 101 Button
on (release) {
getURL ("http://www.maxgames.com", "_blank");
}
Symbol 115 MovieClip Frame 1
stop();
Symbol 115 MovieClip Frame 2
stop();
Symbol 122 Button
on (press) {
gotoAndStop (2);
}
Symbol 124 Button
on (press) {
gotoAndStop (3);
}
Symbol 127 Button
on (press) {
gotoAndPlay (6);
}
Symbol 131 Button
on (press) {
gotoAndStop (6);
}
Symbol 133 Button
on (press) {
gotoAndStop (9);
}
Symbol 138 Button
on (press) {
gotoAndStop (9);
}
Symbol 140 Button
on (press) {
gotoAndStop (12);
}
Symbol 144 Button
on (press) {
gotoAndStop (15);
}
Symbol 148 Button
on (press) {
gotoAndStop (18);
}
Symbol 152 Button
on (press) {
gotoAndStop (21);
}
Symbol 156 Button
on (press) {
gotoAndStop (24);
}
Symbol 160 Button
on (press) {
gotoAndStop (27);
}
Symbol 165 Button
on (press) {
gotoAndPlay (30);
}
Symbol 182 Button
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
on (release) {
gotoAndPlay (63);
}
Symbol 217 Button
on (release) {
gotoAndPlay (65);
}
Symbol 229 Button
on (release) {
gotoAndPlay (68);
}
Symbol 240 Button
on (press) {
gotoAndPlay (72);
}
Symbol 243 Button
on (press) {
gotoAndPlay (73);
}
Symbol 246 Button
on (press) {
_root.gotoAndPlay(_root._currentframe - 1);
}
Symbol 249 Button
on (press) {
gotoAndPlay (74);
}
Symbol 255 Button
on (release) {
getURL ("http://www.maxgames.com", "_blank");
}
Symbol 258 MovieClip Frame 29
stop();
Symbol 272 MovieClip Frame 14
stop();