Frame 1
function nielsen(movieClip) {
scCI = "us-ugo";
scCG = "ugoplayer_flashgames";
scSI = escape(movieClip);
loadMovieNum ((((((("http://secure-us.imrworldwide.com/cgi-bin/m?ci=" + scCI) + "&cg=") + scCG) + "&si=") + scSI) + "&rnd=") + Math.ceil(Math.random() * 100000000), 100);
}
nielsen("game_intro");
score = 0;
stop();
var hide = new ContextMenu();
hide.hideBuiltInItems();
_root.menu = hide;
Stage.showMenu = false;
fscommand ("showmenu", "false");
Frame 303
stopAllSounds();
s = new Sound();
s.attachSound("asde");
s.start(0, 99);
Mouse.show();
quake = false;
reverser = false;
strobe = false;
teleport = false;
speed = false;
jumbo = false;
wasd = false;
stop();
Frame 304
began = false;
levels = 1;
stopAllSounds();
s = new Sound();
s.attachSound("booh");
s.start(0, 99);
Instance of Symbol 89 MovieClip "tutorial1" in Frame 304
onClipEvent (enterFrame) {
if (_root.began == true) {
this._y = this._y + 4;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
if (_root.began == true) {
_root.score = _root.score + 1;
_root.gotoAndStop("reset");
_root.began = false;
}
}
}
Instance of Symbol 95 MovieClip "finisher" in Frame 304
onClipEvent (enterFrame) {
if (_root.began == true) {
this._y = this._y + 4;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
_root.splash.play();
_root.nextFrame();
}
}
Instance of Symbol 103 MovieClip in Frame 304
onClipEvent (enterFrame) {
if (Key.isDown(2)) {
if (_root.began == true) {
_root.score = _root.score + 1;
_root.gotoAndPlay("reset");
}
}
}
Frame 305
levels = 2;
began = false;
Mouse.show();
if (Key.isDown(2)) {
_root.gotoAndStop("reset");
}
Instance of Symbol 107 MovieClip in Frame 305
onClipEvent (enterFrame) {
if (_root.began == true) {
this._rotation = this._rotation + 4;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
if (_root.began == true) {
_root.score = _root.score + 1;
_root.gotoAndStop("reset");
_root.began = false;
}
}
}
Instance of Symbol 111 MovieClip "strobe" in Frame 305
onClipEvent (enterFrame) {
if (_root.began == true) {
this._rotation = this._rotation + 4;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
if (_root.began == true) {
_root.splash.play();
_root.gotoAndStop("strobe1");
}
}
if (_root.strobe == true) {
this._x = 1000;
}
}
Instance of Symbol 113 MovieClip in Frame 305
onClipEvent (enterFrame) {
if (_root.began == true) {
this._rotation = this._rotation + 4;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
if (_root.began == true) {
_root.splash.play();
_root.gotoAndStop("reverse1");
}
}
if (_root.reverser == true) {
this._x = 1000;
}
}
Instance of Symbol 115 MovieClip in Frame 305
onClipEvent (enterFrame) {
if (_root.speed == true) {
this._x = 1000;
}
if (_root.began == true) {
this._rotation = this._rotation + 4;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
if (_root.began == true) {
_root.splash.play();
_root.gotoAndStop("speed1");
}
}
}
Instance of Symbol 117 MovieClip in Frame 305
onClipEvent (enterFrame) {
if (_root.began == true) {
this._rotation = this._rotation + 4;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
if (_root.began == true) {
_root.splash.play();
_root.gotoAndStop("quake1");
}
}
if (_root.quake == true) {
this._x = 1000;
}
}
Instance of Symbol 119 MovieClip in Frame 305
onClipEvent (enterFrame) {
if (_root.began == true) {
this._rotation = this._rotation + 4;
}
}
onClipEvent (enterFrame) {
if (_root.quake == true) {
if (_root.teleport == true) {
if (_root.reverser == true) {
if (_root.speed == true) {
if (_root.strobe == true) {
if (_root.jumbo == true) {
if (_root.wasd == true) {
this._x = 1000;
}
}
}
}
}
}
}
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
if (_root.began == true) {
_root.score = _root.score + 1;
_root.gotoAndStop("reset");
_root.began = false;
}
}
}
Instance of Symbol 121 MovieClip in Frame 305
onClipEvent (enterFrame) {
if (_root.began == true) {
this._rotation = this._rotation + 4;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
if (_root.began == true) {
if (_root.quake == true) {
if (_root.teleport == true) {
if (_root.reverser == true) {
if (_root.speed == true) {
if (_root.strobe == true) {
if (_root.jumbo == true) {
if (_root.wasd == true) {
_root.splash.play();
_root.gotoAndStop("boss1");
}
}
}
}
}
}
}
}
}
}
Instance of Symbol 123 MovieClip in Frame 305
onClipEvent (enterFrame) {
if (_root.began == true) {
this._rotation = this._rotation + 4;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
if (_root.began == true) {
_root.splash.play();
_root.gotoAndStop("teleport1");
}
}
if (_root.teleport == true) {
this._x = 1000;
}
}
Instance of Symbol 125 MovieClip in Frame 305
onClipEvent (enterFrame) {
if (_root.began == true) {
this._rotation = this._rotation + 4;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
if (_root.began == true) {
_root.splash.play();
_root.gotoAndStop("wasd1");
}
}
if (_root.wasd == true) {
this._x = 1000;
}
}
Instance of Symbol 127 MovieClip "jumbo" in Frame 305
onClipEvent (enterFrame) {
if (_root.began == true) {
this._rotation = this._rotation + 4;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
if (_root.began == true) {
_root.splash.play();
_root.gotoAndStop("jumbo1");
}
}
if (_root.jumbo == true) {
this._x = 1000;
}
}
Frame 306
levels = 3;
began = false;
Frame 307
levels = 4;
began = false;
if (Key.isDown(2)) {
_root.gotoAndStop("reset");
}
Instance of Symbol 144 MovieClip "zb" in Frame 307
onClipEvent (enterFrame) {
if (_root.began == true) {
this._rotation = this._rotation - 9;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
if (_root.began == true) {
_root.score = _root.score + 1;
_root.gotoAndStop("reset");
_root.began = false;
}
}
}
Instance of Symbol 150 MovieClip "zv" in Frame 307
onClipEvent (enterFrame) {
if (_root.began == true) {
this._rotation = this._rotation + 3.2;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
if (_root.began == true) {
_root.score = _root.score + 1;
_root.gotoAndStop("reset");
_root.began = false;
}
}
}
Instance of Symbol 156 MovieClip "zc" in Frame 307
onClipEvent (enterFrame) {
if (_root.began == true) {
this._rotation = this._rotation - 4;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
if (_root.began == true) {
_root.score = _root.score + 1;
_root.gotoAndStop("reset");
_root.began = false;
}
}
}
Instance of Symbol 162 MovieClip "zx" in Frame 307
onClipEvent (enterFrame) {
if (_root.began == true) {
this._rotation = this._rotation + 2;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
if (_root.began == true) {
_root.score = _root.score + 1;
_root.gotoAndStop("reset");
_root.began = false;
}
}
}
Instance of Symbol 95 MovieClip "finisher" in Frame 307
onClipEvent (enterFrame) {
if (_root.began == true) {
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
if (_root.began == true) {
_root.strobe = true;
_root.splash.play();
_root.gotoAndStop("select");
}
}
}
Instance of Symbol 103 MovieClip in Frame 307
onClipEvent (enterFrame) {
if (Key.isDown(2)) {
if (_root.began == true) {
_root.score = _root.score + 1;
_root.gotoAndPlay("reset");
}
}
}
Frame 309
levels = 6;
began = false;
rater = 2;
if (Key.isDown(2)) {
_root.gotoAndStop("reset");
}
Instance of Symbol 198 MovieClip in Frame 309
onClipEvent (enterFrame) {
if (_root.began == true) {
this._x = this._x - _root.rater;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
if (_root.began == true) {
_root.score = _root.score + 1;
_root.gotoAndStop("reset");
_root.began = false;
}
}
}
Instance of Symbol 200 MovieClip in Frame 309
onClipEvent (enterFrame) {
if (_root.began == true) {
this._x = this._x - _root.rater;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
if (_root.began == true) {
this.play();
}
}
}
Instance of Symbol 200 MovieClip in Frame 309
onClipEvent (enterFrame) {
if (_root.began == true) {
this._x = this._x - _root.rater;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
if (_root.began == true) {
this.play();
}
}
}
Instance of Symbol 200 MovieClip in Frame 309
onClipEvent (enterFrame) {
if (_root.began == true) {
this._x = this._x - _root.rater;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
if (_root.began == true) {
this.play();
}
}
}
Instance of Symbol 200 MovieClip in Frame 309
onClipEvent (enterFrame) {
if (_root.began == true) {
this._x = this._x - _root.rater;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
if (_root.began == true) {
this.play();
}
}
}
Instance of Symbol 200 MovieClip in Frame 309
onClipEvent (enterFrame) {
if (_root.began == true) {
this._x = this._x - _root.rater;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
if (_root.began == true) {
this.play();
}
}
}
Instance of Symbol 200 MovieClip in Frame 309
onClipEvent (enterFrame) {
if (_root.began == true) {
this._x = this._x - _root.rater;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
if (_root.began == true) {
this.play();
}
}
}
Instance of Symbol 200 MovieClip in Frame 309
onClipEvent (enterFrame) {
if (_root.began == true) {
this._x = this._x - _root.rater;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
if (_root.began == true) {
this.play();
}
}
}
Instance of Symbol 200 MovieClip in Frame 309
onClipEvent (enterFrame) {
if (_root.began == true) {
this._x = this._x - _root.rater;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
if (_root.began == true) {
this.play();
}
}
}
Instance of Symbol 200 MovieClip in Frame 309
onClipEvent (enterFrame) {
if (_root.began == true) {
this._x = this._x - _root.rater;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
if (_root.began == true) {
this.play();
}
}
}
Instance of Symbol 200 MovieClip in Frame 309
onClipEvent (enterFrame) {
if (_root.began == true) {
this._x = this._x - _root.rater;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
if (_root.began == true) {
this.play();
}
}
}
Instance of Symbol 200 MovieClip in Frame 309
onClipEvent (enterFrame) {
if (_root.began == true) {
this._x = this._x - _root.rater;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
if (_root.began == true) {
this.play();
}
}
}
Instance of Symbol 200 MovieClip in Frame 309
onClipEvent (enterFrame) {
if (_root.began == true) {
this._x = this._x - _root.rater;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
if (_root.began == true) {
this.play();
}
}
}
Instance of Symbol 200 MovieClip in Frame 309
onClipEvent (enterFrame) {
if (_root.began == true) {
this._x = this._x - _root.rater;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
if (_root.began == true) {
this.play();
}
}
}
Instance of Symbol 200 MovieClip in Frame 309
onClipEvent (enterFrame) {
if (_root.began == true) {
this._x = this._x - _root.rater;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
if (_root.began == true) {
this.play();
}
}
}
Instance of Symbol 200 MovieClip in Frame 309
onClipEvent (enterFrame) {
if (_root.began == true) {
this._x = this._x - _root.rater;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
if (_root.began == true) {
this.play();
}
}
}
Instance of Symbol 200 MovieClip in Frame 309
onClipEvent (enterFrame) {
if (_root.began == true) {
this._x = this._x - _root.rater;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
if (_root.began == true) {
this.play();
}
}
}
Instance of Symbol 200 MovieClip in Frame 309
onClipEvent (enterFrame) {
if (_root.began == true) {
this._x = this._x - _root.rater;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
if (_root.began == true) {
this.play();
}
}
}
Instance of Symbol 200 MovieClip in Frame 309
onClipEvent (enterFrame) {
if (_root.began == true) {
this._x = this._x - _root.rater;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
if (_root.began == true) {
this.play();
}
}
}
Instance of Symbol 200 MovieClip in Frame 309
onClipEvent (enterFrame) {
if (_root.began == true) {
this._x = this._x - _root.rater;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
if (_root.began == true) {
this.play();
}
}
}
Instance of Symbol 200 MovieClip in Frame 309
onClipEvent (enterFrame) {
if (_root.began == true) {
this._x = this._x - _root.rater;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
if (_root.began == true) {
this.play();
}
}
}
Instance of Symbol 200 MovieClip in Frame 309
onClipEvent (enterFrame) {
if (_root.began == true) {
this._x = this._x - _root.rater;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
if (_root.began == true) {
this.play();
}
}
}
Instance of Symbol 200 MovieClip in Frame 309
onClipEvent (enterFrame) {
if (_root.began == true) {
this._x = this._x - _root.rater;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
if (_root.began == true) {
this.play();
}
}
}
Instance of Symbol 200 MovieClip in Frame 309
onClipEvent (enterFrame) {
if (_root.began == true) {
this._x = this._x - _root.rater;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
if (_root.began == true) {
this.play();
}
}
}
Instance of Symbol 200 MovieClip in Frame 309
onClipEvent (enterFrame) {
if (_root.began == true) {
this._x = this._x - _root.rater;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
if (_root.began == true) {
this.play();
}
}
}
Instance of Symbol 200 MovieClip in Frame 309
onClipEvent (enterFrame) {
if (_root.began == true) {
this._x = this._x - _root.rater;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
if (_root.began == true) {
this.play();
}
}
}
Instance of Symbol 200 MovieClip in Frame 309
onClipEvent (enterFrame) {
if (_root.began == true) {
this._x = this._x - _root.rater;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
if (_root.began == true) {
this.play();
}
}
}
Instance of Symbol 95 MovieClip "finisher" in Frame 309
onClipEvent (enterFrame) {
if (_root.began == true) {
this._x = this._x - _root.rater;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
if (_root.began == true) {
_root.speed = true;
_root.splash.play();
_root.gotoAndStop("select");
}
}
}
Instance of Symbol 103 MovieClip in Frame 309
onClipEvent (enterFrame) {
if (Key.isDown(2)) {
if (_root.began == true) {
_root.score = _root.score + 1;
_root.gotoAndPlay("reset");
}
}
}
Frame 311
levels = 8;
began = false;
Mouse.show();
if (Key.isDown(2)) {
_root.gotoAndStop("reset");
}
Instance of Symbol 216 MovieClip in Frame 311
onClipEvent (enterFrame) {
if (_root.began == true) {
this._y = this._y + 3;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x - 3.5, _root.cursor._y - 10, true)) {
if (_root.began == true) {
_root.score = _root.score + 1;
_root.gotoAndStop("reset");
_root.began = false;
}
}
}
Instance of Symbol 95 MovieClip "finisher" in Frame 311
onClipEvent (enterFrame) {
if (_root.began == true) {
this._y = this._y + 3;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x - 3.5, _root.cursor._y - 10, true)) {
if (_root.began == true) {
_root.reverser = true;
_root.splash.play();
_root.gotoAndStop("select");
}
}
}
Instance of Symbol 103 MovieClip in Frame 311
onClipEvent (enterFrame) {
if (Key.isDown(2)) {
if (_root.began == true) {
_root.score = _root.score + 1;
_root.gotoAndPlay("reset");
}
}
}
Instance of Symbol 218 MovieClip "cursor" in Frame 311
onClipEvent (enterFrame) {
if (_root.began == true) {
Mouse.hide();
this._x = (_root._xmouse * -1) + 700;
this._y = (_root._ymouse * -1) + 500;
}
}
Frame 313
levels = 10;
began = false;
Mouse.show();
if (Key.isDown(2)) {
_root.gotoAndStop("reset");
}
Instance of Symbol 231 MovieClip "rocky" in Frame 313
onClipEvent (enterFrame) {
if (_root.began == true) {
this._y = this._y + 10;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
if (_root.began == true) {
_root.score = _root.score + 1;
_root.gotoAndStop("reset");
_root.began = false;
}
}
}
Instance of Symbol 233 MovieClip in Frame 313
onClipEvent (enterFrame) {
if (_root.began == true) {
this._y = this._y + 10;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
if (_root.began == true) {
_root.boulder.play();
}
}
}
Instance of Symbol 237 MovieClip "boulder" in Frame 313
onClipEvent (enterFrame) {
if (_root.began == true) {
this._y = this._y + 10;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
if (_root.began == true) {
_root.score = _root.score + 1;
_root.gotoAndStop("reset");
_root.began = false;
}
}
}
Instance of Symbol 233 MovieClip in Frame 313
onClipEvent (enterFrame) {
if (_root.began == true) {
this._y = this._y + 10;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
if (_root.began == true) {
_root.boulder4.play();
}
}
}
Instance of Symbol 238 MovieClip "boulder1" in Frame 313
onClipEvent (enterFrame) {
if (_root.began == true) {
this._y = this._y + 10;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
if (_root.began == true) {
_root.score = _root.score + 1;
_root.gotoAndStop("reset");
_root.began = false;
}
}
}
Instance of Symbol 233 MovieClip in Frame 313
onClipEvent (enterFrame) {
if (_root.began == true) {
this._y = this._y + 10;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
if (_root.began == true) {
_root.boulder2.play();
}
}
}
Instance of Symbol 239 MovieClip "boulder2" in Frame 313
onClipEvent (enterFrame) {
if (_root.began == true) {
this._y = this._y + 10;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
if (_root.began == true) {
_root.score = _root.score + 1;
_root.gotoAndStop("reset");
_root.began = false;
}
}
}
Instance of Symbol 233 MovieClip in Frame 313
onClipEvent (enterFrame) {
if (_root.began == true) {
this._y = this._y + 10;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
if (_root.began == true) {
_root.boulder3.play();
}
}
}
Instance of Symbol 239 MovieClip "boulder3" in Frame 313
onClipEvent (enterFrame) {
if (_root.began == true) {
this._y = this._y + 10;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
if (_root.began == true) {
_root.score = _root.score + 1;
_root.gotoAndStop("reset");
_root.began = false;
}
}
}
Instance of Symbol 233 MovieClip in Frame 313
onClipEvent (enterFrame) {
if (_root.began == true) {
this._y = this._y + 10;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
if (_root.began == true) {
_root.boulder2.play();
}
}
}
Instance of Symbol 239 MovieClip "boulder4" in Frame 313
onClipEvent (enterFrame) {
if (_root.began == true) {
this._y = this._y + 10;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
if (_root.began == true) {
_root.score = _root.score + 1;
_root.gotoAndStop("reset");
_root.began = false;
}
}
}
Instance of Symbol 233 MovieClip in Frame 313
onClipEvent (enterFrame) {
if (_root.began == true) {
this._y = this._y + 10;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
if (_root.began == true) {
_root.boulder7.play();
}
}
}
Instance of Symbol 237 MovieClip "boulder6" in Frame 313
onClipEvent (enterFrame) {
if (_root.began == true) {
this._y = this._y + 10;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
if (_root.began == true) {
_root.score = _root.score + 1;
_root.gotoAndStop("reset");
_root.began = false;
}
}
}
Instance of Symbol 233 MovieClip in Frame 313
onClipEvent (enterFrame) {
if (_root.began == true) {
this._y = this._y + 10;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
if (_root.began == true) {
_root.boulder6.play();
}
}
}
Instance of Symbol 237 MovieClip "boulder7" in Frame 313
onClipEvent (enterFrame) {
if (_root.began == true) {
this._y = this._y + 10;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
if (_root.began == true) {
_root.score = _root.score + 1;
_root.gotoAndStop("reset");
_root.began = false;
}
}
}
Instance of Symbol 95 MovieClip "finisher" in Frame 313
onClipEvent (enterFrame) {
if (_root.began == true) {
this._y = this._y + 10;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
if (_root.began == true) {
_root.quake = true;
_root.splash.play();
_root.gotoAndStop("select");
}
}
}
Instance of Symbol 103 MovieClip in Frame 313
onClipEvent (enterFrame) {
if (Key.isDown(2)) {
if (_root.began == true) {
_root.score = _root.score + 1;
_root.gotoAndPlay("reset");
}
}
}
Frame 315
levels = 12;
began = false;
Mouse.show();
Instance of Symbol 251 MovieClip in Frame 315
onClipEvent (enterFrame) {
if (_root.began == true) {
this._y = this._y + 3;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x - 3.5, _root.cursor._y - 10, true)) {
if (_root.began == true) {
_root.score = _root.score + 1;
_root.gotoAndStop("reset");
_root.began = false;
}
}
}
Instance of Symbol 95 MovieClip "finisher" in Frame 315
onClipEvent (enterFrame) {
if (_root.began == true) {
this._y = this._y + 3;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x - 3.5, _root.cursor._y - 10, true)) {
if (_root.began == true) {
_root.teleport = true;
_root.splash.play();
_root.gotoAndStop("select");
}
}
}
Instance of Symbol 103 MovieClip in Frame 315
onClipEvent (enterFrame) {
if (Key.isDown(2)) {
if (_root.began == true) {
_root.score = _root.score + 1;
_root.gotoAndPlay("reset");
}
}
}
Instance of Symbol 218 MovieClip "cursor" in Frame 315
onClipEvent (enterFrame) {
if (_root.began == true) {
Mouse.hide();
this._x = _root._xmouse;
this._y = _root._ymouse;
}
}
Instance of Symbol 254 MovieClip in Frame 315
onClipEvent (enterFrame) {
if (_root.began == true) {
this._y = this._y + 3;
}
}
on (rollOver) {
this.gotoAndStop(2);
}
on (rollOut) {
this.gotoAndStop(1);
}
Instance of Symbol 254 MovieClip in Frame 315
onClipEvent (enterFrame) {
if (_root.began == true) {
this._y = this._y + 3;
}
}
on (rollOver) {
this.gotoAndStop(2);
}
on (rollOut) {
this.gotoAndStop(1);
}
Instance of Symbol 254 MovieClip in Frame 315
onClipEvent (enterFrame) {
if (_root.began == true) {
this._y = this._y + 3;
}
}
on (rollOver) {
this.gotoAndStop(2);
}
on (rollOut) {
this.gotoAndStop(1);
}
Instance of Symbol 254 MovieClip in Frame 315
onClipEvent (enterFrame) {
if (_root.began == true) {
this._y = this._y + 3;
}
}
on (rollOver) {
this.gotoAndStop(2);
}
on (rollOut) {
this.gotoAndStop(1);
}
Instance of Symbol 254 MovieClip in Frame 315
onClipEvent (enterFrame) {
if (_root.began == true) {
this._y = this._y + 3;
}
}
on (rollOver) {
this.gotoAndStop(2);
}
on (rollOut) {
this.gotoAndStop(1);
}
Instance of Symbol 254 MovieClip in Frame 315
onClipEvent (enterFrame) {
if (_root.began == true) {
this._y = this._y + 3;
}
}
on (rollOver) {
this.gotoAndStop(2);
}
on (rollOut) {
this.gotoAndStop(1);
}
Instance of Symbol 254 MovieClip in Frame 315
onClipEvent (enterFrame) {
if (_root.began == true) {
this._y = this._y + 3;
}
}
on (rollOver) {
this.gotoAndStop(2);
}
on (rollOut) {
this.gotoAndStop(1);
}
Instance of Symbol 254 MovieClip in Frame 315
onClipEvent (enterFrame) {
if (_root.began == true) {
this._y = this._y + 3;
}
}
on (rollOver) {
this.gotoAndStop(2);
}
on (rollOut) {
this.gotoAndStop(1);
}
Instance of Symbol 254 MovieClip in Frame 315
onClipEvent (enterFrame) {
if (_root.began == true) {
this._y = this._y + 3;
}
}
on (rollOver) {
this.gotoAndStop(2);
}
on (rollOut) {
this.gotoAndStop(1);
}
Instance of Symbol 254 MovieClip in Frame 315
onClipEvent (enterFrame) {
if (_root.began == true) {
this._y = this._y + 3;
}
}
on (rollOver) {
this.gotoAndStop(2);
}
on (rollOut) {
this.gotoAndStop(1);
}
Instance of Symbol 254 MovieClip in Frame 315
onClipEvent (enterFrame) {
if (_root.began == true) {
this._y = this._y + 3;
}
}
on (rollOver) {
this.gotoAndStop(2);
}
on (rollOut) {
this.gotoAndStop(1);
}
Instance of Symbol 254 MovieClip in Frame 315
onClipEvent (enterFrame) {
if (_root.began == true) {
this._y = this._y + 3;
}
}
on (rollOver) {
this.gotoAndStop(2);
}
on (rollOut) {
this.gotoAndStop(1);
}
Instance of Symbol 254 MovieClip in Frame 315
onClipEvent (enterFrame) {
if (_root.began == true) {
this._y = this._y + 3;
}
}
on (rollOver) {
this.gotoAndStop(2);
}
on (rollOut) {
this.gotoAndStop(1);
}
Instance of Symbol 254 MovieClip in Frame 315
onClipEvent (enterFrame) {
if (_root.began == true) {
this._y = this._y + 3;
}
}
on (rollOver) {
this.gotoAndStop(2);
}
on (rollOut) {
this.gotoAndStop(1);
}
Instance of Symbol 254 MovieClip in Frame 315
onClipEvent (enterFrame) {
if (_root.began == true) {
this._y = this._y + 3;
}
}
on (rollOver) {
this.gotoAndStop(2);
}
on (rollOut) {
this.gotoAndStop(1);
}
Instance of Symbol 254 MovieClip in Frame 315
onClipEvent (enterFrame) {
if (_root.began == true) {
this._y = this._y + 3;
}
}
on (rollOver) {
this.gotoAndStop(2);
}
on (rollOut) {
this.gotoAndStop(1);
}
Instance of Symbol 254 MovieClip in Frame 315
onClipEvent (enterFrame) {
if (_root.began == true) {
this._y = this._y + 3;
}
}
on (rollOver) {
this.gotoAndStop(2);
}
on (rollOut) {
this.gotoAndStop(1);
}
Instance of Symbol 254 MovieClip in Frame 315
onClipEvent (enterFrame) {
if (_root.began == true) {
this._y = this._y + 3;
}
}
on (rollOver) {
this.gotoAndStop(2);
}
on (rollOut) {
this.gotoAndStop(1);
}
Frame 317
levels = 14;
began = false;
Instance of Symbol 266 MovieClip "lever" in Frame 317
onClipEvent (enterFrame) {
if (_root.began == true) {
this._y = this._y + 3;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hacker)) {
this.gotoAndStop(2);
_root.wall.doory.gotoAndStop(2);
}
}
Instance of Symbol 270 MovieClip "hacker" in Frame 317
onClipEvent (load) {
power = 6;
radius = 8;
}
onClipEvent (enterFrame) {
if (Key.isDown(37)) {
_x = (_x - power);
_rotation = 270;
}
if (Key.isDown(39)) {
_x = (_x + power);
_rotation = 90;
}
if (Key.isDown(38)) {
_y = (_y - power);
_rotation = 0;
}
if (Key.isDown(40)) {
_y = (_y + power);
_rotation = 180;
}
if (Key.isDown(65)) {
_x = (_x - power);
_rotation = 270;
}
if (Key.isDown(68)) {
_x = (_x + power);
_rotation = 90;
}
if (Key.isDown(87)) {
_y = (_y - power);
_rotation = 0;
}
if (Key.isDown(83)) {
_y = (_y + power);
_rotation = 180;
}
while (_root.wall.hitTest(_x, _y + radius, true)) {
if (_root.began == true) {
_root.score = _root.score + 1;
}
_root.gotoAndStop("reset");
}
while (_root.wall.hitTest(_x, _y - radius, true)) {
if (_root.began == true) {
_root.score = _root.score + 1;
}
_root.gotoAndStop("reset");
}
while (_root.wall.hitTest(_x - radius, _y, true)) {
if (_root.began == true) {
_root.score = _root.score + 1;
}
_root.gotoAndStop("reset");
}
while (_root.wall.hitTest(_x + radius, _y, true)) {
if (_root.began == true) {
_root.score = _root.score + 1;
}
_root.gotoAndStop("reset");
}
while (_root.walle.hitTest(_x, _y + radius, true)) {
_root.score = _root.score + 1;
_root.gotoAndStop("reset");
}
while (_root.walle.hitTest(_x, _y - radius, true)) {
_root.score = _root.score + 1;
_root.gotoAndStop("reset");
}
while (_root.walle.hitTest(_x - radius, _y, true)) {
_root.score = _root.score + 1;
_root.gotoAndStop("reset");
}
while (_root.walle.hitTest(_x + radius, _y, true)) {
_root.score = _root.score + 1;
_root.gotoAndStop("reset");
}
if (_root.exit.hitTest(_x, _y, true)) {
_root.began = true;
_root.exit._alpha = 0;
}
if (_root.exit2.hitTest(_x, _y, true)) {
_root.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (_root.began == true) {
this._y = this._y + 3;
}
if (((_root.cop.hitTest(_x, _y + radius, true) or _root.cop.hitTest(_x, _y - radius, true)) or _root.cop.hitTest(_x + radius, _y, true)) or _root.cop.hitTest(_x - radius, _y, true)) {
_root.score = _root.score + 1;
_root.gotoAndStop("reset");
}
if (((_root.cope.hitTest(_x, _y + radius, true) or _root.cope.hitTest(_x, _y - radius, true)) or _root.cope.hitTest(_x + radius, _y, true)) or _root.cope.hitTest(_x - radius, _y, true)) {
_root.wasd = true;
_root.splash.play();
_root.gotoAndStop("select");
}
}
Instance of Symbol 274 MovieClip "wall" in Frame 317
onClipEvent (enterFrame) {
if (_root.began == true) {
this._y = this._y + 3;
}
}
Instance of Symbol 283 MovieClip "cop" in Frame 317
onClipEvent (enterFrame) {
if (_root.began == true) {
this._y = this._y + 3;
}
}
Instance of Symbol 95 MovieClip "cope" in Frame 317
onClipEvent (enterFrame) {
if (_root.began == true) {
this._y = this._y + 3;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hacker._x - 3.5, _root.hacker._y - 10, true)) {
if (_root.began == true) {
_root.wasd = true;
_root.splash.play();
_root.gotoAndStop("select");
}
}
}
Frame 319
levels = 16;
began = false;
Mouse.show();
Instance of Symbol 218 MovieClip "cursor" in Frame 319
onClipEvent (enterFrame) {
if (_root.began == true) {
Mouse.hide();
this._x = _root._xmouse;
this._y = _root._ymouse;
this._xscale = this._xscale + 2;
this._yscale = this._yscale + 2;
}
}
Instance of Symbol 291 MovieClip in Frame 319
onClipEvent (enterFrame) {
if (_root.began == true) {
this._y = this._y + 4;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x - (_root.cursor._width / 2), _root.cursor._y - (_root.cursor._height / 2), true)) {
if (_root.began == true) {
_root.score = _root.score + 1;
_root.gotoAndStop("reset");
_root.began = false;
}
}
if (this.hitTest(_root.cursor._x - (_root.cursor._width / 2), _root.cursor._y + (_root.cursor._height / 3), true)) {
if (_root.began == true) {
_root.score = _root.score + 1;
_root.gotoAndStop("reset");
_root.began = false;
}
}
if (this.hitTest(_root.cursor._x + (_root.cursor._width / 2), _root.cursor._y, true)) {
if (_root.began == true) {
_root.score = _root.score + 1;
_root.gotoAndStop("reset");
_root.began = false;
}
}
if (this.hitTest(_root.cursor._x + (_root.cursor._width / 2.5), _root.cursor._y + (_root.cursor._height / 2), true)) {
if (_root.began == true) {
_root.score = _root.score + 1;
_root.gotoAndStop("reset");
_root.began = false;
}
}
if (this.hitTest(_root.cursor._x, _root.cursor._y - (_root.cursor._height / 3), true)) {
if (_root.began == true) {
_root.score = _root.score + 1;
_root.gotoAndStop("reset");
_root.began = false;
}
}
}
Instance of Symbol 293 MovieClip in Frame 319
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(this)) {
this._x = this._x + 10000;
_root.cursor._xscale = _root.cursor._xscale * 0.5;
_root.cursor._yscale = _root.cursor._yscale * 0.5;
}
}
onClipEvent (enterFrame) {
if (_root.began == true) {
this._y = this._y + 4;
}
}
Instance of Symbol 293 MovieClip in Frame 319
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(this)) {
this._x = this._x + 10000;
_root.cursor._xscale = _root.cursor._xscale * 0.5;
_root.cursor._yscale = _root.cursor._yscale * 0.5;
}
}
onClipEvent (enterFrame) {
if (_root.began == true) {
this._y = this._y + 4;
}
}
Instance of Symbol 293 MovieClip in Frame 319
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(this)) {
this._x = this._x + 10000;
_root.cursor._xscale = _root.cursor._xscale * 0.5;
_root.cursor._yscale = _root.cursor._yscale * 0.5;
}
}
onClipEvent (enterFrame) {
if (_root.began == true) {
this._y = this._y + 4;
}
}
Instance of Symbol 293 MovieClip in Frame 319
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(this)) {
this._x = this._x + 10000;
_root.cursor._xscale = _root.cursor._xscale * 0.5;
_root.cursor._yscale = _root.cursor._yscale * 0.5;
}
}
onClipEvent (enterFrame) {
if (_root.began == true) {
this._y = this._y + 4;
}
}
Instance of Symbol 293 MovieClip in Frame 319
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(this)) {
this._x = this._x + 10000;
_root.cursor._xscale = _root.cursor._xscale * 0.5;
_root.cursor._yscale = _root.cursor._yscale * 0.5;
}
}
onClipEvent (enterFrame) {
if (_root.began == true) {
this._y = this._y + 4;
}
}
Instance of Symbol 293 MovieClip in Frame 319
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(this)) {
this._x = this._x + 10000;
_root.cursor._xscale = _root.cursor._xscale * 0.5;
_root.cursor._yscale = _root.cursor._yscale * 0.5;
}
}
onClipEvent (enterFrame) {
if (_root.began == true) {
this._y = this._y + 4;
}
}
Instance of Symbol 293 MovieClip in Frame 319
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(this)) {
this._x = this._x + 10000;
_root.cursor._xscale = _root.cursor._xscale * 0.5;
_root.cursor._yscale = _root.cursor._yscale * 0.5;
}
}
onClipEvent (enterFrame) {
if (_root.began == true) {
this._y = this._y + 4;
}
}
Instance of Symbol 293 MovieClip in Frame 319
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(this)) {
this._x = this._x + 10000;
_root.cursor._xscale = _root.cursor._xscale * 0.5;
_root.cursor._yscale = _root.cursor._yscale * 0.5;
}
}
onClipEvent (enterFrame) {
if (_root.began == true) {
this._y = this._y + 4;
}
}
Instance of Symbol 293 MovieClip in Frame 319
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(this)) {
this._x = this._x + 10000;
_root.cursor._xscale = _root.cursor._xscale * 0.5;
_root.cursor._yscale = _root.cursor._yscale * 0.5;
}
}
onClipEvent (enterFrame) {
if (_root.began == true) {
this._y = this._y + 4;
}
}
Instance of Symbol 293 MovieClip in Frame 319
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(this)) {
this._x = this._x + 10000;
_root.cursor._xscale = _root.cursor._xscale * 0.5;
_root.cursor._yscale = _root.cursor._yscale * 0.5;
}
}
onClipEvent (enterFrame) {
if (_root.began == true) {
this._y = this._y + 4;
}
}
Instance of Symbol 293 MovieClip in Frame 319
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(this)) {
this._x = this._x + 10000;
_root.cursor._xscale = _root.cursor._xscale * 0.5;
_root.cursor._yscale = _root.cursor._yscale * 0.5;
}
}
onClipEvent (enterFrame) {
if (_root.began == true) {
this._y = this._y + 4;
}
}
Instance of Symbol 293 MovieClip in Frame 319
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(this)) {
this._x = this._x + 10000;
_root.cursor._xscale = _root.cursor._xscale * 0.5;
_root.cursor._yscale = _root.cursor._yscale * 0.5;
}
}
onClipEvent (enterFrame) {
if (_root.began == true) {
this._y = this._y + 4;
}
}
Instance of Symbol 293 MovieClip in Frame 319
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(this)) {
this._x = this._x + 10000;
_root.cursor._xscale = _root.cursor._xscale * 0.5;
_root.cursor._yscale = _root.cursor._yscale * 0.5;
}
}
onClipEvent (enterFrame) {
if (_root.began == true) {
this._y = this._y + 4;
}
}
Instance of Symbol 293 MovieClip in Frame 319
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(this)) {
this._x = this._x + 10000;
_root.cursor._xscale = _root.cursor._xscale * 0.5;
_root.cursor._yscale = _root.cursor._yscale * 0.5;
}
}
onClipEvent (enterFrame) {
if (_root.began == true) {
this._y = this._y + 4;
}
}
Instance of Symbol 293 MovieClip in Frame 319
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(this)) {
this._x = this._x + 10000;
_root.cursor._xscale = _root.cursor._xscale * 0.5;
_root.cursor._yscale = _root.cursor._yscale * 0.5;
}
}
onClipEvent (enterFrame) {
if (_root.began == true) {
this._y = this._y + 4;
}
}
Instance of Symbol 293 MovieClip in Frame 319
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(this)) {
this._x = this._x + 10000;
_root.cursor._xscale = _root.cursor._xscale * 0.5;
_root.cursor._yscale = _root.cursor._yscale * 0.5;
}
}
onClipEvent (enterFrame) {
if (_root.began == true) {
this._y = this._y + 4;
}
}
Instance of Symbol 293 MovieClip in Frame 319
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(this)) {
this._x = this._x + 10000;
_root.cursor._xscale = _root.cursor._xscale * 0.5;
_root.cursor._yscale = _root.cursor._yscale * 0.5;
}
}
onClipEvent (enterFrame) {
if (_root.began == true) {
this._y = this._y + 4;
}
}
Instance of Symbol 293 MovieClip in Frame 319
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(this)) {
this._x = this._x + 10000;
_root.cursor._xscale = _root.cursor._xscale * 0.5;
_root.cursor._yscale = _root.cursor._yscale * 0.5;
}
}
onClipEvent (enterFrame) {
if (_root.began == true) {
this._y = this._y + 4;
}
}
Instance of Symbol 293 MovieClip in Frame 319
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(this)) {
this._x = this._x + 10000;
_root.cursor._xscale = _root.cursor._xscale * 0.5;
_root.cursor._yscale = _root.cursor._yscale * 0.5;
}
}
onClipEvent (enterFrame) {
if (_root.began == true) {
this._y = this._y + 4;
}
}
Instance of Symbol 293 MovieClip in Frame 319
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(this)) {
this._x = this._x + 10000;
_root.cursor._xscale = _root.cursor._xscale * 0.5;
_root.cursor._yscale = _root.cursor._yscale * 0.5;
}
}
onClipEvent (enterFrame) {
if (_root.began == true) {
this._y = this._y + 4;
}
}
Instance of Symbol 293 MovieClip in Frame 319
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(this)) {
this._x = this._x + 10000;
_root.cursor._xscale = _root.cursor._xscale * 0.5;
_root.cursor._yscale = _root.cursor._yscale * 0.5;
}
}
onClipEvent (enterFrame) {
if (_root.began == true) {
this._y = this._y + 4;
}
}
Instance of Symbol 293 MovieClip in Frame 319
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(this)) {
this._x = this._x + 10000;
_root.cursor._xscale = _root.cursor._xscale * 0.5;
_root.cursor._yscale = _root.cursor._yscale * 0.5;
}
}
onClipEvent (enterFrame) {
if (_root.began == true) {
this._y = this._y + 4;
}
}
Instance of Symbol 293 MovieClip in Frame 319
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(this)) {
this._x = this._x + 10000;
_root.cursor._xscale = _root.cursor._xscale * 0.5;
_root.cursor._yscale = _root.cursor._yscale * 0.5;
}
}
onClipEvent (enterFrame) {
if (_root.began == true) {
this._y = this._y + 4;
}
}
Instance of Symbol 293 MovieClip in Frame 319
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(this)) {
this._x = this._x + 10000;
_root.cursor._xscale = _root.cursor._xscale * 0.5;
_root.cursor._yscale = _root.cursor._yscale * 0.5;
}
}
onClipEvent (enterFrame) {
if (_root.began == true) {
this._y = this._y + 4;
}
}
Instance of Symbol 293 MovieClip in Frame 319
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(this)) {
this._x = this._x + 10000;
_root.cursor._xscale = _root.cursor._xscale * 0.5;
_root.cursor._yscale = _root.cursor._yscale * 0.5;
}
}
onClipEvent (enterFrame) {
if (_root.began == true) {
this._y = this._y + 4;
}
}
Instance of Symbol 293 MovieClip in Frame 319
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(this)) {
this._x = this._x + 10000;
_root.cursor._xscale = _root.cursor._xscale * 0.5;
_root.cursor._yscale = _root.cursor._yscale * 0.5;
}
}
onClipEvent (enterFrame) {
if (_root.began == true) {
this._y = this._y + 4;
}
}
Instance of Symbol 293 MovieClip in Frame 319
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(this)) {
this._x = this._x + 10000;
_root.cursor._xscale = _root.cursor._xscale * 0.5;
_root.cursor._yscale = _root.cursor._yscale * 0.5;
}
}
onClipEvent (enterFrame) {
if (_root.began == true) {
this._y = this._y + 4;
}
}
Instance of Symbol 293 MovieClip in Frame 319
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(this)) {
this._x = this._x + 10000;
_root.cursor._xscale = _root.cursor._xscale * 0.5;
_root.cursor._yscale = _root.cursor._yscale * 0.5;
}
}
onClipEvent (enterFrame) {
if (_root.began == true) {
this._y = this._y + 4;
}
}
Instance of Symbol 293 MovieClip in Frame 319
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(this)) {
this._x = this._x + 10000;
_root.cursor._xscale = _root.cursor._xscale * 0.5;
_root.cursor._yscale = _root.cursor._yscale * 0.5;
}
}
onClipEvent (enterFrame) {
if (_root.began == true) {
this._y = this._y + 4;
}
}
Instance of Symbol 293 MovieClip in Frame 319
onClipEvent (enterFrame) {
if (_root.cursor.hitTest(this)) {
this._x = this._x + 10000;
_root.cursor._xscale = _root.cursor._xscale * 0.5;
_root.cursor._yscale = _root.cursor._yscale * 0.5;
}
}
onClipEvent (enterFrame) {
if (_root.began == true) {
this._y = this._y + 4;
}
}
Instance of Symbol 95 MovieClip "finisher" in Frame 319
onClipEvent (enterFrame) {
if (_root.began == true) {
this._y = this._y + 4;
}
}
onClipEvent (enterFrame) {
if (_root.finisher.hitTest(_root.cursor)) {
if (_root.began == true) {
_root.jumbo = true;
_root.splash.play();
_root.gotoAndStop("select");
}
}
}
Frame 320
stopAllSounds();
s = new Sound();
s.attachSound("wag");
s.start(0, 99);
Frame 321
function boing() {
if (_root.began == true) {
_root.timer = _root.timer - 1;
}
}
timer = 60;
levels = 18;
began = false;
expand = false;
switcher = false;
invis = true;
Mouse.show();
Instance of Symbol 338 MovieClip "cat" in Frame 321
onClipEvent (enterFrame) {
if (_root.switcher == false) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
if (_root.began == true) {
_root.score = _root.score + 1;
_root.gotoAndStop("reset");
_root.began = false;
}
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x - 3.5, _root.cursor._y - 10, true)) {
if (_root.began == true) {
_root.score = _root.score + 1;
_root.gotoAndStop("reset");
_root.began = false;
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor2._x - (_root.cursor2._width / 2), _root.cursor2._y - (_root.cursor2._height / 2), true)) {
if (_root.began == true) {
_root.score = _root.score + 1;
_root.gotoAndStop("reset");
_root.began = false;
}
}
if (this.hitTest(_root.cursor2._x - (_root.cursor2._width / 2), _root.cursor2._y + (_root.cursor2._height / 3), true)) {
if (_root.began == true) {
_root.score = _root.score + 1;
_root.gotoAndStop("reset");
_root.began = false;
}
}
if (this.hitTest(_root.cursor2._x + (_root.cursor2._width / 2), _root.cursor2._y, true)) {
if (_root.began == true) {
_root.score = _root.score + 1;
_root.gotoAndStop("reset");
_root.began = false;
}
}
if (this.hitTest(_root.cursor2._x + (_root.cursor2._width / 2.5), _root.cursor2._y + (_root.cursor2._height / 2), true)) {
if (_root.began == true) {
_root.score = _root.score + 1;
_root.gotoAndStop("reset");
_root.began = false;
}
}
if (this.hitTest(_root.cursor2._x, _root.cursor2._y - (_root.cursor2._height / 3), true)) {
if (_root.began == true) {
_root.score = _root.score + 1;
_root.gotoAndStop("reset");
_root.began = false;
}
}
}
Instance of Symbol 363 MovieClip in Frame 321
onClipEvent (enterFrame) {
if (_root.invis == false) {
this._alpha = 60;
}
if (_root.invis == true) {
this._alpha = 0;
}
}
on (rollOver) {
this.gotoAndStop(2);
}
on (rollOut) {
this.gotoAndStop(1);
}
Instance of Symbol 363 MovieClip in Frame 321
onClipEvent (enterFrame) {
if (_root.invis == false) {
this._alpha = 60;
}
if (_root.invis == true) {
this._alpha = 0;
}
}
on (rollOver) {
this.gotoAndStop(2);
}
on (rollOut) {
this.gotoAndStop(1);
}
Instance of Symbol 363 MovieClip in Frame 321
onClipEvent (enterFrame) {
if (_root.invis == false) {
this._alpha = 60;
}
if (_root.invis == true) {
this._alpha = 0;
}
}
on (rollOver) {
this.gotoAndStop(2);
}
on (rollOut) {
this.gotoAndStop(1);
}
Instance of Symbol 363 MovieClip in Frame 321
onClipEvent (enterFrame) {
if (_root.invis == false) {
this._alpha = 60;
}
if (_root.invis == true) {
this._alpha = 0;
}
}
on (rollOver) {
this.gotoAndStop(2);
}
on (rollOut) {
this.gotoAndStop(1);
}
Instance of Symbol 363 MovieClip in Frame 321
onClipEvent (enterFrame) {
if (_root.invis == false) {
this._alpha = 60;
}
if (_root.invis == true) {
this._alpha = 0;
}
}
on (rollOver) {
this.gotoAndStop(2);
}
on (rollOut) {
this.gotoAndStop(1);
}
Instance of Symbol 363 MovieClip in Frame 321
onClipEvent (enterFrame) {
if (_root.invis == false) {
this._alpha = 60;
}
if (_root.invis == true) {
this._alpha = 0;
}
}
on (rollOver) {
this.gotoAndStop(2);
}
on (rollOut) {
this.gotoAndStop(1);
}
Instance of Symbol 363 MovieClip in Frame 321
onClipEvent (enterFrame) {
if (_root.invis == false) {
this._alpha = 60;
}
if (_root.invis == true) {
this._alpha = 0;
}
}
on (rollOver) {
this.gotoAndStop(2);
}
on (rollOut) {
this.gotoAndStop(1);
}
Instance of Symbol 363 MovieClip in Frame 321
onClipEvent (enterFrame) {
if (_root.invis == false) {
this._alpha = 60;
}
if (_root.invis == true) {
this._alpha = 0;
}
}
on (rollOver) {
this.gotoAndStop(2);
}
on (rollOut) {
this.gotoAndStop(1);
}
Instance of Symbol 363 MovieClip in Frame 321
onClipEvent (enterFrame) {
if (_root.invis == false) {
this._alpha = 60;
}
if (_root.invis == true) {
this._alpha = 0;
}
}
on (rollOver) {
this.gotoAndStop(2);
}
on (rollOut) {
this.gotoAndStop(1);
}
Instance of Symbol 363 MovieClip in Frame 321
onClipEvent (enterFrame) {
if (_root.invis == false) {
this._alpha = 60;
}
if (_root.invis == true) {
this._alpha = 0;
}
}
on (rollOver) {
this.gotoAndStop(2);
}
on (rollOut) {
this.gotoAndStop(1);
}
Instance of Symbol 363 MovieClip in Frame 321
onClipEvent (enterFrame) {
if (_root.invis == false) {
this._alpha = 60;
}
if (_root.invis == true) {
this._alpha = 0;
}
}
on (rollOver) {
this.gotoAndStop(2);
}
on (rollOut) {
this.gotoAndStop(1);
}
Instance of Symbol 363 MovieClip in Frame 321
onClipEvent (enterFrame) {
if (_root.invis == false) {
this._alpha = 60;
}
if (_root.invis == true) {
this._alpha = 0;
}
}
on (rollOver) {
this.gotoAndStop(2);
}
on (rollOut) {
this.gotoAndStop(1);
}
Instance of Symbol 363 MovieClip in Frame 321
onClipEvent (enterFrame) {
if (_root.invis == false) {
this._alpha = 60;
}
if (_root.invis == true) {
this._alpha = 0;
}
}
on (rollOver) {
this.gotoAndStop(2);
}
on (rollOut) {
this.gotoAndStop(1);
}
Instance of Symbol 363 MovieClip in Frame 321
onClipEvent (enterFrame) {
if (_root.invis == false) {
this._alpha = 60;
}
if (_root.invis == true) {
this._alpha = 0;
}
}
on (rollOver) {
this.gotoAndStop(2);
}
on (rollOut) {
this.gotoAndStop(1);
}
Instance of Symbol 363 MovieClip in Frame 321
onClipEvent (enterFrame) {
if (_root.invis == false) {
this._alpha = 60;
}
if (_root.invis == true) {
this._alpha = 0;
}
}
on (rollOver) {
this.gotoAndStop(2);
}
on (rollOut) {
this.gotoAndStop(1);
}
Instance of Symbol 363 MovieClip in Frame 321
onClipEvent (enterFrame) {
if (_root.invis == false) {
this._alpha = 60;
}
if (_root.invis == true) {
this._alpha = 0;
}
}
on (rollOver) {
this.gotoAndStop(2);
}
on (rollOut) {
this.gotoAndStop(1);
}
Instance of Symbol 363 MovieClip in Frame 321
onClipEvent (enterFrame) {
if (_root.invis == false) {
this._alpha = 60;
}
if (_root.invis == true) {
this._alpha = 0;
}
}
on (rollOver) {
this.gotoAndStop(2);
}
on (rollOut) {
this.gotoAndStop(1);
}
Instance of Symbol 363 MovieClip in Frame 321
onClipEvent (enterFrame) {
if (_root.invis == false) {
this._alpha = 60;
}
if (_root.invis == true) {
this._alpha = 0;
}
}
on (rollOver) {
this.gotoAndStop(2);
}
on (rollOut) {
this.gotoAndStop(1);
}
Instance of Symbol 363 MovieClip in Frame 321
onClipEvent (enterFrame) {
if (_root.invis == false) {
this._alpha = 60;
}
if (_root.invis == true) {
this._alpha = 0;
}
}
on (rollOver) {
this.gotoAndStop(2);
}
on (rollOut) {
this.gotoAndStop(1);
}
Instance of Symbol 363 MovieClip in Frame 321
onClipEvent (enterFrame) {
if (_root.invis == false) {
this._alpha = 60;
}
if (_root.invis == true) {
this._alpha = 0;
}
}
on (rollOver) {
this.gotoAndStop(2);
}
on (rollOut) {
this.gotoAndStop(1);
}
Instance of Symbol 363 MovieClip in Frame 321
onClipEvent (enterFrame) {
if (_root.invis == false) {
this._alpha = 60;
}
if (_root.invis == true) {
this._alpha = 0;
}
}
on (rollOver) {
this.gotoAndStop(2);
}
on (rollOut) {
this.gotoAndStop(1);
}
Instance of Symbol 363 MovieClip in Frame 321
onClipEvent (enterFrame) {
if (_root.invis == false) {
this._alpha = 60;
}
if (_root.invis == true) {
this._alpha = 0;
}
}
on (rollOver) {
this.gotoAndStop(2);
}
on (rollOut) {
this.gotoAndStop(1);
}
Instance of Symbol 363 MovieClip in Frame 321
onClipEvent (enterFrame) {
if (_root.invis == false) {
this._alpha = 60;
}
if (_root.invis == true) {
this._alpha = 0;
}
}
on (rollOver) {
this.gotoAndStop(2);
}
on (rollOut) {
this.gotoAndStop(1);
}
Instance of Symbol 363 MovieClip in Frame 321
onClipEvent (enterFrame) {
if (_root.invis == false) {
this._alpha = 60;
}
if (_root.invis == true) {
this._alpha = 0;
}
}
on (rollOver) {
this.gotoAndStop(2);
}
on (rollOut) {
this.gotoAndStop(1);
}
Instance of Symbol 371 MovieClip "cat2" in Frame 321
onClipEvent (enterFrame) {
if (_root.switcher == false) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
if (_root.began == true) {
_root.score = _root.score + 1;
_root.gotoAndStop("reset");
_root.began = false;
}
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor._x - 3.5, _root.cursor._y - 10, true)) {
if (_root.began == true) {
_root.score = _root.score + 1;
_root.gotoAndStop("reset");
_root.began = false;
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cursor2._x - (_root.cursor2._width / 2), _root.cursor2._y - (_root.cursor2._height / 2), true)) {
if (_root.began == true) {
_root.score = _root.score + 1;
_root.gotoAndStop("reset");
_root.began = false;
}
}
if (this.hitTest(_root.cursor2._x - (_root.cursor2._width / 2), _root.cursor2._y + (_root.cursor2._height / 3), true)) {
if (_root.began == true) {
_root.score = _root.score + 1;
_root.gotoAndStop("reset");
_root.began = false;
}
}
if (this.hitTest(_root.cursor2._x + (_root.cursor2._width / 2), _root.cursor2._y, true)) {
if (_root.began == true) {
_root.score = _root.score + 1;
_root.gotoAndStop("reset");
_root.began = false;
}
}
if (this.hitTest(_root.cursor2._x + (_root.cursor2._width / 2.5), _root.cursor2._y + (_root.cursor2._height / 2), true)) {
if (_root.began == true) {
_root.score = _root.score + 1;
_root.gotoAndStop("reset");
_root.began = false;
}
}
if (this.hitTest(_root.cursor2._x, _root.cursor2._y - (_root.cursor2._height / 3), true)) {
if (_root.began == true) {
_root.score = _root.score + 1;
_root.gotoAndStop("reset");
_root.began = false;
}
}
}
Instance of Symbol 374 MovieClip "cursor" in Frame 321
onClipEvent (enterFrame) {
if (_root.began == true) {
if (_root.switcher == true) {
Mouse.hide();
this._x = (_root._xmouse * -1) + 700;
this._y = (_root._ymouse * -1) + 500;
}
}
if (_root.began == true) {
if (_root.switcher == false) {
this._x = 7000000000000;
this._y = 5000000000000;
}
}
}
Instance of Symbol 103 MovieClip in Frame 321
onClipEvent (enterFrame) {
if (Key.isDown(2)) {
if (_root.began == true) {
_root.score = _root.score + 1;
_root.gotoAndPlay("reset");
}
}
}
Frame 322
Mouse.show();
Frame 323
gotoAndStop(_root.levels + 303);
clearInterval();
Symbol 11 MovieClip Frame 1
_root.stop();
PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100;
if (PercentLoaded != 100) {
bar._xscale = PercentLoaded;
} else {
gotoAndPlay ("loaded");
}
Symbol 11 MovieClip Frame 2
gotoAndPlay (1);
Symbol 11 MovieClip Frame 19
_root.gotoAndPlay(2);
Symbol 14 MovieClip Frame 1
stop();
Symbol 21 Button
on (release) {
getURL ("http://www.ugoplayer.com/?cmpid=gdi_ugp_frust3_091808", "_blank");
}
Symbol 47 MovieClip Frame 2
stop();
Symbol 50 MovieClip Frame 2
stop();
Symbol 51 Button
on (release) {
_root.splash.play();
_root.gotoAndStop("tutorial");
}
Symbol 57 MovieClip Frame 2
stop();
Symbol 64 MovieClip Frame 2
stop();
Symbol 67 MovieClip Frame 2
stop();
Symbol 68 Button
on (release) {
getURL ("http://www.ugoplayer.com/?cmpid=gdi_ugp_frust3_091808", "_blank");
}
Symbol 77 Button
on (release) {
getURL ("http://www.ugoplayer.com/?cmpid=gdi_ugp_frust3_091808", "_blank");
}
Symbol 80 Button
on (release) {
_root.s.setVolume(0);
gotoAndStop (2);
}
Symbol 82 Button
on (release) {
_root.s.setVolume(100);
gotoAndStop (1);
}
Symbol 83 MovieClip Frame 1
stop();
Symbol 83 MovieClip Frame 2
stop();
Symbol 93 Button
on (release) {
_root.began = true;
_root.starter._x = 5000;
}
Symbol 100 Button
on (release) {
stopAllSounds();
gotoAndStop ("menu");
}
Symbol 109 Button
on (release) {
_root.began = true;
_root.starter._x = 5000;
}
Symbol 132 Button
on (release) {
_root.gotoAndStop("select");
}
Symbol 136 MovieClip Frame 142
_root.splash.play();
_root.nextFrame();
Symbol 144 MovieClip Frame 1
stop();
Symbol 144 MovieClip Frame 21
gotoAndPlay (2);
Symbol 150 MovieClip Frame 1
stop();
Symbol 150 MovieClip Frame 20
gotoAndPlay (2);
Symbol 156 MovieClip Frame 1
stop();
Symbol 156 MovieClip Frame 20
gotoAndPlay (2);
Symbol 162 MovieClip Frame 1
stop();
Symbol 162 MovieClip Frame 20
gotoAndPlay (2);
Symbol 164 Button
on (release) {
_root.began = true;
_root.screenzor.play();
_root.zx.play();
_root.zc.play();
_root.zv.play();
_root.zb.play();
_root.starter._x = 5000;
}
Symbol 185 MovieClip Frame 1
stop();
if (_root.began == true) {
_root.screenzor.play();
}
Instance of Symbol 167 MovieClip in Symbol 185 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
if (_root.began == true) {
_root.score = _root.score + 1;
_root.gotoAndStop("reset");
_root.began = false;
}
}
}
Symbol 189 MovieClip Frame 276
_root.splash.play();
_root.nextFrame();
Symbol 193 Button
on (release) {
_root.began = true;
_root.starter._x = 5000;
}
Symbol 200 MovieClip Frame 1
stop();
Instance of Symbol 199 MovieClip in Symbol 200 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
if (_root.began == true) {
_root.rater = _root.rater + 1;
}
}
}
Symbol 200 MovieClip Frame 7
stop();
Symbol 200 MovieClip Frame 8
gotoAndStop (7);
Symbol 202 MovieClip Frame 82
_root.nextFrame();
Symbol 208 Button
on (release) {
_root.began = true;
_root.starter._x = 5000;
}
Symbol 218 MovieClip Frame 1
this.onEnterFrame = function () {
if (_root.began == true) {
if (_root.expand == true) {
Mouse.hide();
this._x = _root._xmouse;
this._y = _root._ymouse;
this._xscale = this._xscale + 5;
this._yscale = this._yscale + 5;
}
}
if (_root.began == true) {
if (_root.expand == false) {
this._x = 1E36;
this._y = 1E28;
this._xscale = 1;
this._yscale = 1;
}
}
};
Symbol 225 MovieClip Frame 252
_root.nextFrame();
Symbol 229 Button
on (release) {
_root.began = true;
_root.starter._x = 5000;
_root.rocky.play();
}
Symbol 231 MovieClip Frame 1
stop();
Symbol 231 MovieClip Frame 16
gotoAndPlay (2);
Symbol 237 MovieClip Frame 1
stop();
Symbol 237 MovieClip Frame 33
stop();
Symbol 238 MovieClip Frame 1
stop();
Symbol 238 MovieClip Frame 33
stop();
Symbol 239 MovieClip Frame 1
stop();
Symbol 239 MovieClip Frame 33
stop();
Symbol 244 MovieClip Frame 138
_root.nextFrame();
Symbol 249 Button
on (release) {
_root.began = true;
_root.starter._x = 5000;
}
Symbol 254 MovieClip Frame 1
stop();
Symbol 259 MovieClip Frame 60
_root.nextFrame();
Symbol 266 MovieClip Frame 1
stop();
Symbol 272 MovieClip Frame 1
stop();
Symbol 285 MovieClip Frame 70
_root.nextFrame();
Symbol 289 Button
on (release) {
_root.began = true;
_root.starter._x = 5000;
}
Symbol 293 MovieClip Frame 1
stop();
if (_root.expand == true) {
play();
}
Symbol 318 MovieClip Frame 325
_root.nextFrame();
Symbol 337 MovieClip Frame 1
stop();
if (_root.began == true) {
play();
}
Symbol 341 Button
on (release) {
_root.began = true;
_root.cat.facer.play();
_root.cat2.facer2.bob2.play();
_root.control.play();
_root.starter._x = 5000;
var intervalID;
intervalID = setInterval(boing, 1000);
}
Symbol 343 MovieClip Frame 1
_root.splash.play();
Symbol 343 MovieClip Frame 2
stop();
Symbol 343 MovieClip Frame 70
_root.splash.play();
_root.expand = true;
Symbol 343 MovieClip Frame 297
_root.expand = false;
_root.invis = false;
_root.splash.play();
Symbol 343 MovieClip Frame 298
Mouse.hide();
Symbol 343 MovieClip Frame 468
_root.switcher = true;
_root.invis = true;
_root.splash.play();
Symbol 359 MovieClip Frame 1
this.onEnterFrame = function () {
if (_root.began == true) {
if (_root.expand == true) {
Mouse.hide();
this._x = _root._xmouse;
this._y = _root._ymouse;
this._xscale = this._xscale + 5;
this._yscale = this._yscale + 5;
}
}
if (_root.began == true) {
if (_root.expand == false) {
this._x = 1E36;
this._y = 1E28;
this._xscale = 1;
this._yscale = 1;
}
}
};
Symbol 362 MovieClip Frame 1
this.onEnterFrame = function () {
if (_root.cursor2.hitTest(this)) {
this._x = this._x + 10000;
_root.cursor2._xscale = _root.cursor2._xscale * 0.5;
_root.cursor2._yscale = _root.cursor2._yscale * 0.5;
}
};
Symbol 363 MovieClip Frame 1
stop();
Symbol 369 MovieClip Frame 1
stop();
if (_root.began == true) {
play();
}
Symbol 371 MovieClip Frame 1
stop();
Symbol 371 MovieClip Frame 20
stop();
Symbol 373 MovieClip Frame 1
if (_root.timer == 0) {
_root.splash.play();
_root.nextFrame();
}
Symbol 373 MovieClip Frame 2
if (_root.timer == 0) {
_root.splash.play();
_root.nextFrame();
}
Symbol 381 Button
on (release) {
_root.gotoAndStop("menu");
}