Frame 1
stopAllSounds();
Frame 2
startDrag ("_root.cursor", true);
Mouse.hide();
i = 0;
while (i < 25) {
dot.duplicateMovieClip("dot" + i, i);
i++;
}
var trialNavigation = new ContextMenu();
trialNavigation.builtInItems.zoom = true;
trialNavigation.builtInItems.quality = true;
trialNavigation.builtInItems.print = false;
trialNavigation.builtInItems.save = false;
trialNavigation.builtInItems.loop = false;
trialNavigation.builtInItems.rewind = true;
trialNavigation.builtInItems.forward_back = false;
trialNavigation.builtInItems.play = false;
_level0.menu = trialNavigation;
_root.scoretext = 0;
_root.cheater = false;
_root.powerupslowmotion = false;
_root.powerupinvincibility = false;
_root.powerupinvincibilitycheck = false;
stop();
stopAllSounds();
Frame 3
stop();
Frame 4
stop();
Instance of Symbol 126 MovieClip in Frame 4
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor)) {
_root.scoretext = _root.scoretext + 25;
_root.cursor.gotoAndPlay(2);
}
}
onClipEvent (load) {
width = 500;
height = 350;
speed = Math.round(Math.random() * 2) + 2;
x_new = Math.random() * width;
y_new = Math.random() * height;
}
onClipEvent (enterFrame) {
if (x_new > this._x) {
sign_x = 1;
} else {
sign_x = -1;
}
dx = Math.abs(x_new - this._x);
if ((dx > speed) || (dx < (-speed))) {
this._x = this._x + (sign_x * speed);
} else {
x_new = Math.random() * width;
}
if (y_new > this._y) {
sign_y = 1;
} else {
sign_y = -1;
}
dy = Math.abs(y_new - this._y);
if ((dy > speed) || (dy < (-speed))) {
this._y = this._y + (sign_y * speed);
} else {
y_new = Math.random() * height;
}
}
Instance of Symbol 141 MovieClip in Frame 4
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor)) {
_root.powerupslowmotion = true;
this.gotoAndPlay(43);
}
}
Instance of Symbol 144 MovieClip in Frame 4
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor)) {
_root.scoretext = _root.scoretext + 1000;
_root.play();
this.gotoAndPlay(43);
}
}
Instance of Symbol 147 MovieClip in Frame 4
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor)) {
_root.scoretext = _root.scoretext - 1000;
this.gotoAndPlay(43);
}
}
Instance of Symbol 150 MovieClip in Frame 4
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor)) {
_root.powerupinvincibility = true;
this.gotoAndPlay(43);
}
}
Frame 5
stop();
Instance of Symbol 157 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor)) {
_root.powerupslowmotion = true;
this.gotoAndPlay(43);
}
}
Instance of Symbol 158 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor)) {
_root.scoretext = _root.scoretext + 1000;
_root.play();
this.gotoAndPlay(43);
}
}
Instance of Symbol 159 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor)) {
_root.scoretext = _root.scoretext - 1000;
this.gotoAndPlay(43);
}
}
Instance of Symbol 161 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor)) {
_root.powerupinvincibility = true;
this.gotoAndPlay(43);
}
}
Frame 6
stop();
Instance of Symbol 141 MovieClip in Frame 6
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor)) {
_root.powerupslowmotion = true;
this.gotoAndPlay(43);
}
}
Instance of Symbol 144 MovieClip in Frame 6
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor)) {
_root.scoretext = _root.scoretext + 1000;
_root.play();
this.gotoAndPlay(43);
}
}
Instance of Symbol 147 MovieClip in Frame 6
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor)) {
_root.scoretext = _root.scoretext - 1000;
this.gotoAndPlay(43);
}
}
Instance of Symbol 150 MovieClip in Frame 6
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor)) {
_root.powerupinvincibility = true;
this.gotoAndPlay(43);
}
}
Frame 7
stop();
Instance of Symbol 157 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor)) {
_root.powerupslowmotion = true;
this.gotoAndPlay(43);
}
}
Instance of Symbol 158 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor)) {
_root.scoretext = _root.scoretext + 1000;
_root.play();
this.gotoAndPlay(43);
}
}
Instance of Symbol 159 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor)) {
_root.scoretext = _root.scoretext - 1000;
this.gotoAndPlay(43);
}
}
Instance of Symbol 161 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor)) {
_root.powerupinvincibility = true;
this.gotoAndPlay(43);
}
}
Frame 8
stop();
Instance of Symbol 141 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor)) {
_root.powerupslowmotion = true;
this.gotoAndPlay(43);
}
}
Instance of Symbol 144 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor)) {
_root.scoretext = _root.scoretext + 1000;
_root.play();
this.gotoAndPlay(43);
}
}
Instance of Symbol 147 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor)) {
_root.scoretext = _root.scoretext - 1000;
this.gotoAndPlay(43);
}
}
Instance of Symbol 150 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor)) {
_root.powerupinvincibility = true;
this.gotoAndPlay(43);
}
}
Frame 9
stop();
Instance of Symbol 157 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor)) {
_root.powerupslowmotion = true;
this.gotoAndPlay(43);
}
}
Instance of Symbol 158 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor)) {
_root.scoretext = _root.scoretext + 1000;
_root.play();
this.gotoAndPlay(43);
}
}
Instance of Symbol 159 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor)) {
_root.scoretext = _root.scoretext - 1000;
this.gotoAndPlay(43);
}
}
Instance of Symbol 161 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor)) {
_root.powerupinvincibility = true;
this.gotoAndPlay(43);
}
}
Frame 10
stop();
Instance of Symbol 141 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor)) {
_root.powerupslowmotion = true;
this.gotoAndPlay(43);
}
}
Instance of Symbol 144 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor)) {
_root.scoretext = _root.scoretext + 1000;
_root.play();
this.gotoAndPlay(43);
}
}
Instance of Symbol 147 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor)) {
_root.scoretext = _root.scoretext - 1000;
this.gotoAndPlay(43);
}
}
Instance of Symbol 150 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor)) {
_root.powerupinvincibility = true;
this.gotoAndPlay(43);
}
}
Frame 11
stop();
Instance of Symbol 157 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor)) {
_root.powerupslowmotion = true;
this.gotoAndPlay(43);
}
}
Instance of Symbol 158 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor)) {
_root.scoretext = _root.scoretext + 1000;
_root.play();
this.gotoAndPlay(43);
}
}
Instance of Symbol 159 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor)) {
_root.scoretext = _root.scoretext - 1000;
this.gotoAndPlay(43);
}
}
Instance of Symbol 161 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor)) {
_root.powerupinvincibility = true;
this.gotoAndPlay(43);
}
}
Frame 12
stop();
Frame 13
stop();
Instance of Symbol 126 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor)) {
_root.scoretext = _root.scoretext + 25;
_root.cursor.gotoAndPlay(2);
}
}
onClipEvent (load) {
width = 500;
height = 350;
speed = Math.round(Math.random() * 2) + 2;
x_new = Math.random() * width;
y_new = Math.random() * height;
}
onClipEvent (enterFrame) {
if (x_new > this._x) {
sign_x = 1;
} else {
sign_x = -1;
}
dx = Math.abs(x_new - this._x);
if ((dx > speed) || (dx < (-speed))) {
this._x = this._x + (sign_x * speed);
} else {
x_new = Math.random() * width;
}
if (y_new > this._y) {
sign_y = 1;
} else {
sign_y = -1;
}
dy = Math.abs(y_new - this._y);
if ((dy > speed) || (dy < (-speed))) {
this._y = this._y + (sign_y * speed);
} else {
y_new = Math.random() * height;
}
}
Instance of Symbol 157 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor)) {
_root.powerupslowmotion = true;
this.gotoAndPlay(43);
}
}
Instance of Symbol 158 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor)) {
_root.scoretext = _root.scoretext + 1000;
_root.play();
this.gotoAndPlay(43);
}
}
Instance of Symbol 159 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor)) {
_root.scoretext = _root.scoretext - 1000;
this.gotoAndPlay(43);
}
}
Instance of Symbol 161 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor)) {
_root.powerupinvincibility = true;
this.gotoAndPlay(43);
}
}
Frame 14
stop();
Instance of Symbol 141 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor)) {
_root.powerupslowmotion = true;
this.gotoAndPlay(43);
}
}
Instance of Symbol 144 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor)) {
_root.scoretext = _root.scoretext + 1000;
_root.play();
this.gotoAndPlay(43);
}
}
Instance of Symbol 147 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor)) {
_root.scoretext = _root.scoretext - 1000;
this.gotoAndPlay(43);
}
}
Instance of Symbol 150 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor)) {
_root.powerupinvincibility = true;
this.gotoAndPlay(43);
}
}
Frame 15
stop();
Instance of Symbol 157 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor)) {
_root.powerupslowmotion = true;
this.gotoAndPlay(43);
}
}
Instance of Symbol 158 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor)) {
_root.scoretext = _root.scoretext + 1000;
_root.play();
this.gotoAndPlay(43);
}
}
Instance of Symbol 159 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor)) {
_root.scoretext = _root.scoretext - 1000;
this.gotoAndPlay(43);
}
}
Instance of Symbol 161 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor)) {
_root.powerupinvincibility = true;
this.gotoAndPlay(43);
}
}
Frame 16
stop();
Instance of Symbol 141 MovieClip in Frame 16
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor)) {
_root.powerupslowmotion = true;
this.gotoAndPlay(43);
}
}
Instance of Symbol 144 MovieClip in Frame 16
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor)) {
_root.scoretext = _root.scoretext + 1000;
_root.play();
this.gotoAndPlay(43);
}
}
Instance of Symbol 147 MovieClip in Frame 16
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor)) {
_root.scoretext = _root.scoretext - 1000;
this.gotoAndPlay(43);
}
}
Instance of Symbol 150 MovieClip in Frame 16
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor)) {
_root.powerupinvincibility = true;
this.gotoAndPlay(43);
}
}
Frame 17
stop();
Instance of Symbol 157 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor)) {
_root.powerupslowmotion = true;
this.gotoAndPlay(43);
}
}
Instance of Symbol 158 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor)) {
_root.scoretext = _root.scoretext + 1000;
_root.play();
this.gotoAndPlay(43);
}
}
Instance of Symbol 159 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor)) {
_root.scoretext = _root.scoretext - 1000;
this.gotoAndPlay(43);
}
}
Instance of Symbol 161 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor)) {
_root.powerupinvincibility = true;
this.gotoAndPlay(43);
}
}
Frame 18
stop();
Instance of Symbol 141 MovieClip in Frame 18
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor)) {
_root.powerupslowmotion = true;
this.gotoAndPlay(43);
}
}
Instance of Symbol 144 MovieClip in Frame 18
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor)) {
_root.scoretext = _root.scoretext + 1000;
_root.play();
this.gotoAndPlay(43);
}
}
Instance of Symbol 147 MovieClip in Frame 18
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor)) {
_root.scoretext = _root.scoretext - 1000;
this.gotoAndPlay(43);
}
}
Instance of Symbol 150 MovieClip in Frame 18
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor)) {
_root.powerupinvincibility = true;
this.gotoAndPlay(43);
}
}
Frame 19
stop();
Instance of Symbol 157 MovieClip in Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor)) {
_root.powerupslowmotion = true;
this.gotoAndPlay(43);
}
}
Instance of Symbol 158 MovieClip in Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor)) {
_root.scoretext = _root.scoretext + 1000;
_root.play();
this.gotoAndPlay(43);
}
}
Instance of Symbol 159 MovieClip in Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor)) {
_root.scoretext = _root.scoretext - 1000;
this.gotoAndPlay(43);
}
}
Instance of Symbol 161 MovieClip in Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor)) {
_root.powerupinvincibility = true;
this.gotoAndPlay(43);
}
}
Frame 20
stop();
Instance of Symbol 141 MovieClip in Frame 20
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor)) {
_root.powerupslowmotion = true;
this.gotoAndPlay(43);
}
}
Instance of Symbol 144 MovieClip in Frame 20
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor)) {
_root.scoretext = _root.scoretext + 1000;
_root.play();
this.gotoAndPlay(43);
}
}
Instance of Symbol 147 MovieClip in Frame 20
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor)) {
_root.scoretext = _root.scoretext - 1000;
this.gotoAndPlay(43);
}
}
Instance of Symbol 150 MovieClip in Frame 20
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor)) {
_root.powerupinvincibility = true;
this.gotoAndPlay(43);
}
}
Frame 21
stop();
Frame 22
stop();
Instance of Symbol 126 MovieClip in Frame 22
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor)) {
_root.scoretext = _root.scoretext + 25;
_root.cursor.gotoAndPlay(2);
}
}
onClipEvent (load) {
width = 500;
height = 350;
speed = Math.round(Math.random() * 2) + 2;
x_new = Math.random() * width;
y_new = Math.random() * height;
}
onClipEvent (enterFrame) {
if (x_new > this._x) {
sign_x = 1;
} else {
sign_x = -1;
}
dx = Math.abs(x_new - this._x);
if ((dx > speed) || (dx < (-speed))) {
this._x = this._x + (sign_x * speed);
} else {
x_new = Math.random() * width;
}
if (y_new > this._y) {
sign_y = 1;
} else {
sign_y = -1;
}
dy = Math.abs(y_new - this._y);
if ((dy > speed) || (dy < (-speed))) {
this._y = this._y + (sign_y * speed);
} else {
y_new = Math.random() * height;
}
}
Instance of Symbol 141 MovieClip in Frame 22
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor)) {
_root.powerupslowmotion = true;
this.gotoAndPlay(43);
}
}
Instance of Symbol 144 MovieClip in Frame 22
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor)) {
_root.scoretext = _root.scoretext + 1000;
_root.play();
this.gotoAndPlay(43);
}
}
Instance of Symbol 147 MovieClip in Frame 22
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor)) {
_root.scoretext = _root.scoretext - 1000;
this.gotoAndPlay(43);
}
}
Instance of Symbol 150 MovieClip in Frame 22
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor)) {
_root.powerupinvincibility = true;
this.gotoAndPlay(43);
}
}
Frame 23
stop();
Instance of Symbol 157 MovieClip in Frame 23
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor)) {
_root.powerupslowmotion = true;
this.gotoAndPlay(43);
}
}
Instance of Symbol 158 MovieClip in Frame 23
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor)) {
_root.scoretext = _root.scoretext + 1000;
_root.play();
this.gotoAndPlay(43);
}
}
Instance of Symbol 159 MovieClip in Frame 23
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor)) {
_root.scoretext = _root.scoretext - 1000;
this.gotoAndPlay(43);
}
}
Instance of Symbol 161 MovieClip in Frame 23
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor)) {
_root.powerupinvincibility = true;
this.gotoAndPlay(43);
}
}
Frame 24
stop();
Instance of Symbol 141 MovieClip in Frame 24
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor)) {
_root.powerupslowmotion = true;
this.gotoAndPlay(43);
}
}
Instance of Symbol 144 MovieClip in Frame 24
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor)) {
_root.scoretext = _root.scoretext + 1000;
_root.play();
this.gotoAndPlay(43);
}
}
Instance of Symbol 147 MovieClip in Frame 24
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor)) {
_root.scoretext = _root.scoretext - 1000;
this.gotoAndPlay(43);
}
}
Instance of Symbol 150 MovieClip in Frame 24
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor)) {
_root.powerupinvincibility = true;
this.gotoAndPlay(43);
}
}
Frame 25
stop();
Instance of Symbol 157 MovieClip in Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor)) {
_root.powerupslowmotion = true;
this.gotoAndPlay(43);
}
}
Instance of Symbol 158 MovieClip in Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor)) {
_root.scoretext = _root.scoretext + 1000;
_root.play();
this.gotoAndPlay(43);
}
}
Instance of Symbol 159 MovieClip in Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor)) {
_root.scoretext = _root.scoretext - 1000;
this.gotoAndPlay(43);
}
}
Instance of Symbol 161 MovieClip in Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor)) {
_root.powerupinvincibility = true;
this.gotoAndPlay(43);
}
}
Frame 26
stop();
Instance of Symbol 141 MovieClip in Frame 26
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor)) {
_root.powerupslowmotion = true;
this.gotoAndPlay(43);
}
}
Instance of Symbol 144 MovieClip in Frame 26
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor)) {
_root.scoretext = _root.scoretext + 1000;
_root.play();
this.gotoAndPlay(43);
}
}
Instance of Symbol 147 MovieClip in Frame 26
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor)) {
_root.scoretext = _root.scoretext - 1000;
this.gotoAndPlay(43);
}
}
Instance of Symbol 150 MovieClip in Frame 26
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor)) {
_root.powerupinvincibility = true;
this.gotoAndPlay(43);
}
}
Frame 27
stop();
Instance of Symbol 157 MovieClip in Frame 27
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor)) {
_root.powerupslowmotion = true;
this.gotoAndPlay(43);
}
}
Instance of Symbol 158 MovieClip in Frame 27
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor)) {
_root.scoretext = _root.scoretext + 1000;
_root.play();
this.gotoAndPlay(43);
}
}
Instance of Symbol 159 MovieClip in Frame 27
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor)) {
_root.scoretext = _root.scoretext - 1000;
this.gotoAndPlay(43);
}
}
Instance of Symbol 161 MovieClip in Frame 27
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor)) {
_root.powerupinvincibility = true;
this.gotoAndPlay(43);
}
}
Frame 28
stop();
Instance of Symbol 141 MovieClip in Frame 28
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor)) {
_root.powerupslowmotion = true;
this.gotoAndPlay(43);
}
}
Instance of Symbol 144 MovieClip in Frame 28
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor)) {
_root.scoretext = _root.scoretext + 1000;
_root.play();
this.gotoAndPlay(43);
}
}
Instance of Symbol 147 MovieClip in Frame 28
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor)) {
_root.scoretext = _root.scoretext - 1000;
this.gotoAndPlay(43);
}
}
Instance of Symbol 150 MovieClip in Frame 28
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor)) {
_root.powerupinvincibility = true;
this.gotoAndPlay(43);
}
}
Frame 29
stop();
Instance of Symbol 157 MovieClip in Frame 29
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor)) {
_root.powerupslowmotion = true;
this.gotoAndPlay(43);
}
}
Instance of Symbol 158 MovieClip in Frame 29
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor)) {
_root.scoretext = _root.scoretext + 1000;
_root.play();
this.gotoAndPlay(43);
}
}
Instance of Symbol 159 MovieClip in Frame 29
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor)) {
_root.scoretext = _root.scoretext - 1000;
this.gotoAndPlay(43);
}
}
Instance of Symbol 161 MovieClip in Frame 29
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor)) {
_root.powerupinvincibility = true;
this.gotoAndPlay(43);
}
}
Symbol 5 MovieClip Frame 1
bytes_loaded = Math.round(_root.getBytesLoaded());
bytes_total = Math.round(_root.getBytesTotal());
getPercent = bytes_loaded / bytes_total;
_root.percentageloaded.loadText = Math.round(getPercent * 100) + "%";
Symbol 20 Button
on (release) {
_root.play();
}
Symbol 21 MovieClip Frame 1
_root.stop();
PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100;
if (PercentLoaded != 100) {
bar._xscale = PercentLoaded;
} else {
gotoAndStop ("loaded");
}
Symbol 21 MovieClip Frame 2
gotoAndPlay (1);
Symbol 40 Button
on (release) {
_root.cheater = false;
_root.gotoAndPlay(4);
}
Symbol 45 Button
on (release) {
play();
}
Symbol 50 Button
on (release) {
play();
}
Symbol 61 Button
on (release) {
if (passwordtext.text == "infinity") {
gotoAndPlay (21);
} else {
play();
}
}
Symbol 63 Button
on (release) {
if (passwordtext2.text == "chesspieces") {
gotoAndPlay (22);
} else {
play();
}
}
Symbol 66 Button
on (release) {
if (passwordtext3.text == "XXIV") {
gotoAndPlay (23);
} else {
play();
}
}
Symbol 69 Button
on (release) {
if (passwordtext4.text == "legend") {
gotoAndPlay (25);
} else {
play();
}
}
Symbol 73 MovieClip Frame 1
stop();
Symbol 73 MovieClip Frame 9
stop();
Symbol 73 MovieClip Frame 20
gotoAndPlay (1);
Symbol 73 MovieClip Frame 21
_root.cheater = true;
_root.scoretext = 45000;
_root.gotoAndPlay(13);
Symbol 73 MovieClip Frame 22
_root.cheater = true;
_root.scoretext = 90000 /* 0x015F90 */;
_root.gotoAndPlay(22);
Symbol 73 MovieClip Frame 24
_root.cheater = true;
_root.scoretext = 125000 /* 0x01E848 */;
_root.gotoAndPlay(29);
Symbol 73 MovieClip Frame 25
_root.cheater = true;
_root.powerupinvincibilitycheck = true;
_root.gotoAndPlay(4);
Symbol 81 Button
on (release) {
play();
}
Symbol 87 MovieClip Frame 1
stop();
Symbol 87 MovieClip Frame 26
stop();
Symbol 87 MovieClip Frame 27
stop();
Symbol 93 Button
on (release) {
getURL ("http://phazontech.newgrounds.com/", "_blank");
}
Symbol 94 MovieClip Frame 44
_root.theatresequence.play();
Symbol 98 Button
on (release) {
gotoAndPlay (3);
}
Symbol 102 Button
on (release) {
getURL ("http://z11.invisionfree.com/FuD_Forum/", "_blank");
}
Symbol 103 MovieClip Frame 60
_root.theatresequence.play();
Symbol 104 MovieClip Frame 1
stop();
Symbol 104 MovieClip Frame 2
stop();
Symbol 104 MovieClip Frame 3
stop();
Symbol 108 MovieClip Frame 1
stop();
Symbol 117 MovieClip Frame 1
stop();
if (_root.cheater == true) {
play();
}
Symbol 117 MovieClip Frame 2
stop();
if (_root.cheater == false) {
play();
}
Symbol 118 Button
on (release) {
gotoAndPlay (2);
}
Symbol 127 MovieClip Frame 1
if (_root.scoretext == 5000) {
_root.play();
}
Symbol 127 MovieClip Frame 2
if (_root.scoretext == 5000) {
_root.play();
}
Symbol 135 MovieClip Frame 36
if (_root.powerupslowmotion == true) {
gotoAndPlay (38);
}
if (_root.powerupinvincibility == true) {
gotoAndPlay (217);
}
Instance of Symbol 129 MovieClip in Symbol 135 MovieClip Frame 36
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor)) {
_root.gotoAndPlay(3);
}
}
onClipEvent (load) {
width = 500;
height = 350;
speed = Math.round(Math.random() * 2) + 1;
x_new = Math.random() * width;
y_new = Math.random() * height;
}
onClipEvent (enterFrame) {
if (x_new > this._x) {
sign_x = 1;
} else {
sign_x = -1;
}
dx = Math.abs(x_new - this._x);
if ((dx > speed) || (dx < (-speed))) {
this._x = this._x + (sign_x * speed);
} else {
x_new = Math.random() * width;
}
if (y_new > this._y) {
sign_y = 1;
} else {
sign_y = -1;
}
dy = Math.abs(y_new - this._y);
if ((dy > speed) || (dy < (-speed))) {
this._y = this._y + (sign_y * speed);
} else {
y_new = Math.random() * height;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.borderframething)) {
y_new = -25;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.borderframething2)) {
x_new = -25;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.borderframething3)) {
y_new = -25;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.borderframething4)) {
x_new = -25;
}
}
Symbol 135 MovieClip Frame 37
if (_root.powerupslowmotion == true) {
gotoAndPlay (38);
}
if (_root.powerupinvincibility == true) {
gotoAndPlay (217);
}
gotoAndPlay (36);
Instance of Symbol 129 MovieClip in Symbol 135 MovieClip Frame 75
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor)) {
_root.gotoAndPlay(3);
}
}
onClipEvent (load) {
width = 500;
height = 350;
speed = Math.round(Math.random() * 1) + 0.4;
x_new = Math.random() * width;
y_new = Math.random() * height;
}
onClipEvent (enterFrame) {
if (x_new > this._x) {
sign_x = 1;
} else {
sign_x = -1;
}
dx = Math.abs(x_new - this._x);
if ((dx > speed) || (dx < (-speed))) {
this._x = this._x + (sign_x * speed);
} else {
x_new = Math.random() * width;
}
if (y_new > this._y) {
sign_y = 1;
} else {
sign_y = -1;
}
dy = Math.abs(y_new - this._y);
if ((dy > speed) || (dy < (-speed))) {
this._y = this._y + (sign_y * speed);
} else {
y_new = Math.random() * height;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.borderframething)) {
y_new = -25;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.borderframething2)) {
x_new = -25;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.borderframething3)) {
y_new = -25;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.borderframething4)) {
x_new = -25;
}
}
Symbol 135 MovieClip Frame 216
_root.powerupslowmotion = false;
gotoAndPlay (1);
Symbol 135 MovieClip Frame 600
_root.powerupinvincibility = false;
gotoAndPlay (1);
Symbol 137 MovieClip Frame 59
stop();
Symbol 141 MovieClip Frame 2
rand_powerup = random(3) + 1;
if (rand_powerup == 1) {
gotoAndPlay (45);
} else if (rand_powerup == 2) {
gotoAndPlay (3);
} else if (rand_powerup == 3) {
gotoAndPlay (65);
}
Symbol 141 MovieClip Frame 3
rand_powerup = random(3) + 1;
if (rand_powerup == 1) {
gotoAndPlay (73);
} else if (rand_powerup == 2) {
gotoAndPlay (45);
} else if (rand_powerup == 3) {
gotoAndPlay (4);
}
Symbol 141 MovieClip Frame 42
stop();
Symbol 141 MovieClip Frame 44
stop();
Symbol 141 MovieClip Frame 72
rand_powerup = random(3) + 1;
if (rand_powerup == 1) {
gotoAndPlay (60);
} else if (rand_powerup == 2) {
gotoAndPlay (45);
} else if (rand_powerup == 3) {
gotoAndPlay (1);
}
Symbol 141 MovieClip Frame 73
stop();
Symbol 144 MovieClip Frame 2
rand_powerup = random(3) + 1;
if (rand_powerup == 1) {
gotoAndPlay (45);
} else if (rand_powerup == 2) {
gotoAndPlay (3);
} else if (rand_powerup == 3) {
gotoAndPlay (65);
}
Symbol 144 MovieClip Frame 3
rand_powerup = random(3) + 1;
if (rand_powerup == 1) {
gotoAndPlay (73);
} else if (rand_powerup == 2) {
gotoAndPlay (73);
} else if (rand_powerup == 3) {
gotoAndPlay (4);
}
Symbol 144 MovieClip Frame 42
stop();
Symbol 144 MovieClip Frame 44
stop();
Symbol 144 MovieClip Frame 72
rand_powerup = random(3) + 1;
if (rand_powerup == 1) {
gotoAndPlay (73);
} else if (rand_powerup == 2) {
gotoAndPlay (1);
} else if (rand_powerup == 3) {
gotoAndPlay (1);
}
Symbol 144 MovieClip Frame 73
stop();
Symbol 147 MovieClip Frame 2
rand_powerup = random(3) + 1;
if (rand_powerup == 1) {
gotoAndPlay (45);
} else if (rand_powerup == 2) {
gotoAndPlay (3);
} else if (rand_powerup == 3) {
gotoAndPlay (65);
}
Symbol 147 MovieClip Frame 3
rand_powerup = random(3) + 1;
if (rand_powerup == 1) {
gotoAndPlay (73);
} else if (rand_powerup == 2) {
gotoAndPlay (45);
} else if (rand_powerup == 3) {
gotoAndPlay (4);
}
Symbol 147 MovieClip Frame 42
stop();
Symbol 147 MovieClip Frame 44
stop();
Symbol 147 MovieClip Frame 72
rand_powerup = random(3) + 1;
if (rand_powerup == 1) {
gotoAndPlay (73);
} else if (rand_powerup == 2) {
gotoAndPlay (65);
} else if (rand_powerup == 3) {
gotoAndPlay (1);
}
Symbol 147 MovieClip Frame 73
stop();
Symbol 150 MovieClip Frame 2
if (_root.powerupinvincibilitycheck == true) {
gotoAndPlay (4);
}
Symbol 150 MovieClip Frame 3
if (_root.powerupinvincibilitycheck == true) {
gotoAndPlay (4);
}
gotoAndPlay (2);
Symbol 150 MovieClip Frame 42
stop();
Symbol 150 MovieClip Frame 44
stop();
Symbol 154 MovieClip Frame 1
if (_root.scoretext == 10000) {
_root.play();
}
Symbol 154 MovieClip Frame 2
if (_root.scoretext == 10000) {
_root.play();
}
Symbol 155 MovieClip Frame 50
stop();
Symbol 157 MovieClip Frame 2
rand_powerup = random(3) + 1;
if (rand_powerup == 1) {
gotoAndPlay (45);
} else if (rand_powerup == 2) {
gotoAndPlay (45);
} else if (rand_powerup == 3) {
gotoAndPlay (45);
}
Symbol 157 MovieClip Frame 3
rand_powerup = random(3) + 1;
if (rand_powerup == 1) {
gotoAndPlay (73);
} else if (rand_powerup == 2) {
gotoAndPlay (73);
} else if (rand_powerup == 3) {
gotoAndPlay (4);
}
Symbol 157 MovieClip Frame 42
stop();
Symbol 157 MovieClip Frame 44
stop();
Symbol 157 MovieClip Frame 72
rand_powerup = random(3) + 1;
if (rand_powerup == 1) {
gotoAndPlay (3);
} else if (rand_powerup == 2) {
gotoAndPlay (3);
} else if (rand_powerup == 3) {
gotoAndPlay (60);
}
Symbol 157 MovieClip Frame 73
stop();
Symbol 158 MovieClip Frame 2
rand_powerup = random(3) + 1;
if (rand_powerup == 1) {
gotoAndPlay (45);
} else if (rand_powerup == 2) {
gotoAndPlay (3);
} else if (rand_powerup == 3) {
gotoAndPlay (65);
}
Symbol 158 MovieClip Frame 3
rand_powerup = random(3) + 1;
if (rand_powerup == 1) {
gotoAndPlay (73);
} else if (rand_powerup == 2) {
gotoAndPlay (73);
} else if (rand_powerup == 3) {
gotoAndPlay (4);
}
Symbol 158 MovieClip Frame 42
stop();
Symbol 158 MovieClip Frame 44
stop();
Symbol 158 MovieClip Frame 72
rand_powerup = random(3) + 1;
if (rand_powerup == 1) {
gotoAndPlay (73);
} else if (rand_powerup == 2) {
gotoAndPlay (1);
} else if (rand_powerup == 3) {
gotoAndPlay (1);
}
Symbol 158 MovieClip Frame 73
stop();
Symbol 159 MovieClip Frame 2
rand_powerup = random(3) + 1;
if (rand_powerup == 1) {
gotoAndPlay (45);
} else if (rand_powerup == 2) {
gotoAndPlay (3);
} else if (rand_powerup == 3) {
gotoAndPlay (65);
}
Symbol 159 MovieClip Frame 3
rand_powerup = random(3) + 1;
if (rand_powerup == 1) {
gotoAndPlay (73);
} else if (rand_powerup == 2) {
gotoAndPlay (45);
} else if (rand_powerup == 3) {
gotoAndPlay (4);
}
Symbol 159 MovieClip Frame 42
stop();
Symbol 159 MovieClip Frame 44
stop();
Symbol 159 MovieClip Frame 72
rand_powerup = random(3) + 1;
if (rand_powerup == 1) {
gotoAndPlay (73);
} else if (rand_powerup == 2) {
gotoAndPlay (65);
} else if (rand_powerup == 3) {
gotoAndPlay (1);
}
Symbol 159 MovieClip Frame 73
stop();
Symbol 161 MovieClip Frame 2
if (_root.powerupinvincibilitycheck == true) {
gotoAndPlay (4);
}
Symbol 161 MovieClip Frame 3
if (_root.powerupinvincibilitycheck == true) {
gotoAndPlay (4);
}
gotoAndPlay (2);
Symbol 161 MovieClip Frame 42
stop();
Symbol 161 MovieClip Frame 44
stop();
Symbol 163 MovieClip Frame 1
if (_root.scoretext == 15000) {
_root.play();
}
Symbol 163 MovieClip Frame 2
if (_root.scoretext == 15000) {
_root.play();
}
Symbol 165 MovieClip Frame 1
if (_root.scoretext == 20000) {
_root.play();
}
Symbol 165 MovieClip Frame 2
if (_root.scoretext == 20000) {
_root.play();
}
Symbol 167 MovieClip Frame 1
if (_root.scoretext == 25000) {
_root.play();
}
Symbol 167 MovieClip Frame 2
if (_root.scoretext == 25000) {
_root.play();
}
Symbol 169 MovieClip Frame 1
if (_root.scoretext == 30000) {
_root.play();
}
Symbol 169 MovieClip Frame 2
if (_root.scoretext == 30000) {
_root.play();
}
Symbol 172 MovieClip Frame 36
if (_root.powerupslowmotion == true) {
gotoAndPlay (38);
}
if (_root.powerupinvincibility == true) {
gotoAndPlay (217);
}
Instance of Symbol 171 MovieClip in Symbol 172 MovieClip Frame 36
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor)) {
_root.gotoAndPlay(3);
}
}
onClipEvent (load) {
width = 500;
height = 350;
speed = Math.round(Math.random() * 2) + 1;
x_new = Math.random() * width;
y_new = Math.random() * height;
}
onClipEvent (enterFrame) {
if (x_new > this._x) {
sign_x = 1;
} else {
sign_x = -1;
}
dx = Math.abs(x_new - this._x);
if ((dx > speed) || (dx < (-speed))) {
this._x = this._x + (sign_x * speed);
} else {
x_new = Math.random() * width;
}
if (y_new > this._y) {
sign_y = 1;
} else {
sign_y = -1;
}
dy = Math.abs(y_new - this._y);
if ((dy > speed) || (dy < (-speed))) {
this._y = this._y + (sign_y * speed);
} else {
y_new = Math.random() * height;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.borderframething)) {
y_new = -25;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.borderframething2)) {
x_new = -25;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.borderframething3)) {
y_new = -25;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.borderframething4)) {
x_new = -25;
}
}
Symbol 172 MovieClip Frame 37
if (_root.powerupslowmotion == true) {
gotoAndPlay (38);
}
if (_root.powerupinvincibility == true) {
gotoAndPlay (217);
}
gotoAndPlay (36);
Instance of Symbol 171 MovieClip in Symbol 172 MovieClip Frame 75
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor)) {
_root.gotoAndPlay(3);
}
}
onClipEvent (load) {
width = 500;
height = 350;
speed = Math.round(Math.random() * 1) + 0;
x_new = Math.random() * width;
y_new = Math.random() * height;
}
onClipEvent (enterFrame) {
if (x_new > this._x) {
sign_x = 1;
} else {
sign_x = -1;
}
dx = Math.abs(x_new - this._x);
if ((dx > speed) || (dx < (-speed))) {
this._x = this._x + (sign_x * speed);
} else {
x_new = Math.random() * width;
}
if (y_new > this._y) {
sign_y = 1;
} else {
sign_y = -1;
}
dy = Math.abs(y_new - this._y);
if ((dy > speed) || (dy < (-speed))) {
this._y = this._y + (sign_y * speed);
} else {
y_new = Math.random() * height;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.borderframething)) {
y_new = -25;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.borderframething2)) {
x_new = -25;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.borderframething3)) {
y_new = -25;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.borderframething4)) {
x_new = -25;
}
}
Symbol 172 MovieClip Frame 216
_root.powerupslowmotion = false;
gotoAndPlay (1);
Symbol 172 MovieClip Frame 600
_root.powerupinvincibility = false;
gotoAndPlay (1);
Symbol 174 MovieClip Frame 1
if (_root.scoretext == 35000) {
_root.play();
}
Symbol 174 MovieClip Frame 2
if (_root.scoretext == 35000) {
_root.play();
}
Symbol 175 MovieClip Frame 36
if (_root.powerupslowmotion == true) {
gotoAndPlay (38);
}
if (_root.powerupinvincibility == true) {
gotoAndPlay (217);
}
Instance of Symbol 171 MovieClip in Symbol 175 MovieClip Frame 36
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor)) {
_root.gotoAndPlay(3);
}
}
onClipEvent (load) {
width = 500;
height = 350;
speed = Math.round(Math.random() * 2) + 1;
x_new = Math.random() * width;
y_new = Math.random() * height;
}
onClipEvent (enterFrame) {
if (x_new > this._x) {
sign_x = 1;
} else {
sign_x = -1;
}
dx = Math.abs(x_new - this._x);
if ((dx > speed) || (dx < (-speed))) {
this._x = this._x + (sign_x * speed);
} else {
x_new = Math.random() * width;
}
if (y_new > this._y) {
sign_y = 1;
} else {
sign_y = -1;
}
dy = Math.abs(y_new - this._y);
if ((dy > speed) || (dy < (-speed))) {
this._y = this._y + (sign_y * speed);
} else {
y_new = Math.random() * height;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.borderframething)) {
y_new = -25;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.borderframething2)) {
x_new = -25;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.borderframething3)) {
y_new = -25;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.borderframething4)) {
x_new = -25;
}
}
Symbol 175 MovieClip Frame 37
if (_root.powerupslowmotion == true) {
gotoAndPlay (38);
}
if (_root.powerupinvincibility == true) {
gotoAndPlay (217);
}
gotoAndPlay (36);
Instance of Symbol 171 MovieClip in Symbol 175 MovieClip Frame 75
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor)) {
_root.gotoAndPlay(3);
}
}
onClipEvent (load) {
width = 500;
height = 350;
speed = Math.round(Math.random() * 1) + 0;
x_new = Math.random() * width;
y_new = Math.random() * height;
}
onClipEvent (enterFrame) {
if (x_new > this._x) {
sign_x = 1;
} else {
sign_x = -1;
}
dx = Math.abs(x_new - this._x);
if ((dx > speed) || (dx < (-speed))) {
this._x = this._x + (sign_x * speed);
} else {
x_new = Math.random() * width;
}
if (y_new > this._y) {
sign_y = 1;
} else {
sign_y = -1;
}
dy = Math.abs(y_new - this._y);
if ((dy > speed) || (dy < (-speed))) {
this._y = this._y + (sign_y * speed);
} else {
y_new = Math.random() * height;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.borderframething)) {
y_new = -25;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.borderframething2)) {
x_new = -25;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.borderframething3)) {
y_new = -25;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.borderframething4)) {
x_new = -25;
}
}
Symbol 175 MovieClip Frame 216
_root.powerupslowmotion = false;
gotoAndPlay (1);
Symbol 175 MovieClip Frame 600
_root.powerupinvincibility = false;
gotoAndPlay (1);
Symbol 177 MovieClip Frame 1
if (_root.scoretext == 45000) {
_root.play();
}
Symbol 177 MovieClip Frame 2
if (_root.scoretext == 45000) {
_root.play();
}
Symbol 182 Button
on (release) {
_root.play();
}
Symbol 183 MovieClip Frame 176
stop();
Symbol 187 MovieClip Frame 1
if (_root.scoretext == 50000) {
_root.play();
}
Symbol 187 MovieClip Frame 2
if (_root.scoretext == 50000) {
_root.play();
}
Symbol 191 MovieClip Frame 36
if (_root.powerupslowmotion == true) {
gotoAndPlay (38);
}
if (_root.powerupinvincibility == true) {
gotoAndPlay (217);
}
Instance of Symbol 189 MovieClip in Symbol 191 MovieClip Frame 36
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor)) {
_root.gotoAndPlay(3);
}
}
onClipEvent (enterFrame) {
if (_root.cursor._x > _root.triangleen._x) {
_root.triangleen._x = _root.triangleen._x + 1;
}
}
onClipEvent (enterFrame) {
if (_root.cursor._x < _root.triangleen._x) {
_root.triangleen._x = _root.triangleen._x - 1;
}
}
onClipEvent (enterFrame) {
if (_root.cursor._y > _root.triangleen._y) {
_root.triangleen._y = _root.triangleen._y + 1;
}
}
onClipEvent (enterFrame) {
if (_root.cursor._y < _root.triangleen._y) {
_root.triangleen._y = _root.triangleen._y - 1;
}
}
Symbol 191 MovieClip Frame 37
if (_root.powerupslowmotion == true) {
gotoAndPlay (38);
}
if (_root.powerupinvincibility == true) {
gotoAndPlay (217);
}
gotoAndPlay (36);
Instance of Symbol 189 MovieClip in Symbol 191 MovieClip Frame 75
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor)) {
_root.gotoAndPlay(3);
}
}
onClipEvent (enterFrame) {
if (_root.cursor._x > _root.triangleen._x) {
_root.triangleen._x = _root.triangleen._x + 0.4;
}
}
onClipEvent (enterFrame) {
if (_root.cursor._x < _root.triangleen._x) {
_root.triangleen._x = _root.triangleen._x - 0.4;
}
}
onClipEvent (enterFrame) {
if (_root.cursor._y > _root.triangleen._y) {
_root.triangleen._y = _root.triangleen._y + 0.4;
}
}
onClipEvent (enterFrame) {
if (_root.cursor._y < _root.triangleen._y) {
_root.triangleen._y = _root.triangleen._y - 0.4;
}
}
Symbol 191 MovieClip Frame 216
_root.powerupslowmotion = false;
gotoAndPlay (1);
Symbol 191 MovieClip Frame 600
_root.powerupinvincibility = false;
gotoAndPlay (1);
Symbol 194 MovieClip Frame 1
if (_root.scoretext == 55000) {
_root.play();
}
Symbol 194 MovieClip Frame 2
if (_root.scoretext == 55000) {
_root.play();
}
Symbol 196 MovieClip Frame 1
if (_root.scoretext == 60000) {
_root.play();
}
Symbol 196 MovieClip Frame 2
if (_root.scoretext == 60000) {
_root.play();
}
Symbol 199 MovieClip Frame 36
if (_root.powerupslowmotion == true) {
gotoAndPlay (38);
}
if (_root.powerupinvincibility == true) {
gotoAndPlay (217);
}
Instance of Symbol 198 MovieClip in Symbol 199 MovieClip Frame 36
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor)) {
_root.gotoAndPlay(3);
}
}
onClipEvent (load) {
width = 500;
height = 350;
speed = Math.round(Math.random() * 2) + 1;
x_new = Math.random() * width;
y_new = Math.random() * height;
}
onClipEvent (enterFrame) {
if (x_new > this._x) {
sign_x = 1;
} else {
sign_x = -1;
}
dx = Math.abs(x_new - this._x);
if ((dx > speed) || (dx < (-speed))) {
this._x = this._x + (sign_x * speed);
} else {
x_new = Math.random() * width;
}
if (y_new > this._y) {
sign_y = 1;
} else {
sign_y = -1;
}
dy = Math.abs(y_new - this._y);
if ((dy > speed) || (dy < (-speed))) {
this._y = this._y + (sign_y * speed);
} else {
y_new = Math.random() * height;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.borderframething)) {
y_new = -25;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.borderframething2)) {
x_new = -25;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.borderframething3)) {
y_new = -25;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.borderframething4)) {
x_new = -25;
}
}
Symbol 199 MovieClip Frame 37
if (_root.powerupslowmotion == true) {
gotoAndPlay (38);
}
if (_root.powerupinvincibility == true) {
gotoAndPlay (217);
}
gotoAndPlay (36);
Instance of Symbol 198 MovieClip in Symbol 199 MovieClip Frame 75
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor)) {
_root.gotoAndPlay(3);
}
}
onClipEvent (load) {
width = 500;
height = 350;
speed = Math.round(Math.random() * 2) + 0.4;
x_new = Math.random() * width;
y_new = Math.random() * height;
}
onClipEvent (enterFrame) {
if (x_new > this._x) {
sign_x = 1;
} else {
sign_x = -1;
}
dx = Math.abs(x_new - this._x);
if ((dx > speed) || (dx < (-speed))) {
this._x = this._x + (sign_x * speed);
} else {
x_new = Math.random() * width;
}
if (y_new > this._y) {
sign_y = 1;
} else {
sign_y = -1;
}
dy = Math.abs(y_new - this._y);
if ((dy > speed) || (dy < (-speed))) {
this._y = this._y + (sign_y * speed);
} else {
y_new = Math.random() * height;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.borderframething)) {
y_new = -25;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.borderframething2)) {
x_new = -25;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.borderframething3)) {
y_new = -25;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.borderframething4)) {
x_new = -25;
}
}
Symbol 199 MovieClip Frame 216
_root.powerupslowmotion = false;
gotoAndPlay (1);
Symbol 199 MovieClip Frame 600
_root.powerupinvincibility = false;
gotoAndPlay (1);
Symbol 200 MovieClip Frame 36
if (_root.powerupslowmotion == true) {
gotoAndPlay (38);
}
if (_root.powerupinvincibility == true) {
gotoAndPlay (217);
}
Instance of Symbol 129 MovieClip in Symbol 200 MovieClip Frame 36
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor)) {
_root.gotoAndPlay(3);
}
}
onClipEvent (load) {
width = 500;
height = 350;
speed = Math.round(Math.random() * 2) + 1;
x_new = Math.random() * width;
y_new = Math.random() * height;
}
onClipEvent (enterFrame) {
if (x_new > this._x) {
sign_x = 1;
} else {
sign_x = -1;
}
dx = Math.abs(x_new - this._x);
if ((dx > speed) || (dx < (-speed))) {
this._x = this._x + (sign_x * speed);
} else {
x_new = Math.random() * width;
}
if (y_new > this._y) {
sign_y = 1;
} else {
sign_y = -1;
}
dy = Math.abs(y_new - this._y);
if ((dy > speed) || (dy < (-speed))) {
this._y = this._y + (sign_y * speed);
} else {
y_new = Math.random() * height;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.borderframething)) {
y_new = -25;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.borderframething2)) {
x_new = -25;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.borderframething3)) {
y_new = -25;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.borderframething4)) {
x_new = -25;
}
}
Symbol 200 MovieClip Frame 37
if (_root.powerupslowmotion == true) {
gotoAndPlay (38);
}
if (_root.powerupinvincibility == true) {
gotoAndPlay (217);
}
gotoAndPlay (36);
Instance of Symbol 129 MovieClip in Symbol 200 MovieClip Frame 75
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor)) {
_root.gotoAndPlay(3);
}
}
onClipEvent (load) {
width = 500;
height = 350;
speed = Math.round(Math.random() * 1) + 0.4;
x_new = Math.random() * width;
y_new = Math.random() * height;
}
onClipEvent (enterFrame) {
if (x_new > this._x) {
sign_x = 1;
} else {
sign_x = -1;
}
dx = Math.abs(x_new - this._x);
if ((dx > speed) || (dx < (-speed))) {
this._x = this._x + (sign_x * speed);
} else {
x_new = Math.random() * width;
}
if (y_new > this._y) {
sign_y = 1;
} else {
sign_y = -1;
}
dy = Math.abs(y_new - this._y);
if ((dy > speed) || (dy < (-speed))) {
this._y = this._y + (sign_y * speed);
} else {
y_new = Math.random() * height;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.borderframething)) {
y_new = -25;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.borderframething2)) {
x_new = -25;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.borderframething3)) {
y_new = -25;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.borderframething4)) {
x_new = -25;
}
}
Symbol 200 MovieClip Frame 216
_root.powerupslowmotion = false;
gotoAndPlay (1);
Symbol 200 MovieClip Frame 600
_root.powerupinvincibility = false;
gotoAndPlay (1);
Symbol 202 MovieClip Frame 1
if (_root.scoretext == 65000) {
_root.play();
}
Symbol 202 MovieClip Frame 2
if (_root.scoretext == 65000) {
_root.play();
}
Symbol 204 MovieClip Frame 1
if (_root.scoretext == 70000) {
_root.play();
}
Symbol 204 MovieClip Frame 2
if (_root.scoretext == 70000) {
_root.play();
}
Symbol 206 MovieClip Frame 1
if (_root.scoretext == 75000) {
_root.play();
}
Symbol 206 MovieClip Frame 2
if (_root.scoretext == 75000) {
_root.play();
}
Symbol 210 MovieClip Frame 36
if (_root.powerupslowmotion == true) {
gotoAndPlay (38);
}
if (_root.powerupinvincibility == true) {
gotoAndPlay (217);
}
Instance of Symbol 209 MovieClip in Symbol 210 MovieClip Frame 36
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor)) {
_root.gotoAndPlay(3);
}
}
Symbol 210 MovieClip Frame 37
if (_root.powerupslowmotion == true) {
gotoAndPlay (38);
}
if (_root.powerupinvincibility == true) {
gotoAndPlay (217);
}
gotoAndPlay (36);
Instance of Symbol 209 MovieClip in Symbol 210 MovieClip Frame 75
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor)) {
_root.gotoAndPlay(3);
}
}
Symbol 210 MovieClip Frame 216
_root.powerupslowmotion = false;
gotoAndPlay (1);
Symbol 210 MovieClip Frame 600
_root.powerupinvincibility = false;
gotoAndPlay (1);
Symbol 212 MovieClip Frame 1
if (_root.scoretext == 80000) {
_root.play();
}
Symbol 212 MovieClip Frame 2
if (_root.scoretext == 80000) {
_root.play();
}
Symbol 214 MovieClip Frame 1
if (_root.scoretext == 90000) {
_root.play();
}
Symbol 214 MovieClip Frame 2
if (_root.scoretext == 90000) {
_root.play();
}
Symbol 215 MovieClip Frame 36
if (_root.powerupslowmotion == true) {
gotoAndPlay (38);
}
if (_root.powerupinvincibility == true) {
gotoAndPlay (217);
}
Instance of Symbol 209 MovieClip in Symbol 215 MovieClip Frame 36
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor)) {
_root.gotoAndPlay(3);
}
}
Symbol 215 MovieClip Frame 37
if (_root.powerupslowmotion == true) {
gotoAndPlay (38);
}
if (_root.powerupinvincibility == true) {
gotoAndPlay (217);
}
gotoAndPlay (36);
Instance of Symbol 209 MovieClip in Symbol 215 MovieClip Frame 75
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor)) {
_root.gotoAndPlay(3);
}
}
Symbol 215 MovieClip Frame 216
_root.powerupslowmotion = false;
gotoAndPlay (1);
Symbol 215 MovieClip Frame 600
_root.powerupinvincibility = false;
gotoAndPlay (1);
Symbol 219 MovieClip Frame 176
stop();
Symbol 226 MovieClip Frame 1
if (_root.scoretext == 95000) {
_root.play();
}
Symbol 226 MovieClip Frame 2
if (_root.scoretext == 95000) {
_root.play();
}
Symbol 228 MovieClip Frame 1
if (_root.scoretext == 100000) {
_root.play();
}
Symbol 228 MovieClip Frame 2
if (_root.scoretext == 100000) {
_root.play();
}
Symbol 230 MovieClip Frame 1
if (_root.scoretext == 105000) {
_root.play();
}
Symbol 230 MovieClip Frame 2
if (_root.scoretext == 105000) {
_root.play();
}
Symbol 232 MovieClip Frame 1
if (_root.scoretext == 110000) {
_root.play();
}
Symbol 232 MovieClip Frame 2
if (_root.scoretext == 110000) {
_root.play();
}
Symbol 234 MovieClip Frame 1
if (_root.scoretext == 115000) {
_root.play();
}
Symbol 234 MovieClip Frame 2
if (_root.scoretext == 115000) {
_root.play();
}
Symbol 236 MovieClip Frame 1
if (_root.scoretext == 120000) {
_root.play();
}
Symbol 236 MovieClip Frame 2
if (_root.scoretext == 120000) {
_root.play();
}
Symbol 238 MovieClip Frame 1
if (_root.scoretext == 125000) {
_root.play();
}
Symbol 238 MovieClip Frame 2
if (_root.scoretext == 125000) {
_root.play();
}
Symbol 242 MovieClip Frame 66
stop();