Instance of Symbol 221 MovieClip "fungameslogo" in Frame 1
on (release) {
getURL ("http://www.fungames9.com/", "_blank");
}
Frame 2
function \u0004\u0005() {
Set("\x03", (1233 % 511) * true);
return(\x03);
}
var \x01 = (175 + \x04\x05());
// swfAction0x03 // Unknown action
Frame 3
function \u0004\u0005() {
Set("\x03", (1709 % 511) * true);
return(\x03);
}
var \x01 = (791 + \x04\x05());
// swfAction0x03 // Unknown action
Frame 4
function \u0004\u0005() {
Set("\x03", (851 % 511) * true);
return(\x03);
}
var \x01 = (10 + \x04\x05());
// swfAction0x03 // Unknown action
Frame 5
function \u0004\u0005() {
Set("\x03", (47 % 511) * true);
return(\x03);
}
var \x01 = (878 + \x04\x05());
// swfAction0x03 // Unknown action
Instance of Symbol 323 MovieClip "level" in Frame 5
onClipEvent (enterFrame) {
this.dis = "LEVEL1";
}
Instance of Symbol 325 MovieClip "forhit" in Frame 5
/* no clip actions */
Instance of Symbol 326 MovieClip "massball3" in Frame 5
onClipEvent (load) {
ball.mass = 1;
xspeed = 0;
yspeed = 0;
fri = 0.052365;
released = false;
if1 = false;
if2 = false;
if3 = false;
if4 = false;
target.varA = 5;
target.varB = 5;
target.varC = 5;
target.varD = 5;
dead3 = true;
}
onClipEvent (enterFrame) {
if (dead3 == true) {
if (this.hitTest(_root.baar)) {
dead3 = false;
_root.points_mc._x = _root.baar._x;
_root.points_mc.gotoAndPlay(2);
_root.baar.gotoAndPlay(2);
_root.levscore = _root.levscore + 100;
_root.lscore = _root.levscore;
_root.ballcount = _root.ballcount + 1;
_root.ballcounts = _root.ballcount;
this._y = _y + 5000;
this.gotoAndStop(1);
}
if (this.hitTest(_root.forhit)) {
dead3 = false;
_root.ballcount = _root.ballcount + 1;
_root.ballcounts = _root.ballcount;
this._y = _y + 5000;
this.gotoAndStop(1);
}
if (this._x < 55) {
this._x = 55;
}
if (this._x > 580) {
this._x = 580;
}
if (this.yspeed > 2) {
this.yspeed = 2;
}
if (this.yspeed < -1) {
this.yspeed = -1;
}
this._x = this._x + this.xspeed;
this._y = this._y + this.yspeed;
this.xspeed = this.xspeed * 0.98;
if (_root.pos3 == true) {
this._y = this._y + 2;
}
this.yspeed = this.yspeed * 0.98;
if (Math.sqrt(Math.pow(Math.abs(_y - _root.ball._y), 2) + Math.pow(Math.abs(_x - _root.ball._x), 2)) < ((_height / 2) + (_root.ball._width / 2))) {
if (_root.ball.hitTest(_x + (_width / 2), _y, true)) {
_x = (_x - xspeed);
}
if (_root.ball.hitTest(_x - (_width / 2), _y, true)) {
_x = (_x - xspeed);
}
if (_root.ball.hitTest(_x, _y + (_height / 2), true)) {
_y = (_y - yspeed);
}
if (_root.ball.hitTest(_x, _y - (_height / 2), true)) {
_y = (_y + yspeed);
}
}
if (released == true) {
var i = 0;
while (i <= 50) {
var target = _root["massball" + i];
if (target != this) {
if (target.hitTest(_x + (_width / 2), _y, true)) {
this.xspeed = this.xspeed * -1;
}
if (target.hitTest(_x - (_width / 2), _y, true)) {
this.xspeed = this.xspeed * -1;
}
if (target.hitTest(_x, _y + (_height / 2), true)) {
this.yspeed = this.yspeed * -1;
}
if (target.hitTest(_x, _y - (_height / 2), true)) {
this.yspeed = this.yspeed * -1;
}
}
i++;
}
if (_root.coll.hitTest(_x + (_width / 2), _y, true)) {
this.xspeed = this.xspeed * -1;
}
if (_root.coll.hitTest(_x - (_width / 2), _y, true)) {
this.xspeed = this.xspeed * -1;
}
if (_root.coll.hitTest(_x, _y + (_height / 2), true)) {
this.yspeed = this.yspeed * -1;
}
if (_root.coll.hitTest(_x, _y - (_height / 2), true)) {
this.yspeed = this.yspeed * -1;
}
}
}
}
Instance of Symbol 327 MovieClip "massball4" in Frame 5
onClipEvent (load) {
ball.mass = 1;
xspeed = 0;
yspeed = 0;
fri = 0.052365;
released = false;
if1 = false;
if2 = false;
if3 = false;
if4 = false;
target.varA = 5;
target.varB = 5;
target.varC = 5;
target.varD = 5;
dead4 = true;
}
onClipEvent (enterFrame) {
if (dead4 == true) {
if (this.hitTest(_root.baar)) {
dead4 = false;
_root.points_mc._x = _root.baar._x;
_root.points_mc.gotoAndPlay(2);
_root.baar.gotoAndPlay(2);
_root.levscore = _root.levscore + 100;
_root.lscore = _root.levscore;
_root.ballcount = _root.ballcount + 1;
_root.ballcounts = _root.ballcount;
this._y = _y + 5000;
this.gotoAndStop(1);
}
if (this.hitTest(_root.forhit)) {
dead4 = false;
_root.ballcount = _root.ballcount + 1;
_root.ballcounts = _root.ballcount;
this._y = _y + 5000;
this.gotoAndStop(1);
}
if (this._x < 55) {
this._x = 55;
}
if (this._x > 580) {
this._x = 580;
}
if (this.yspeed > 2) {
this.yspeed = 2;
}
if (this.yspeed < -1) {
this.yspeed = -1;
}
this._x = this._x + this.xspeed;
this._y = this._y + this.yspeed;
this.xspeed = this.xspeed * 0.98;
if (_root.pos4 == true) {
this._y = this._y + 2;
}
this.yspeed = this.yspeed * 0.98;
if (Math.sqrt(Math.pow(Math.abs(_y - _root.ball._y), 2) + Math.pow(Math.abs(_x - _root.ball._x), 2)) < ((_height / 2) + (_root.ball._width / 2))) {
if (_root.ball.hitTest(_x + (_width / 2), _y, true)) {
_x = (_x - xspeed);
}
if (_root.ball.hitTest(_x - (_width / 2), _y, true)) {
_x = (_x - xspeed);
}
if (_root.ball.hitTest(_x, _y + (_height / 2), true)) {
_y = (_y - yspeed);
}
if (_root.ball.hitTest(_x, _y - (_height / 2), true)) {
_y = (_y + yspeed);
}
}
if (released == true) {
var i = 0;
while (i <= 50) {
var target = _root["massball" + i];
if (target != this) {
if (target.hitTest(_x + (_width / 2), _y, true)) {
this.xspeed = this.xspeed * -1;
}
if (target.hitTest(_x - (_width / 2), _y, true)) {
this.xspeed = this.xspeed * -1;
}
if (target.hitTest(_x, _y + (_height / 2), true)) {
this.yspeed = this.yspeed * -1;
}
if (target.hitTest(_x, _y - (_height / 2), true)) {
this.yspeed = this.yspeed * -1;
}
}
i++;
}
if (_root.coll.hitTest(_x + (_width / 2), _y, true)) {
this.xspeed = this.xspeed * -1;
}
if (_root.coll.hitTest(_x - (_width / 2), _y, true)) {
this.xspeed = this.xspeed * -1;
}
if (_root.coll.hitTest(_x, _y + (_height / 2), true)) {
this.yspeed = this.yspeed * -1;
}
if (_root.coll.hitTest(_x, _y - (_height / 2), true)) {
this.yspeed = this.yspeed * -1;
}
}
}
}
Instance of Symbol 328 MovieClip "massball24" in Frame 5
onClipEvent (load) {
ball.mass = 1;
xspeed = 0;
yspeed = 0;
fri = 0.052365;
released = false;
if1 = false;
if2 = false;
if3 = false;
if4 = false;
target.varA = 5;
target.varB = 5;
target.varC = 5;
target.varD = 5;
dead24 = true;
}
onClipEvent (enterFrame) {
if (dead24 == true) {
if (this.hitTest(_root.baar)) {
dead24 = false;
_root.points_mc._x = _root.baar._x;
_root.points_mc.gotoAndPlay(2);
_root.baar.gotoAndPlay(2);
_root.levscore = _root.levscore + 100;
_root.lscore = _root.levscore;
_root.ballcount = _root.ballcount + 1;
_root.ballcounts = _root.ballcount;
this._y = _y + 5000;
this.gotoAndStop(1);
}
if (this.hitTest(_root.forhit)) {
dead24 = false;
_root.ballcount = _root.ballcount + 1;
_root.ballcounts = _root.ballcount;
this._y = _y + 5000;
this.gotoAndStop(1);
}
if (this._x < 55) {
this._x = 55;
}
if (this._x > 580) {
this._x = 580;
}
if (this.yspeed > 2) {
this.yspeed = 2;
}
if (this.yspeed < -1) {
this.yspeed = -1;
}
this._x = this._x + this.xspeed;
this._y = this._y + this.yspeed;
this.xspeed = this.xspeed * 0.98;
if (_root.pos24 == true) {
this._y = this._y + 2;
}
this.yspeed = this.yspeed * 0.98;
if (Math.sqrt(Math.pow(Math.abs(_y - _root.ball._y), 2) + Math.pow(Math.abs(_x - _root.ball._x), 2)) < ((_height / 2) + (_root.ball._width / 2))) {
if (_root.ball.hitTest(_x + (_width / 2), _y, true)) {
_x = (_x - xspeed);
}
if (_root.ball.hitTest(_x - (_width / 2), _y, true)) {
_x = (_x - xspeed);
}
if (_root.ball.hitTest(_x, _y + (_height / 2), true)) {
_y = (_y - yspeed);
}
if (_root.ball.hitTest(_x, _y - (_height / 2), true)) {
_y = (_y + yspeed);
}
}
if (released == true) {
var i = 0;
while (i <= 50) {
var target = _root["massball" + i];
if (target != this) {
if (target.hitTest(_x + (_width / 2), _y, true)) {
this.xspeed = this.xspeed * -1;
}
if (target.hitTest(_x - (_width / 2), _y, true)) {
this.xspeed = this.xspeed * -1;
}
if (target.hitTest(_x, _y + (_height / 2), true)) {
this.yspeed = this.yspeed * -1;
}
if (target.hitTest(_x, _y - (_height / 2), true)) {
this.yspeed = this.yspeed * -1;
}
}
i++;
}
if (_root.coll.hitTest(_x + (_width / 2), _y, true)) {
this.xspeed = this.xspeed * -1;
}
if (_root.coll.hitTest(_x - (_width / 2), _y, true)) {
this.xspeed = this.xspeed * -1;
}
if (_root.coll.hitTest(_x, _y + (_height / 2), true)) {
this.yspeed = this.yspeed * -1;
}
if (_root.coll.hitTest(_x, _y - (_height / 2), true)) {
this.yspeed = this.yspeed * -1;
}
}
}
}
Instance of Symbol 329 MovieClip "massball12" in Frame 5
onClipEvent (load) {
ball.mass = 1;
dead12 = true;
xspeed = 0;
yspeed = 0;
fri = 0.052365;
released = false;
if1 = false;
if2 = false;
if3 = false;
if4 = false;
target.varA = 5;
target.varB = 5;
target.varC = 5;
target.varD = 5;
}
onClipEvent (enterFrame) {
if (dead12 == true) {
if (this.hitTest(_root.baar)) {
dead12 = false;
_root.points_mc._x = _root.baar._x;
_root.points_mc.gotoAndPlay(2);
_root.baar.gotoAndPlay(2);
_root.levscore = _root.levscore + 100;
_root.lscore = _root.levscore;
_root.ballcount = _root.ballcount + 1;
_root.ballcounts = _root.ballcount;
this._y = _y + 5000;
this.gotoAndStop(1);
}
if (this.hitTest(_root.forhit)) {
dead12 = false;
_root.ballcount = _root.ballcount + 1;
_root.ballcounts = _root.ballcount;
this._y = _y + 5000;
this.gotoAndStop(1);
}
if (this._x < 55) {
this._x = 55;
}
if (this._x > 580) {
this._x = 580;
}
if (this.yspeed > 2) {
this.yspeed = 2;
}
if (this.yspeed < -1) {
this.yspeed = -1;
}
this._x = this._x + this.xspeed;
this._y = this._y + this.yspeed;
this.xspeed = this.xspeed * 0.98;
if (_root.pos12 == true) {
this._y = this._y + 2;
}
this.yspeed = this.yspeed * 0.98;
if (Math.sqrt(Math.pow(Math.abs(_y - _root.ball._y), 2) + Math.pow(Math.abs(_x - _root.ball._x), 2)) < ((_height / 2) + (_root.ball._width / 2))) {
if (_root.ball.hitTest(_x + (_width / 2), _y, true)) {
_x = (_x - xspeed);
}
if (_root.ball.hitTest(_x - (_width / 2), _y, true)) {
_x = (_x - xspeed);
}
if (_root.ball.hitTest(_x, _y + (_height / 2), true)) {
_y = (_y - yspeed);
}
if (_root.ball.hitTest(_x, _y - (_height / 2), true)) {
_y = (_y + yspeed);
}
}
if (released == true) {
var i = 0;
while (i <= 50) {
var target = _root["massball" + i];
if (target != this) {
if (target.hitTest(_x + (_width / 2), _y, true)) {
this.xspeed = this.xspeed * -1;
}
if (target.hitTest(_x - (_width / 2), _y, true)) {
this.xspeed = this.xspeed * -1;
}
if (target.hitTest(_x, _y + (_height / 2), true)) {
this.yspeed = this.yspeed * -1;
}
if (target.hitTest(_x, _y - (_height / 2), true)) {
this.yspeed = this.yspeed * -1;
}
}
i++;
}
if (_root.coll.hitTest(_x + (_width / 2), _y, true)) {
this.xspeed = this.xspeed * -1;
}
if (_root.coll.hitTest(_x - (_width / 2), _y, true)) {
this.xspeed = this.xspeed * -1;
}
if (_root.coll.hitTest(_x, _y + (_height / 2), true)) {
this.yspeed = this.yspeed * -1;
}
if (_root.coll.hitTest(_x, _y - (_height / 2), true)) {
this.yspeed = this.yspeed * -1;
}
}
}
}
Instance of Symbol 330 MovieClip "massball21" in Frame 5
onClipEvent (load) {
ball.mass = 1;
xspeed = 0;
yspeed = 0;
fri = 0.052365;
released = false;
if1 = false;
if2 = false;
if3 = false;
if4 = false;
dead5 = true;
target.varA = 5;
target.varB = 5;
target.varC = 5;
target.varD = 5;
}
onClipEvent (enterFrame) {
if (dead5 == true) {
if (this.hitTest(_root.baar)) {
dead5 = false;
_root.points_mc._x = _root.baar._x;
_root.points_mc.gotoAndPlay(2);
_root.baar.gotoAndPlay(2);
_root.levscore = _root.levscore + 100;
_root.lscore = _root.levscore;
_root.ballcount = _root.ballcount + 1;
_root.ballcounts = _root.ballcount;
this._y = _y + 5000;
this.gotoAndStop(1);
}
if (this.hitTest(_root.forhit)) {
dead5 = false;
_root.ballcount = _root.ballcount + 1;
_root.ballcounts = _root.ballcount;
this._y = _y + 5000;
this.gotoAndStop(1);
}
if (this._x < 55) {
this._x = 55;
}
if (this._x > 580) {
this._x = 580;
}
if (this.yspeed > 2) {
this.yspeed = 2;
}
if (this.yspeed < -1) {
this.yspeed = -1;
}
this._x = this._x + this.xspeed;
this._y = this._y + this.yspeed;
this.xspeed = this.xspeed * 0.98;
if (_root.pos21 == true) {
this._y = this._y + 2;
}
this.yspeed = this.yspeed * 0.98;
if (Math.sqrt(Math.pow(Math.abs(_y - _root.ball._y), 2) + Math.pow(Math.abs(_x - _root.ball._x), 2)) < ((_height / 2) + (_root.ball._width / 2))) {
if (_root.ball.hitTest(_x + (_width / 2), _y, true)) {
_x = (_x - xspeed);
}
if (_root.ball.hitTest(_x - (_width / 2), _y, true)) {
_x = (_x - xspeed);
}
if (_root.ball.hitTest(_x, _y + (_height / 2), true)) {
_y = (_y - yspeed);
}
if (_root.ball.hitTest(_x, _y - (_height / 2), true)) {
_y = (_y + yspeed);
}
}
if (released == true) {
var i = 0;
while (i <= 50) {
var target = _root["massball" + i];
if (target != this) {
if (target.hitTest(_x + (_width / 2), _y, true)) {
this.xspeed = this.xspeed * -1;
}
if (target.hitTest(_x - (_width / 2), _y, true)) {
this.xspeed = this.xspeed * -1;
}
if (target.hitTest(_x, _y + (_height / 2), true)) {
this.yspeed = this.yspeed * -1;
}
if (target.hitTest(_x, _y - (_height / 2), true)) {
this.yspeed = this.yspeed * -1;
}
}
i++;
}
if (_root.coll.hitTest(_x + (_width / 2), _y, true)) {
this.xspeed = this.xspeed * -1;
}
if (_root.coll.hitTest(_x - (_width / 2), _y, true)) {
this.xspeed = this.xspeed * -1;
}
if (_root.coll.hitTest(_x, _y + (_height / 2), true)) {
this.yspeed = this.yspeed * -1;
}
if (_root.coll.hitTest(_x, _y - (_height / 2), true)) {
this.yspeed = this.yspeed * -1;
}
}
}
}
Instance of Symbol 331 MovieClip "massball1" in Frame 5
onClipEvent (load) {
ball.mass = 1;
xspeed = 0;
yspeed = 0;
fri = 0.052365;
released = false;
if1 = false;
if2 = false;
if3 = false;
if4 = false;
dead1 = true;
target.varA = 5;
target.varB = 5;
target.varC = 5;
target.varD = 5;
}
onClipEvent (enterFrame) {
if (dead1 == true) {
if (this.hitTest(_root.baar)) {
dead1 = false;
_root.points_mc._x = _root.baar._x;
_root.points_mc.gotoAndPlay(2);
_root.baar.gotoAndPlay(2);
_root.levscore = _root.levscore + 100;
_root.lscore = _root.levscore;
_root.ballcount = _root.ballcount + 1;
_root.ballcounts = _root.ballcount;
this._y = _y + 5000;
this.gotoAndStop(1);
}
if (this.hitTest(_root.forhit)) {
dead1 = false;
_root.ballcount = _root.ballcount + 1;
_root.ballcounts = _root.ballcount;
this._y = _y + 5000;
this.gotoAndStop(1);
}
if (this._x < 55) {
this._x = 55;
}
if (this._x > 580) {
this._x = 580;
}
if (this.yspeed > 2) {
this.yspeed = 2;
}
if (this.yspeed < -1) {
this.yspeed = -1;
}
this._x = this._x + this.xspeed;
this._y = this._y + this.yspeed;
this.xspeed = this.xspeed * 0.98;
if (_root.pos1 == true) {
this._y = this._y + 2;
}
this.yspeed = this.yspeed * 0.98;
if (Math.sqrt(Math.pow(Math.abs(_y - _root.ball._y), 2) + Math.pow(Math.abs(_x - _root.ball._x), 2)) < ((_height / 2) + (_root.ball._width / 2))) {
if (_root.ball.hitTest(_x + (_width / 2), _y, true)) {
_x = (_x - xspeed);
}
if (_root.ball.hitTest(_x - (_width / 2), _y, true)) {
_x = (_x - xspeed);
}
if (_root.ball.hitTest(_x, _y + (_height / 2), true)) {
_y = (_y - yspeed);
}
if (_root.ball.hitTest(_x, _y - (_height / 2), true)) {
_y = (_y + yspeed);
}
}
if (released == true) {
var i = 0;
while (i <= 50) {
var target = _root["massball" + i];
if (target != this) {
if (target.hitTest(_x + (_width / 2), _y, true)) {
this.xspeed = this.xspeed * -1;
}
if (target.hitTest(_x - (_width / 2), _y, true)) {
this.xspeed = this.xspeed * -1;
}
if (target.hitTest(_x, _y + (_height / 2), true)) {
this.yspeed = this.yspeed * -1;
}
if (target.hitTest(_x, _y - (_height / 2), true)) {
this.yspeed = this.yspeed * -1;
}
}
i++;
}
if (_root.coll.hitTest(_x + (_width / 2), _y, true)) {
this.xspeed = this.xspeed * -1;
}
if (_root.coll.hitTest(_x - (_width / 2), _y, true)) {
this.xspeed = this.xspeed * -1;
}
if (_root.coll.hitTest(_x, _y + (_height / 2), true)) {
this.yspeed = this.yspeed * -1;
}
if (_root.coll.hitTest(_x, _y - (_height / 2), true)) {
this.yspeed = this.yspeed * -1;
}
}
}
}
Instance of Symbol 332 MovieClip "massball0" in Frame 5
onClipEvent (load) {
ball.mass = 1;
xspeed = 0;
yspeed = 0;
fri = 0.052365;
released = false;
dead = true;
if1 = false;
if2 = false;
if3 = false;
if4 = false;
target.varA = 5;
target.varB = 5;
target.varC = 5;
target.varD = 5;
}
onClipEvent (enterFrame) {
if (dead == true) {
if (this.hitTest(_root.baar)) {
dead = false;
_root.points_mc._x = _root.baar._x;
_root.points_mc.gotoAndPlay(2);
_root.baar.gotoAndPlay(2);
_root.levscore = _root.levscore + 100;
_root.lscore = _root.levscore;
_root.ballcount = _root.ballcount + 1;
_root.ballcounts = _root.ballcount;
this._y = _y + 5000;
this.gotoAndStop(1);
}
if (this.hitTest(_root.forhit)) {
dead = false;
_root.ballcount = _root.ballcount + 1;
_root.ballcounts = _root.ballcount;
this._y = _y + 5000;
this.gotoAndStop(1);
}
if (this._x < 55) {
this._x = 55;
}
if (this._x > 580) {
this._x = 580;
}
if (this.yspeed > 2) {
this.yspeed = 2;
}
if (this.yspeed < -1) {
this.yspeed = -1;
}
this._x = this._x + this.xspeed;
this._y = this._y + this.yspeed;
this.xspeed = this.xspeed * 0.98;
if (_root.pos == true) {
this._y = this._y + 2;
}
this.yspeed = this.yspeed * 0.98;
if (Math.sqrt(Math.pow(Math.abs(_y - _root.ball._y), 2) + Math.pow(Math.abs(_x - _root.ball._x), 2)) < ((_height / 2) + (_root.ball._width / 2))) {
if (_root.ball.hitTest(_x + (_width / 2), _y, true)) {
_x = (_x - xspeed);
}
if (_root.ball.hitTest(_x - (_width / 2), _y, true)) {
_x = (_x - xspeed);
}
if (_root.ball.hitTest(_x, _y + (_height / 2), true)) {
_y = (_y - yspeed);
}
if (_root.ball.hitTest(_x, _y - (_height / 2), true)) {
_y = (_y + yspeed);
}
}
if (released == true) {
var i = 0;
while (i <= 50) {
var target = _root["massball" + i];
if (target != this) {
if (target.hitTest(_x + (_width / 2), _y, true)) {
this.xspeed = this.xspeed * -1;
}
if (target.hitTest(_x - (_width / 2), _y, true)) {
this.xspeed = this.xspeed * -1;
}
if (target.hitTest(_x, _y + (_height / 2), true)) {
this.yspeed = this.yspeed * -1;
}
if (target.hitTest(_x, _y - (_height / 2), true)) {
this.yspeed = this.yspeed * -1;
}
}
i++;
}
if (_root.coll.hitTest(_x + (_width / 2), _y, true)) {
this.xspeed = this.xspeed * -1;
}
if (_root.coll.hitTest(_x - (_width / 2), _y, true)) {
this.xspeed = this.xspeed * -1;
}
if (_root.coll.hitTest(_x, _y + (_height / 2), true)) {
this.yspeed = this.yspeed * -1;
}
if (_root.coll.hitTest(_x, _y - (_height / 2), true)) {
this.yspeed = this.yspeed * -1;
}
}
}
}
Instance of Symbol 333 MovieClip "massball2" in Frame 5
onClipEvent (load) {
ball.mass = 1;
xspeed = 0;
yspeed = 0;
fri = 0.052365;
released = false;
if1 = false;
if2 = false;
if3 = false;
if4 = false;
dead2 = true;
target.varA = 5;
target.varB = 5;
target.varC = 5;
target.varD = 5;
}
onClipEvent (enterFrame) {
if (dead2 == true) {
if (this.hitTest(_root.baar)) {
dead2 = false;
_root.points_mc._x = _root.baar._x;
_root.points_mc.gotoAndPlay(2);
_root.baar.gotoAndPlay(2);
_root.levscore = _root.levscore + 100;
_root.lscore = _root.levscore;
_root.ballcount = _root.ballcount + 1;
_root.ballcounts = _root.ballcount;
this._y = _y + 5000;
this.gotoAndStop(1);
}
if (this.hitTest(_root.forhit)) {
dead2 = false;
_root.ballcount = _root.ballcount + 1;
_root.ballcounts = _root.ballcount;
this._y = _y + 5000;
this.gotoAndStop(1);
}
if (this._x < 55) {
this._x = 55;
}
if (this._x > 580) {
this._x = 580;
}
if (this.yspeed > 2) {
this.yspeed = 2;
}
if (this.yspeed < -1) {
this.yspeed = -1;
}
this._x = this._x + this.xspeed;
this._y = this._y + this.yspeed;
this.xspeed = this.xspeed * 0.98;
if (_root.pos2 == true) {
this._y = this._y + 2;
}
this.yspeed = this.yspeed * 0.98;
if (Math.sqrt(Math.pow(Math.abs(_y - _root.ball._y), 2) + Math.pow(Math.abs(_x - _root.ball._x), 2)) < ((_height / 2) + (_root.ball._width / 2))) {
if (_root.ball.hitTest(_x + (_width / 2), _y, true)) {
_x = (_x - xspeed);
}
if (_root.ball.hitTest(_x - (_width / 2), _y, true)) {
_x = (_x - xspeed);
}
if (_root.ball.hitTest(_x, _y + (_height / 2), true)) {
_y = (_y - yspeed);
}
if (_root.ball.hitTest(_x, _y - (_height / 2), true)) {
_y = (_y + yspeed);
}
}
if (released == true) {
var i = 0;
while (i <= 50) {
var target = _root["massball" + i];
if (target != this) {
if (target.hitTest(_x + (_width / 2), _y, true)) {
this.xspeed = this.xspeed * -1;
}
if (target.hitTest(_x - (_width / 2), _y, true)) {
this.xspeed = this.xspeed * -1;
}
if (target.hitTest(_x, _y + (_height / 2), true)) {
this.yspeed = this.yspeed * -1;
}
if (target.hitTest(_x, _y - (_height / 2), true)) {
this.yspeed = this.yspeed * -1;
}
}
i++;
}
if (_root.coll.hitTest(_x + (_width / 2), _y, true)) {
this.xspeed = this.xspeed * -1;
}
if (_root.coll.hitTest(_x - (_width / 2), _y, true)) {
this.xspeed = this.xspeed * -1;
}
if (_root.coll.hitTest(_x, _y + (_height / 2), true)) {
this.yspeed = this.yspeed * -1;
}
if (_root.coll.hitTest(_x, _y - (_height / 2), true)) {
this.yspeed = this.yspeed * -1;
}
}
}
}
Instance of Symbol 334 MovieClip "massball17" in Frame 5
onClipEvent (load) {
ball.mass = 1;
xspeed = 0;
yspeed = 0;
fri = 0.052365;
released = false;
dead27 = true;
if1 = false;
if2 = false;
if3 = false;
if4 = false;
target.varA = 5;
target.varB = 5;
target.varC = 5;
target.varD = 5;
}
onClipEvent (enterFrame) {
if (dead27 == true) {
if (this.hitTest(_root.baar)) {
dead27 = false;
_root.bopoints_mc._x = _root.baar._x;
_root.bopoints_mc.gotoAndPlay(2);
_root.baar.gotoAndPlay(2);
_root.levscore = _root.levscore + 300;
_root.lscore = _root.levscore;
_root.ballcount = _root.ballcount + 1;
_root.ballcounts = _root.ballcount;
this._y = _y + 5000;
this.gotoAndStop(1);
}
if (this.hitTest(_root.forhit)) {
dead27 = false;
_root.ballcount = _root.ballcount + 1;
_root.ballcounts = _root.ballcount;
this._y = _y + 5000;
this.gotoAndStop(1);
}
if (this._x < 55) {
this._x = 55;
}
if (this._x > 580) {
this._x = 580;
}
if (this.yspeed > 2) {
this.yspeed = 2;
}
if (this.yspeed < -1) {
this.yspeed = -1;
}
this._x = this._x + this.xspeed;
this._y = this._y + this.yspeed;
this.xspeed = this.xspeed * 0.98;
if (_root.mpos1 == true) {
this._y = this._y + 2;
}
this.yspeed = this.yspeed * 0.98;
if (Math.sqrt(Math.pow(Math.abs(_y - _root.ball._y), 2) + Math.pow(Math.abs(_x - _root.ball._x), 2)) < ((_height / 2) + (_root.ball._width / 2))) {
if (_root.ball.hitTest(_x + (_width / 2), _y, true)) {
_x = (_x - xspeed);
}
if (_root.ball.hitTest(_x - (_width / 2), _y, true)) {
_x = (_x - xspeed);
}
if (_root.ball.hitTest(_x, _y + (_height / 2), true)) {
_y = (_y - yspeed);
}
if (_root.ball.hitTest(_x, _y - (_height / 2), true)) {
_y = (_y + yspeed);
}
}
if (released == true) {
var i = 0;
while (i <= 50) {
var target = _root["massball" + i];
if (target != this) {
if (target.hitTest(_x + (_width / 2), _y, true)) {
this.xspeed = this.xspeed * -1;
}
if (target.hitTest(_x - (_width / 2), _y, true)) {
this.xspeed = this.xspeed * -1;
}
if (target.hitTest(_x, _y + (_height / 2), true)) {
this.yspeed = this.yspeed * -1;
}
if (target.hitTest(_x, _y - (_height / 2), true)) {
this.yspeed = this.yspeed * -1;
}
}
i++;
}
if (_root.coll.hitTest(_x + (_width / 2), _y, true)) {
this.xspeed = this.xspeed * -1;
}
if (_root.coll.hitTest(_x - (_width / 2), _y, true)) {
this.xspeed = this.xspeed * -1;
}
if (_root.coll.hitTest(_x, _y + (_height / 2), true)) {
this.yspeed = this.yspeed * -1;
}
if (_root.coll.hitTest(_x, _y - (_height / 2), true)) {
this.yspeed = this.yspeed * -1;
}
}
}
}
Instance of Symbol 335 MovieClip "massball20" in Frame 5
onClipEvent (load) {
ball.mass = 1;
xspeed = 0;
yspeed = 0;
fri = 0.052365;
released = false;
dead26 = true;
if1 = false;
if2 = false;
if3 = false;
if4 = false;
target.varA = 5;
target.varB = 5;
target.varC = 5;
target.varD = 5;
}
onClipEvent (enterFrame) {
if (dead26 == true) {
if (this.hitTest(_root.baar)) {
dead26 = false;
_root.bopoints_mc._x = _root.baar._x;
_root.bopoints_mc.gotoAndPlay(2);
_root.baar.gotoAndPlay(2);
_root.levscore = _root.levscore + 300;
_root.lscore = _root.levscore;
_root.ballcount = _root.ballcount + 1;
_root.ballcounts = _root.ballcount;
this._y = _y + 5000;
this.gotoAndStop(1);
}
if (this.hitTest(_root.forhit)) {
dead26 = false;
_root.ballcount = _root.ballcount + 1;
_root.ballcounts = _root.ballcount;
this._y = _y + 5000;
this.gotoAndStop(1);
}
if (this._x < 55) {
this._x = 55;
}
if (this._x > 580) {
this._x = 580;
}
if (this.yspeed > 2) {
this.yspeed = 2;
}
if (this.yspeed < -1) {
this.yspeed = -1;
}
this._x = this._x + this.xspeed;
this._y = this._y + this.yspeed;
this.xspeed = this.xspeed * 0.98;
if (_root.mpos4 == true) {
this._y = this._y + 2;
}
this.yspeed = this.yspeed * 0.98;
if (Math.sqrt(Math.pow(Math.abs(_y - _root.ball._y), 2) + Math.pow(Math.abs(_x - _root.ball._x), 2)) < ((_height / 2) + (_root.ball._width / 2))) {
if (_root.ball.hitTest(_x + (_width / 2), _y, true)) {
_x = (_x - xspeed);
}
if (_root.ball.hitTest(_x - (_width / 2), _y, true)) {
_x = (_x - xspeed);
}
if (_root.ball.hitTest(_x, _y + (_height / 2), true)) {
_y = (_y - yspeed);
}
if (_root.ball.hitTest(_x, _y - (_height / 2), true)) {
_y = (_y + yspeed);
}
}
if (released == true) {
var i = 0;
while (i <= 50) {
var target = _root["massball" + i];
if (target != this) {
if (target.hitTest(_x + (_width / 2), _y, true)) {
this.xspeed = this.xspeed * -1;
}
if (target.hitTest(_x - (_width / 2), _y, true)) {
this.xspeed = this.xspeed * -1;
}
if (target.hitTest(_x, _y + (_height / 2), true)) {
this.yspeed = this.yspeed * -1;
}
if (target.hitTest(_x, _y - (_height / 2), true)) {
this.yspeed = this.yspeed * -1;
}
}
i++;
}
if (_root.coll.hitTest(_x + (_width / 2), _y, true)) {
this.xspeed = this.xspeed * -1;
}
if (_root.coll.hitTest(_x - (_width / 2), _y, true)) {
this.xspeed = this.xspeed * -1;
}
if (_root.coll.hitTest(_x, _y + (_height / 2), true)) {
this.yspeed = this.yspeed * -1;
}
if (_root.coll.hitTest(_x, _y - (_height / 2), true)) {
this.yspeed = this.yspeed * -1;
}
}
}
}
Instance of Symbol 336 MovieClip "massball23" in Frame 5
onClipEvent (load) {
ball.mass = 1;
xspeed = 0;
yspeed = 0;
fri = 0.052365;
released = false;
if1 = false;
if2 = false;
if3 = false;
if4 = false;
target.varA = 5;
target.varB = 5;
target.varC = 5;
target.varD = 5;
dead23 = true;
}
onClipEvent (enterFrame) {
if (dead23 == true) {
if (this.hitTest(_root.baar)) {
dead23 = false;
_root.points_mc._x = _root.baar._x;
_root.points_mc.gotoAndPlay(2);
_root.baar.gotoAndPlay(2);
_root.levscore = _root.levscore + 100;
_root.lscore = _root.levscore;
_root.ballcount = _root.ballcount + 1;
_root.ballcounts = _root.ballcount;
this._y = _y + 5000;
this.gotoAndStop(1);
}
if (this.hitTest(_root.forhit)) {
dead23 = false;
_root.ballcount = _root.ballcount + 1;
_root.ballcounts = _root.ballcount;
this._y = _y + 5000;
this.gotoAndStop(1);
}
if (this._x < 55) {
this._x = 55;
}
if (this._x > 580) {
this._x = 580;
}
if (this.yspeed > 2) {
this.yspeed = 2;
}
if (this.yspeed < -1) {
this.yspeed = -1;
}
this._x = this._x + this.xspeed;
this._y = this._y + this.yspeed;
this.xspeed = this.xspeed * 0.98;
if (_root.pos23 == true) {
this._y = this._y + 2;
}
this.yspeed = this.yspeed * 0.98;
if (Math.sqrt(Math.pow(Math.abs(_y - _root.ball._y), 2) + Math.pow(Math.abs(_x - _root.ball._x), 2)) < ((_height / 2) + (_root.ball._width / 2))) {
if (_root.ball.hitTest(_x + (_width / 2), _y, true)) {
_x = (_x - xspeed);
}
if (_root.ball.hitTest(_x - (_width / 2), _y, true)) {
_x = (_x - xspeed);
}
if (_root.ball.hitTest(_x, _y + (_height / 2), true)) {
_y = (_y - yspeed);
}
if (_root.ball.hitTest(_x, _y - (_height / 2), true)) {
_y = (_y + yspeed);
}
}
if (released == true) {
var i = 0;
while (i <= 50) {
var target = _root["massball" + i];
if (target != this) {
if (target.hitTest(_x + (_width / 2), _y, true)) {
this.xspeed = this.xspeed * -1;
}
if (target.hitTest(_x - (_width / 2), _y, true)) {
this.xspeed = this.xspeed * -1;
}
if (target.hitTest(_x, _y + (_height / 2), true)) {
this.yspeed = this.yspeed * -1;
}
if (target.hitTest(_x, _y - (_height / 2), true)) {
this.yspeed = this.yspeed * -1;
}
}
i++;
}
if (_root.coll.hitTest(_x + (_width / 2), _y, true)) {
this.xspeed = this.xspeed * -1;
}
if (_root.coll.hitTest(_x - (_width / 2), _y, true)) {
this.xspeed = this.xspeed * -1;
}
if (_root.coll.hitTest(_x, _y + (_height / 2), true)) {
this.yspeed = this.yspeed * -1;
}
if (_root.coll.hitTest(_x, _y - (_height / 2), true)) {
this.yspeed = this.yspeed * -1;
}
}
}
}
Instance of Symbol 337 MovieClip "massball6" in Frame 5
onClipEvent (load) {
ball.mass = 1;
xspeed = 0;
yspeed = 0;
fri = 0.052365;
released = false;
dead6 = true;
if1 = false;
if2 = false;
if3 = false;
if4 = false;
target.varA = 5;
target.varB = 5;
target.varC = 5;
target.varD = 5;
}
onClipEvent (enterFrame) {
if (dead6 == true) {
if (this.hitTest(_root.baar)) {
dead6 = false;
_root.points_mc._x = _root.baar._x;
_root.points_mc.gotoAndPlay(2);
_root.baar.gotoAndPlay(2);
_root.levscore = _root.levscore + 100;
_root.lscore = _root.levscore;
_root.ballcount = _root.ballcount + 1;
_root.ballcounts = _root.ballcount;
this._y = _y + 5000;
this.gotoAndStop(1);
}
if (this.hitTest(_root.forhit)) {
dead6 = false;
_root.ballcount = _root.ballcount + 1;
_root.ballcounts = _root.ballcount;
this._y = _y + 5000;
this.gotoAndStop(1);
}
if (this._x < 55) {
this._x = 55;
}
if (this._x > 580) {
this._x = 580;
}
if (this.yspeed > 2) {
this.yspeed = 2;
}
if (this.yspeed < -1) {
this.yspeed = -1;
}
this._x = this._x + this.xspeed;
this._y = this._y + this.yspeed;
this.xspeed = this.xspeed * 0.98;
if (_root.pos6 == true) {
this._y = this._y + 2;
}
this.yspeed = this.yspeed * 0.98;
if (Math.sqrt(Math.pow(Math.abs(_y - _root.ball._y), 2) + Math.pow(Math.abs(_x - _root.ball._x), 2)) < ((_height / 2) + (_root.ball._width / 2))) {
if (_root.ball.hitTest(_x + (_width / 2), _y, true)) {
_x = (_x - xspeed);
}
if (_root.ball.hitTest(_x - (_width / 2), _y, true)) {
_x = (_x - xspeed);
}
if (_root.ball.hitTest(_x, _y + (_height / 2), true)) {
_y = (_y - yspeed);
}
if (_root.ball.hitTest(_x, _y - (_height / 2), true)) {
_y = (_y + yspeed);
}
}
if (released == true) {
var i = 0;
while (i <= 50) {
var target = _root["massball" + i];
if (target != this) {
if (target.hitTest(_x + (_width / 2), _y, true)) {
this.xspeed = this.xspeed * -1;
}
if (target.hitTest(_x - (_width / 2), _y, true)) {
this.xspeed = this.xspeed * -1;
}
if (target.hitTest(_x, _y + (_height / 2), true)) {
this.yspeed = this.yspeed * -1;
}
if (target.hitTest(_x, _y - (_height / 2), true)) {
this.yspeed = this.yspeed * -1;
}
}
i++;
}
if (_root.coll.hitTest(_x + (_width / 2), _y, true)) {
this.xspeed = this.xspeed * -1;
}
if (_root.coll.hitTest(_x - (_width / 2), _y, true)) {
this.xspeed = this.xspeed * -1;
}
if (_root.coll.hitTest(_x, _y + (_height / 2), true)) {
this.yspeed = this.yspeed * -1;
}
if (_root.coll.hitTest(_x, _y - (_height / 2), true)) {
this.yspeed = this.yspeed * -1;
}
}
}
}
Instance of Symbol 341 MovieClip "coll" in Frame 5
onClipEvent (enterFrame) {
gotoAndStop(_root.currlevel);
}
Instance of Symbol 345 MovieClip "bar" in Frame 5
onClipEvent (enterFrame) {
function \u0004\u0005() {
Set("\x03", (2028 % 511) * true);
return(\x03);
}
var \x01 = (-383 + \x04\x05());
// swfAction0x03 // Unknown action
}
Instance of Symbol 582 MovieClip "ball" in Frame 5
onClipEvent (load) {
_root.ballmode = "point";
var time = 2;
var frame = 60;
var isShoot = false;
}
onClipEvent (mouseDown) {
function \u0004\u0005() {
Set("\x03", (1465 % 511) * true);
return(\x03);
}
var \x01 = (364 + \x04\x05());
// swfAction0x03 // Unknown action
}
onClipEvent (enterFrame) {
function \u0004\u0005() {
Set("\x03", (2388 % 511) * true);
return(\x03);
}
var \x01 = (248 + \x04\x05());
// swfAction0x03 // Unknown action
}
Instance of Symbol 676 MovieClip "baar" in Frame 5
onClipEvent (enterFrame) {
!!!ERROR
Frame 6
!!!ERROR
Instance of Symbol 323 MovieClip "level" in Frame 6
onClipEvent (enterFrame) {
this.dis = "LEVEL2";
}
Instance of Symbol 685 MovieClip "massball19" in Frame 6
onClipEvent (load) {
ball.mass = 1;
xspeed = 0;
yspeed = 0;
fri = 0.052365;
released = false;
dead29 = true;
if1 = false;
if2 = false;
if3 = false;
if4 = false;
target.varA = 5;
target.varB = 5;
target.varC = 5;
target.varD = 5;
}
onClipEvent (enterFrame) {
if (dead29 == true) {
if (this.hitTest(_root.baar)) {
dead29 = false;
_root.bopoints_mc._x = _root.baar._x;
_root.bopoints_mc.gotoAndPlay(2);
_root.baar.gotoAndPlay(2);
_root.levscore = _root.levscore + 300;
_root.lscore = _root.levscore;
_root.ballcount = _root.ballcount + 1;
_root.ballcounts = _root.ballcount;
this._y = _y + 5000;
this.gotoAndStop(1);
}
if (this.hitTest(_root.forhit)) {
dead29 = false;
_root.ballcount = _root.ballcount + 1;
_root.ballcounts = _root.ballcount;
this._y = _y + 5000;
this.gotoAndStop(1);
}
if (this._x < 55) {
this._x = 55;
}
if (this._x > 580) {
this._x = 580;
}
if (this.yspeed > 2) {
this.yspeed = 2;
}
if (this.yspeed < -1) {
this.yspeed = -1;
}
this._x = this._x + this.xspeed;
this._y = this._y + this.yspeed;
this.xspeed = this.xspeed * 0.98;
if (_root.mpos3 == true) {
this._y = this._y + 2;
}
this.yspeed = this.yspeed * 0.98;
if (Math.sqrt(Math.pow(Math.abs(_y - _root.ball._y), 2) + Math.pow(Math.abs(_x - _root.ball._x), 2)) < ((_height / 2) + (_root.ball._width / 2))) {
if (_root.ball.hitTest(_x + (_width / 2), _y, true)) {
_x = (_x - xspeed);
}
if (_root.ball.hitTest(_x - (_width / 2), _y, true)) {
_x = (_x - xspeed);
}
if (_root.ball.hitTest(_x, _y + (_height / 2), true)) {
_y = (_y - yspeed);
}
if (_root.ball.hitTest(_x, _y - (_height / 2), true)) {
_y = (_y + yspeed);
}
}
if (released == true) {
var i = 0;
while (i <= 50) {
var target = _root["massball" + i];
if (target != this) {
if (target.hitTest(_x + (_width / 2), _y, true)) {
this.xspeed = this.xspeed * -1;
}
if (target.hitTest(_x - (_width / 2), _y, true)) {
this.xspeed = this.xspeed * -1;
}
if (target.hitTest(_x, _y + (_height / 2), true)) {
this.yspeed = this.yspeed * -1;
}
if (target.hitTest(_x, _y - (_height / 2), true)) {
this.yspeed = this.yspeed * -1;
}
}
i++;
}
if (_root.coll.hitTest(_x + (_width / 2), _y, true)) {
this.xspeed = this.xspeed * -1;
}
if (_root.coll.hitTest(_x - (_width / 2), _y, true)) {
this.xspeed = this.xspeed * -1;
}
if (_root.coll.hitTest(_x, _y + (_height / 2), true)) {
this.yspeed = this.yspeed * -1;
}
if (_root.coll.hitTest(_x, _y - (_height / 2), true)) {
this.yspeed = this.yspeed * -1;
}
}
}
}
Instance of Symbol 686 MovieClip "massball10" in Frame 6
onClipEvent (load) {
ball.mass = 1;
xspeed = 0;
yspeed = 0;
fri = 0.052365;
released = false;
dead10 = true;
if1 = false;
if2 = false;
if3 = false;
if4 = false;
target.varA = 5;
target.varB = 5;
target.varC = 5;
target.varD = 5;
}
onClipEvent (enterFrame) {
if (dead10 == true) {
if (this.hitTest(_root.baar)) {
dead10 = false;
_root.points_mc._x = _root.baar._x;
_root.points_mc.gotoAndPlay(2);
_root.baar.gotoAndPlay(2);
_root.levscore = _root.levscore + 100;
_root.lscore = _root.levscore;
_root.ballcount = _root.ballcount + 1;
_root.ballcounts = _root.ballcount;
this._y = _y + 5000;
this.gotoAndStop(1);
}
if (this.hitTest(_root.forhit)) {
dead10 = false;
_root.ballcount = _root.ballcount + 1;
_root.ballcounts = _root.ballcount;
this._y = _y + 5000;
this.gotoAndStop(1);
}
if (this._x < 55) {
this._x = 55;
}
if (this._x > 580) {
this._x = 580;
}
if (this.yspeed > 2) {
this.yspeed = 2;
}
if (this.yspeed < -1) {
this.yspeed = -1;
}
this._x = this._x + this.xspeed;
this._y = this._y + this.yspeed;
this.xspeed = this.xspeed * 0.98;
if (_root.pos10 == true) {
this._y = this._y + 2;
}
this.yspeed = this.yspeed * 0.98;
if (Math.sqrt(Math.pow(Math.abs(_y - _root.ball._y), 2) + Math.pow(Math.abs(_x - _root.ball._x), 2)) < ((_height / 2) + (_root.ball._width / 2))) {
if (_root.ball.hitTest(_x + (_width / 2), _y, true)) {
_x = (_x - xspeed);
}
if (_root.ball.hitTest(_x - (_width / 2), _y, true)) {
_x = (_x - xspeed);
}
if (_root.ball.hitTest(_x, _y + (_height / 2), true)) {
_y = (_y - yspeed);
}
if (_root.ball.hitTest(_x, _y - (_height / 2), true)) {
_y = (_y + yspeed);
}
}
if (released == true) {
var i = 0;
while (i <= 50) {
var target = _root["massball" + i];
if (target != this) {
if (target.hitTest(_x + (_width / 2), _y, true)) {
this.xspeed = this.xspeed * -1;
}
if (target.hitTest(_x - (_width / 2), _y, true)) {
this.xspeed = this.xspeed * -1;
}
if (target.hitTest(_x, _y + (_height / 2), true)) {
this.yspeed = this.yspeed * -1;
}
if (target.hitTest(_x, _y - (_height / 2), true)) {
this.yspeed = this.yspeed * -1;
}
}
i++;
}
if (_root.coll.hitTest(_x + (_width / 2), _y, true)) {
this.xspeed = this.xspeed * -1;
}
if (_root.coll.hitTest(_x - (_width / 2), _y, true)) {
this.xspeed = this.xspeed * -1;
}
if (_root.coll.hitTest(_x, _y + (_height / 2), true)) {
this.yspeed = this.yspeed * -1;
}
if (_root.coll.hitTest(_x, _y - (_height / 2), true)) {
this.yspeed = this.yspeed * -1;
}
}
}
}
Instance of Symbol 687 MovieClip "massball11" in Frame 6
onClipEvent (load) {
ball.mass = 1;
xspeed = 0;
yspeed = 0;
fri = 0.052365;
released = false;
dead11 = true;
if1 = false;
if2 = false;
if3 = false;
if4 = false;
target.varA = 5;
target.varB = 5;
target.varC = 5;
target.varD = 5;
}
onClipEvent (enterFrame) {
if (dead11 == true) {
if (this.hitTest(_root.baar)) {
dead11 = false;
_root.points_mc._x = _root.baar._x;
_root.points_mc.gotoAndPlay(2);
_root.baar.gotoAndPlay(2);
_root.levscore = _root.levscore + 100;
_root.lscore = _root.levscore;
_root.ballcount = _root.ballcount + 1;
_root.ballcounts = _root.ballcount;
this._y = _y + 5000;
this.gotoAndStop(1);
}
if (this.hitTest(_root.forhit)) {
dead11 = false;
_root.ballcount = _root.ballcount + 1;
_root.ballcounts = _root.ballcount;
this._y = _y + 5000;
this.gotoAndStop(1);
}
if (this._x < 55) {
this._x = 55;
}
if (this._x > 580) {
this._x = 580;
}
if (this.yspeed > 2) {
this.yspeed = 2;
}
if (this.yspeed < -1) {
this.yspeed = -1;
}
this._x = this._x + this.xspeed;
this._y = this._y + this.yspeed;
this.xspeed = this.xspeed * 0.98;
if (_root.pos11 == true) {
this._y = this._y + 2;
}
this.yspeed = this.yspeed * 0.98;
if (Math.sqrt(Math.pow(Math.abs(_y - _root.ball._y), 2) + Math.pow(Math.abs(_x - _root.ball._x), 2)) < ((_height / 2) + (_root.ball._width / 2))) {
if (_root.ball.hitTest(_x + (_width / 2), _y, true)) {
_x = (_x - xspeed);
}
if (_root.ball.hitTest(_x - (_width / 2), _y, true)) {
_x = (_x - xspeed);
}
if (_root.ball.hitTest(_x, _y + (_height / 2), true)) {
_y = (_y - yspeed);
}
if (_root.ball.hitTest(_x, _y - (_height / 2), true)) {
_y = (_y + yspeed);
}
}
if (released == true) {
var i = 0;
while (i <= 50) {
var target = _root["massball" + i];
if (target != this) {
if (target.hitTest(_x + (_width / 2), _y, true)) {
this.xspeed = this.xspeed * -1;
}
if (target.hitTest(_x - (_width / 2), _y, true)) {
this.xspeed = this.xspeed * -1;
}
if (target.hitTest(_x, _y + (_height / 2), true)) {
this.yspeed = this.yspeed * -1;
}
if (target.hitTest(_x, _y - (_height / 2), true)) {
this.yspeed = this.yspeed * -1;
}
}
i++;
}
if (_root.coll.hitTest(_x + (_width / 2), _y, true)) {
this.xspeed = this.xspeed * -1;
}
if (_root.coll.hitTest(_x - (_width / 2), _y, true)) {
this.xspeed = this.xspeed * -1;
}
if (_root.coll.hitTest(_x, _y + (_height / 2), true)) {
this.yspeed = this.yspeed * -1;
}
if (_root.coll.hitTest(_x, _y - (_height / 2), true)) {
this.yspeed = this.yspeed * -1;
}
}
}
}
Instance of Symbol 330 MovieClip "massball21" in Frame 6
onClipEvent (load) {
ball.mass = 1;
xspeed = 0;
yspeed = 0;
fri = 0.052365;
released = false;
if1 = false;
if2 = false;
if3 = false;
if4 = false;
dead21 = true;
target.varA = 5;
target.varB = 5;
target.varC = 5;
target.varD = 5;
}
onClipEvent (enterFrame) {
if (dead21 == true) {
if (this.hitTest(_root.baar)) {
dead21 = false;
_root.points_mc._x = _root.baar._x;
_root.points_mc.gotoAndPlay(2);
_root.baar.gotoAndPlay(2);
_root.levscore = _root.levscore + 100;
_root.lscore = _root.levscore;
_root.ballcount = _root.ballcount + 1;
_root.ballcounts = _root.ballcount;
this._y = _y + 5000;
this.gotoAndStop(1);
}
if (this.hitTest(_root.forhit)) {
dead21 = false;
_root.ballcount = _root.ballcount + 1;
_root.ballcounts = _root.ballcount;
this._y = _y + 5000;
this.gotoAndStop(1);
}
if (this._x < 55) {
this._x = 55;
}
if (this._x > 580) {
this._x = 580;
}
if (this.yspeed > 2) {
this.yspeed = 2;
}
if (this.yspeed < -1) {
this.yspeed = -1;
}
this._x = this._x + this.xspeed;
this._y = this._y + this.yspeed;
this.xspeed = this.xspeed * 0.98;
if (_root.pos21 == true) {
this._y = this._y + 2;
}
this.yspeed = this.yspeed * 0.98;
if (Math.sqrt(Math.pow(Math.abs(_y - _root.ball._y), 2) + Math.pow(Math.abs(_x - _root.ball._x), 2)) < ((_height / 2) + (_root.ball._width / 2))) {
if (_root.ball.hitTest(_x + (_width / 2), _y, true)) {
_x = (_x - xspeed);
}
if (_root.ball.hitTest(_x - (_width / 2), _y, true)) {
_x = (_x - xspeed);
}
if (_root.ball.hitTest(_x, _y + (_height / 2), true)) {
_y = (_y - yspeed);
}
if (_root.ball.hitTest(_x, _y - (_height / 2), true)) {
_y = (_y + yspeed);
}
}
if (released == true) {
var i = 0;
while (i <= 50) {
var target = _root["massball" + i];
if (target != this) {
if (target.hitTest(_x + (_width / 2), _y, true)) {
this.xspeed = this.xspeed * -1;
}
if (target.hitTest(_x - (_width / 2), _y, true)) {
this.xspeed = this.xspeed * -1;
}
if (target.hitTest(_x, _y + (_height / 2), true)) {
this.yspeed = this.yspeed * -1;
}
if (target.hitTest(_x, _y - (_height / 2), true)) {
this.yspeed = this.yspeed * -1;
}
}
i++;
}
if (_root.coll.hitTest(_x + (_width / 2), _y, true)) {
this.xspeed = this.xspeed * -1;
}
if (_root.coll.hitTest(_x - (_width / 2), _y, true)) {
this.xspeed = this.xspeed * -1;
}
if (_root.coll.hitTest(_x, _y + (_height / 2), true)) {
this.yspeed = this.yspeed * -1;
}
if (_root.coll.hitTest(_x, _y - (_height / 2), true)) {
this.yspeed = this.yspeed * -1;
}
}
}
}
Instance of Symbol 688 MovieClip "massball5" in Frame 6
onClipEvent (load) {
ball.mass = 1;
xspeed = 0;
yspeed = 0;
fri = 0.052365;
released = false;
dead5 = true;
if1 = false;
if2 = false;
if3 = false;
if4 = false;
target.varA = 5;
target.varB = 5;
target.varC = 5;
target.varD = 5;
}
onClipEvent (enterFrame) {
if (dead5 == true) {
if (this.hitTest(_root.baar)) {
dead5 = false;
_root.points_mc._x = _root.baar._x;
_root.points_mc.gotoAndPlay(2);
_root.baar.gotoAndPlay(2);
_root.levscore = _root.levscore + 100;
_root.lscore = _root.levscore;
_root.ballcount = _root.ballcount + 1;
_root.ballcounts = _root.ballcount;
this._y = _y + 5000;
this.gotoAndStop(1);
}
if (this.hitTest(_root.forhit)) {
dead5 = false;
_root.ballcount = _root.ballcount + 1;
_root.ballcounts = _root.ballcount;
this._y = _y + 5000;
this.gotoAndStop(1);
}
if (this._x < 55) {
this._x = 55;
}
if (this._x > 580) {
this._x = 580;
}
if (this.yspeed > 2) {
this.yspeed = 2;
}
if (this.yspeed < -1) {
this.yspeed = -1;
}
this._x = this._x + this.xspeed;
this._y = this._y + this.yspeed;
this.xspeed = this.xspeed * 0.98;
if (_root.pos5 == true) {
this._y = this._y + 2;
}
this.yspeed = this.yspeed * 0.98;
if (Math.sqrt(Math.pow(Math.abs(_y - _root.ball._y), 2) + Math.pow(Math.abs(_x - _root.ball._x), 2)) < ((_height / 2) + (_root.ball._width / 2))) {
if (_root.ball.hitTest(_x + (_width / 2), _y, true)) {
_x = (_x - xspeed);
}
if (_root.ball.hitTest(_x - (_width / 2), _y, true)) {
_x = (_x - xspeed);
}
if (_root.ball.hitTest(_x, _y + (_height / 2), true)) {
_y = (_y - yspeed);
}
if (_root.ball.hitTest(_x, _y - (_height / 2), true)) {
_y = (_y + yspeed);
}
}
if (released == true) {
var i = 0;
while (i <= 50) {
var target = _root["massball" + i];
if (target != this) {
if (target.hitTest(_x + (_width / 2), _y, true)) {
this.xspeed = this.xspeed * -1;
}
if (target.hitTest(_x - (_width / 2), _y, true)) {
this.xspeed = this.xspeed * -1;
}
if (target.hitTest(_x, _y + (_height / 2), true)) {
this.yspeed = this.yspeed * -1;
}
if (target.hitTest(_x, _y - (_height / 2), true)) {
this.yspeed = this.yspeed * -1;
}
}
i++;
}
if (_root.coll.hitTest(_x + (_width / 2), _y, true)) {
this.xspeed = this.xspeed * -1;
}
if (_root.coll.hitTest(_x - (_width / 2), _y, true)) {
this.xspeed = this.xspeed * -1;
}
if (_root.coll.hitTest(_x, _y + (_height / 2), true)) {
this.yspeed = this.yspeed * -1;
}
if (_root.coll.hitTest(_x, _y - (_height / 2), true)) {
this.yspeed = this.yspeed * -1;
}
}
}
}
Instance of Symbol 337 MovieClip "massball6" in Frame 6
onClipEvent (load) {
ball.mass = 1;
xspeed = 0;
yspeed = 0;
fri = 0.052365;
released = false;
dead6 = true;
if1 = false;
if2 = false;
if3 = false;
if4 = false;
target.varA = 5;
target.varB = 5;
target.varC = 5;
target.varD = 5;
}
onClipEvent (enterFrame) {
if (dead6 == true) {
if (this.hitTest(_root.baar)) {
dead6 = false;
_root.points_mc._x = _root.baar._x;
_root.points_mc.gotoAndPlay(2);
_root.baar.gotoAndPlay(2);
_root.levscore = _root.levscore + 100;
_root.lscore = _root.levscore;
_root.ballcount = _root.ballcount + 1;
_root.ballcounts = _root.ballcount;
this._y = _y + 5000;
this.gotoAndStop(1);
}
if (this.hitTest(_root.forhit)) {
dead6 = false;
_root.ballcount = _root.ballcount + 1;
_root.ballcounts = _root.ballcount;
this._y = _y + 5000;
this.gotoAndStop(1);
}
if (this._x < 55) {
this._x = 55;
}
if (this._x > 580) {
this._x = 580;
}
if (this.yspeed > 2) {
this.yspeed = 2;
}
if (this.yspeed < -1) {
this.yspeed = -1;
}
this._x = this._x + this.xspeed;
this._y = this._y + this.yspeed;
this.xspeed = this.xspeed * 0.98;
if (_root.pos6 == true) {
this._y = this._y + 2;
}
this.yspeed = this.yspeed * 0.98;
if (Math.sqrt(Math.pow(Math.abs(_y - _root.ball._y), 2) + Math.pow(Math.abs(_x - _root.ball._x), 2)) < ((_height / 2) + (_root.ball._width / 2))) {
if (_root.ball.hitTest(_x + (_width / 2), _y, true)) {
_x = (_x - xspeed);
}
if (_root.ball.hitTest(_x - (_width / 2), _y, true)) {
_x = (_x - xspeed);
}
if (_root.ball.hitTest(_x, _y + (_height / 2), true)) {
_y = (_y - yspeed);
}
if (_root.ball.hitTest(_x, _y - (_height / 2), true)) {
_y = (_y + yspeed);
}
}
if (released == true) {
var i = 0;
while (i <= 50) {
var target = _root["massball" + i];
if (target != this) {
if (target.hitTest(_x + (_width / 2), _y, true)) {
this.xspeed = this.xspeed * -1;
}
if (target.hitTest(_x - (_width / 2), _y, true)) {
this.xspeed = this.xspeed * -1;
}
if (target.hitTest(_x, _y + (_height / 2), true)) {
this.yspeed = this.yspeed * -1;
}
if (target.hitTest(_x, _y - (_height / 2), true)) {
this.yspeed = this.yspeed * -1;
}
}
i++;
}
if (_root.coll.hitTest(_x + (_width / 2), _y, true)) {
this.xspeed = this.xspeed * -1;
}
if (_root.coll.hitTest(_x - (_width / 2), _y, true)) {
this.xspeed = this.xspeed * -1;
}
if (_root.coll.hitTest(_x, _y + (_height / 2), true)) {
this.yspeed = this.yspeed * -1;
}
if (_root.coll.hitTest(_x, _y - (_height / 2), true)) {
this.yspeed = this.yspeed * -1;
}
}
}
}
Instance of Symbol 689 MovieClip "massball7" in Frame 6
onClipEvent (load) {
ball.mass = 1;
xspeed = 0;
yspeed = 0;
fri = 0.052365;
released = false;
dead7 = true;
if1 = false;
if2 = false;
if3 = false;
if4 = false;
target.varA = 5;
target.varB = 5;
target.varC = 5;
target.varD = 5;
}
onClipEvent (enterFrame) {
if (dead7 == true) {
if (this.hitTest(_root.baar)) {
dead7 = false;
_root.points_mc._x = _root.baar._x;
_root.points_mc.gotoAndPlay(2);
_root.baar.gotoAndPlay(2);
_root.levscore = _root.levscore + 100;
_root.lscore = _root.levscore;
_root.ballcount = _root.ballcount + 1;
_root.ballcounts = _root.ballcount;
this._y = _y + 5000;
this.gotoAndStop(1);
}
if (this.hitTest(_root.forhit)) {
dead7 = false;
_root.ballcount = _root.ballcount + 1;
_root.ballcounts = _root.ballcount;
this._y = _y + 5000;
this.gotoAndStop(1);
}
if (this._x < 55) {
this._x = 55;
}
if (this._x > 580) {
this._x = 580;
}
if (this.yspeed > 2) {
this.yspeed = 2;
}
if (this.yspeed < -1) {
this.yspeed = -1;
}
this._x = this._x + this.xspeed;
this._y = this._y + this.yspeed;
this.xspeed = this.xspeed * 0.98;
if (_root.pos7 == true) {
this._y = this._y + 2;
}
this.yspeed = this.yspeed * 0.98;
if (Math.sqrt(Math.pow(Math.abs(_y - _root.ball._y), 2) + Math.pow(Math.abs(_x - _root.ball._x), 2)) < ((_height / 2) + (_root.ball._width / 2))) {
if (_root.ball.hitTest(_x + (_width / 2), _y, true)) {
_x = (_x - xspeed);
}
if (_root.ball.hitTest(_x - (_width / 2), _y, true)) {
_x = (_x - xspeed);
}
if (_root.ball.hitTest(_x, _y + (_height / 2), true)) {
_y = (_y - yspeed);
}
if (_root.ball.hitTest(_x, _y - (_height / 2), true)) {
_y = (_y + yspeed);
}
}
if (released == true) {
var i = 0;
while (i <= 50) {
var target = _root["massball" + i];
if (target != this) {
if (target.hitTest(_x + (_width / 2), _y, true)) {
this.xspeed = this.xspeed * -1;
}
if (target.hitTest(_x - (_width / 2), _y, true)) {
this.xspeed = this.xspeed * -1;
}
if (target.hitTest(_x, _y + (_height / 2), true)) {
this.yspeed = this.yspeed * -1;
}
if (target.hitTest(_x, _y - (_height / 2), true)) {
this.yspeed = this.yspeed * -1;
}
}
i++;
}
if (_root.coll.hitTest(_x + (_width / 2), _y, true)) {
this.xspeed = this.xspeed * -1;
}
if (_root.coll.hitTest(_x - (_width / 2), _y, true)) {
this.xspeed = this.xspeed * -1;
}
if (_root.coll.hitTest(_x, _y + (_height / 2), true)) {
this.yspeed = this.yspeed * -1;
}
if (_root.coll.hitTest(_x, _y - (_height / 2), true)) {
this.yspeed = this.yspeed * -1;
}
}
}
}
Instance of Symbol 690 MovieClip "massball8" in Frame 6
onClipEvent (load) {
ball.mass = 1;
xspeed = 0;
yspeed = 0;
fri = 0.052365;
released = false;
dead8 = true;
if1 = false;
if2 = false;
if3 = false;
if4 = false;
target.varA = 5;
target.varB = 5;
target.varC = 5;
target.varD = 5;
}
onClipEvent (enterFrame) {
if (dead8 == true) {
if (this.hitTest(_root.baar)) {
dead8 = false;
_root.points_mc._x = _root.baar._x;
_root.points_mc.gotoAndPlay(2);
_root.baar.gotoAndPlay(2);
_root.levscore = _root.levscore + 100;
_root.lscore = _root.levscore;
_root.ballcount = _root.ballcount + 1;
_root.ballcounts = _root.ballcount;
this._y = _y + 5000;
this.gotoAndStop(1);
}
if (this.hitTest(_root.forhit)) {
dead8 = false;
_root.ballcount = _root.ballcount + 1;
_root.ballcounts = _root.ballcount;
this._y = _y + 5000;
this.gotoAndStop(1);
}
if (this._x < 55) {
this._x = 55;
}
if (this._x > 580) {
this._x = 580;
}
if (this.yspeed > 2) {
this.yspeed = 2;
}
if (this.yspeed < -1) {
this.yspeed = -1;
}
this._x = this._x + this.xspeed;
this._y = this._y + this.yspeed;
this.xspeed = this.xspeed * 0.98;
if (_root.pos8 == true) {
this._y = this._y + 2;
}
this.yspeed = this.yspeed * 0.98;
if (Math.sqrt(Math.pow(Math.abs(_y - _root.ball._y), 2) + Math.pow(Math.abs(_x - _root.ball._x), 2)) < ((_height / 2) + (_root.ball._width / 2))) {
if (_root.ball.hitTest(_x + (_width / 2), _y, true)) {
_x = (_x - xspeed);
}
if (_root.ball.hitTest(_x - (_width / 2), _y, true)) {
_x = (_x - xspeed);
}
if (_root.ball.hitTest(_x, _y + (_height / 2), true)) {
_y = (_y - yspeed);
}
if (_root.ball.hitTest(_x, _y - (_height / 2), true)) {
_y = (_y + yspeed);
}
}
if (released == true) {
var i = 0;
while (i <= 50) {
var target = _root["massball" + i];
if (target != this) {
if (target.hitTest(_x + (_width / 2), _y, true)) {
this.xspeed = this.xspeed * -1;
}
if (target.hitTest(_x - (_width / 2), _y, true)) {
this.xspeed = this.xspeed * -1;
}
if (target.hitTest(_x, _y + (_height / 2), true)) {
this.yspeed = this.yspeed * -1;
}
if (target.hitTest(_x, _y - (_height / 2), true)) {
this.yspeed = this.yspeed * -1;
}
}
i++;
}
if (_root.coll.hitTest(_x + (_width / 2), _y, true)) {
this.xspeed = this.xspeed * -1;
}
if (_root.coll.hitTest(_x - (_width / 2), _y, true)) {
this.xspeed = this.xspeed * -1;
}
if (_root.coll.hitTest(_x, _y + (_height / 2), true)) {
this.yspeed = this.yspeed * -1;
}
if (_root.coll.hitTest(_x, _y - (_height / 2), true)) {
this.yspeed = this.yspeed * -1;
}
}
}
}
Instance of Symbol 691 MovieClip "massball9" in Frame 6
onClipEvent (load) {
ball.mass = 1;
xspeed = 0;
yspeed = 0;
fri = 0.052365;
released = false;
dead9 = true;
if1 = false;
if2 = false;
if3 = false;
if4 = false;
target.varA = 5;
target.varB = 5;
target.varC = 5;
target.varD = 5;
}
onClipEvent (enterFrame) {
if (dead9 == true) {
if (this.hitTest(_root.baar)) {
dead9 = false;
_root.points_mc._x = _root.baar._x;
_root.points_mc.gotoAndPlay(2);
_root.baar.gotoAndPlay(2);
_root.levscore = _root.levscore + 100;
_root.lscore = _root.levscore;
_root.ballcount = _root.ballcount + 1;
_root.ballcounts = _root.ballcount;
this._y = _y + 5000;
this.gotoAndStop(1);
}
if (this.hitTest(_root.forhit)) {
dead9 = false;
_root.ballcount = _root.ballcount + 1;
_root.ballcounts = _root.ballcount;
this._y = _y + 5000;
this.gotoAndStop(1);
}
if (this._x < 55) {
this._x = 55;
}
if (this._x > 580) {
this._x = 580;
}
if (this.yspeed > 2) {
this.yspeed = 2;
}
if (this.yspeed < -1) {
this.yspeed = -1;
}
this._x = this._x + this.xspeed;
this._y = this._y + this.yspeed;
this.xspeed = this.xspeed * 0.98;
if (_root.pos9 == true) {
this._y = this._y + 2;
}
this.yspeed = this.yspeed * 0.98;
if (Math.sqrt(Math.pow(Math.abs(_y - _root.ball._y), 2) + Math.pow(Math.abs(_x - _root.ball._x), 2)) < ((_height / 2) + (_root.ball._width / 2))) {
if (_root.ball.hitTest(_x + (_width / 2), _y, true)) {
_x = (_x - xspeed);
}
if (_root.ball.hitTest(_x - (_width / 2), _y, true)) {
_x = (_x - xspeed);
}
if (_root.ball.hitTest(_x, _y + (_height / 2), true)) {
_y = (_y - yspeed);
}
if (_root.ball.hitTest(_x, _y - (_height / 2), true)) {
_y = (_y + yspeed);
}
}
if (released == true) {
var i = 0;
while (i <= 50) {
var target = _root["massball" + i];
if (target != this) {
if (target.hitTest(_x + (_width / 2), _y, true)) {
this.xspeed = this.xspeed * -1;
}
if (target.hitTest(_x - (_width / 2), _y, true)) {
this.xspeed = this.xspeed * -1;
}
if (target.hitTest(_x, _y + (_height / 2), true)) {
this.yspeed = this.yspeed * -1;
}
if (target.hitTest(_x, _y - (_height / 2), true)) {
this.yspeed = this.yspeed * -1;
}
}
i++;
}
if (_root.coll.hitTest(_x + (_width / 2), _y, true)) {
this.xspeed = this.xspeed * -1;
}
if (_root.coll.hitTest(_x - (_width / 2), _y, true)) {
this.xspeed = this.xspeed * -1;
}
if (_root.coll.hitTest(_x, _y + (_height / 2), true)) {
this.yspeed = this.yspeed * -1;
}
if (_root.coll.hitTest(_x, _y - (_height / 2), true)) {
this.yspeed = this.yspeed * -1;
}
}
}
}
Instance of Symbol 692 MovieClip "massball18" in Frame 6
onClipEvent (load) {
ball.mass = 1;
xspeed = 0;
yspeed = 0;
fri = 0.052365;
released = false;
dead28 = true;
if1 = false;
if2 = false;
if3 = false;
if4 = false;
target.varA = 5;
target.varB = 5;
target.varC = 5;
target.varD = 5;
}
onClipEvent (enterFrame) {
if (dead28 == true) {
if (this.hitTest(_root.baar)) {
dead28 = false;
_root.bopoints_mc._x = _root.baar._x;
_root.bopoints_mc.gotoAndPlay(2);
_root.baar.gotoAndPlay(2);
_root.levscore = _root.levscore + 300;
_root.lscore = _root.levscore;
_root.ballcount = _root.ballcount + 1;
_root.ballcounts = _root.ballcount;
this._y = _y + 5000;
this.gotoAndStop(1);
}
if (this.hitTest(_root.forhit)) {
dead28 = false;
_root.ballcount = _root.ballcount + 1;
_root.ballcounts = _root.ballcount;
this._y = _y + 5000;
this.gotoAndStop(1);
}
if (this._x < 55) {
this._x = 55;
}
if (this._x > 580) {
this._x = 580;
}
if (this.yspeed > 2) {
this.yspeed = 2;
}
if (this.yspeed < -1) {
this.yspeed = -1;
}
this._x = this._x + this.xspeed;
this._y = this._y + this.yspeed;
this.xspeed = this.xspeed * 0.98;
if (_root.mpos2 == true) {
this._y = this._y + 2;
}
this.yspeed = this.yspeed * 0.98;
if (Math.sqrt(Math.pow(Math.abs(_y - _root.ball._y), 2) + Math.pow(Math.abs(_x - _root.ball._x), 2)) < ((_height / 2) + (_root.ball._width / 2))) {
if (_root.ball.hitTest(_x + (_width / 2), _y, true)) {
_x = (_x - xspeed);
}
if (_root.ball.hitTest(_x - (_width / 2), _y, true)) {
_x = (_x - xspeed);
}
if (_root.ball.hitTest(_x, _y + (_height / 2), true)) {
_y = (_y - yspeed);
}
if (_root.ball.hitTest(_x, _y - (_height / 2), true)) {
_y = (_y + yspeed);
}
}
if (released == true) {
var i = 0;
while (i <= 50) {
var target = _root["massball" + i];
if (target != this) {
if (target.hitTest(_x + (_width / 2), _y, true)) {
this.xspeed = this.xspeed * -1;
}
if (target.hitTest(_x - (_width / 2), _y, true)) {
this.xspeed = this.xspeed * -1;
}
if (target.hitTest(_x, _y + (_height / 2), true)) {
this.yspeed = this.yspeed * -1;
}
if (target.hitTest(_x, _y - (_height / 2), true)) {
this.yspeed = this.yspeed * -1;
}
}
i++;
}
if (_root.coll.hitTest(_x + (_width / 2), _y, true)) {
this.xspeed = this.xspeed * -1;
}
if (_root.coll.hitTest(_x - (_width / 2), _y, true)) {
this.xspeed = this.xspeed * -1;
}
if (_root.coll.hitTest(_x, _y + (_height / 2), true)) {
this.yspeed = this.yspeed * -1;
}
if (_root.coll.hitTest(_x, _y - (_height / 2), true)) {
this.yspeed = this.yspeed * -1;
}
}
}
}
Instance of Symbol 693 MovieClip "massball22" in Frame 6
onClipEvent (load) {
ball.mass = 1;
xspeed = 0;
yspeed = 0;
fri = 0.052365;
released = false;
if1 = false;
if2 = false;
if3 = false;
if4 = false;
target.varA = 5;
target.varB = 5;
target.varC = 5;
target.varD = 5;
dead22 = true;
}
onClipEvent (enterFrame) {
if (dead22 == true) {
if (this.hitTest(_root.baar)) {
dead22 = false;
_root.points_mc._x = _root.baar._x;
_root.points_mc.gotoAndPlay(2);
_root.baar.gotoAndPlay(2);
_root.levscore = _root.levscore + 100;
_root.lscore = _root.levscore;
_root.ballcount = _root.ballcount + 1;
_root.ballcounts = _root.ballcount;
this._y = _y + 5000;
this.gotoAndStop(1);
}
if (this.hitTest(_root.forhit)) {
dead22 = false;
_root.ballcount = _root.ballcount + 1;
_root.ballcounts = _root.ballcount;
this._y = _y + 5000;
this.gotoAndStop(1);
}
if (this._x < 55) {
this._x = 55;
}
if (this._x > 580) {
this._x = 580;
}
if (this.yspeed > 2) {
this.yspeed = 2;
}
if (this.yspeed < -1) {
this.yspeed = -1;
}
this._x = this._x + this.xspeed;
this._y = this._y + this.yspeed;
this.xspeed = this.xspeed * 0.98;
if (_root.pos22 == true) {
this._y = this._y + 2;
}
this.yspeed = this.yspeed * 0.98;
if (Math.sqrt(Math.pow(Math.abs(_y - _root.ball._y), 2) + Math.pow(Math.abs(_x - _root.ball._x), 2)) < ((_height / 2) + (_root.ball._width / 2))) {
if (_root.ball.hitTest(_x + (_width / 2), _y, true)) {
_x = (_x - xspeed);
}
if (_root.ball.hitTest(_x - (_width / 2), _y, true)) {
_x = (_x - xspeed);
}
if (_root.ball.hitTest(_x, _y + (_height / 2), true)) {
_y = (_y - yspeed);
}
if (_root.ball.hitTest(_x, _y - (_height / 2), true)) {
_y = (_y + yspeed);
}
}
if (released == true) {
var i = 0;
while (i <= 50) {
var target = _root["massball" + i];
if (target != this) {
if (target.hitTest(_x + (_width / 2), _y, true)) {
this.xspeed = this.xspeed * -1;
}
if (target.hitTest(_x - (_width / 2), _y, true)) {
this.xspeed = this.xspeed * -1;
}
if (target.hitTest(_x, _y + (_height / 2), true)) {
this.yspeed = this.yspeed * -1;
}
if (target.hitTest(_x, _y - (_height / 2), true)) {
this.yspeed = this.yspeed * -1;
}
}
i++;
}
if (_root.coll.hitTest(_x + (_width / 2), _y, true)) {
this.xspeed = this.xspeed * -1;
}
if (_root.coll.hitTest(_x - (_width / 2), _y, true)) {
this.xspeed = this.xspeed * -1;
}
if (_root.coll.hitTest(_x, _y + (_height / 2), true)) {
this.yspeed = this.yspeed * -1;
}
if (_root.coll.hitTest(_x, _y - (_height / 2), true)) {
this.yspeed = this.yspeed * -1;
}
}
}
}
Frame 7
!!!ERROR
Instance of Symbol 323 MovieClip "level" in Frame 7
onClipEvent (enterFrame) {
this.dis = "LEVEL3";
}
Instance of Symbol 329 MovieClip "massball12" in Frame 7
onClipEvent (load) {
ball.mass = 1;
dead12 = true;
xspeed = 0;
yspeed = 0;
fri = 0.052365;
released = false;
if1 = false;
if2 = false;
if3 = false;
if4 = false;
target.varA = 5;
target.varB = 5;
target.varC = 5;
target.varD = 5;
}
onClipEvent (enterFrame) {
if (dead12 == true) {
if (this.hitTest(_root.baar)) {
dead12 = false;
_root.points_mc._x = _root.baar._x;
_root.points_mc.gotoAndPlay(2);
_root.baar.gotoAndPlay(2);
_root.levscore = _root.levscore + 100;
_root.lscore = _root.levscore;
_root.ballcount = _root.ballcount + 1;
_root.ballcounts = _root.ballcount;
this._y = _y + 5000;
this.gotoAndStop(1);
}
if (this.hitTest(_root.forhit)) {
dead12 = false;
_root.ballcount = _root.ballcount + 1;
_root.ballcounts = _root.ballcount;
this._y = _y + 5000;
this.gotoAndStop(1);
}
if (this._x < 55) {
this._x = 55;
}
if (this._x > 580) {
this._x = 580;
}
if (this.yspeed > 2) {
this.yspeed = 2;
}
if (this.yspeed < -1) {
this.yspeed = -1;
}
this._x = this._x + this.xspeed;
this._y = this._y + this.yspeed;
this.xspeed = this.xspeed * 0.98;
if (_root.pos12 == true) {
this._y = this._y + 2;
}
this.yspeed = this.yspeed * 0.98;
if (Math.sqrt(Math.pow(Math.abs(_y - _root.ball._y), 2) + Math.pow(Math.abs(_x - _root.ball._x), 2)) < ((_height / 2) + (_root.ball._width / 2))) {
if (_root.ball.hitTest(_x + (_width / 2), _y, true)) {
_x = (_x - xspeed);
}
if (_root.ball.hitTest(_x - (_width / 2), _y, true)) {
_x = (_x - xspeed);
}
if (_root.ball.hitTest(_x, _y + (_height / 2), true)) {
_y = (_y - yspeed);
}
if (_root.ball.hitTest(_x, _y - (_height / 2), true)) {
_y = (_y + yspeed);
}
}
if (released == true) {
var i = 0;
while (i <= 50) {
var target = _root["massball" + i];
if (target != this) {
if (target.hitTest(_x + (_width / 2), _y, true)) {
this.xspeed = this.xspeed * -1;
}
if (target.hitTest(_x - (_width / 2), _y, true)) {
this.xspeed = this.xspeed * -1;
}
if (target.hitTest(_x, _y + (_height / 2), true)) {
this.yspeed = this.yspeed * -1;
}
if (target.hitTest(_x, _y - (_height / 2), true)) {
this.yspeed = this.yspeed * -1;
}
}
i++;
}
if (_root.coll.hitTest(_x + (_width / 2), _y, true)) {
this.xspeed = this.xspeed * -1;
}
if (_root.coll.hitTest(_x - (_width / 2), _y, true)) {
this.xspeed = this.xspeed * -1;
}
if (_root.coll.hitTest(_x, _y + (_height / 2), true)) {
this.yspeed = this.yspeed * -1;
}
if (_root.coll.hitTest(_x, _y - (_height / 2), true)) {
this.yspeed = this.yspeed * -1;
}
}
}
}
Instance of Symbol 700 MovieClip "massball13" in Frame 7
onClipEvent (load) {
ball.mass = 1;
xspeed = 0;
yspeed = 0;
fri = 0.052365;
released = false;
if1 = false;
if2 = false;
if3 = false;
if4 = false;
dead13 = true;
target.varA = 5;
target.varB = 5;
target.varC = 5;
target.varD = 5;
}
onClipEvent (enterFrame) {
if (dead13 == true) {
if (this.hitTest(_root.baar)) {
dead13 = false;
_root.points_mc._x = _root.baar._x;
_root.points_mc.gotoAndPlay(2);
_root.baar.gotoAndPlay(2);
_root.levscore = _root.levscore + 100;
_root.lscore = _root.levscore;
_root.ballcount = _root.ballcount + 1;
_root.ballcounts = _root.ballcount;
this._y = _y + 5000;
this.gotoAndStop(1);
}
if (this.hitTest(_root.forhit)) {
dead13 = false;
_root.ballcount = _root.ballcount + 1;
_root.ballcounts = _root.ballcount;
this._y = _y + 5000;
this.gotoAndStop(1);
}
if (this._x < 55) {
this._x = 55;
}
if (this._x > 580) {
this._x = 580;
}
if (this.yspeed > 2) {
this.yspeed = 2;
}
if (this.yspeed < -1) {
this.yspeed = -1;
}
this._x = this._x + this.xspeed;
this._y = this._y + this.yspeed;
this.xspeed = this.xspeed * 0.98;
if (_root.pos13 == true) {
this._y = this._y + 2;
}
this.yspeed = this.yspeed * 0.98;
if (Math.sqrt(Math.pow(Math.abs(_y - _root.ball._y), 2) + Math.pow(Math.abs(_x - _root.ball._x), 2)) < ((_height / 2) + (_root.ball._width / 2))) {
if (_root.ball.hitTest(_x + (_width / 2), _y, true)) {
_x = (_x - xspeed);
}
if (_root.ball.hitTest(_x - (_width / 2), _y, true)) {
_x = (_x - xspeed);
}
if (_root.ball.hitTest(_x, _y + (_height / 2), true)) {
_y = (_y - yspeed);
}
if (_root.ball.hitTest(_x, _y - (_height / 2), true)) {
_y = (_y + yspeed);
}
}
if (released == true) {
var i = 0;
while (i <= 50) {
var target = _root["massball" + i];
if (target != this) {
if (target.hitTest(_x + (_width / 2), _y, true)) {
this.xspeed = this.xspeed * -1;
}
if (target.hitTest(_x - (_width / 2), _y, true)) {
this.xspeed = this.xspeed * -1;
}
if (target.hitTest(_x, _y + (_height / 2), true)) {
this.yspeed = this.yspeed * -1;
}
if (target.hitTest(_x, _y - (_height / 2), true)) {
this.yspeed = this.yspeed * -1;
}
}
i++;
}
if (_root.coll.hitTest(_x + (_width / 2), _y, true)) {
this.xspeed = this.xspeed * -1;
}
if (_root.coll.hitTest(_x - (_width / 2), _y, true)) {
this.xspeed = this.xspeed * -1;
}
if (_root.coll.hitTest(_x, _y + (_height / 2), true)) {
this.yspeed = this.yspeed * -1;
}
if (_root.coll.hitTest(_x, _y - (_height / 2), true)) {
this.yspeed = this.yspeed * -1;
}
}
}
}
Instance of Symbol 701 MovieClip "massball14" in Frame 7
onClipEvent (load) {
ball.mass = 1;
xspeed = 0;
yspeed = 0;
fri = 0.052365;
released = false;
dead14 = true;
if1 = false;
if2 = false;
if3 = false;
if4 = false;
target.varA = 5;
target.varB = 5;
target.varC = 5;
target.varD = 5;
}
onClipEvent (enterFrame) {
if (dead14 == true) {
if (this.hitTest(_root.baar)) {
dead14 = false;
_root.points_mc._x = _root.baar._x;
_root.points_mc.gotoAndPlay(2);
_root.baar.gotoAndPlay(2);
_root.levscore = _root.levscore + 100;
_root.lscore = _root.levscore;
_root.ballcount = _root.ballcount + 1;
_root.ballcounts = _root.ballcount;
this._y = _y + 5000;
this.gotoAndStop(1);
}
if (this.hitTest(_root.forhit)) {
dead4 = false;
_root.ballcount = _root.ballcount + 1;
_root.ballcounts = _root.ballcount;
this._y = _y + 5000;
this.gotoAndStop(1);
}
if (this._x < 55) {
this._x = 55;
}
if (this._x > 580) {
this._x = 580;
}
if (this.yspeed > 2) {
this.yspeed = 2;
}
if (this.yspeed < -1) {
this.yspeed = -1;
}
this._x = this._x + this.xspeed;
this._y = this._y + this.yspeed;
this.xspeed = this.xspeed * 0.98;
if (_root.pos14 == true) {
this._y = this._y + 2;
}
this.yspeed = this.yspeed * 0.98;
if (Math.sqrt(Math.pow(Math.abs(_y - _root.ball._y), 2) + Math.pow(Math.abs(_x - _root.ball._x), 2)) < ((_height / 2) + (_root.ball._width / 2))) {
if (_root.ball.hitTest(_x + (_width / 2), _y, true)) {
_x = (_x - xspeed);
}
if (_root.ball.hitTest(_x - (_width / 2), _y, true)) {
_x = (_x - xspeed);
}
if (_root.ball.hitTest(_x, _y + (_height / 2), true)) {
_y = (_y - yspeed);
}
if (_root.ball.hitTest(_x, _y - (_height / 2), true)) {
_y = (_y + yspeed);
}
}
if (released == true) {
var i = 0;
while (i <= 50) {
var target = _root["massball" + i];
if (target != this) {
if (target.hitTest(_x + (_width / 2), _y, true)) {
this.xspeed = this.xspeed * -1;
}
if (target.hitTest(_x - (_width / 2), _y, true)) {
this.xspeed = this.xspeed * -1;
}
if (target.hitTest(_x, _y + (_height / 2), true)) {
this.yspeed = this.yspeed * -1;
}
if (target.hitTest(_x, _y - (_height / 2), true)) {
this.yspeed = this.yspeed * -1;
}
}
i++;
}
if (_root.coll.hitTest(_x + (_width / 2), _y, true)) {
this.xspeed = this.xspeed * -1;
}
if (_root.coll.hitTest(_x - (_width / 2), _y, true)) {
this.xspeed = this.xspeed * -1;
}
if (_root.coll.hitTest(_x, _y + (_height / 2), true)) {
this.yspeed = this.yspeed * -1;
}
if (_root.coll.hitTest(_x, _y - (_height / 2), true)) {
this.yspeed = this.yspeed * -1;
}
}
}
}
Instance of Symbol 702 MovieClip "massball15" in Frame 7
onClipEvent (load) {
ball.mass = 1;
xspeed = 0;
yspeed = 0;
fri = 0.052365;
released = false;
if1 = false;
if2 = false;
if3 = false;
if4 = false;
dead15 = true;
target.varA = 5;
target.varB = 5;
target.varC = 5;
target.varD = 5;
}
onClipEvent (enterFrame) {
if (dead15 == true) {
if (this.hitTest(_root.baar)) {
dead15 = false;
_root.points_mc._x = _root.baar._x;
_root.points_mc.gotoAndPlay(2);
_root.baar.gotoAndPlay(2);
_root.levscore = _root.levscore + 100;
_root.lscore = _root.levscore;
_root.ballcount = _root.ballcount + 1;
_root.ballcounts = _root.ballcount;
this._y = _y + 5000;
this.gotoAndStop(1);
}
if (this.hitTest(_root.forhit)) {
dead15 = false;
_root.ballcount = _root.ballcount + 1;
_root.ballcounts = _root.ballcount;
this._y = _y + 5000;
this.gotoAndStop(1);
}
if (this._x < 55) {
this._x = 55;
}
if (this._x > 580) {
this._x = 580;
}
if (this.yspeed > 2) {
this.yspeed = 2;
}
if (this.yspeed < -1) {
this.yspeed = -1;
}
this._x = this._x + this.xspeed;
this._y = this._y + this.yspeed;
this.xspeed = this.xspeed * 0.98;
if (_root.pos15 == true) {
this._y = this._y + 2;
}
this.yspeed = this.yspeed * 0.98;
if (Math.sqrt(Math.pow(Math.abs(_y - _root.ball._y), 2) + Math.pow(Math.abs(_x - _root.ball._x), 2)) < ((_height / 2) + (_root.ball._width / 2))) {
if (_root.ball.hitTest(_x + (_width / 2), _y, true)) {
_x = (_x - xspeed);
}
if (_root.ball.hitTest(_x - (_width / 2), _y, true)) {
_x = (_x - xspeed);
}
if (_root.ball.hitTest(_x, _y + (_height / 2), true)) {
_y = (_y - yspeed);
}
if (_root.ball.hitTest(_x, _y - (_height / 2), true)) {
_y = (_y + yspeed);
}
}
if (released == true) {
var i = 0;
while (i <= 50) {
var target = _root["massball" + i];
if (target != this) {
if (target.hitTest(_x + (_width / 2), _y, true)) {
this.xspeed = this.xspeed * -1;
}
if (target.hitTest(_x - (_width / 2), _y, true)) {
this.xspeed = this.xspeed * -1;
}
if (target.hitTest(_x, _y + (_height / 2), true)) {
this.yspeed = this.yspeed * -1;
}
if (target.hitTest(_x, _y - (_height / 2), true)) {
this.yspeed = this.yspeed * -1;
}
}
i++;
}
if (_root.coll.hitTest(_x + (_width / 2), _y, true)) {
this.xspeed = this.xspeed * -1;
}
if (_root.coll.hitTest(_x - (_width / 2), _y, true)) {
this.xspeed = this.xspeed * -1;
}
if (_root.coll.hitTest(_x, _y + (_height / 2), true)) {
this.yspeed = this.yspeed * -1;
}
if (_root.coll.hitTest(_x, _y - (_height / 2), true)) {
this.yspeed = this.yspeed * -1;
}
}
}
}
Instance of Symbol 676 MovieClip "baar" in Frame 7
onClipEvent (enterFrame) {
!!!ERROR
Frame 8
!!!ERROR
Instance of Symbol 323 MovieClip "level" in Frame 8
onClipEvent (enterFrame) {
this.dis = "LEVEL4";
}
Frame 9
!!!ERROR
Instance of Symbol 323 MovieClip "level" in Frame 9
onClipEvent (enterFrame) {
this.dis = "LEVEL5";
}
Instance of Symbol 331 MovieClip "massball1" in Frame 9
onClipEvent (load) {
ball.mass = 1;
xspeed = 0;
yspeed = 0;
fri = 0.052365;
released = false;
if1 = false;
if2 = false;
if3 = false;
if4 = false;
target.varA = 5;
target.varB = 5;
target.varC = 5;
target.varD = 5;
}
onClipEvent (enterFrame) {
if (this._x < 55) {
this._x = 55;
}
if (this._x > 580) {
this._x = 580;
}
if (this.yspeed > 2) {
this.yspeed = 2;
}
if (this.yspeed < -1) {
this.yspeed = -1;
}
this._x = this._x + this.xspeed;
this._y = this._y + this.yspeed;
this.xspeed = this.xspeed * 0.98;
if (_root.pos1 == true) {
this._y = this._y + 2;
}
this.yspeed = this.yspeed * 0.98;
if (Math.sqrt(Math.pow(Math.abs(_y - _root.ball._y), 2) + Math.pow(Math.abs(_x - _root.ball._x), 2)) < ((_height / 2) + (_root.ball._width / 2))) {
if (_root.ball.hitTest(_x + (_width / 2), _y, true)) {
_x = (_x - xspeed);
}
if (_root.ball.hitTest(_x - (_width / 2), _y, true)) {
_x = (_x - xspeed);
}
if (_root.ball.hitTest(_x, _y + (_height / 2), true)) {
_y = (_y - yspeed);
}
if (_root.ball.hitTest(_x, _y - (_height / 2), true)) {
_y = (_y + yspeed);
}
}
if (released == true) {
var i = 0;
while (i <= 50) {
var target = _root["massball" + i];
if (target != this) {
if (target.hitTest(_x + (_width / 2), _y, true)) {
this.xspeed = this.xspeed * -1;
}
if (target.hitTest(_x - (_width / 2), _y, true)) {
this.xspeed = this.xspeed * -1;
}
if (target.hitTest(_x, _y + (_height / 2), true)) {
this.yspeed = this.yspeed * -1;
}
if (target.hitTest(_x, _y - (_height / 2), true)) {
this.yspeed = this.yspeed * -1;
}
}
i++;
}
if (_root.coll.hitTest(_x + (_width / 2), _y, true)) {
this.xspeed = this.xspeed * -1;
}
if (_root.coll.hitTest(_x - (_width / 2), _y, true)) {
this.xspeed = this.xspeed * -1;
}
if (_root.coll.hitTest(_x, _y + (_height / 2), true)) {
this.yspeed = this.yspeed * -1;
}
if (_root.coll.hitTest(_x, _y - (_height / 2), true)) {
this.yspeed = this.yspeed * -1;
}
}
}
Instance of Symbol 332 MovieClip "massball0" in Frame 9
onClipEvent (load) {
ball.mass = 1;
xspeed = 0;
yspeed = 0;
fri = 0.052365;
released = false;
if1 = false;
if2 = false;
if3 = false;
if4 = false;
target.varA = 5;
target.varB = 5;
target.varC = 5;
target.varD = 5;
}
onClipEvent (enterFrame) {
if (this._x < 55) {
this._x = 55;
}
if (this._x > 580) {
this._x = 580;
}
if (this.yspeed > 2) {
this.yspeed = 2;
}
if (this.yspeed < -1) {
this.yspeed = -1;
}
this._x = this._x + this.xspeed;
this._y = this._y + this.yspeed;
this.xspeed = this.xspeed * 0.98;
if (_root.pos == true) {
this._y = this._y + 2;
}
this.yspeed = this.yspeed * 0.98;
if (Math.sqrt(Math.pow(Math.abs(_y - _root.ball._y), 2) + Math.pow(Math.abs(_x - _root.ball._x), 2)) < ((_height / 2) + (_root.ball._width / 2))) {
if (_root.ball.hitTest(_x + (_width / 2), _y, true)) {
_x = (_x - xspeed);
}
if (_root.ball.hitTest(_x - (_width / 2), _y, true)) {
_x = (_x - xspeed);
}
if (_root.ball.hitTest(_x, _y + (_height / 2), true)) {
_y = (_y - yspeed);
}
if (_root.ball.hitTest(_x, _y - (_height / 2), true)) {
_y = (_y + yspeed);
}
}
if (released == true) {
var i = 0;
while (i <= 50) {
var target = _root["massball" + i];
if (target != this) {
if (target.hitTest(_x + (_width / 2), _y, true)) {
this.xspeed = this.xspeed * -1;
}
if (target.hitTest(_x - (_width / 2), _y, true)) {
this.xspeed = this.xspeed * -1;
}
if (target.hitTest(_x, _y + (_height / 2), true)) {
this.yspeed = this.yspeed * -1;
}
if (target.hitTest(_x, _y - (_height / 2), true)) {
this.yspeed = this.yspeed * -1;
}
}
i++;
}
if (_root.coll.hitTest(_x + (_width / 2), _y, true)) {
this.xspeed = this.xspeed * -1;
}
if (_root.coll.hitTest(_x - (_width / 2), _y, true)) {
this.xspeed = this.xspeed * -1;
}
if (_root.coll.hitTest(_x, _y + (_height / 2), true)) {
this.yspeed = this.yspeed * -1;
}
if (_root.coll.hitTest(_x, _y - (_height / 2), true)) {
this.yspeed = this.yspeed * -1;
}
}
}
Frame 10
!!!ERROR
Instance of Symbol 724 MovieClip "tale1" in Frame 10
onClipEvent (enterFrame) {
if (this.hitTest(_root.ball)) {
_root.ball._x = _root.tale3._x;
_root.ball._y = _root.tale3._y;
}
}
Instance of Symbol 725 MovieClip "tale2" in Frame 10
onClipEvent (enterFrame) {
if (this.hitTest(_root.ball)) {
_root.ball._x = _root.tale4._x;
_root.ball._y = _root.tale4._y;
}
}
Instance of Symbol 323 MovieClip "level" in Frame 10
onClipEvent (enterFrame) {
this.dis = "LEVEL6";
}
Frame 11
!!!ERROR
Instance of Symbol 724 MovieClip "tale1" in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.ball)) {
_root.ball._x = _root.tale3._x;
_root.ball._y = _root.tale3._y;
}
}
Instance of Symbol 725 MovieClip "tale2" in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.ball)) {
_root.ball._x = _root.tale4._x;
_root.ball._y = _root.tale4._y;
}
}
Instance of Symbol 724 MovieClip "tale5" in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.ball)) {
_root.ball._x = _root.tale6._x;
_root.ball._y = _root.tale6._y;
}
}
Instance of Symbol 323 MovieClip "level" in Frame 11
onClipEvent (enterFrame) {
this.dis = "LEVEL7";
}
Frame 12
!!!ERROR
Instance of Symbol 724 MovieClip "tale3" in Frame 12
onClipEvent (enterFrame) {
if (this.hitTest(_root.ball)) {
_root.ball._x = _root.tale1._x;
_root.ball._y = _root.tale1._y;
}
}
Instance of Symbol 725 MovieClip "tale4" in Frame 12
onClipEvent (enterFrame) {
if (this.hitTest(_root.ball)) {
_root.ball._x = _root.tale2._x;
_root.ball._y = _root.tale2._y;
}
}
Instance of Symbol 323 MovieClip "level" in Frame 12
onClipEvent (enterFrame) {
this.dis = "LEVEL8";
}
Frame 13
!!!ERROR
Instance of Symbol 323 MovieClip "level" in Frame 13
onClipEvent (enterFrame) {
this.dis = "LEVEL9";
}
Frame 14
!!!ERROR
Instance of Symbol 323 MovieClip "level" in Frame 14
onClipEvent (enterFrame) {
this.dis = "LEVEL10";
}
Frame 15
!!!ERROR
Instance of Symbol 323 MovieClip "level" in Frame 15
onClipEvent (enterFrame) {
this.dis = "LEVEL11";
}
Frame 16
!!!ERROR
Instance of Symbol 724 MovieClip "tale" in Frame 16
onClipEvent (enterFrame) {
if (this.hitTest(_root.ball)) {
_root.ball._x = _root.tale3._x;
_root.ball._y = _root.tale3._y;
}
}
Instance of Symbol 323 MovieClip "level" in Frame 16
onClipEvent (enterFrame) {
this.dis = "LEVEL12";
}
Frame 17
!!!ERROR
Instance of Symbol 323 MovieClip "level" in Frame 17
onClipEvent (enterFrame) {
this.dis = "LEVEL13";
}
Frame 18
!!!ERROR
Instance of Symbol 725 MovieClip "tale2" in Frame 18
onClipEvent (enterFrame) {
if (this.hitTest(_root.ball)) {
_root.ball._x = _root.tale4._x;
_root.ball._y = _root.tale4._y;
}
}
Instance of Symbol 724 MovieClip "tale3" in Frame 18
onClipEvent (enterFrame) {
if (this.hitTest(_root.ball)) {
_root.ball._x = _root.tale._x;
_root.ball._y = _root.tale._y;
}
}
Instance of Symbol 323 MovieClip "level" in Frame 18
onClipEvent (enterFrame) {
this.dis = "LEVEL15";
}
Frame 19
!!!ERROR
Instance of Symbol 724 MovieClip "tale" in Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.ball)) {
_root.ball._x = _root.tale2._x;
_root.ball._y = _root.tale2._y;
}
}
Instance of Symbol 323 MovieClip "level" in Frame 19
onClipEvent (enterFrame) {
this.dis = "LEVEL14";
}
Frame 20
stop();
stopAllSounds();
_root.lca.start(0, 1);
Frame 21
!!!ERROR
Instance of Symbol 821 MovieClip "l1" in Frame 21
on (release) {
!!!ERROR
Instance of Symbol 821 MovieClip "l2" in Frame 21
on (release) {
!!!ERROR
Instance of Symbol 821 MovieClip "l3" in Frame 21
on (release) {
!!!ERROR
Instance of Symbol 821 MovieClip "l4" in Frame 21
on (release) {
!!!ERROR
Instance of Symbol 821 MovieClip "l5" in Frame 21
on (release) {
!!!ERROR
Instance of Symbol 821 MovieClip "l6" in Frame 21
on (release) {
!!!ERROR
Instance of Symbol 821 MovieClip "l7" in Frame 21
on (release) {
!!!ERROR
Instance of Symbol 821 MovieClip "l8" in Frame 21
on (release) {
!!!ERROR
Instance of Symbol 821 MovieClip "l9" in Frame 21
on (release) {
!!!ERROR
Instance of Symbol 821 MovieClip "l10" in Frame 21
on (release) {
!!!ERROR
Instance of Symbol 821 MovieClip "l11" in Frame 21
on (release) {
!!!ERROR
Instance of Symbol 821 MovieClip "l12" in Frame 21
on (release) {
!!!ERROR
Instance of Symbol 821 MovieClip "l13" in Frame 21
on (release) {
!!!ERROR
Instance of Symbol 821 MovieClip "l14" in Frame 21
on (release) {
!!!ERROR
Instance of Symbol 821 MovieClip "l15" in Frame 21
on (release) {
!!!ERROR
Frame 22
stop();
stopAllSounds();
_root.lca.start(0, 1);
Frame 23
stop();
stopAllSounds();
_root.lca.start(0, 1);
Symbol 221 MovieClip Frame 245
stop();
Symbol 249 Button
on (release) {
getURL ("http://www.fungames9.com", "blank");
}
Symbol 264 MovieClip Frame 21
stop();
Symbol 265 Button
on (release) {
_root.gotoAndStop("level1");
}
Symbol 269 MovieClip Frame 15
stop();
Symbol 270 Button
on (rollOver) {
he.gotoAndPlay(2);
}
on (rollOut) {
he.gotoAndPlay(20);
}
Symbol 273 MovieClip Frame 15
stop();
Symbol 274 Button
on (release) {
_root.gotoAndStop("level selection");
}
Symbol 277 MovieClip Frame 15
stop();
Symbol 278 Button
on (press) {
getURL ("http://fungames9.com/gamescore/blazingballs/index.php", "_blank");
}
Symbol 281 MovieClip Frame 15
stop();
Symbol 282 Button
on (release) {
getURL ("http://www.fungames9.com", "blank");
}
Symbol 291 MovieClip Frame 1
stop();
Symbol 291 MovieClip Frame 19
stop();
Symbol 292 MovieClip Frame 45
stop();
Symbol 295 Button
on (release) {
!!!ERROR
Symbol 297 Button
on (release) {
!!!ERROR
Symbol 298 MovieClip Frame 1
stop();
Symbol 298 MovieClip Frame 2
stop();
Symbol 326 MovieClip Frame 1
stop();
_root.pos3 = false;
Symbol 326 MovieClip Frame 2
onEnterFrame = function () {
_root.pos3 = true;
};
Symbol 326 MovieClip Frame 24
stop();
Symbol 327 MovieClip Frame 1
stop();
_root.pos4 = false;
Symbol 327 MovieClip Frame 2
onEnterFrame = function () {
_root.pos4 = true;
};
Symbol 327 MovieClip Frame 24
stop();
Symbol 328 MovieClip Frame 1
stop();
_root.pos24 = false;
Symbol 328 MovieClip Frame 2
_root.pos24 = true;
Symbol 328 MovieClip Frame 24
stop();
Symbol 329 MovieClip Frame 1
stop();
onEnterFrame = function () {
_root.pos12 = false;
};
Symbol 329 MovieClip Frame 2
onEnterFrame = function () {
_root.pos12 = true;
};
Symbol 329 MovieClip Frame 24
stop();
Symbol 330 MovieClip Frame 1
stop();
_root.pos21 = false;
Symbol 330 MovieClip Frame 2
_root.pos21 = true;
Symbol 330 MovieClip Frame 24
stop();
Symbol 331 MovieClip Frame 1
stop();
_root.pos1 = false;
Symbol 331 MovieClip Frame 2
_root.pos1 = true;
Symbol 331 MovieClip Frame 24
stop();
Symbol 332 MovieClip Frame 1
stop();
_root.pos = false;
Symbol 332 MovieClip Frame 2
_root.pos = true;
Symbol 332 MovieClip Frame 24
stop();
Symbol 333 MovieClip Frame 1
stop();
_root.pos2 = false;
Symbol 333 MovieClip Frame 2
_root.pos2 = true;
Symbol 333 MovieClip Frame 24
stop();
Symbol 334 MovieClip Frame 1
stop();
_root.mpos1 = false;
Symbol 334 MovieClip Frame 2
_root.mpos1 = true;
Symbol 334 MovieClip Frame 25
stop();
Symbol 335 MovieClip Frame 1
stop();
onEnterFrame = function () {
_root.mpos4 = false;
};
Symbol 335 MovieClip Frame 2
onEnterFrame = function () {
_root.mpos4 = true;
};
Symbol 335 MovieClip Frame 25
stop();
Symbol 336 MovieClip Frame 1
stop();
_root.pos23 = false;
Symbol 336 MovieClip Frame 2
_root.pos23 = true;
Symbol 336 MovieClip Frame 24
stop();
Symbol 337 MovieClip Frame 1
stop();
_root.pos6 = false;
Symbol 337 MovieClip Frame 2
_root.pos6 = true;
Symbol 337 MovieClip Frame 24
stop();
Symbol 343 MovieClip Frame 1
stop();
Symbol 343 MovieClip Frame 3
gotoAndStop (1);
Symbol 343 MovieClip Frame 5
gotoAndStop (1);
Symbol 581 MovieClip Frame 1
!!!ERROR
Symbol 581 MovieClip Frame 2
!!!ERROR
Symbol 581 MovieClip Frame 14
gotoAndPlay (2);
Symbol 581 MovieClip Frame 55
!!!ERROR
Symbol 582 MovieClip Frame 1
stop();
_root.blastime = 20;
Symbol 582 MovieClip Frame 3
stop();
Symbol 594 MovieClip Frame 1
stop();
Symbol 599 MovieClip Frame 1
!!!ERROR
Symbol 601 MovieClip Frame 1
stop();
Symbol 676 MovieClip Frame 1
stop();
Symbol 678 MovieClip Frame 1
stop();
Symbol 685 MovieClip Frame 1
stop();
onEnterFrame = function () {
_root.mpos3 = false;
};
Symbol 685 MovieClip Frame 2
onEnterFrame = function () {
_root.mpos3 = true;
};
Symbol 685 MovieClip Frame 25
stop();
Symbol 686 MovieClip Frame 1
stop();
onEnterFrame = function () {
_root.pos10 = false;
};
Symbol 686 MovieClip Frame 2
onEnterFrame = function () {
_root.pos10 = true;
};
Symbol 686 MovieClip Frame 24
stop();
Symbol 687 MovieClip Frame 1
stop();
onEnterFrame = function () {
_root.pos11 = false;
};
Symbol 687 MovieClip Frame 2
onEnterFrame = function () {
_root.pos11 = true;
};
Symbol 687 MovieClip Frame 24
stop();
Symbol 688 MovieClip Frame 1
stop();
_root.pos5 = false;
Symbol 688 MovieClip Frame 2
_root.pos5 = true;
Symbol 688 MovieClip Frame 24
stop();
Symbol 689 MovieClip Frame 1
stop();
_root.pos7 = false;
Symbol 689 MovieClip Frame 2
_root.pos7 = true;
Symbol 689 MovieClip Frame 24
stop();
Symbol 690 MovieClip Frame 1
stop();
_root.pos8 = false;
Symbol 690 MovieClip Frame 2
_root.pos8 = true;
Symbol 690 MovieClip Frame 24
stop();
Symbol 691 MovieClip Frame 1
stop();
_root.pos9 = false;
Symbol 691 MovieClip Frame 2
_root.pos9 = true;
Symbol 691 MovieClip Frame 24
stop();
Symbol 692 MovieClip Frame 1
stop();
_root.mpos2 = false;
Symbol 692 MovieClip Frame 2
_root.mpos2 = true;
Symbol 692 MovieClip Frame 25
stop();
Symbol 693 MovieClip Frame 1
stop();
_root.pos22 = false;
Symbol 693 MovieClip Frame 2
_root.pos22 = true;
Symbol 693 MovieClip Frame 24
stop();
Symbol 700 MovieClip Frame 1
stop();
onEnterFrame = function () {
_root.pos13 = false;
};
Symbol 700 MovieClip Frame 2
onEnterFrame = function () {
_root.pos13 = true;
};
Symbol 700 MovieClip Frame 24
stop();
Symbol 701 MovieClip Frame 1
stop();
onEnterFrame = function () {
_root.pos14 = false;
};
Symbol 701 MovieClip Frame 2
onEnterFrame = function () {
_root.pos14 = true;
};
Symbol 701 MovieClip Frame 24
stop();
Symbol 702 MovieClip Frame 1
stop();
onEnterFrame = function () {
_root.pos15 = false;
};
Symbol 702 MovieClip Frame 2
onEnterFrame = function () {
_root.pos15 = true;
};
Symbol 702 MovieClip Frame 24
stop();
Symbol 724 MovieClip Frame 45
gotoAndPlay (30);
Symbol 725 MovieClip Frame 45
gotoAndPlay (30);
Symbol 809 MovieClip Frame 15
stop();
Symbol 810 Button
on (release) {
!!!ERROR
Symbol 812 MovieClip Frame 15
stop();
Symbol 813 Button
on (release) {
!!!ERROR
Symbol 814 MovieClip Frame 1
Symbol 814 MovieClip Frame 25
!!!ERROR
Symbol 821 MovieClip Frame 1
stop();
Symbol 821 MovieClip Frame 2
stop();
Symbol 825 MovieClip Frame 15
stop();
Symbol 835 MovieClip Frame 15
stop();
Symbol 836 Button
on (release) {
!!!ERROR
Symbol 837 MovieClip Frame 1
Symbol 837 MovieClip Frame 25
!!!ERROR
Symbol 845 MovieClip Frame 15
stop();
Symbol 846 Button
on (release) {
_root.gotoAndStop("menu");
}
Symbol 847 Button
on (release) {
!!!ERROR
Symbol 848 MovieClip Frame 1
Symbol 848 MovieClip Frame 25
!!!ERROR