Frame 1
stop();
startbutton.onRelease = function () {
gotoAndStop (2);
};
Instance of Symbol 28 MovieClip in Frame 1
/* no clip actions */
Instance of Symbol 16 MovieClip in Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root.Player)) {
_root.gotoAndStop(3);
}
}
Instance of Symbol 16 MovieClip in Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root.Player)) {
_root.gotoAndStop(3);
}
}
Instance of Symbol 18 MovieClip in Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root.Player)) {
_root.gotoAndStop(3);
}
}
Instance of Symbol 18 MovieClip in Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root.Player)) {
_root.gotoAndStop(3);
}
}
Instance of Symbol 16 MovieClip in Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root.Player)) {
Mouse.show();
_root.gotoAndStop(3);
}
}
Instance of Symbol 32 MovieClip in Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root.Player)) {
_root.gotoAndStop(4);
}
}
Instance of Symbol 14 MovieClip [Player] "Player" in Frame 2
onClipEvent (enterFrame) {
function xPosi() {
return(this._x);
}
function yPosi() {
return(this._y);
}
Mouse.hide();
this._x = 530 - _root._xmouse;
this._y = 380 - _root._ymouse;
}
Frame 3
Mouse.show();
loser = new Sound(this);
loser.attachSound("buzzer3.wav");
loser.start();
stop();
startbutton.onRelease = function () {
gotoAndStop (2);
};
Frame 4
Mouse.show();
winner = new Sound(this);
winner.attachSound("fanfare.wav");
winner.start();
stop();
replaybutton.onRelease = function () {
gotoAndStop (6);
};
Frame 6
stop();
startbutton.onRelease = function () {
gotoAndStop (7);
};
Instance of Symbol 16 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.Player)) {
_root.gotoAndStop(8);
}
}
Instance of Symbol 16 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.Player)) {
_root.gotoAndStop(8);
}
}
Instance of Symbol 18 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.Player)) {
_root.gotoAndStop(8);
}
}
Instance of Symbol 18 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.Player)) {
_root.gotoAndStop(8);
}
}
Instance of Symbol 14 MovieClip [Player] "Player" in Frame 7
onClipEvent (enterFrame) {
function xPosi() {
return(this._x);
}
function yPosi() {
return(this._y);
}
Mouse.hide();
this._x = 530 - _root._xmouse;
this._y = 380 - _root._ymouse;
}
Instance of Symbol 32 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.Player)) {
_root.gotoAndStop(9);
}
}
Instance of Symbol 16 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.Player)) {
_root.gotoAndStop(8);
}
}
Instance of Symbol 16 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.Player)) {
_root.gotoAndStop(8);
}
}
Frame 8
Mouse.show();
loser = new Sound(this);
loser.attachSound("buzzer3.wav");
loser.start();
stop();
startbutton.onRelease = function () {
gotoAndStop (7);
};
Frame 9
Mouse.show();
winner = new Sound(this);
winner.attachSound("fanfare.wav");
winner.start();
stop();
replaybutton.onRelease = function () {
gotoAndStop (11);
};
Frame 11
stop();
startbutton.onRelease = function () {
gotoAndStop (12);
};
Instance of Symbol 16 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (this.hitTest(_root.Player)) {
_root.gotoAndStop(13);
}
}
Instance of Symbol 16 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (this.hitTest(_root.Player)) {
_root.gotoAndStop(13);
}
}
Instance of Symbol 18 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (this.hitTest(_root.Player)) {
_root.gotoAndStop(13);
}
}
Instance of Symbol 18 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (this.hitTest(_root.Player)) {
_root.gotoAndStop(13);
}
}
Instance of Symbol 14 MovieClip [Player] "Player" in Frame 12
onClipEvent (enterFrame) {
function xPosi() {
return(this._x);
}
function yPosi() {
return(this._y);
}
Mouse.hide();
this._x = 530 - _root._xmouse;
this._y = 380 - _root._ymouse;
if (this.hitTest(_root.ballone) || (this.hitTest(_root.balltwo))) {
_root.gotoAndStop(13);
}
}
Instance of Symbol 32 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (this.hitTest(_root.Player)) {
_root.gotoAndStop(14);
}
}
Instance of Symbol 16 MovieClip "ballone" in Frame 12
onClipEvent (enterFrame) {
ball1locy = this._y + speedy1;
if (ball1locy > (380 - radiusball1)) {
this._y = 380 - radiusball1;
speedy1 = -speedy1;
} else if (ball1locy < (20 + radiusball1)) {
this._y = 20 + radiusball1;
speedy1 = -speedy1;
} else {
this._y = this._y + speedy1;
}
}
onClipEvent (load) {
speedy1 = 2;
radiusball1 = this._height / 2;
}
Instance of Symbol 16 MovieClip "balltwo" in Frame 12
onClipEvent (enterFrame) {
ball1locy = this._y + speedy1;
if (ball1locy > (380 - radiusball1)) {
this._y = 380 - radiusball1;
speedy1 = -speedy1;
} else if (ball1locy < (20 + radiusball1)) {
this._y = 20 + radiusball1;
speedy1 = -speedy1;
} else {
this._y = this._y + speedy1;
}
}
onClipEvent (load) {
speedy1 = 2;
radiusball1 = this._height / 2;
}
Frame 13
Mouse.show();
loser = new Sound(this);
loser.attachSound("buzzer3.wav");
loser.start();
stop();
startbutton.onRelease = function () {
gotoAndStop (11);
};
Instance of Symbol 16 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.Player)) {
_root.gotoAndStop(8);
}
}
Instance of Symbol 16 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.Player)) {
_root.gotoAndStop(8);
}
}
Instance of Symbol 18 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.Player)) {
_root.gotoAndStop(8);
}
}
Instance of Symbol 18 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.Player)) {
_root.gotoAndStop(8);
}
}
Instance of Symbol 32 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.Player)) {
_root.gotoAndStop(9);
}
}
Instance of Symbol 16 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.Player)) {
_root.gotoAndStop(8);
}
}
Instance of Symbol 16 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.Player)) {
_root.gotoAndStop(8);
}
}
Frame 14
Mouse.show();
winner = new Sound(this);
winner.attachSound("fanfare.wav");
winner.start();
stop();
replaybutton.onRelease = function () {
gotoAndStop (16);
};
Frame 16
stop();
startbutton.onRelease = function () {
gotoAndStop (17);
};
Instance of Symbol 16 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.Player)) {
_root.gotoAndStop(18);
}
}
Instance of Symbol 16 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.Player)) {
_root.gotoAndStop(18);
}
}
Instance of Symbol 18 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.Player)) {
_root.gotoAndStop(18);
}
}
Instance of Symbol 18 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.Player)) {
_root.gotoAndStop(18);
}
}
Instance of Symbol 14 MovieClip [Player] "Player" in Frame 17
onClipEvent (enterFrame) {
Mouse.hide();
this._x = 530 - _root._xmouse;
this._y = 380 - _root._ymouse;
if (this.hitTest(_root.ballball)) {
_root.gotoAndStop(18);
}
}
Instance of Symbol 32 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.Player)) {
_root.gotoAndStop(19);
}
}
Instance of Symbol 16 MovieClip "ballone" in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.Player)) {
_root.gotoAndStop(18);
}
}
Instance of Symbol 16 MovieClip "ballball" in Frame 17
onClipEvent (enterFrame) {
ball1locy = this._x + speedy1;
if (ball1locy > (530 - radiusball1)) {
this._x = 530 - radiusball1;
speedy1 = -speedy1;
} else if (ball1locy < (20 + radiusball1)) {
this._x = 20 + radiusball1;
speedy1 = -speedy1;
} else {
this._x = this._x + speedy1;
}
}
onClipEvent (load) {
speedy1 = 2;
radiusball1 = this._width / 2;
}
Frame 18
Mouse.show();
loser = new Sound(this);
loser.attachSound("buzzer3.wav");
loser.start();
stop();
startbutton.onRelease = function () {
gotoAndStop (16);
};
Instance of Symbol 32 MovieClip in Frame 18
onClipEvent (enterFrame) {
if (this.hitTest(_root.Player)) {
_root.gotoAndStop(9);
}
}
Instance of Symbol 16 MovieClip "ballone" in Frame 18
onClipEvent (enterFrame) {
ball1locy = this._x + speedy1;
if (ball1locy > (530 - radiusball1)) {
this._x = 530 - radiusball1;
speedy1 = -speedy1;
} else if (ball1locy < (20 + radiusball1)) {
this._x = 20 + radiusball1;
speedy1 = -speedy1;
} else {
this._x = this._x + speedy1;
}
}
onClipEvent (load) {
speedy1 = 2;
radiusball1 = this._width / 2;
}
Frame 19
Mouse.show();
winner = new Sound(this);
winner.attachSound("fanfare.wav");
winner.start();
stop();
replaybutton.onRelease = function () {
gotoAndStop (21);
};
Frame 21
stop();
startbutton.onRelease = function () {
gotoAndStop (22);
};
Instance of Symbol 16 MovieClip in Frame 22
onClipEvent (enterFrame) {
if (this.hitTest(_root.Player)) {
_root.gotoAndStop(23);
}
}
Instance of Symbol 16 MovieClip in Frame 22
onClipEvent (enterFrame) {
if (this.hitTest(_root.Player)) {
_root.gotoAndStop(23);
}
}
Instance of Symbol 18 MovieClip in Frame 22
onClipEvent (enterFrame) {
if (this.hitTest(_root.Player)) {
_root.gotoAndStop(23);
}
}
Instance of Symbol 18 MovieClip in Frame 22
onClipEvent (enterFrame) {
if (this.hitTest(_root.Player)) {
_root.gotoAndStop(23);
}
}
Instance of Symbol 14 MovieClip [Player] "Player" in Frame 22
onClipEvent (enterFrame) {
Mouse.hide();
this._x = 530 - _root._xmouse;
this._y = 380 - _root._ymouse;
if ((this.hitTest(_root.ballone) || (this.hitTest(_root.balltwo))) || (this.hitTest(_root.ballthree))) {
_root.gotoAndStop(23);
}
}
Instance of Symbol 32 MovieClip in Frame 22
onClipEvent (enterFrame) {
if (this.hitTest(_root.Player)) {
_root.gotoAndStop(24);
}
}
Instance of Symbol 16 MovieClip "ballone" in Frame 22
onClipEvent (enterFrame) {
ball1locy = this._y + speedy1;
if (ball1locy > (380 - radiusball1)) {
this._y = 380 - radiusball1;
speedy1 = -speedy1;
} else if (ball1locy < (20 + radiusball1)) {
this._y = 20 + radiusball1;
speedy1 = -speedy1;
} else {
this._y = this._y + speedy1;
}
}
onClipEvent (load) {
speedy1 = 4;
radiusball1 = this._height / 2;
}
Instance of Symbol 18 MovieClip in Frame 22
onClipEvent (enterFrame) {
if (this.hitTest(_root.Player)) {
_root.gotoAndStop(23);
}
}
Instance of Symbol 18 MovieClip in Frame 22
onClipEvent (enterFrame) {
if (this.hitTest(_root.Player)) {
_root.gotoAndStop(23);
}
}
Instance of Symbol 18 MovieClip in Frame 22
onClipEvent (enterFrame) {
if (this.hitTest(_root.Player)) {
_root.gotoAndStop(23);
}
}
Instance of Symbol 16 MovieClip "ballthree" in Frame 22
onClipEvent (enterFrame) {
ball1locy = this._y + speedy1;
if (ball1locy > (380 - radiusball1)) {
this._y = 380 - radiusball1;
speedy1 = -speedy1;
} else if (ball1locy < (20 + radiusball1)) {
this._y = 20 + radiusball1;
speedy1 = -speedy1;
} else {
this._y = this._y + speedy1;
}
}
onClipEvent (load) {
speedy1 = 4;
radiusball1 = this._height / 2;
}
Instance of Symbol 16 MovieClip "balltwo" in Frame 22
onClipEvent (enterFrame) {
ball1locy = this._y + speedy1;
if (ball1locy > (380 - radiusball1)) {
this._y = 380 - radiusball1;
speedy1 = -speedy1;
} else if (ball1locy < (20 + radiusball1)) {
this._y = 20 + radiusball1;
speedy1 = -speedy1;
} else {
this._y = this._y + speedy1;
}
}
onClipEvent (load) {
speedy1 = 4;
radiusball1 = this._height / 2;
}
Frame 23
Mouse.show();
loser = new Sound(this);
loser.attachSound("buzzer3.wav");
loser.start();
stop();
startbutton.onRelease = function () {
gotoAndStop (21);
};
Instance of Symbol 16 MovieClip in Frame 23
onClipEvent (enterFrame) {
if (this.hitTest(_root.Player)) {
_root.gotoAndStop(18);
}
}
Instance of Symbol 16 MovieClip in Frame 23
onClipEvent (enterFrame) {
if (this.hitTest(_root.Player)) {
_root.gotoAndStop(18);
}
}
Instance of Symbol 18 MovieClip in Frame 23
onClipEvent (enterFrame) {
if (this.hitTest(_root.Player)) {
_root.gotoAndStop(18);
}
}
Instance of Symbol 18 MovieClip in Frame 23
onClipEvent (enterFrame) {
if (this.hitTest(_root.Player)) {
_root.gotoAndStop(18);
}
}
Instance of Symbol 32 MovieClip in Frame 23
onClipEvent (enterFrame) {
if (this.hitTest(_root.Player)) {
_root.gotoAndStop(19);
}
}
Instance of Symbol 16 MovieClip "ballone" in Frame 23
onClipEvent (enterFrame) {
ball1locy = this._y + speedy1;
if (ball1locy > (380 - radiusball1)) {
this._y = 380 - radiusball1;
speedy1 = -speedy1;
} else if (ball1locy < (20 + radiusball1)) {
this._y = 20 + radiusball1;
speedy1 = -speedy1;
} else {
this._y = this._y + speedy1;
}
}
onClipEvent (load) {
speedy1 = 4;
radiusball1 = this._height / 2;
}
Instance of Symbol 16 MovieClip "ballone" in Frame 23
onClipEvent (enterFrame) {
ball1locy = this._y + speedy1;
if (ball1locy > (380 - radiusball1)) {
this._y = 380 - radiusball1;
speedy1 = -speedy1;
} else if (ball1locy < (20 + radiusball1)) {
this._y = 20 + radiusball1;
speedy1 = -speedy1;
} else {
this._y = this._y + speedy1;
}
}
onClipEvent (load) {
speedy1 = 4;
radiusball1 = this._height / 2;
}
Frame 24
Mouse.show();
winner = new Sound(this);
winner.attachSound("fanfare.wav");
winner.start();
stop();
replaybutton.onRelease = function () {
gotoAndStop (26);
};
Frame 26
stop();
startbutton.onRelease = function () {
gotoAndStop (27);
};
Instance of Symbol 16 MovieClip in Frame 27
onClipEvent (enterFrame) {
if (this.hitTest(_root.Player)) {
_root.gotoAndStop(28);
}
}
Instance of Symbol 16 MovieClip in Frame 27
onClipEvent (enterFrame) {
if (this.hitTest(_root.Player)) {
_root.gotoAndStop(28);
}
}
Instance of Symbol 18 MovieClip in Frame 27
onClipEvent (enterFrame) {
if (this.hitTest(_root.Player)) {
_root.gotoAndStop(28);
}
}
Instance of Symbol 18 MovieClip in Frame 27
onClipEvent (enterFrame) {
if (this.hitTest(_root.Player)) {
_root.gotoAndStop(28);
}
}
Instance of Symbol 50 MovieClip "b5" in Frame 27
onClipEvent (enterFrame) {
ball1locy = this._y + speedy1;
ball1locx = this._x + speedx1;
if (ball1locy > (380 - radiusball1)) {
this._y = 380 - radiusball1;
speedy1 = -speedy1;
} else if (ball1locy < (20 + radiusball1)) {
this._y = 20 + radiusball1;
speedy1 = -speedy1;
} else {
this._y = this._y + speedy1;
}
if (ball1locx > (420 - radiusball1)) {
this._x = 420 - radiusball1;
speedx1 = -speedx1;
} else if (ball1locx < (120 + radiusball1)) {
this._x = 120 + radiusball1;
speedx1 = -speedx1;
} else {
this._x = this._x + speedx1;
}
}
onClipEvent (load) {
speedy1 = 2;
speedx1 = 2;
radiusball1 = this._width / 2;
}
Instance of Symbol 14 MovieClip [Player] "Player" in Frame 27
onClipEvent (enterFrame) {
function xPosi() {
return(this._x);
}
function yPosi() {
return(this._y);
}
Mouse.hide();
this._x = 530 - _root._xmouse;
this._y = 380 - _root._ymouse;
if (((((this.hitTest(_root.b1) || (this.hitTest(_root.b2))) || (this.hitTest(_root.b3))) || (this.hitTest(_root.b4))) || (this.hitTest(_root.b5))) || (this.hitTest(_root.ballone))) {
_root.gotoAndStop(28);
}
}
Instance of Symbol 32 MovieClip in Frame 27
onClipEvent (enterFrame) {
if (this.hitTest(_root.Player)) {
_root.gotoAndStop(29);
}
}
Instance of Symbol 16 MovieClip in Frame 27
onClipEvent (enterFrame) {
if (this.hitTest(_root.Player)) {
_root.gotoAndStop(28);
}
}
Instance of Symbol 50 MovieClip "b1" in Frame 27
onClipEvent (enterFrame) {
ball1locy = this._y + speedy1;
ball1locx = this._x + speedx1;
if (ball1locy > (380 - radiusball1)) {
this._y = 380 - radiusball1;
speedy1 = -speedy1;
} else if (ball1locy < (20 + radiusball1)) {
this._y = 20 + radiusball1;
speedy1 = -speedy1;
} else {
this._y = this._y + speedy1;
}
if (ball1locx > (420 - radiusball1)) {
this._x = 420 - radiusball1;
speedx1 = -speedx1;
} else if (ball1locx < (120 + radiusball1)) {
this._x = 120 + radiusball1;
speedx1 = -speedx1;
} else {
this._x = this._x + speedx1;
}
}
onClipEvent (load) {
speedy1 = 1;
speedx1 = 1;
radiusball1 = this._width / 2;
}
Instance of Symbol 50 MovieClip "b4" in Frame 27
onClipEvent (enterFrame) {
ball1locy = this._y + speedy1;
ball1locx = this._x + speedx1;
if (ball1locy > (380 - radiusball1)) {
this._y = 380 - radiusball1;
speedy1 = -speedy1;
} else if (ball1locy < (20 + radiusball1)) {
this._y = 20 + radiusball1;
speedy1 = -speedy1;
} else {
this._y = this._y + speedy1;
}
if (ball1locx > (420 - radiusball1)) {
this._x = 420 - radiusball1;
speedx1 = -speedx1;
} else if (ball1locx < (120 + radiusball1)) {
this._x = 120 + radiusball1;
speedx1 = -speedx1;
} else {
this._x = this._x + speedx1;
}
}
onClipEvent (load) {
speedy1 = 2;
speedx1 = 2;
radiusball1 = this._width / 2;
}
Instance of Symbol 50 MovieClip "b2" in Frame 27
onClipEvent (enterFrame) {
ball1locy = this._y + speedy1;
ball1locx = this._x + speedx1;
if (ball1locy > (380 - radiusball1)) {
this._y = 380 - radiusball1;
speedy1 = -speedy1;
} else if (ball1locy < (20 + radiusball1)) {
this._y = 20 + radiusball1;
speedy1 = -speedy1;
} else {
this._y = this._y + speedy1;
}
if (ball1locx > (420 - radiusball1)) {
this._x = 420 - radiusball1;
speedx1 = -speedx1;
} else if (ball1locx < (120 + radiusball1)) {
this._x = 120 + radiusball1;
speedx1 = -speedx1;
} else {
this._x = this._x + speedx1;
}
}
onClipEvent (load) {
speedy1 = 2;
speedx1 = 2;
radiusball1 = this._width / 2;
}
Instance of Symbol 50 MovieClip "b3" in Frame 27
onClipEvent (enterFrame) {
ball1locy = this._y + speedy1;
ball1locx = this._x + speedx1;
if (ball1locy > (380 - radiusball1)) {
this._y = 380 - radiusball1;
speedy1 = -speedy1;
} else if (ball1locy < (20 + radiusball1)) {
this._y = 20 + radiusball1;
speedy1 = -speedy1;
} else {
this._y = this._y + speedy1;
}
if (ball1locx > (420 - radiusball1)) {
this._x = 420 - radiusball1;
speedx1 = -speedx1;
} else if (ball1locx < (120 + radiusball1)) {
this._x = 120 + radiusball1;
speedx1 = -speedx1;
} else {
this._x = this._x + speedx1;
}
}
onClipEvent (load) {
speedy1 = 3;
speedx1 = 3;
radiusball1 = this._width / 2;
}
Instance of Symbol 16 MovieClip in Frame 27
onClipEvent (enterFrame) {
if (this.hitTest(_root.Player)) {
_root.gotoAndStop(28);
}
}
Instance of Symbol 16 MovieClip "ballone" in Frame 27
onClipEvent (enterFrame) {
ball1locy = this._y + speedy1;
if (ball1locy > (380 - radiusball1)) {
this._y = 380 - radiusball1;
speedy1 = -speedy1;
} else if (ball1locy < (20 + radiusball1)) {
this._y = 20 + radiusball1;
speedy1 = -speedy1;
} else {
this._y = this._y + speedy1;
}
}
onClipEvent (load) {
speedy1 = 4;
radiusball1 = this._height / 2;
}
Frame 28
Mouse.show();
loser = new Sound(this);
loser.attachSound("buzzer3.wav");
loser.start();
stop();
startbutton.onRelease = function () {
gotoAndStop (26);
};
Instance of Symbol 50 MovieClip "ballone" in Frame 28
onClipEvent (enterFrame) {
ball1locy = this._y + speedy1;
ball1locx = this._x + speedx1;
if (ball1locy > (380 - radiusball1)) {
this._y = 380 - radiusball1;
speedy1 = -speedy1;
} else if (ball1locy < (20 + radiusball1)) {
this._y = 20 + radiusball1;
speedy1 = -speedy1;
} else {
this._y = this._y + speedy1;
}
if (ball1locx > (420 - radiusball1)) {
this._x = 420 - radiusball1;
speedx1 = -speedx1;
} else if (ball1locx < (120 + radiusball1)) {
this._x = 120 + radiusball1;
speedx1 = -speedx1;
} else {
this._x = this._x + speedx1;
}
}
onClipEvent (load) {
speedy1 = 2;
speedx1 = 2;
radiusball1 = this._width / 2;
}
Instance of Symbol 50 MovieClip "ballone" in Frame 28
onClipEvent (enterFrame) {
ball1locy = this._y + speedy1;
ball1locx = this._x + speedx1;
if (ball1locy > (380 - radiusball1)) {
this._y = 380 - radiusball1;
speedy1 = -speedy1;
} else if (ball1locy < (20 + radiusball1)) {
this._y = 20 + radiusball1;
speedy1 = -speedy1;
} else {
this._y = this._y + speedy1;
}
if (ball1locx > (420 - radiusball1)) {
this._x = 420 - radiusball1;
speedx1 = -speedx1;
} else if (ball1locx < (120 + radiusball1)) {
this._x = 120 + radiusball1;
speedx1 = -speedx1;
} else {
this._x = this._x + speedx1;
}
}
onClipEvent (load) {
speedy1 = 2;
speedx1 = 2;
radiusball1 = this._width / 2;
}
Instance of Symbol 50 MovieClip "ballone" in Frame 28
onClipEvent (enterFrame) {
ball1locy = this._y + speedy1;
ball1locx = this._x + speedx1;
if (ball1locy > (380 - radiusball1)) {
this._y = 380 - radiusball1;
speedy1 = -speedy1;
} else if (ball1locy < (20 + radiusball1)) {
this._y = 20 + radiusball1;
speedy1 = -speedy1;
} else {
this._y = this._y + speedy1;
}
if (ball1locx > (420 - radiusball1)) {
this._x = 420 - radiusball1;
speedx1 = -speedx1;
} else if (ball1locx < (120 + radiusball1)) {
this._x = 120 + radiusball1;
speedx1 = -speedx1;
} else {
this._x = this._x + speedx1;
}
}
onClipEvent (load) {
speedy1 = 2;
speedx1 = 2;
radiusball1 = this._width / 2;
}
Instance of Symbol 50 MovieClip "ballone" in Frame 28
onClipEvent (enterFrame) {
ball1locy = this._y + speedy1;
ball1locx = this._x + speedx1;
if (ball1locy > (380 - radiusball1)) {
this._y = 380 - radiusball1;
speedy1 = -speedy1;
} else if (ball1locy < (20 + radiusball1)) {
this._y = 20 + radiusball1;
speedy1 = -speedy1;
} else {
this._y = this._y + speedy1;
}
if (ball1locx > (420 - radiusball1)) {
this._x = 420 - radiusball1;
speedx1 = -speedx1;
} else if (ball1locx < (120 + radiusball1)) {
this._x = 120 + radiusball1;
speedx1 = -speedx1;
} else {
this._x = this._x + speedx1;
}
}
onClipEvent (load) {
speedy1 = 2;
speedx1 = 2;
radiusball1 = this._width / 2;
}
Instance of Symbol 50 MovieClip "ballone" in Frame 28
onClipEvent (enterFrame) {
ball1locy = this._y + speedy1;
ball1locx = this._x + speedx1;
if (ball1locy > (380 - radiusball1)) {
this._y = 380 - radiusball1;
speedy1 = -speedy1;
} else if (ball1locy < (20 + radiusball1)) {
this._y = 20 + radiusball1;
speedy1 = -speedy1;
} else {
this._y = this._y + speedy1;
}
if (ball1locx > (420 - radiusball1)) {
this._x = 420 - radiusball1;
speedx1 = -speedx1;
} else if (ball1locx < (120 + radiusball1)) {
this._x = 120 + radiusball1;
speedx1 = -speedx1;
} else {
this._x = this._x + speedx1;
}
}
onClipEvent (load) {
speedy1 = 2;
speedx1 = 2;
radiusball1 = this._width / 2;
}
Frame 29
Mouse.show();
winner = new Sound(this);
winner.attachSound("fanfare.wav");
winner.start();
stop();
replaybutton.onRelease = function () {
gotoAndStop (31);
};
Frame 31
stop();
startbutton.onRelease = function () {
gotoAndStop (32);
};
Instance of Symbol 16 MovieClip in Frame 32
onClipEvent (enterFrame) {
if (this.hitTest(_root.Player)) {
_root.gotoAndStop(33);
}
}
Instance of Symbol 16 MovieClip in Frame 32
onClipEvent (enterFrame) {
if (this.hitTest(_root.Player)) {
_root.gotoAndStop(33);
}
}
Instance of Symbol 18 MovieClip in Frame 32
onClipEvent (enterFrame) {
if (this.hitTest(_root.Player)) {
_root.gotoAndStop(33);
}
}
Instance of Symbol 18 MovieClip in Frame 32
onClipEvent (enterFrame) {
if (this.hitTest(_root.Player)) {
_root.gotoAndStop(33);
}
}
Instance of Symbol 14 MovieClip [Player] "Player" in Frame 32
onClipEvent (enterFrame) {
Mouse.hide();
this._x = 530 - _root._xmouse;
this._y = 380 - _root._ymouse;
if ((((((this.hitTest(_root.b1) || (this.hitTest(_root.b2))) || (this.hitTest(_root.b3))) || (this.hitTest(_root.b4))) || (this.hitTest(_root.b5))) || (this.hitTest(_root.b6))) || (this.hitTest(_root.b7))) {
_root.gotoAndStop(33);
}
if ((((((this.hitTest(_root.b8) || (this.hitTest(_root.b9))) || (this.hitTest(_root.b10))) || (this.hitTest(_root.b11))) || (this.hitTest(_root.b12))) || (this.hitTest(_root.b13))) || (this.hitTest(_root.b14))) {
_root.gotoAndStop(33);
}
}
Instance of Symbol 32 MovieClip in Frame 32
onClipEvent (enterFrame) {
if (this.hitTest(_root.Player)) {
_root.gotoAndStop(34);
}
}
Instance of Symbol 16 MovieClip "b2" in Frame 32
onClipEvent (enterFrame) {
ball1locy = this._y + speedy1;
if (ball1locy > (380 - radiusball1)) {
this._y = 380 - radiusball1;
speedy1 = -speedy1;
} else if (ball1locy < (200 + radiusball1)) {
this._y = 200 + radiusball1;
speedy1 = -speedy1;
} else {
this._y = this._y + speedy1;
}
}
onClipEvent (load) {
speedy1 = 2;
radiusball1 = this._height / 2;
}
Instance of Symbol 16 MovieClip "b3" in Frame 32
onClipEvent (enterFrame) {
ball1locy = this._y + speedy1;
if (ball1locy > (380 - radiusball1)) {
this._y = 380 - radiusball1;
speedy1 = -speedy1;
} else if (ball1locy < (200 + radiusball1)) {
this._y = 200 + radiusball1;
speedy1 = -speedy1;
} else {
this._y = this._y + speedy1;
}
}
onClipEvent (load) {
speedy1 = 2;
radiusball1 = this._height / 2;
}
Instance of Symbol 16 MovieClip "b4" in Frame 32
onClipEvent (enterFrame) {
ball1locy = this._y + speedy1;
if (ball1locy > (380 - radiusball1)) {
this._y = 380 - radiusball1;
speedy1 = -speedy1;
} else if (ball1locy < (200 + radiusball1)) {
this._y = 200 + radiusball1;
speedy1 = -speedy1;
} else {
this._y = this._y + speedy1;
}
}
onClipEvent (load) {
speedy1 = 2;
radiusball1 = this._height / 2;
}
Instance of Symbol 16 MovieClip "b5" in Frame 32
onClipEvent (enterFrame) {
ball1locy = this._y + speedy1;
if (ball1locy > (380 - radiusball1)) {
this._y = 380 - radiusball1;
speedy1 = -speedy1;
} else if (ball1locy < (200 + radiusball1)) {
this._y = 200 + radiusball1;
speedy1 = -speedy1;
} else {
this._y = this._y + speedy1;
}
}
onClipEvent (load) {
speedy1 = 2;
radiusball1 = this._height / 2;
}
Instance of Symbol 16 MovieClip "b6" in Frame 32
onClipEvent (enterFrame) {
ball1locy = this._y + speedy1;
if (ball1locy > (380 - radiusball1)) {
this._y = 380 - radiusball1;
speedy1 = -speedy1;
} else if (ball1locy < (200 + radiusball1)) {
this._y = 200 + radiusball1;
speedy1 = -speedy1;
} else {
this._y = this._y + speedy1;
}
}
onClipEvent (load) {
speedy1 = 2;
radiusball1 = this._height / 2;
}
Instance of Symbol 16 MovieClip "b7" in Frame 32
onClipEvent (enterFrame) {
ball1locy = this._y + speedy1;
if (ball1locy > (380 - radiusball1)) {
this._y = 380 - radiusball1;
speedy1 = -speedy1;
} else if (ball1locy < (200 + radiusball1)) {
this._y = 200 + radiusball1;
speedy1 = -speedy1;
} else {
this._y = this._y + speedy1;
}
}
onClipEvent (load) {
speedy1 = 2;
radiusball1 = this._height / 2;
}
Instance of Symbol 16 MovieClip "b1" in Frame 32
onClipEvent (enterFrame) {
ball1locy = this._y + speedy1;
if (ball1locy > (380 - radiusball1)) {
this._y = 380 - radiusball1;
speedy1 = -speedy1;
} else if (ball1locy < (200 + radiusball1)) {
this._y = 200 + radiusball1;
speedy1 = -speedy1;
} else {
this._y = this._y + speedy1;
}
}
onClipEvent (load) {
speedy1 = 2;
radiusball1 = this._height / 2;
}
Instance of Symbol 16 MovieClip "b13" in Frame 32
onClipEvent (enterFrame) {
ball1locy = this._y + speedy1;
if (ball1locy > (200 - radiusball1)) {
this._y = 200 - radiusball1;
speedy1 = -speedy1;
} else if (ball1locy < (20 + radiusball1)) {
this._y = 20 + radiusball1;
speedy1 = -speedy1;
} else {
this._y = this._y + speedy1;
}
}
onClipEvent (load) {
speedy1 = -2;
radiusball1 = this._height / 2;
}
Instance of Symbol 16 MovieClip "b12" in Frame 32
onClipEvent (enterFrame) {
ball1locy = this._y + speedy1;
if (ball1locy > (200 - radiusball1)) {
this._y = 200 - radiusball1;
speedy1 = -speedy1;
} else if (ball1locy < (20 + radiusball1)) {
this._y = 20 + radiusball1;
speedy1 = -speedy1;
} else {
this._y = this._y + speedy1;
}
}
onClipEvent (load) {
speedy1 = -2;
radiusball1 = this._height / 2;
}
Instance of Symbol 16 MovieClip "b11" in Frame 32
onClipEvent (enterFrame) {
ball1locy = this._y + speedy1;
if (ball1locy > (200 - radiusball1)) {
this._y = 200 - radiusball1;
speedy1 = -speedy1;
} else if (ball1locy < (20 + radiusball1)) {
this._y = 20 + radiusball1;
speedy1 = -speedy1;
} else {
this._y = this._y + speedy1;
}
}
onClipEvent (load) {
speedy1 = -2;
radiusball1 = this._height / 2;
}
Instance of Symbol 16 MovieClip "b10" in Frame 32
onClipEvent (enterFrame) {
ball1locy = this._y + speedy1;
if (ball1locy > (200 - radiusball1)) {
this._y = 200 - radiusball1;
speedy1 = -speedy1;
} else if (ball1locy < (20 + radiusball1)) {
this._y = 20 + radiusball1;
speedy1 = -speedy1;
} else {
this._y = this._y + speedy1;
}
}
onClipEvent (load) {
speedy1 = -2;
radiusball1 = this._height / 2;
}
Instance of Symbol 16 MovieClip "b9" in Frame 32
onClipEvent (enterFrame) {
ball1locy = this._y + speedy1;
if (ball1locy > (200 - radiusball1)) {
this._y = 200 - radiusball1;
speedy1 = -speedy1;
} else if (ball1locy < (20 + radiusball1)) {
this._y = 20 + radiusball1;
speedy1 = -speedy1;
} else {
this._y = this._y + speedy1;
}
}
onClipEvent (load) {
speedy1 = -2;
radiusball1 = this._height / 2;
}
Instance of Symbol 16 MovieClip "b8" in Frame 32
onClipEvent (enterFrame) {
ball1locy = this._y + speedy1;
if (ball1locy > (200 - radiusball1)) {
this._y = 200 - radiusball1;
speedy1 = -speedy1;
} else if (ball1locy < (20 + radiusball1)) {
this._y = 20 + radiusball1;
speedy1 = -speedy1;
} else {
this._y = this._y + speedy1;
}
}
onClipEvent (load) {
speedy1 = -2;
radiusball1 = this._height / 2;
}
Instance of Symbol 16 MovieClip "b14" in Frame 32
onClipEvent (enterFrame) {
ball1locy = this._y + speedy1;
if (ball1locy > (200 - radiusball1)) {
this._y = 200 - radiusball1;
speedy1 = -speedy1;
} else if (ball1locy < (20 + radiusball1)) {
this._y = 20 + radiusball1;
speedy1 = -speedy1;
} else {
this._y = this._y + speedy1;
}
}
onClipEvent (load) {
speedy1 = -2;
radiusball1 = this._height / 2;
}
Instance of Symbol 18 MovieClip in Frame 32
onClipEvent (enterFrame) {
if (this.hitTest(_root.Player)) {
_root.gotoAndStop(33);
}
}
Instance of Symbol 18 MovieClip in Frame 32
onClipEvent (enterFrame) {
if (this.hitTest(_root.Player)) {
_root.gotoAndStop(33);
}
}
Frame 33
Mouse.show();
loser = new Sound(this);
loser.attachSound("buzzer3.wav");
loser.start();
stop();
startbutton.onRelease = function () {
gotoAndStop (31);
};
Instance of Symbol 16 MovieClip in Frame 33
onClipEvent (enterFrame) {
if (this.hitTest(_root.Player)) {
_root.gotoAndStop(28);
}
}
Instance of Symbol 16 MovieClip in Frame 33
onClipEvent (enterFrame) {
if (this.hitTest(_root.Player)) {
_root.gotoAndStop(28);
}
}
Instance of Symbol 18 MovieClip in Frame 33
onClipEvent (enterFrame) {
if (this.hitTest(_root.Player)) {
_root.gotoAndStop(28);
}
}
Instance of Symbol 18 MovieClip in Frame 33
onClipEvent (enterFrame) {
if (this.hitTest(_root.Player)) {
_root.gotoAndStop(28);
}
}
Instance of Symbol 32 MovieClip in Frame 33
onClipEvent (enterFrame) {
if (this.hitTest(_root.Player)) {
_root.gotoAndStop(29);
}
}
Frame 34
Mouse.show();
winner = new Sound(this);
winner.attachSound("fanfare.wav");
winner.start();
stop();
replaybutton.onRelease = function () {
gotoAndStop (36);
};
Frame 36
stop();
startbutton.onRelease = function () {
gotoAndStop (37);
};
Instance of Symbol 16 MovieClip in Frame 37
onClipEvent (enterFrame) {
if (this.hitTest(_root.Player)) {
_root.gotoAndStop(38);
}
}
Instance of Symbol 16 MovieClip in Frame 37
onClipEvent (enterFrame) {
if (this.hitTest(_root.Player)) {
_root.gotoAndStop(38);
}
}
Instance of Symbol 18 MovieClip in Frame 37
onClipEvent (enterFrame) {
if (this.hitTest(_root.Player)) {
_root.gotoAndStop(38);
}
}
Instance of Symbol 14 MovieClip [Player] "Player" in Frame 37
onClipEvent (enterFrame) {
Mouse.hide();
this._x = 530 - _root._xmouse;
this._y = 380 - _root._ymouse;
if ((this.hitTest(_root.b1) || (this.hitTest(_root.b2))) || (this.hitTest(_root.b3))) {
_root.gotoAndStop(38);
}
}
Instance of Symbol 32 MovieClip in Frame 37
onClipEvent (enterFrame) {
if (this.hitTest(_root.Player)) {
_root.gotoAndStop(39);
}
}
Instance of Symbol 16 MovieClip in Frame 37
onClipEvent (enterFrame) {
if (this.hitTest(_root.Player)) {
_root.gotoAndStop(38);
}
}
Instance of Symbol 18 MovieClip in Frame 37
onClipEvent (enterFrame) {
if (this.hitTest(_root.Player)) {
_root.gotoAndStop(38);
}
}
Instance of Symbol 18 MovieClip "b2" in Frame 37
onClipEvent (enterFrame) {
ball1locy = this._y + speedy1;
if (ball1locy > (220 - radiusball1)) {
this._y = 220 - radiusball1;
speedy1 = -speedy1;
} else if (ball1locy < (140 + radiusball1)) {
this._y = 140 + radiusball1;
speedy1 = -speedy1;
} else {
this._y = this._y + speedy1;
}
}
onClipEvent (load) {
speedy1 = 1;
radiusball1 = this._height / 2;
}
Instance of Symbol 16 MovieClip "b3" in Frame 37
onClipEvent (enterFrame) {
ball1locy = this._x + speedy1;
if (ball1locy > (100 - radiusball1)) {
this._x = 100 - radiusball1;
speedy1 = -speedy1;
} else if (ball1locy < (20 + radiusball1)) {
this._x = 20 + radiusball1;
speedy1 = -speedy1;
} else {
this._x = this._x + speedy1;
}
}
onClipEvent (load) {
speedy1 = 2;
radiusball1 = this._width / 2;
}
Instance of Symbol 16 MovieClip "b1" in Frame 37
onClipEvent (enterFrame) {
ball1locy = this._x + speedy1;
if (ball1locy > (530 - radiusball1)) {
this._x = 530 - radiusball1;
speedy1 = -speedy1;
} else if (ball1locy < (340 + radiusball1)) {
this._x = 340 + radiusball1;
speedy1 = -speedy1;
} else {
this._x = this._x + speedy1;
}
}
onClipEvent (load) {
speedy1 = 4;
radiusball1 = this._width / 2;
}
Frame 38
Mouse.show();
loser = new Sound(this);
loser.attachSound("buzzer3.wav");
loser.start();
stop();
startbutton.onRelease = function () {
gotoAndStop (36);
};
Instance of Symbol 16 MovieClip in Frame 38
onClipEvent (enterFrame) {
if (this.hitTest(_root.Player)) {
_root.gotoAndStop(33);
}
}
Instance of Symbol 18 MovieClip "b2" in Frame 38
onClipEvent (enterFrame) {
ball1locy = this._y + speedy1;
if (ball1locy > (220 - radiusball1)) {
this._y = 220 - radiusball1;
speedy1 = -speedy1;
} else if (ball1locy < (140 + radiusball1)) {
this._y = 140 + radiusball1;
speedy1 = -speedy1;
} else {
this._y = this._y + speedy1;
}
}
onClipEvent (load) {
speedy1 = -2;
radiusball1 = this._height / 2;
}
Frame 39
Mouse.show();
winner = new Sound(this);
winner.attachSound("fanfare.wav");
winner.start();
stop();
replaybutton.onRelease = function () {
gotoAndStop (41);
};
Frame 41
stop();
startbutton.onRelease = function () {
gotoAndStop (42);
};
Instance of Symbol 16 MovieClip in Frame 42
onClipEvent (enterFrame) {
if (this.hitTest(_root.Playerperim)) {
_root.gotoAndStop(43);
}
}
Instance of Symbol 16 MovieClip in Frame 42
onClipEvent (enterFrame) {
if (this.hitTest(_root.Playerperim)) {
_root.gotoAndStop(43);
}
}
Instance of Symbol 18 MovieClip in Frame 42
onClipEvent (enterFrame) {
if (this.hitTest(_root.Playerperim)) {
_root.gotoAndStop(43);
}
}
Instance of Symbol 18 MovieClip in Frame 42
onClipEvent (enterFrame) {
if (this.hitTest(_root.Playerperim)) {
_root.gotoAndStop(23);
}
}
Instance of Symbol 16 MovieClip in Frame 42
onClipEvent (enterFrame) {
if (this.hitTest(_root.Playerperim)) {
_root.gotoAndStop(43);
}
}
Instance of Symbol 16 MovieClip in Frame 42
onClipEvent (enterFrame) {
if (this.hitTest(_root.Playerperim)) {
_root.gotoAndStop(43);
}
}
Instance of Symbol 7 MovieClip [Playerperim] "Playerperim" in Frame 42
onClipEvent (enterFrame) {
Mouse.hide();
this._x = 530 - _root._xmouse;
this._y = 380 - _root._ymouse;
}
Instance of Symbol 16 MovieClip in Frame 42
onClipEvent (enterFrame) {
this._rotation = this._rotation + 2;
hit = false;
for (i in _root.Playerperim.perimeter) {
point = new Object();
point.x = _root.Playerperim.perimeter[i]._x;
point.y = _root.Playerperim.perimeter[i]._y;
_root.Playerperim.localToGlobal(point);
if (this.hitTest(point.x, point.y, true)) {
hit = true;
}
}
if (hit) {
_root.gotoAndStop(43);
}
}
Instance of Symbol 16 MovieClip in Frame 42
onClipEvent (enterFrame) {
this._rotation = this._rotation - 2;
hit = false;
for (i in _root.Playerperim.perimeter) {
point = new Object();
point.x = _root.Playerperim.perimeter[i]._x;
point.y = _root.Playerperim.perimeter[i]._y;
_root.Playerperim.localToGlobal(point);
if (this.hitTest(point.x, point.y, true)) {
hit = true;
}
}
if (hit) {
_root.gotoAndStop(43);
}
}
Instance of Symbol 32 MovieClip in Frame 42
onClipEvent (enterFrame) {
if (this.hitTest(_root.Playerperim)) {
_root.gotoAndStop(44);
}
}
Frame 43
Mouse.show();
loser = new Sound(this);
loser.attachSound("buzzer3.wav");
loser.start();
stop();
startbutton.onRelease = function () {
gotoAndStop (41);
};
Instance of Symbol 16 MovieClip in Frame 43
onClipEvent (enterFrame) {
if (this.hitTest(_root.Player)) {
_root.gotoAndStop(23);
}
}
Instance of Symbol 16 MovieClip in Frame 43
onClipEvent (enterFrame) {
if (this.hitTest(_root.Player)) {
_root.gotoAndStop(23);
}
}
Instance of Symbol 18 MovieClip in Frame 43
onClipEvent (enterFrame) {
if (this.hitTest(_root.Player)) {
_root.gotoAndStop(23);
}
}
Instance of Symbol 18 MovieClip in Frame 43
onClipEvent (enterFrame) {
if (this.hitTest(_root.Player)) {
_root.gotoAndStop(23);
}
}
Instance of Symbol 16 MovieClip in Frame 43
onClipEvent (enterFrame) {
if (this.hitTest(_root.Player)) {
_root.gotoAndStop(23);
}
}
Instance of Symbol 16 MovieClip in Frame 43
onClipEvent (enterFrame) {
if (this.hitTest(_root.Player)) {
_root.gotoAndStop(23);
}
}
Instance of Symbol 16 MovieClip in Frame 43
onClipEvent (enterFrame) {
this._rotation = this._rotation + 2;
hit = false;
for (i in _root.Playerperim.perimeter) {
point = new Object();
point.x = _root.Playerperim.perimeter[i]._x;
point.y = _root.Playerperim.perimeter[i]._y;
_root.Playerperim.localToGlobal(point);
if (this.hitTest(point.x, point.y, true)) {
hit = true;
}
}
if (hit) {
_root.gotoAndStop(23);
}
}
Instance of Symbol 16 MovieClip in Frame 43
onClipEvent (enterFrame) {
this._rotation = this._rotation - 2;
hit = false;
for (i in _root.Playerperim.perimeter) {
point = new Object();
point.x = _root.Playerperim.perimeter[i]._x;
point.y = _root.Playerperim.perimeter[i]._y;
_root.Playerperim.localToGlobal(point);
if (this.hitTest(point.x, point.y, true)) {
hit = true;
}
}
if (hit) {
_root.gotoAndStop(23);
}
}
Frame 44
Mouse.show();
winner = new Sound(this);
winner.attachSound("fanfare.wav");
winner.start();
stop();
replaybutton.onRelease = function () {
gotoAndStop (46);
};
Instance of Symbol 16 MovieClip in Frame 44
onClipEvent (enterFrame) {
if (this.hitTest(_root.Playerperim)) {
_root.gotoAndStop(23);
}
}
Frame 46
stop();
startbutton.onRelease = function () {
gotoAndStop (47);
};
Instance of Symbol 16 MovieClip in Frame 47
onClipEvent (enterFrame) {
if (this.hitTest(_root.Playerperim)) {
_root.gotoAndStop(48);
}
}
Instance of Symbol 16 MovieClip in Frame 47
onClipEvent (enterFrame) {
if (this.hitTest(_root.Playerperim)) {
_root.gotoAndStop(48);
}
}
Instance of Symbol 18 MovieClip in Frame 47
onClipEvent (enterFrame) {
if (this.hitTest(_root.Playerperim)) {
_root.gotoAndStop(48);
}
}
Instance of Symbol 18 MovieClip in Frame 47
onClipEvent (enterFrame) {
if (this.hitTest(_root.Playerperim)) {
_root.gotoAndStop(48);
}
}
Instance of Symbol 7 MovieClip [Playerperim] "Playerperim" in Frame 47
onClipEvent (enterFrame) {
Mouse.hide();
this._x = 530 - _root._xmouse;
this._y = 380 - _root._ymouse;
}
Instance of Symbol 16 MovieClip in Frame 47
onClipEvent (enterFrame) {
this._rotation = this._rotation + 2;
hit = false;
for (i in _root.Playerperim.perimeter) {
point = new Object();
point.x = _root.Playerperim.perimeter[i]._x;
point.y = _root.Playerperim.perimeter[i]._y;
_root.Playerperim.localToGlobal(point);
if (this.hitTest(point.x, point.y, true)) {
hit = true;
}
}
if (hit) {
_root.gotoAndStop(48);
}
}
Instance of Symbol 16 MovieClip in Frame 47
onClipEvent (enterFrame) {
this._rotation = this._rotation + 2;
hit = false;
for (i in _root.Playerperim.perimeter) {
point = new Object();
point.x = _root.Playerperim.perimeter[i]._x;
point.y = _root.Playerperim.perimeter[i]._y;
_root.Playerperim.localToGlobal(point);
if (this.hitTest(point.x, point.y, true)) {
hit = true;
}
}
if (hit) {
_root.gotoAndStop(48);
}
}
Instance of Symbol 32 MovieClip in Frame 47
onClipEvent (enterFrame) {
if (this.hitTest(_root.Playerperim)) {
_root.gotoAndStop(49);
}
}
Instance of Symbol 18 MovieClip in Frame 47
onClipEvent (enterFrame) {
if (this.hitTest(_root.Playerperim)) {
_root.gotoAndStop(48);
}
}
Instance of Symbol 18 MovieClip in Frame 47
onClipEvent (enterFrame) {
if (this.hitTest(_root.Playerperim)) {
_root.gotoAndStop(48);
}
}
Instance of Symbol 16 MovieClip in Frame 47
onClipEvent (enterFrame) {
if (this.hitTest(_root.Playerperim)) {
_root.gotoAndStop(48);
}
}
Instance of Symbol 16 MovieClip in Frame 47
onClipEvent (enterFrame) {
if (this.hitTest(_root.Playerperim)) {
_root.gotoAndStop(48);
}
}
Frame 48
Mouse.show();
loser = new Sound(this);
loser.attachSound("buzzer3.wav");
loser.start();
stop();
startbutton.onRelease = function () {
gotoAndStop (46);
};
Instance of Symbol 16 MovieClip in Frame 48
onClipEvent (enterFrame) {
this._rotation = this._rotation + 2;
hit = false;
for (i in _root.Playerperim.perimeter) {
point = new Object();
point.x = _root.Playerperim.perimeter[i]._x;
point.y = _root.Playerperim.perimeter[i]._y;
_root.Playerperim.localToGlobal(point);
if (this.hitTest(point.x, point.y, true)) {
hit = true;
}
}
if (hit) {
_root.gotoAndStop(46);
}
}
Instance of Symbol 16 MovieClip in Frame 48
onClipEvent (enterFrame) {
this._rotation = this._rotation + 2;
hit = false;
for (i in _root.Playerperim.perimeter) {
point = new Object();
point.x = _root.Playerperim.perimeter[i]._x;
point.y = _root.Playerperim.perimeter[i]._y;
_root.Playerperim.localToGlobal(point);
if (this.hitTest(point.x, point.y, true)) {
hit = true;
}
}
if (hit) {
_root.gotoAndStop(46);
}
}
Instance of Symbol 32 MovieClip in Frame 48
onClipEvent (enterFrame) {
if (this.hitTest(_root.Playerperim)) {
_root.gotoAndStop(44);
}
}
Frame 49
Mouse.show();
winner = new Sound(this);
winner.attachSound("fanfare.wav");
winner.start();
stop();
replaybutton.onRelease = function () {
gotoAndStop (51);
};
Frame 51
stop();
startbutton.onRelease = function () {
gotoAndStop (52);
};
Instance of Symbol 16 MovieClip in Frame 52
onClipEvent (enterFrame) {
if (this.hitTest(_root.Playerperim)) {
_root.gotoAndStop(53);
}
}
Instance of Symbol 16 MovieClip in Frame 52
onClipEvent (enterFrame) {
if (this.hitTest(_root.Playerperim)) {
_root.gotoAndStop(53);
}
}
Instance of Symbol 18 MovieClip in Frame 52
onClipEvent (enterFrame) {
if (this.hitTest(_root.Playerperim)) {
_root.gotoAndStop(53);
}
}
Instance of Symbol 18 MovieClip in Frame 52
onClipEvent (enterFrame) {
if (this.hitTest(_root.Playerperim)) {
_root.gotoAndStop(53);
}
}
Instance of Symbol 7 MovieClip [Playerperim] "Playerperim" in Frame 52
onClipEvent (enterFrame) {
Mouse.hide();
this._x = 530 - _root._xmouse;
this._y = 380 - _root._ymouse;
if (this.hitTest(_root.ballone) || (this.hitTest(_root.balltwo))) {
_root.gotoAndStop(53);
}
}
Instance of Symbol 32 MovieClip in Frame 52
onClipEvent (enterFrame) {
if (this.hitTest(_root.Playerperim)) {
_root.gotoAndStop(54);
}
ball1locy = this._y + speedy1;
if (ball1locy > (380 - radiusball1)) {
this._y = 380 - radiusball1;
speedy1 = -speedy1;
} else if (ball1locy < (20 + radiusball1)) {
this._y = 20 + radiusball1;
speedy1 = -speedy1;
} else {
this._y = this._y + speedy1;
}
}
onClipEvent (load) {
speedy1 = 4;
radiusball1 = this._height / 2;
}
Instance of Symbol 16 MovieClip in Frame 52
onClipEvent (enterFrame) {
if (this.hitTest(_root.Playerperim)) {
_root.gotoAndStop(53);
}
}
Instance of Symbol 16 MovieClip "ballone" in Frame 52
onClipEvent (enterFrame) {
ball1locy = this._y + speedy1;
if (ball1locy > (380 - radiusball1)) {
this._y = 380 - radiusball1;
speedy1 = -speedy1;
} else if (ball1locy < (20 + radiusball1)) {
this._y = 20 + radiusball1;
speedy1 = -speedy1;
} else {
this._y = this._y + speedy1;
}
}
onClipEvent (load) {
speedy1 = 4;
radiusball1 = this._height / 2;
}
Instance of Symbol 16 MovieClip in Frame 52
onClipEvent (enterFrame) {
this._rotation = this._rotation - 2;
hit = false;
for (i in _root.Playerperim.perimeter) {
point = new Object();
point.x = _root.Playerperim.perimeter[i]._x;
point.y = _root.Playerperim.perimeter[i]._y;
_root.Playerperim.localToGlobal(point);
if (this.hitTest(point.x, point.y, true)) {
hit = true;
}
}
if (hit) {
_root.gotoAndStop(53);
}
}
Instance of Symbol 16 MovieClip in Frame 52
onClipEvent (enterFrame) {
this._rotation = this._rotation - 2;
hit = false;
for (i in _root.Playerperim.perimeter) {
point = new Object();
point.x = _root.Playerperim.perimeter[i]._x;
point.y = _root.Playerperim.perimeter[i]._y;
_root.Playerperim.localToGlobal(point);
if (this.hitTest(point.x, point.y, true)) {
hit = true;
}
}
if (hit) {
_root.gotoAndStop(53);
}
}
Instance of Symbol 16 MovieClip in Frame 52
onClipEvent (enterFrame) {
if (this.hitTest(_root.Playerperim)) {
_root.gotoAndStop(48);
}
}
Instance of Symbol 18 MovieClip in Frame 52
onClipEvent (enterFrame) {
if (this.hitTest(_root.Playerperim)) {
_root.gotoAndStop(53);
}
}
Instance of Symbol 50 MovieClip "balltwo" in Frame 52
onClipEvent (enterFrame) {
ball1locy = this._y + speedy1;
ball1locx = this._x + speedx1;
if (ball1locy > (380 - radiusball1)) {
this._y = 380 - radiusball1;
speedy1 = -speedy1;
} else if (ball1locy < (230 + radiusball1)) {
this._y = 230 + radiusball1;
speedy1 = -speedy1;
} else {
this._y = this._y + speedy1;
}
if (ball1locx > (260 - radiusball1)) {
this._x = 260 - radiusball1;
speedx1 = -speedx1;
} else if (ball1locx < (20 + radiusball1)) {
this._x = 20 + radiusball1;
speedx1 = -speedx1;
} else {
this._x = this._x + speedx1;
}
}
onClipEvent (load) {
speedy1 = 2;
speedx1 = 2;
radiusball1 = this._width / 2;
}
Frame 53
Mouse.show();
loser = new Sound(this);
loser.attachSound("buzzer3.wav");
loser.start();
stop();
startbutton.onRelease = function () {
gotoAndStop (51);
};
Instance of Symbol 16 MovieClip in Frame 53
onClipEvent (enterFrame) {
if (this.hitTest(_root.Playerperim)) {
_root.gotoAndStop(51);
}
}
Instance of Symbol 16 MovieClip in Frame 53
onClipEvent (enterFrame) {
if (this.hitTest(_root.Playerperim)) {
_root.gotoAndStop(48);
}
}
Instance of Symbol 18 MovieClip in Frame 53
onClipEvent (enterFrame) {
if (this.hitTest(_root.Playerperim)) {
_root.gotoAndStop(48);
}
}
Instance of Symbol 18 MovieClip in Frame 53
onClipEvent (enterFrame) {
if (this.hitTest(_root.Playerperim)) {
_root.gotoAndStop(48);
}
}
Instance of Symbol 32 MovieClip in Frame 53
onClipEvent (enterFrame) {
if (this.hitTest(_root.Playerperim)) {
_root.gotoAndStop(49);
}
ball1locy = this._y + speedy1;
if (ball1locy > (380 - radiusball1)) {
this._y = 380 - radiusball1;
speedy1 = -speedy1;
} else if (ball1locy < (20 + radiusball1)) {
this._y = 20 + radiusball1;
speedy1 = -speedy1;
} else {
this._y = this._y + speedy1;
}
}
onClipEvent (load) {
speedy1 = 4;
radiusball1 = this._height / 2;
}
Instance of Symbol 16 MovieClip in Frame 53
onClipEvent (enterFrame) {
if (this.hitTest(_root.Playerperim)) {
_root.gotoAndStop(48);
}
}
Instance of Symbol 16 MovieClip in Frame 53
onClipEvent (enterFrame) {
this._rotation = this._rotation - 2;
hit = false;
for (i in _root.Playerperim.perimeter) {
point = new Object();
point.x = _root.Playerperim.perimeter[i]._x;
point.y = _root.Playerperim.perimeter[i]._y;
_root.Playerperim.localToGlobal(point);
if (this.hitTest(point.x, point.y, true)) {
hit = true;
}
}
if (hit) {
_root.gotoAndStop(47);
}
}
Instance of Symbol 16 MovieClip in Frame 53
onClipEvent (enterFrame) {
this._rotation = this._rotation - 2;
hit = false;
for (i in _root.Playerperim.perimeter) {
point = new Object();
point.x = _root.Playerperim.perimeter[i]._x;
point.y = _root.Playerperim.perimeter[i]._y;
_root.Playerperim.localToGlobal(point);
if (this.hitTest(point.x, point.y, true)) {
hit = true;
}
}
if (hit) {
_root.gotoAndStop(47);
}
}
Frame 54
Mouse.show();
winner = new Sound(this);
winner.attachSound("fanfare.wav");
winner.start();
stop();
replaybutton.onRelease = function () {
gotoAndStop (56);
};
Frame 56
stop();
startbutton.onRelease = function () {
gotoAndStop (57);
};
Instance of Symbol 16 MovieClip in Frame 57
onClipEvent (enterFrame) {
if (this.hitTest(_root.Playerperim)) {
_root.gotoAndStop(58);
}
}
Instance of Symbol 16 MovieClip in Frame 57
onClipEvent (enterFrame) {
if (this.hitTest(_root.Playerperim)) {
_root.gotoAndStop(58);
}
}
Instance of Symbol 18 MovieClip in Frame 57
onClipEvent (enterFrame) {
if (this.hitTest(_root.Playerperim)) {
_root.gotoAndStop(58);
}
}
Instance of Symbol 18 MovieClip in Frame 57
onClipEvent (enterFrame) {
if (this.hitTest(_root.Playerperim)) {
_root.gotoAndStop(58);
}
}
Instance of Symbol 7 MovieClip [Playerperim] "Playerperim" in Frame 57
onClipEvent (enterFrame) {
Mouse.hide();
this._x = 530 - _root._xmouse;
this._y = 380 - _root._ymouse;
}
Instance of Symbol 58 MovieClip in Frame 57
onClipEvent (enterFrame) {
this._rotation = this._rotation + 1;
hit = false;
for (i in _root.Playerperim.perimeter) {
point = new Object();
point.x = _root.Playerperim.perimeter[i]._x;
point.y = _root.Playerperim.perimeter[i]._y;
_root.Playerperim.localToGlobal(point);
if (this.hitTest(point.x, point.y, true)) {
hit = true;
}
}
if (hit) {
_root.gotoAndStop(58);
}
}
Instance of Symbol 61 MovieClip in Frame 57
onClipEvent (enterFrame) {
this._rotation = this._rotation - 1;
hit = false;
for (i in _root.Playerperim.perimeter) {
point = new Object();
point.x = _root.Playerperim.perimeter[i]._x;
point.y = _root.Playerperim.perimeter[i]._y;
_root.Playerperim.localToGlobal(point);
if (this.hitTest(point.x, point.y, true)) {
hit = true;
}
}
if (hit) {
_root.gotoAndStop(58);
}
}
Instance of Symbol 32 MovieClip in Frame 57
onClipEvent (enterFrame) {
if (this.hitTest(_root.Playerperim)) {
_root.gotoAndStop(59);
}
}
Instance of Symbol 16 MovieClip in Frame 57
onClipEvent (enterFrame) {
if (this.hitTest(_root.Playerperim)) {
_root.gotoAndStop(58);
}
}
Instance of Symbol 16 MovieClip in Frame 57
onClipEvent (enterFrame) {
if (this.hitTest(_root.Playerperim)) {
_root.gotoAndStop(58);
}
}
Instance of Symbol 16 MovieClip in Frame 57
onClipEvent (enterFrame) {
if (this.hitTest(_root.Playerperim)) {
_root.gotoAndStop(58);
}
}
Instance of Symbol 16 MovieClip in Frame 57
onClipEvent (enterFrame) {
if (this.hitTest(_root.Playerperim)) {
_root.gotoAndStop(58);
}
}
Instance of Symbol 16 MovieClip in Frame 57
onClipEvent (enterFrame) {
if (this.hitTest(_root.Playerperim)) {
_root.gotoAndStop(58);
}
}
Frame 58
Mouse.show();
loser = new Sound(this);
loser.attachSound("buzzer3.wav");
loser.start();
stop();
startbutton.onRelease = function () {
gotoAndStop (56);
};
Frame 59
Mouse.show();
winner = new Sound(this);
winner.attachSound("fanfare.wav");
winner.start();
stop();
replaybutton.onRelease = function () {
gotoAndStop (61);
};
Frame 61
stop();
startbutton.onRelease = function () {
gotoAndStop (62);
};
Instance of Symbol 16 MovieClip in Frame 62
onClipEvent (enterFrame) {
if (this.hitTest(_root.Playerperim)) {
_root.gotoAndStop(63);
}
}
Instance of Symbol 16 MovieClip in Frame 62
onClipEvent (enterFrame) {
if (this.hitTest(_root.Playerperim)) {
_root.gotoAndStop(63);
}
}
Instance of Symbol 18 MovieClip in Frame 62
onClipEvent (enterFrame) {
if (this.hitTest(_root.Playerperim)) {
_root.gotoAndStop(63);
}
}
Instance of Symbol 18 MovieClip in Frame 62
onClipEvent (enterFrame) {
if (this.hitTest(_root.Playerperim)) {
_root.gotoAndStop(63);
}
}
Instance of Symbol 18 MovieClip "ballone" in Frame 62
onClipEvent (enterFrame) {
ball1locy = this._y + speedy1;
if (ball1locy > (380 - radiusball1)) {
this._y = 380 - radiusball1;
speedy1 = -speedy1;
} else if (ball1locy < (20 + radiusball1)) {
this._y = 20 + radiusball1;
speedy1 = -speedy1;
} else {
this._y = this._y + speedy1;
}
}
onClipEvent (load) {
speedy1 = 3;
radiusball1 = this._height / 2;
}
Instance of Symbol 32 MovieClip in Frame 62
onClipEvent (enterFrame) {
if (this.hitTest(_root.Player)) {
_root.gotoAndStop(64);
}
}
Instance of Symbol 16 MovieClip in Frame 62
onClipEvent (enterFrame) {
if (this.hitTest(_root.Player)) {
_root.gotoAndStop(63);
}
}
Instance of Symbol 16 MovieClip in Frame 62
onClipEvent (enterFrame) {
if (this.hitTest(_root.Player)) {
_root.gotoAndStop(63);
}
}
Instance of Symbol 16 MovieClip in Frame 62
onClipEvent (enterFrame) {
if (this.hitTest(_root.Player)) {
_root.gotoAndStop(63);
}
}
Instance of Symbol 14 MovieClip [Player] "Player" in Frame 62
onClipEvent (enterFrame) {
Mouse.hide();
this._x = 530 - _root._xmouse;
this._y = 380 - _root._ymouse;
if (this.hitTest(_root.ballone)) {
_root.gotoAndStop(63);
}
}
Frame 63
Mouse.show();
loser = new Sound(this);
loser.attachSound("buzzer3.wav");
loser.start();
stop();
startbutton.onRelease = function () {
gotoAndStop (61);
};
Frame 64
Mouse.show();
winner = new Sound(this);
winner.attachSound("fanfare.wav");
winner.start();
stop();
replaybutton.onRelease = function () {
gotoAndStop (66);
};
Frame 66
stop();
startbutton.onRelease = function () {
gotoAndStop (67);
};
Instance of Symbol 16 MovieClip in Frame 67
onClipEvent (enterFrame) {
if (this.hitTest(_root.Playerperim)) {
_root.gotoAndStop(68);
}
}
Instance of Symbol 16 MovieClip in Frame 67
onClipEvent (enterFrame) {
if (this.hitTest(_root.Playerperim)) {
_root.gotoAndStop(68);
}
}
Instance of Symbol 18 MovieClip in Frame 67
onClipEvent (enterFrame) {
if (this.hitTest(_root.Playerperim)) {
_root.gotoAndStop(68);
}
}
Instance of Symbol 18 MovieClip in Frame 67
onClipEvent (enterFrame) {
if (this.hitTest(_root.Playerperim)) {
_root.gotoAndStop(68);
}
}
Instance of Symbol 16 MovieClip in Frame 67
onClipEvent (enterFrame) {
if (this.hitTest(_root.Playerperim)) {
_root.gotoAndStop(68);
}
}
Instance of Symbol 18 MovieClip in Frame 67
onClipEvent (enterFrame) {
if (this.hitTest(_root.Playerperim)) {
_root.gotoAndStop(68);
}
}
Instance of Symbol 18 MovieClip "twister" in Frame 67
onClipEvent (enterFrame) {
this._rotation = this._rotation - 1;
hit = false;
for (i in _root.Playerperim.perimeter) {
point = new Object();
point.x = _root.Playerperim.perimeter[i]._x;
point.y = _root.Playerperim.perimeter[i]._y;
_root.Playerperim.localToGlobal(point);
if (this.hitTest(point.x, point.y, true)) {
hit = true;
}
}
if (hit) {
_root.gotoAndStop(68);
}
}
Instance of Symbol 16 MovieClip "twister2" in Frame 67
onClipEvent (enterFrame) {
this._rotation = this._rotation + 1;
hit = false;
for (i in _root.Playerperim.perimeter) {
point = new Object();
point.x = _root.Playerperim.perimeter[i]._x;
point.y = _root.Playerperim.perimeter[i]._y;
_root.Playerperim.localToGlobal(point);
if (this.hitTest(point.x, point.y, true)) {
hit = true;
}
}
if (hit) {
_root.gotoAndStop(68);
}
}
Instance of Symbol 61 MovieClip in Frame 67
onClipEvent (enterFrame) {
this._rotation = this._rotation - 1;
hit = false;
for (i in _root.Playerperim.perimeter) {
point = new Object();
point.x = _root.Playerperim.perimeter[i]._x;
point.y = _root.Playerperim.perimeter[i]._y;
_root.Playerperim.localToGlobal(point);
if (this.hitTest(point.x, point.y, true)) {
hit = true;
}
}
if (hit) {
_root.gotoAndStop(68);
}
}
Instance of Symbol 16 MovieClip in Frame 67
onClipEvent (enterFrame) {
if (this.hitTest(_root.Playerperim)) {
_root.gotoAndStop(68);
}
}
Instance of Symbol 50 MovieClip "ballone" in Frame 67
onClipEvent (enterFrame) {
function setDirection(diraxis) {
if (diraxis == x) {
speedx1 = -speedx1;
}
if (diraxis == y) {
speedy1 = -speedy1;
}
}
ball1locy = this._y + speedy1;
ball1locx = this._x + speedx1;
if (ball1locy > (380 - radiusball1)) {
this._y = 380 - radiusball1;
speedy1 = -speedy1;
} else if (ball1locy < (20 + radiusball1)) {
this._y = 20 + radiusball1;
speedy1 = -speedy1;
} else {
this._y = this._y + speedy1;
}
if (ball1locx > (530 - radiusball1)) {
this._x = 530 - radiusball1;
speedx1 = -speedx1;
} else if (ball1locx < (430 + radiusball1)) {
this._x = 430 + radiusball1;
speedx1 = -speedx1;
} else {
this._x = this._x + speedx1;
}
}
onClipEvent (load) {
speedy1 = 2;
speedx1 = 2;
radiusball1 = this._width / 2;
}
Instance of Symbol 32 MovieClip "goal" in Frame 67
onClipEvent (enterFrame) {
if (this.hitTest(_root.Playerperim)) {
_root.gotoAndStop(69);
}
}
Instance of Symbol 58 MovieClip "outring" in Frame 67
onClipEvent (enterFrame) {
this._rotation = this._rotation + 1;
hit = false;
for (i in _root.Playerperim.perimeter) {
point = new Object();
point.x = _root.Playerperim.perimeter[i]._x;
point.y = _root.Playerperim.perimeter[i]._y;
_root.Playerperim.localToGlobal(point);
if (this.hitTest(point.x, point.y, true)) {
hit = true;
}
}
if (hit) {
_root.gotoAndStop(68);
}
}
Instance of Symbol 18 MovieClip in Frame 67
onClipEvent (enterFrame) {
if (this.hitTest(_root.Playerperim)) {
_root.gotoAndStop(68);
}
}
Instance of Symbol 16 MovieClip in Frame 67
onClipEvent (enterFrame) {
if (this.hitTest(_root.Playerperim)) {
_root.gotoAndStop(68);
}
}
Instance of Symbol 7 MovieClip [Playerperim] "Playerperim" in Frame 67
onClipEvent (enterFrame) {
Mouse.hide();
this._x = 530 - _root._xmouse;
this._y = 380 - _root._ymouse;
if (this.hitTest(_root.ballone) || (this.hitTest(_root.balltwo))) {
_root.gotoAndStop(68);
}
}
Frame 68
Mouse.show();
loser = new Sound(this);
loser.attachSound("buzzer3.wav");
loser.start();
stop();
startbutton.onRelease = function () {
gotoAndStop (66);
};
Instance of Symbol 16 MovieClip in Frame 68
onClipEvent (enterFrame) {
if (this.hitTest(_root.Player)) {
trace("DIE");
}
}
Instance of Symbol 16 MovieClip in Frame 68
onClipEvent (enterFrame) {
if (this.hitTest(_root.Player)) {
trace("DIE");
}
}
Instance of Symbol 18 MovieClip in Frame 68
onClipEvent (enterFrame) {
if (this.hitTest(_root.Player)) {
trace("DIE");
}
}
Instance of Symbol 18 MovieClip in Frame 68
onClipEvent (enterFrame) {
if (this.hitTest(_root.Player)) {
trace("DIE");
}
}
Instance of Symbol 16 MovieClip in Frame 68
onClipEvent (enterFrame) {
if (this.hitTest(_root.Player)) {
trace("DIE");
}
}
Instance of Symbol 18 MovieClip in Frame 68
onClipEvent (enterFrame) {
if (this.hitTest(_root.Player)) {
trace("DIE");
}
}
Instance of Symbol 18 MovieClip "twister" in Frame 68
onClipEvent (enterFrame) {
this._rotation = this._rotation - 1;
if (this.hitTest(_root.Player.xPosi(), _root.Player.yPosi(), true)) {
trace("DIE");
}
}
Instance of Symbol 16 MovieClip "twister2" in Frame 68
onClipEvent (enterFrame) {
this._rotation = this._rotation + 1;
if (this.hitTest(_root.Player.xPosi(), _root.Player.yPosi(), true)) {
trace("DIE");
}
}
Instance of Symbol 61 MovieClip in Frame 68
onClipEvent (enterFrame) {
this._rotation = this._rotation - 1;
if (this.hitTest(_root.Player.xPosi(), _root.Player.yPosi(), true)) {
trace("DIE");
}
}
Instance of Symbol 16 MovieClip in Frame 68
onClipEvent (enterFrame) {
if (this.hitTest(_root.Player)) {
trace("DIE");
}
}
Instance of Symbol 50 MovieClip "ballone" in Frame 68
onClipEvent (enterFrame) {
function setDirection(diraxis) {
if (diraxis == x) {
speedx1 = -speedx1;
}
if (diraxis == y) {
speedy1 = -speedy1;
}
}
ball1locy = this._y + speedy1;
ball1locx = this._x + speedx1;
if (ball1locy > (380 - radiusball1)) {
this._y = 380 - radiusball1;
speedy1 = -speedy1;
} else if (ball1locy < (20 + radiusball1)) {
this._y = 20 + radiusball1;
speedy1 = -speedy1;
} else {
this._y = this._y + speedy1;
}
if (ball1locx > (530 - radiusball1)) {
this._x = 530 - radiusball1;
speedx1 = -speedx1;
} else if (ball1locx < (430 + radiusball1)) {
this._x = 430 + radiusball1;
speedx1 = -speedx1;
} else {
this._x = this._x + speedx1;
}
}
onClipEvent (load) {
speedy1 = 3;
speedx1 = 3;
radiusball1 = this._width / 2;
}
Instance of Symbol 58 MovieClip "outring" in Frame 68
onClipEvent (enterFrame) {
this._rotation = this._rotation + 1;
if (this.hitTest(_root.Player.xPosi(), _root.Player.yPosi(), true)) {
trace("DIE");
}
}
Instance of Symbol 18 MovieClip in Frame 68
onClipEvent (enterFrame) {
if (this.hitTest(_root.Player)) {
_root.gotoAndStop(3);
}
}
Instance of Symbol 16 MovieClip in Frame 68
onClipEvent (enterFrame) {
if (this.hitTest(_root.Player)) {
_root.gotoAndStop(3);
}
}
Frame 69
Mouse.show();
winner = new Sound(this);
winner.attachSound("fanfare.wav");
winner.start();
stop();
replaybutton.onRelease = function () {
gotoAndStop (71);
};
Frame 71
stop();
startbutton.onRelease = function () {
gotoAndStop (72);
};
Instance of Symbol 16 MovieClip in Frame 72
onClipEvent (enterFrame) {
if (this.hitTest(_root.Player)) {
_root.gotoAndStop(73);
}
}
Instance of Symbol 16 MovieClip in Frame 72
onClipEvent (enterFrame) {
if (this.hitTest(_root.Player)) {
_root.gotoAndStop(73);
}
}
Instance of Symbol 18 MovieClip in Frame 72
onClipEvent (enterFrame) {
if (this.hitTest(_root.Player)) {
_root.gotoAndStop(73);
}
}
Instance of Symbol 18 MovieClip in Frame 72
onClipEvent (enterFrame) {
if (this.hitTest(_root.Player)) {
_root.gotoAndStop(73);
}
}
Instance of Symbol 14 MovieClip [Player] "Player" in Frame 72
onClipEvent (enterFrame) {
Mouse.hide();
this._x = 530 - _root._xmouse;
this._y = 380 - _root._ymouse;
if (((this.hitTest(_root.s1) || (this.hitTest(_root.s2))) || (this.hitTest(_root.s3))) || (this.hitTest(_root.s4))) {
_root.gotoAndStop(73);
}
}
Instance of Symbol 18 MovieClip in Frame 72
onClipEvent (enterFrame) {
if (this.hitTest(_root.Player)) {
_root.gotoAndStop(73);
}
}
Instance of Symbol 18 MovieClip in Frame 72
onClipEvent (enterFrame) {
if (this.hitTest(_root.Playerperim)) {
_root.gotoAndStop(73);
}
}
Instance of Symbol 18 MovieClip in Frame 72
onClipEvent (enterFrame) {
if (this.hitTest(_root.Player)) {
_root.gotoAndStop(73);
}
}
Instance of Symbol 32 MovieClip in Frame 72
onClipEvent (enterFrame) {
if (this.hitTest(_root.Player)) {
_root.gotoAndStop(74);
}
}
Instance of Symbol 66 MovieClip "s1" in Frame 72
onClipEvent (enterFrame) {
if ((_root.Player._y < 100) && (_root.Player._x > 110)) {
active = 1;
}
if (active == 1) {
ball1locy = this._x + speedy1;
if (ball1locy > (540 - radiusball1)) {
this._x = 540 - radiusball1;
speedy1 = -speedy1;
} else if (ball1locy < (5 + radiusball1)) {
this._x = 5 + radiusball1;
speedy1 = -speedy1;
} else {
this._x = this._x + speedy1;
}
}
}
onClipEvent (load) {
active = 0;
speedy1 = 5;
radiusball1 = this._width / 2;
}
Instance of Symbol 16 MovieClip in Frame 72
onClipEvent (enterFrame) {
if (this.hitTest(_root.Player)) {
_root.gotoAndStop(73);
}
}
Instance of Symbol 66 MovieClip "s2" in Frame 72
onClipEvent (enterFrame) {
if ((_root.Player._y > 110) && (_root.Player._x < 440)) {
active = 1;
}
if (active == 1) {
ball1locy = this._x + speedy1;
if (ball1locy > (540 - radiusball1)) {
this._x = 540 - radiusball1;
speedy1 = -speedy1;
} else if (ball1locy < (5 + radiusball1)) {
this._x = 5 + radiusball1;
speedy1 = -speedy1;
} else {
this._x = this._x + speedy1;
}
}
}
onClipEvent (load) {
active = 0;
speedy1 = 5;
radiusball1 = this._width / 2;
}
Instance of Symbol 66 MovieClip "s4" in Frame 72
onClipEvent (enterFrame) {
if ((_root.Player._y > 210) && (_root.Player._x > 110)) {
active = 1;
}
if (active == 1) {
ball1locy = this._x + speedy1;
if (ball1locy > (540 - radiusball1)) {
this._x = 540 - radiusball1;
speedy1 = -speedy1;
} else if (ball1locy < (5 + radiusball1)) {
this._x = 5 + radiusball1;
speedy1 = -speedy1;
} else {
this._x = this._x + speedy1;
}
}
}
onClipEvent (load) {
active = 0;
speedy1 = 5;
radiusball1 = this._width / 2;
}
Instance of Symbol 66 MovieClip "s3" in Frame 72
onClipEvent (enterFrame) {
if ((_root.Player._y > 320) && (_root.Player._x < 440)) {
active = 1;
}
if (active == 1) {
ball1locy = this._x + speedy1;
if (ball1locy > (540 - radiusball1)) {
this._x = 540 - radiusball1;
speedy1 = -speedy1;
} else if (ball1locy < (5 + radiusball1)) {
this._x = 5 + radiusball1;
speedy1 = -speedy1;
} else {
this._x = this._x + speedy1;
}
}
}
onClipEvent (load) {
active = 0;
speedy1 = 5;
radiusball1 = this._width / 2;
}
Frame 73
Mouse.show();
loser = new Sound(this);
loser.attachSound("buzzer3.wav");
loser.start();
stop();
startbutton.onRelease = function () {
gotoAndStop (71);
};
Instance of Symbol 16 MovieClip in Frame 73
onClipEvent (enterFrame) {
if (this.hitTest(_root.Playerperim)) {
_root.gotoAndStop(73);
}
}
Instance of Symbol 16 MovieClip in Frame 73
onClipEvent (enterFrame) {
if (this.hitTest(_root.Playerperim)) {
_root.gotoAndStop(73);
}
}
Instance of Symbol 18 MovieClip in Frame 73
onClipEvent (enterFrame) {
if (this.hitTest(_root.Playerperim)) {
_root.gotoAndStop(73);
}
}
Instance of Symbol 18 MovieClip in Frame 73
onClipEvent (enterFrame) {
if (this.hitTest(_root.Playerperim)) {
_root.gotoAndStop(73);
}
}
Instance of Symbol 18 MovieClip in Frame 73
onClipEvent (enterFrame) {
if (this.hitTest(_root.Playerperim)) {
_root.gotoAndStop(73);
}
}
Instance of Symbol 18 MovieClip in Frame 73
onClipEvent (enterFrame) {
if (this.hitTest(_root.Playerperim)) {
_root.gotoAndStop(73);
}
}
Instance of Symbol 16 MovieClip in Frame 73
onClipEvent (enterFrame) {
if (this.hitTest(_root.Playerperim)) {
_root.gotoAndStop(73);
}
}
Frame 74
Mouse.show();
winner = new Sound(this);
winner.attachSound("fanfare.wav");
winner.start();
stop();
replaybutton.onRelease = function () {
gotoAndStop (76);
};
Frame 76
stop();
startbutton.onRelease = function () {
gotoAndStop (77);
};
Instance of Symbol 16 MovieClip in Frame 77
onClipEvent (enterFrame) {
if (this.hitTest(_root.Player)) {
_root.gotoAndStop(78);
}
}
Instance of Symbol 16 MovieClip in Frame 77
onClipEvent (enterFrame) {
if (this.hitTest(_root.Player)) {
_root.gotoAndStop(78);
}
}
Instance of Symbol 18 MovieClip in Frame 77
onClipEvent (enterFrame) {
if (this.hitTest(_root.Player)) {
_root.gotoAndStop(78);
}
}
Instance of Symbol 18 MovieClip in Frame 77
onClipEvent (enterFrame) {
if (this.hitTest(_root.Player)) {
_root.gotoAndStop(78);
}
}
Instance of Symbol 14 MovieClip [Player] "Player" in Frame 77
onClipEvent (enterFrame) {
Mouse.hide();
this._x = 530 - _root._xmouse;
this._y = 380 - _root._ymouse;
if (this.hitTest(_root.l1) || (this.hitTest(_root.l2))) {
_root.gotoAndStop(78);
}
}
Instance of Symbol 32 MovieClip in Frame 77
onClipEvent (enterFrame) {
if (this.hitTest(_root.Player)) {
_root.gotoAndStop(79);
}
}
Instance of Symbol 16 MovieClip in Frame 77
onClipEvent (enterFrame) {
if (this.hitTest(_root.Player)) {
_root.gotoAndStop(78);
}
}
Instance of Symbol 16 MovieClip in Frame 77
onClipEvent (enterFrame) {
if (this.hitTest(_root.Player)) {
_root.gotoAndStop(78);
}
}
Instance of Symbol 16 MovieClip in Frame 77
onClipEvent (enterFrame) {
if (this.hitTest(_root.Player)) {
_root.gotoAndStop(78);
}
}
Instance of Symbol 18 MovieClip "l1" in Frame 77
onClipEvent (enterFrame) {
if (_root.Player._x > 180) {
active = 1;
}
if (active == 1) {
ball1locy = this._y + speedy1;
if (ball1locy > (320 - radiusball1)) {
this._y = 320 - radiusball1;
speedy1 = -speedy1;
} else if (ball1locy < (0 + radiusball1)) {
this._y = 0 + radiusball1;
speedy1 = -speedy1;
} else {
this._y = this._y + speedy1;
}
}
}
onClipEvent (load) {
active = 0;
speedy1 = 2;
radiusball1 = this._height / 2;
}
Instance of Symbol 18 MovieClip "l2" in Frame 77
onClipEvent (enterFrame) {
if (_root.Player._x > 180) {
active = 1;
}
if (active == 1) {
ball1locy = this._y + speedy1;
if (ball1locy > (400 - radiusball1)) {
this._y = 400 - radiusball1;
speedy1 = -speedy1;
} else if (ball1locy < (80 + radiusball1)) {
this._y = 80 + radiusball1;
speedy1 = -speedy1;
} else {
this._y = this._y + speedy1;
}
}
}
onClipEvent (load) {
active = 0;
speedy1 = 2;
radiusball1 = this._height / 2;
}
Frame 78
Mouse.show();
loser = new Sound(this);
loser.attachSound("buzzer3.wav");
loser.start();
stop();
startbutton.onRelease = function () {
gotoAndStop (76);
};
Instance of Symbol 18 MovieClip "l1" in Frame 78
onClipEvent (enterFrame) {
if (_root.Player._x > 180) {
active = 1;
}
if (active == 1) {
ball1locy = this._y + speedy1;
if (ball1locy > (320 - radiusball1)) {
this._y = 320 - radiusball1;
speedy1 = -speedy1;
} else if (ball1locy < (0 + radiusball1)) {
this._y = 0 + radiusball1;
speedy1 = -speedy1;
} else {
this._y = this._y + speedy1;
}
}
}
onClipEvent (load) {
active = 0;
speedy1 = 5;
radiusball1 = this._height / 2;
}
Instance of Symbol 18 MovieClip "l2" in Frame 78
onClipEvent (enterFrame) {
if (_root.Player._x > 180) {
active = 1;
}
if (active == 1) {
ball1locy = this._y + speedy1;
if (ball1locy > (400 - radiusball1)) {
this._y = 400 - radiusball1;
speedy1 = -speedy1;
} else if (ball1locy < (80 + radiusball1)) {
this._y = 80 + radiusball1;
speedy1 = -speedy1;
} else {
this._y = this._y + speedy1;
}
}
}
onClipEvent (load) {
active = 0;
speedy1 = 5;
radiusball1 = this._height / 2;
}
Frame 79
Mouse.show();
winner = new Sound(this);
winner.attachSound("fanfare.wav");
winner.start();
stop();
replaybutton.onRelease = function () {
gotoAndStop (81);
};
Frame 81
stop();
startbutton.onRelease = function () {
gotoAndStop (82);
};
Instance of Symbol 16 MovieClip in Frame 82
onClipEvent (enterFrame) {
if (this.hitTest(_root.Player)) {
_root.gotoAndStop(83);
}
}
Instance of Symbol 16 MovieClip in Frame 82
onClipEvent (enterFrame) {
if (this.hitTest(_root.Player)) {
_root.gotoAndStop(83);
}
}
Instance of Symbol 18 MovieClip in Frame 82
onClipEvent (enterFrame) {
if (this.hitTest(_root.Player)) {
_root.gotoAndStop(83);
}
}
Instance of Symbol 18 MovieClip in Frame 82
onClipEvent (enterFrame) {
if (this.hitTest(_root.Player)) {
_root.gotoAndStop(83);
}
}
Instance of Symbol 14 MovieClip [Player] "Player" in Frame 82
onClipEvent (enterFrame) {
Mouse.hide();
this._x = 530 - _root._xmouse;
this._y = 380 - _root._ymouse;
if (this.hitTest(_root.b1)) {
_root.gotoAndStop(83);
}
}
Instance of Symbol 70 MovieClip "b1" in Frame 82
onClipEvent (enterFrame) {
ball1locy = this._y + speedy1;
ball1locx = this._x + speedx1;
if (ball1locy > (400 - radiusball1)) {
this._y = 400 - radiusball1;
speedy1 = -speedy1;
} else if (ball1locy < (10 + radiusball1)) {
this._y = 10 + radiusball1;
speedy1 = -speedy1;
} else {
this._y = this._y + speedy1;
}
if (ball1locx > (540 - radiusball1)) {
this._x = 540 - radiusball1;
speedx1 = -speedx1;
} else if (ball1locx < (20 + radiusball1)) {
this._x = 20 + radiusball1;
speedx1 = -speedx1;
} else {
this._x = this._x + speedx1;
}
}
onClipEvent (load) {
speedy1 = 3;
speedx1 = 3;
radiusball1 = this._width / 2;
}
Instance of Symbol 32 MovieClip in Frame 82
onClipEvent (enterFrame) {
if (this.hitTest(_root.Player)) {
_root.gotoAndStop(84);
}
}
Instance of Symbol 18 MovieClip in Frame 82
onClipEvent (enterFrame) {
if (this.hitTest(_root.Player)) {
_root.gotoAndStop(83);
}
}
Instance of Symbol 16 MovieClip in Frame 82
onClipEvent (enterFrame) {
if (this.hitTest(_root.Player)) {
_root.gotoAndStop(83);
}
}
Frame 83
Mouse.show();
loser = new Sound(this);
loser.attachSound("buzzer3.wav");
loser.start();
stop();
startbutton.onRelease = function () {
gotoAndStop (81);
};
Frame 84
Mouse.show();
winner = new Sound(this);
winner.attachSound("fanfare.wav");
winner.start();
stop();
replaybutton.onRelease = function () {
gotoAndStop (86);
};
Frame 86
stop();
startbutton.onRelease = function () {
gotoAndStop (87);
};
Instance of Symbol 16 MovieClip in Frame 87
onClipEvent (enterFrame) {
if (this.hitTest(_root.Playerperim)) {
_root.gotoAndStop(88);
}
}
Instance of Symbol 16 MovieClip in Frame 87
onClipEvent (enterFrame) {
if (this.hitTest(_root.Playerperim)) {
_root.gotoAndStop(88);
}
}
Instance of Symbol 18 MovieClip in Frame 87
onClipEvent (enterFrame) {
if (this.hitTest(_root.Playerperim)) {
_root.gotoAndStop(88);
}
}
Instance of Symbol 32 MovieClip "goal" in Frame 87
onClipEvent (enterFrame) {
ball1locy = this._x + speedy1;
if (ball1locy > (530 - radiusball1)) {
this._x = 530 - radiusball1;
speedy1 = -speedy1;
} else if (ball1locy < (20 + radiusball1)) {
this._x = 20 + radiusball1;
speedy1 = -speedy1;
} else {
this._x = this._x + speedy1;
}
}
onClipEvent (load) {
speedy1 = 4;
radiusball1 = this._width / 2;
}
Instance of Symbol 70 MovieClip in Frame 87
onClipEvent (enterFrame) {
if (this.hitTest(_root.Playerperim)) {
_root.gotoAndStop(88);
}
}
Instance of Symbol 66 MovieClip "m1" in Frame 87
onClipEvent (enterFrame) {
if (_root.Playerperim._x > 100) {
active = 1;
}
if (active == 1) {
ball1locy = this._x + speedy1;
if (ball1locy > (540 - radiusball1)) {
this._x = 540 - radiusball1;
speedy1 = -speedy1;
} else if (ball1locy < (5 + radiusball1)) {
this._x = 5 + radiusball1;
speedy1 = -speedy1;
} else {
this._x = this._x + speedy1;
}
}
}
onClipEvent (load) {
active = 0;
speedy1 = 5;
radiusball1 = this._width / 2;
}
Instance of Symbol 16 MovieClip in Frame 87
onClipEvent (enterFrame) {
this._rotation = this._rotation + 4;
hit = false;
for (i in _root.Playerperim.perimeter) {
point = new Object();
point.x = _root.Playerperim.perimeter[i]._x;
point.y = _root.Playerperim.perimeter[i]._y;
_root.Playerperim.localToGlobal(point);
if (this.hitTest(point.x, point.y, true)) {
hit = true;
}
}
if (hit) {
_root.gotoAndStop(88);
}
}
Instance of Symbol 16 MovieClip in Frame 87
onClipEvent (enterFrame) {
this._rotation = this._rotation + 4;
hit = false;
for (i in _root.Playerperim.perimeter) {
point = new Object();
point.x = _root.Playerperim.perimeter[i]._x;
point.y = _root.Playerperim.perimeter[i]._y;
_root.Playerperim.localToGlobal(point);
if (this.hitTest(point.x, point.y, true)) {
hit = true;
}
}
if (hit) {
_root.gotoAndStop(88);
}
}
Instance of Symbol 70 MovieClip in Frame 87
onClipEvent (enterFrame) {
if (this.hitTest(_root.Playerperim)) {
_root.gotoAndStop(88);
}
}
Instance of Symbol 16 MovieClip in Frame 87
onClipEvent (enterFrame) {
this._rotation = this._rotation - 4;
hit = false;
for (i in _root.Playerperim.perimeter) {
point = new Object();
point.x = _root.Playerperim.perimeter[i]._x;
point.y = _root.Playerperim.perimeter[i]._y;
_root.Playerperim.localToGlobal(point);
if (this.hitTest(point.x, point.y, true)) {
hit = true;
}
}
if (hit) {
_root.gotoAndStop(88);
}
}
Instance of Symbol 16 MovieClip in Frame 87
onClipEvent (enterFrame) {
this._rotation = this._rotation - 4;
hit = false;
for (i in _root.Playerperim.perimeter) {
point = new Object();
point.x = _root.Playerperim.perimeter[i]._x;
point.y = _root.Playerperim.perimeter[i]._y;
_root.Playerperim.localToGlobal(point);
if (this.hitTest(point.x, point.y, true)) {
hit = true;
}
}
if (hit) {
_root.gotoAndStop(88);
}
}
Instance of Symbol 7 MovieClip [Playerperim] "Playerperim" in Frame 87
onClipEvent (enterFrame) {
Mouse.hide();
this._x = 530 - _root._xmouse;
this._y = 380 - _root._ymouse;
if ((this.hitTest(_root.m1) || (this.hitTest(_root.m2))) || (this.hitTest(_root.m3))) {
_root.gotoAndStop(88);
}
if (this.hitTest(_root.goal)) {
_root.gotoAndStop(89);
}
}
Instance of Symbol 18 MovieClip "m3" in Frame 87
onClipEvent (enterFrame) {
ball1locy = this._x + speedy1;
if (ball1locy > (530 - radiusball1)) {
this._x = 530 - radiusball1;
speedy1 = -speedy1;
} else if (ball1locy < (20 + radiusball1)) {
this._x = 20 + radiusball1;
speedy1 = -speedy1;
} else {
this._x = this._x + speedy1;
}
}
onClipEvent (load) {
speedy1 = 2;
radiusball1 = this._width / 2;
}
Instance of Symbol 18 MovieClip "m2" in Frame 87
onClipEvent (enterFrame) {
ball1locy = this._x + speedy1;
if (ball1locy > (530 - radiusball1)) {
this._x = 530 - radiusball1;
speedy1 = -speedy1;
} else if (ball1locy < (20 + radiusball1)) {
this._x = 20 + radiusball1;
speedy1 = -speedy1;
} else {
this._x = this._x + speedy1;
}
}
onClipEvent (load) {
speedy1 = 2;
radiusball1 = this._width / 2;
}
Frame 88
Mouse.show();
loser = new Sound(this);
loser.attachSound("buzzer3.wav");
loser.start();
stop();
startbutton.onRelease = function () {
gotoAndStop (86);
};
Frame 89
Mouse.show();
winner = new Sound(this);
winner.attachSound("fanfare.wav");
winner.start();
stop();
replaybutton.onRelease = function () {
gotoAndStop (91);
};
Instance of Symbol 16 MovieClip in Frame 89
onClipEvent (enterFrame) {
this._rotation = this._rotation + 4;
hit = false;
for (i in _root.Playerperim.perimeter) {
point = new Object();
point.x = _root.Playerperim.perimeter[i]._x;
point.y = _root.Playerperim.perimeter[i]._y;
_root.Playerperim.localToGlobal(point);
if (this.hitTest(point.x, point.y, true)) {
hit = true;
}
}
if (hit) {
_root.gotoAndStop(53);
}
}
Instance of Symbol 16 MovieClip in Frame 89
onClipEvent (enterFrame) {
this._rotation = this._rotation + 4;
hit = false;
for (i in _root.Playerperim.perimeter) {
point = new Object();
point.x = _root.Playerperim.perimeter[i]._x;
point.y = _root.Playerperim.perimeter[i]._y;
_root.Playerperim.localToGlobal(point);
if (this.hitTest(point.x, point.y, true)) {
hit = true;
}
}
if (hit) {
_root.gotoAndStop(53);
}
}
Instance of Symbol 16 MovieClip in Frame 89
onClipEvent (enterFrame) {
this._rotation = this._rotation - 4;
hit = false;
for (i in _root.Playerperim.perimeter) {
point = new Object();
point.x = _root.Playerperim.perimeter[i]._x;
point.y = _root.Playerperim.perimeter[i]._y;
_root.Playerperim.localToGlobal(point);
if (this.hitTest(point.x, point.y, true)) {
hit = true;
}
}
if (hit) {
_root.gotoAndStop(53);
}
}
Instance of Symbol 16 MovieClip in Frame 89
onClipEvent (enterFrame) {
this._rotation = this._rotation - 4;
hit = false;
for (i in _root.Playerperim.perimeter) {
point = new Object();
point.x = _root.Playerperim.perimeter[i]._x;
point.y = _root.Playerperim.perimeter[i]._y;
_root.Playerperim.localToGlobal(point);
if (this.hitTest(point.x, point.y, true)) {
hit = true;
}
}
if (hit) {
_root.gotoAndStop(53);
}
}
Frame 91
stop();
startbutton.onRelease = function () {
gotoAndStop (92);
};
Instance of Symbol 16 MovieClip in Frame 92
onClipEvent (enterFrame) {
if (this.hitTest(_root.Playerperim)) {
_root.gotoAndStop(93);
}
}
Instance of Symbol 16 MovieClip in Frame 92
onClipEvent (enterFrame) {
if (this.hitTest(_root.Playerperim)) {
_root.gotoAndStop(93);
}
}
Instance of Symbol 18 MovieClip in Frame 92
onClipEvent (enterFrame) {
if (this.hitTest(_root.Playerperim)) {
_root.gotoAndStop(93);
}
}
Instance of Symbol 18 MovieClip in Frame 92
onClipEvent (enterFrame) {
if (this.hitTest(_root.Playerperim)) {
_root.gotoAndStop(93);
}
}
Instance of Symbol 32 MovieClip in Frame 92
onClipEvent (enterFrame) {
if (this.hitTest(_root.Playerperim)) {
_root.gotoAndStop(94);
}
}
Instance of Symbol 18 MovieClip in Frame 92
onClipEvent (enterFrame) {
if (this.hitTest(_root.Playerperim)) {
_root.gotoAndStop(93);
}
}
Instance of Symbol 16 MovieClip in Frame 92
onClipEvent (enterFrame) {
if (this.hitTest(_root.Playerperim)) {
_root.gotoAndStop(93);
}
}
Instance of Symbol 16 MovieClip in Frame 92
onClipEvent (enterFrame) {
if (this.hitTest(_root.Playerperim)) {
_root.gotoAndStop(93);
}
}
Instance of Symbol 16 MovieClip in Frame 92
onClipEvent (enterFrame) {
if (this.hitTest(_root.Playerperim)) {
_root.gotoAndStop(93);
}
}
Instance of Symbol 16 MovieClip in Frame 92
onClipEvent (enterFrame) {
if (this.hitTest(_root.Playerperim)) {
_root.gotoAndStop(93);
}
}
Instance of Symbol 16 MovieClip in Frame 92
onClipEvent (enterFrame) {
if (this.hitTest(_root.Playerperim)) {
_root.gotoAndStop(93);
}
}
Instance of Symbol 16 MovieClip in Frame 92
onClipEvent (enterFrame) {
if (this.hitTest(_root.Playerperim)) {
_root.gotoAndStop(93);
}
}
Instance of Symbol 18 MovieClip in Frame 92
onClipEvent (enterFrame) {
if (this.hitTest(_root.Playerperim)) {
_root.gotoAndStop(93);
}
}
Instance of Symbol 18 MovieClip in Frame 92
onClipEvent (enterFrame) {
if (this.hitTest(_root.Playerperim)) {
_root.gotoAndStop(93);
}
}
Instance of Symbol 18 MovieClip in Frame 92
onClipEvent (enterFrame) {
if (this.hitTest(_root.Playerperim)) {
_root.gotoAndStop(93);
}
}
Instance of Symbol 18 MovieClip in Frame 92
onClipEvent (enterFrame) {
if (this.hitTest(_root.Playerperim)) {
_root.gotoAndStop(93);
}
}
Instance of Symbol 18 MovieClip in Frame 92
onClipEvent (enterFrame) {
if (this.hitTest(_root.Playerperim)) {
_root.gotoAndStop(93);
}
}
Instance of Symbol 18 MovieClip in Frame 92
onClipEvent (enterFrame) {
if (this.hitTest(_root.Playerperim)) {
_root.gotoAndStop(93);
}
}
Instance of Symbol 18 MovieClip in Frame 92
onClipEvent (enterFrame) {
if (this.hitTest(_root.Playerperim)) {
_root.gotoAndStop(93);
}
}
Instance of Symbol 16 MovieClip in Frame 92
onClipEvent (enterFrame) {
if (this.hitTest(_root.Playerperim)) {
_root.gotoAndStop(93);
}
}
Instance of Symbol 16 MovieClip in Frame 92
onClipEvent (enterFrame) {
if (this.hitTest(_root.Playerperim)) {
_root.gotoAndStop(93);
}
}
Instance of Symbol 16 MovieClip in Frame 92
onClipEvent (enterFrame) {
if (this.hitTest(_root.Playerperim)) {
_root.gotoAndStop(93);
}
}
Instance of Symbol 7 MovieClip [Playerperim] "Playerperim" in Frame 92
onClipEvent (enterFrame) {
Mouse.hide();
this._x = 530 - _root._xmouse;
this._y = 380 - _root._ymouse;
}
Instance of Symbol 16 MovieClip in Frame 92
onClipEvent (enterFrame) {
if (this.hitTest(_root.Playerperim)) {
_root.gotoAndStop(93);
}
}
Frame 93
Mouse.show();
loser = new Sound(this);
loser.attachSound("buzzer3.wav");
loser.start();
stop();
startbutton.onRelease = function () {
gotoAndStop (91);
};
Instance of Symbol 16 MovieClip in Frame 93
onClipEvent (enterFrame) {
if (this.hitTest(_root.Playerperim)) {
_root.gotoAndStop(88);
}
}
Instance of Symbol 16 MovieClip in Frame 93
onClipEvent (enterFrame) {
if (this.hitTest(_root.Playerperim)) {
_root.gotoAndStop(88);
}
}
Instance of Symbol 16 MovieClip in Frame 93
onClipEvent (enterFrame) {
if (this.hitTest(_root.Playerperim)) {
_root.gotoAndStop(88);
}
}
Instance of Symbol 16 MovieClip in Frame 93
onClipEvent (enterFrame) {
if (this.hitTest(_root.Playerperim)) {
_root.gotoAndStop(88);
}
}
Instance of Symbol 16 MovieClip in Frame 93
onClipEvent (enterFrame) {
if (this.hitTest(_root.Playerperim)) {
_root.gotoAndStop(88);
}
}
Instance of Symbol 16 MovieClip in Frame 93
onClipEvent (enterFrame) {
if (this.hitTest(_root.Playerperim)) {
_root.gotoAndStop(88);
}
}
Instance of Symbol 16 MovieClip in Frame 93
onClipEvent (enterFrame) {
if (this.hitTest(_root.Playerperim)) {
_root.gotoAndStop(88);
}
}
Instance of Symbol 16 MovieClip in Frame 93
onClipEvent (enterFrame) {
if (this.hitTest(_root.Playerperim)) {
_root.gotoAndStop(88);
}
}
Instance of Symbol 16 MovieClip in Frame 93
onClipEvent (enterFrame) {
if (this.hitTest(_root.Playerperim)) {
_root.gotoAndStop(88);
}
}
Frame 94
Mouse.show();
winner = new Sound(this);
winner.attachSound("fanfare.wav");
winner.start();
stop();
replaybutton.onRelease = function () {
gotoAndStop (96);
};
Frame 96
stop();
startbutton.onRelease = function () {
gotoAndStop (97);
};
Instance of Symbol 16 MovieClip in Frame 96
onClipEvent (enterFrame) {
if (this.hitTest(_root.Player)) {
trace("DIE");
}
}
Instance of Symbol 16 MovieClip in Frame 96
onClipEvent (enterFrame) {
if (this.hitTest(_root.Player)) {
trace("DIE");
}
}
Instance of Symbol 18 MovieClip in Frame 96
onClipEvent (enterFrame) {
if (this.hitTest(_root.Player)) {
trace("DIE");
}
}
Instance of Symbol 18 MovieClip in Frame 96
onClipEvent (enterFrame) {
if (this.hitTest(_root.Player)) {
trace("DIE");
}
}
Instance of Symbol 16 MovieClip in Frame 97
onClipEvent (enterFrame) {
if (this.hitTest(_root.Playerperim)) {
_root.gotoAndStop(98);
}
}
Instance of Symbol 16 MovieClip in Frame 97
onClipEvent (enterFrame) {
if (this.hitTest(_root.Playerperim)) {
_root.gotoAndStop(98);
}
}
Instance of Symbol 18 MovieClip in Frame 97
onClipEvent (enterFrame) {
if (this.hitTest(_root.Playerperim)) {
_root.gotoAndStop(98);
}
}
Instance of Symbol 18 MovieClip in Frame 97
onClipEvent (enterFrame) {
if (this.hitTest(_root.Playerperim)) {
_root.gotoAndStop(98);
}
}
Instance of Symbol 18 MovieClip in Frame 97
onClipEvent (enterFrame) {
if (this.hitTest(_root.Playerperim)) {
_root.gotoAndStop(98);
}
}
Instance of Symbol 50 MovieClip "b1" in Frame 97
onClipEvent (enterFrame) {
ball1locy = this._y + speedy1;
ball1locx = this._x + speedx1;
if (ball1locy > (80 - radiusball1)) {
this._y = 80 - radiusball1;
speedy1 = -speedy1;
} else if (ball1locy < (20 + radiusball1)) {
this._y = 20 + radiusball1;
speedy1 = -speedy1;
} else {
this._y = this._y + speedy1;
}
if (ball1locx > (530 - radiusball1)) {
this._x = 530 - radiusball1;
speedx1 = -speedx1;
} else if (ball1locx < (20 + radiusball1)) {
this._x = 20 + radiusball1;
speedx1 = -speedx1;
} else {
this._x = this._x + speedx1;
}
}
onClipEvent (load) {
speedy1 = 1;
speedx1 = 1;
radiusball1 = this._width / 2;
}
Instance of Symbol 16 MovieClip in Frame 97
onClipEvent (enterFrame) {
if (this.hitTest(_root.Playerperim)) {
_root.gotoAndStop(98);
}
}
Instance of Symbol 18 MovieClip in Frame 97
onClipEvent (enterFrame) {
if (this.hitTest(_root.Playerperim)) {
_root.gotoAndStop(98);
}
}
Instance of Symbol 18 MovieClip "b3" in Frame 97
onClipEvent (enterFrame) {
ball1locy = this._x + speedy1;
if (ball1locy > (530 - radiusball1)) {
this._x = 530 - radiusball1;
speedy1 = -speedy1;
} else if (ball1locy < (380 + radiusball1)) {
this._x = 380 + radiusball1;
speedy1 = -speedy1;
} else {
this._x = this._x + speedy1;
}
}
onClipEvent (load) {
speedy1 = 1;
radiusball1 = this._width / 2;
}
Instance of Symbol 16 MovieClip in Frame 97
onClipEvent (enterFrame) {
if (this.hitTest(_root.Playerperim)) {
_root.gotoAndStop(98);
}
}
Instance of Symbol 66 MovieClip "b4" in Frame 97
onClipEvent (enterFrame) {
if ((_root.Playerperim._y > 320) && (_root.Playerperim._x < 400)) {
active = 1;
}
if (active == 1) {
ball1locy = this._x + speedy1;
if (ball1locy > (530 - radiusball1)) {
this._x = 530 - radiusball1;
speedy1 = -speedy1;
} else if (ball1locy < (5 + radiusball1)) {
this._x = 5 + radiusball1;
speedy1 = -speedy1;
} else {
this._x = this._x + speedy1;
}
}
}
onClipEvent (load) {
active = 0;
speedy1 = 2;
radiusball1 = this._width / 2;
}
Instance of Symbol 7 MovieClip [Playerperim] "Playerperim" in Frame 97
onClipEvent (enterFrame) {
Mouse.hide();
this._x = 530 - _root._xmouse;
this._y = 380 - _root._ymouse;
if (((((this.hitTest(_root.b1) || (this.hitTest(_root.b2))) || (this.hitTest(_root.b3))) || (this.hitTest(_root.b4))) || (this.hitTest(_root.b5))) || (this.hitTest(_root.b6))) {
_root.gotoAndStop(98);
}
}
Instance of Symbol 18 MovieClip "b2" in Frame 97
onClipEvent (enterFrame) {
ball1locy = this._x + speedy1;
if (ball1locy > (530 - radiusball1)) {
this._x = 530 - radiusball1;
speedy1 = -speedy1;
} else if (ball1locy < (380 + radiusball1)) {
this._x = 380 + radiusball1;
speedy1 = -speedy1;
} else {
this._x = this._x + speedy1;
}
}
onClipEvent (load) {
speedy1 = 1;
radiusball1 = this._width / 2;
}
Instance of Symbol 16 MovieClip in Frame 97
onClipEvent (enterFrame) {
if (this.hitTest(_root.Playerperim)) {
_root.gotoAndStop(98);
}
}
Instance of Symbol 16 MovieClip in Frame 97
onClipEvent (enterFrame) {
if (this.hitTest(_root.Playerperim)) {
_root.gotoAndStop(98);
}
}
Instance of Symbol 18 MovieClip "b6" in Frame 97
onClipEvent (enterFrame) {
ball1locy = this._y + speedy1;
if (ball1locy > (200 - radiusball1)) {
this._y = 200 - radiusball1;
speedy1 = -speedy1;
} else if (ball1locy < (100 + radiusball1)) {
this._y = 100 + radiusball1;
speedy1 = -speedy1;
} else {
this._y = this._y + speedy1;
}
}
onClipEvent (load) {
speedy1 = -1;
radiusball1 = this._height / 2;
}
Instance of Symbol 18 MovieClip "b5" in Frame 97
onClipEvent (enterFrame) {
ball1locy = this._y + speedy1;
if (ball1locy > (300 - radiusball1)) {
this._y = 300 - radiusball1;
speedy1 = -speedy1;
} else if (ball1locy < (200 + radiusball1)) {
this._y = 200 + radiusball1;
speedy1 = -speedy1;
} else {
this._y = this._y + speedy1;
}
}
onClipEvent (load) {
speedy1 = 1;
radiusball1 = this._height / 2;
}
Instance of Symbol 32 MovieClip in Frame 97
onClipEvent (enterFrame) {
if (this.hitTest(_root.Playerperim)) {
_root.gotoAndStop(99);
}
}
Instance of Symbol 61 MovieClip in Frame 97
onClipEvent (enterFrame) {
this._rotation = this._rotation - 1;
hit = false;
for (i in _root.Playerperim.perimeter) {
point = new Object();
point.x = _root.Playerperim.perimeter[i]._x;
point.y = _root.Playerperim.perimeter[i]._y;
_root.Playerperim.localToGlobal(point);
if (this.hitTest(point.x, point.y, true)) {
hit = true;
}
}
if (hit) {
_root.gotoAndStop(98);
}
}
Instance of Symbol 16 MovieClip in Frame 97
onClipEvent (enterFrame) {
if (this.hitTest(_root.Playerperim)) {
_root.gotoAndStop(98);
}
}
Instance of Symbol 16 MovieClip in Frame 97
onClipEvent (enterFrame) {
if (this.hitTest(_root.Playerperim)) {
_root.gotoAndStop(98);
}
}
Instance of Symbol 18 MovieClip in Frame 97
onClipEvent (enterFrame) {
if (this.hitTest(_root.Playerperim)) {
_root.gotoAndStop(98);
}
}
Instance of Symbol 18 MovieClip in Frame 97
onClipEvent (enterFrame) {
if (this.hitTest(_root.Playerperim)) {
_root.gotoAndStop(98);
}
}
Frame 98
Mouse.show();
loser = new Sound(this);
loser.attachSound("buzzer3.wav");
loser.start();
stop();
startbutton.onRelease = function () {
gotoAndStop (96);
};
Instance of Symbol 16 MovieClip in Frame 98
onClipEvent (enterFrame) {
if (this.hitTest(_root.Playerperim)) {
_root.gotoAndStop(73);
}
}
Instance of Symbol 16 MovieClip in Frame 98
onClipEvent (enterFrame) {
if (this.hitTest(_root.Player)) {
trace("DIE");
}
}
Instance of Symbol 18 MovieClip in Frame 98
onClipEvent (enterFrame) {
if (this.hitTest(_root.Player)) {
trace("DIE");
}
}
Instance of Symbol 18 MovieClip in Frame 98
onClipEvent (enterFrame) {
if (this.hitTest(_root.Player)) {
trace("DIE");
}
}
Instance of Symbol 50 MovieClip in Frame 98
onClipEvent (enterFrame) {
ball1locy = this._y + speedy1;
ball1locx = this._x + speedx1;
if (ball1locy > (80 - radiusball1)) {
this._y = 80 - radiusball1;
speedy1 = -speedy1;
} else if (ball1locy < (20 + radiusball1)) {
this._y = 20 + radiusball1;
speedy1 = -speedy1;
} else {
this._y = this._y + speedy1;
}
if (ball1locx > (530 - radiusball1)) {
this._x = 530 - radiusball1;
speedx1 = -speedx1;
} else if (ball1locx < (20 + radiusball1)) {
this._x = 20 + radiusball1;
speedx1 = -speedx1;
} else {
this._x = this._x + speedx1;
}
}
onClipEvent (load) {
speedy1 = 2;
speedx1 = 2;
radiusball1 = this._width / 2;
}
Frame 99
Mouse.show();
winner = new Sound(this);
winner.attachSound("fanfare.wav");
winner.start();
stop();