Frame 1
percent = Math.floor((getBytesLoaded() / getBytesTotal()) * 100);
myOutput.text = percent + "%";
_root.grav1 = false;
function saveGame() {
myLSO = SharedObject.getLocal("12gravoorrobboorSEVAN312212121savefile");
if (myLSO.data.myObj == undefined) {
trace("Saved Game");
} else {
trace("Overwrote Saved Game");
}
myObj = {};
myObj.objArray = new Array();
myObj.objArray[0] = _root.grav1;
myLSO.data.myObj = myObj;
}
function loadGame() {
myLSO = SharedObject.getLocal("12gravoorrobboorSEVAN312212121savefile");
if (myLSO.data.myObj == undefined) {
trace("No Saved Game");
} else {
trace("Loaded Game");
_root.grav1 = myLSO.data.myObj.objArray[0];
}
}
Stage.showMenu = false;
shtimer = 1;
stage = 1;
Instance of Symbol 35 MovieClip in Frame 1
on (release) {
getURL ("http://ischris.deviantart.com/", "_blank");
}
Instance of Symbol 55 MovieClip in Frame 1
on (release) {
getURL ("http://www.maxgames.com/", "_blank");
}
Frame 2
if (percent == 100) {
play();
} else {
gotoAndPlay (1);
}
Frame 102
loadGame();
Frame 342
stop();
if (_root.grav1 == true) {
gotoAndStop (343);
}
Instance of Symbol 55 MovieClip in Frame 342
on (release) {
getURL ("http://www.maxgames.com/", "_blank");
}
Instance of Symbol 55 MovieClip in Frame 342
on (release) {
getURL ("http://www.maxgames.com/", "_blank");
}
Instance of Symbol 55 MovieClip in Frame 342
on (release) {
getURL ("http://ischris.deviantart.com/", "_blank");
}
Instance of Symbol 55 MovieClip in Frame 348
on (release) {
getURL ("http://www.maxgames.com/", "_blank");
}
Frame 353
stopAllSounds();
worlda = 1;
Frame 354
levela = 1;
shtimer = 1;
parta.text = levela;
partb.text = levela;
worldaa.text = worlda;
worldb.text = worlda;
stop();
Instance of Symbol 55 MovieClip in Frame 354
on (release) {
getURL ("http://www.maxgames.com/", "_blank");
}
Frame 355
levela = 1;
Instance of Symbol 166 MovieClip in Frame 355
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.gravoor)) {
_root.gravoor.gotoAndStop("win");
}
}
Instance of Symbol 159 MovieClip "gravoor" in Frame 355
onClipEvent (load) {
radius = 19;
}
onClipEvent (enterFrame) {
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if (_root.shape.hitTest(X, Y, true)) {
gotoAndStop ("die");
}
i++;
}
}
onClipEvent (enterFrame) {
if (nomove == false) {
myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(_root._ymouse - this._y);
_root.xChange = Math.round(_root._xmouse - this._x);
_root.yMove = Math.round(_root.yChange / 20);
_root.xMove = Math.round(_root.xChange / 20);
this._y = this._y + _root.yMove;
this._x = this._x + _root.xMove;
this.eyes._rotation = myDegrees + 90;
this.eyes2._rotation = myDegrees + 90;
}
if (mod == 1) {
radius = 19;
} else if (mod == 2) {
radius = 8;
} else if (mod == 3) {
radius = 29;
}
}
Instance of Symbol 233 MovieClip in Frame 355
onClipEvent (enterFrame) {
this._x = _root.cam._x;
this._y = _root.cam._y;
}
Instance of Symbol 245 MovieClip "cam" in Frame 355
onClipEvent (enterFrame) {
this._x = _root.gravoor._x;
this._y = _root.gravoor._y;
}
Instance of Symbol 55 MovieClip in Frame 356
on (release) {
getURL ("http://www.maxgames.com/", "_blank");
}
Frame 357
levela = 2;
shtimer = 1;
parta.text = levela;
partb.text = levela;
worldaa.text = worlda;
worldb.text = worlda;
Frame 358
levela = 2;
Instance of Symbol 166 MovieClip in Frame 358
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.gravoor)) {
_root.gravoor.gotoAndStop("win");
}
}
Instance of Symbol 257 MovieClip in Frame 358
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.gravoor)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 257 MovieClip in Frame 358
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.gravoor)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 257 MovieClip in Frame 358
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.gravoor)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 159 MovieClip "gravoor" in Frame 358
onClipEvent (load) {
radius = 19;
}
onClipEvent (enterFrame) {
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if (_root.shape.hitTest(X, Y, true)) {
gotoAndStop ("die");
}
i++;
}
}
onClipEvent (enterFrame) {
if (nomove == false) {
myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(_root._ymouse - this._y);
_root.xChange = Math.round(_root._xmouse - this._x);
_root.yMove = Math.round(_root.yChange / 20);
_root.xMove = Math.round(_root.xChange / 20);
this._y = this._y + _root.yMove;
this._x = this._x + _root.xMove;
this.eyes._rotation = myDegrees + 90;
this.eyes2._rotation = myDegrees + 90;
}
if (mod == 1) {
radius = 19;
} else if (mod == 2) {
radius = 8;
} else if (mod == 3) {
radius = 29;
}
}
Instance of Symbol 233 MovieClip in Frame 358
onClipEvent (enterFrame) {
this._x = _root.cam._x;
this._y = _root.cam._y;
}
Instance of Symbol 245 MovieClip "cam" in Frame 358
onClipEvent (enterFrame) {
this._x = _root.gravoor._x;
this._y = _root.gravoor._y;
}
Instance of Symbol 55 MovieClip in Frame 359
on (release) {
getURL ("http://www.maxgames.com/", "_blank");
}
Frame 360
levela = 3;
shtimer = 1;
parta.text = levela;
partb.text = levela;
worldaa.text = worlda;
worldb.text = worlda;
Frame 361
levela = 3;
Instance of Symbol 166 MovieClip in Frame 361
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.gravoor)) {
_root.gravoor.gotoAndStop("win");
}
}
Instance of Symbol 270 MovieClip "bluekey" in Frame 361
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.gravoor)) {
_root.shape.bluegate.gotoAndStop(2);
this.gotoAndStop(2);
}
}
Instance of Symbol 171 MovieClip "redkey" in Frame 361
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.gravoor)) {
_root.shape.redgate.gotoAndStop(2);
this.gotoAndStop(2);
}
}
Instance of Symbol 159 MovieClip "gravoor" in Frame 361
onClipEvent (load) {
radius = 19;
}
onClipEvent (enterFrame) {
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if (_root.shape.hitTest(X, Y, true)) {
gotoAndStop ("die");
}
i++;
}
}
onClipEvent (enterFrame) {
if (nomove == false) {
myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(_root._ymouse - this._y);
_root.xChange = Math.round(_root._xmouse - this._x);
_root.yMove = Math.round(_root.yChange / 20);
_root.xMove = Math.round(_root.xChange / 20);
this._y = this._y + _root.yMove;
this._x = this._x + _root.xMove;
this.eyes._rotation = myDegrees + 90;
this.eyes2._rotation = myDegrees + 90;
}
if (mod == 1) {
radius = 19;
} else if (mod == 2) {
radius = 8;
} else if (mod == 3) {
radius = 29;
}
}
Instance of Symbol 233 MovieClip in Frame 361
onClipEvent (enterFrame) {
this._x = _root.cam._x;
this._y = _root.cam._y;
}
Instance of Symbol 245 MovieClip "cam" in Frame 361
onClipEvent (enterFrame) {
this._x = _root.gravoor._x;
this._y = _root.gravoor._y;
}
Instance of Symbol 55 MovieClip in Frame 362
on (release) {
getURL ("http://www.maxgames.com/", "_blank");
}
Frame 363
levela = 4;
shtimer = 1;
parta.text = levela;
partb.text = levela;
worldaa.text = worlda;
worldb.text = worlda;
Frame 364
levela = 4;
Instance of Symbol 166 MovieClip in Frame 364
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.gravoor)) {
_root.gravoor.gotoAndStop("win");
}
}
Instance of Symbol 180 MovieClip in Frame 364
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.gravoor)) {
_root.shtimer = 2;
_root.gravoor.gotoAndStop("shrink");
_root.cam.shrinktimer.gotoAndPlay(2);
}
}
Instance of Symbol 159 MovieClip "gravoor" in Frame 364
onClipEvent (load) {
radius = 19;
}
onClipEvent (enterFrame) {
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if (_root.shape.hitTest(X, Y, true)) {
gotoAndStop ("die");
}
i++;
}
}
onClipEvent (enterFrame) {
if (nomove == false) {
myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(_root._ymouse - this._y);
_root.xChange = Math.round(_root._xmouse - this._x);
_root.yMove = Math.round(_root.yChange / 20);
_root.xMove = Math.round(_root.xChange / 20);
this._y = this._y + _root.yMove;
this._x = this._x + _root.xMove;
this.eyes._rotation = myDegrees + 90;
this.eyes2._rotation = myDegrees + 90;
}
if (mod == 1) {
radius = 19;
} else if (mod == 2) {
radius = 8;
} else if (mod == 3) {
radius = 29;
}
}
Instance of Symbol 233 MovieClip in Frame 364
onClipEvent (enterFrame) {
this._x = _root.cam._x;
this._y = _root.cam._y;
}
Instance of Symbol 245 MovieClip "cam" in Frame 364
onClipEvent (enterFrame) {
this._x = _root.gravoor._x;
this._y = _root.gravoor._y;
}
Instance of Symbol 55 MovieClip in Frame 365
on (release) {
getURL ("http://www.maxgames.com/", "_blank");
}
Frame 366
levela = 5;
shtimer = 1;
parta.text = levela;
partb.text = levela;
worldaa.text = worlda;
worldb.text = worlda;
Frame 367
levela = 5;
Instance of Symbol 166 MovieClip in Frame 367
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.gravoor)) {
_root.gravoor.gotoAndStop("win");
}
}
Instance of Symbol 171 MovieClip "redkey" in Frame 367
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.gravoor)) {
_root.shape.redgate.gotoAndStop(2);
this.gotoAndStop(2);
}
}
Instance of Symbol 191 MovieClip in Frame 367
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.gravoor)) {
if (_root.gravoor.mod == 3) {
this.gotoAndStop(2);
} else {
_root.gravoor.gotoAndStop("die");
}
}
}
Instance of Symbol 191 MovieClip in Frame 367
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.gravoor)) {
if (_root.gravoor.mod == 3) {
this.gotoAndStop(2);
} else {
_root.gravoor.gotoAndStop("die");
}
}
}
Instance of Symbol 191 MovieClip in Frame 367
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.gravoor)) {
if (_root.gravoor.mod == 3) {
this.gotoAndStop(2);
} else {
_root.gravoor.gotoAndStop("die");
}
}
}
Instance of Symbol 191 MovieClip in Frame 367
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.gravoor)) {
if (_root.gravoor.mod == 3) {
this.gotoAndStop(2);
} else {
_root.gravoor.gotoAndStop("die");
}
}
}
Instance of Symbol 191 MovieClip in Frame 367
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.gravoor)) {
if (_root.gravoor.mod == 3) {
this.gotoAndStop(2);
} else {
_root.gravoor.gotoAndStop("die");
}
}
}
Instance of Symbol 191 MovieClip in Frame 367
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.gravoor)) {
if (_root.gravoor.mod == 3) {
this.gotoAndStop(2);
} else {
_root.gravoor.gotoAndStop("die");
}
}
}
Instance of Symbol 191 MovieClip in Frame 367
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.gravoor)) {
if (_root.gravoor.mod == 3) {
this.gotoAndStop(2);
} else {
_root.gravoor.gotoAndStop("die");
}
}
}
Instance of Symbol 191 MovieClip in Frame 367
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.gravoor)) {
if (_root.gravoor.mod == 3) {
this.gotoAndStop(2);
} else {
_root.gravoor.gotoAndStop("die");
}
}
}
Instance of Symbol 191 MovieClip in Frame 367
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.gravoor)) {
if (_root.gravoor.mod == 3) {
this.gotoAndStop(2);
} else {
_root.gravoor.gotoAndStop("die");
}
}
}
Instance of Symbol 186 MovieClip in Frame 367
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.gravoor)) {
_root.shtimer = 2;
_root.gravoor.gotoAndStop("grow");
_root.cam.shrinktimer.gotoAndPlay(2);
}
}
Instance of Symbol 159 MovieClip "gravoor" in Frame 367
onClipEvent (load) {
radius = 19;
}
onClipEvent (enterFrame) {
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if (_root.shape.hitTest(X, Y, true)) {
gotoAndStop ("die");
}
i++;
}
}
onClipEvent (enterFrame) {
if (nomove == false) {
myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(_root._ymouse - this._y);
_root.xChange = Math.round(_root._xmouse - this._x);
_root.yMove = Math.round(_root.yChange / 20);
_root.xMove = Math.round(_root.xChange / 20);
this._y = this._y + _root.yMove;
this._x = this._x + _root.xMove;
this.eyes._rotation = myDegrees + 90;
this.eyes2._rotation = myDegrees + 90;
}
if (mod == 1) {
radius = 19;
} else if (mod == 2) {
radius = 8;
} else if (mod == 3) {
radius = 29;
}
}
Instance of Symbol 233 MovieClip in Frame 367
onClipEvent (enterFrame) {
this._x = _root.cam._x;
this._y = _root.cam._y;
}
Instance of Symbol 245 MovieClip "cam" in Frame 367
onClipEvent (enterFrame) {
this._x = _root.gravoor._x;
this._y = _root.gravoor._y;
}
Instance of Symbol 55 MovieClip in Frame 368
on (release) {
getURL ("http://www.maxgames.com/", "_blank");
}
Frame 369
levela = 6;
shtimer = 1;
parta.text = levela;
partb.text = levela;
worldaa.text = worlda;
worldb.text = worlda;
Frame 370
levela = 6;
Instance of Symbol 166 MovieClip in Frame 370
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.gravoor)) {
_root.gravoor.gotoAndStop("win");
}
}
Instance of Symbol 257 MovieClip in Frame 370
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.gravoor)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 294 MovieClip "greenkey" in Frame 370
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.gravoor)) {
_root.shape.greengate.gotoAndStop(2);
this.gotoAndStop(2);
}
}
Instance of Symbol 171 MovieClip "redkey" in Frame 370
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.gravoor)) {
_root.shape.redgate.gotoAndStop(2);
this.gotoAndStop(2);
}
}
Instance of Symbol 180 MovieClip in Frame 370
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.gravoor)) {
_root.shtimer = 2;
_root.gravoor.gotoAndStop("shrink");
_root.cam.shrinktimer.gotoAndPlay(2);
}
}
Instance of Symbol 159 MovieClip "gravoor" in Frame 370
onClipEvent (load) {
radius = 19;
}
onClipEvent (enterFrame) {
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if (_root.shape.hitTest(X, Y, true)) {
gotoAndStop ("die");
}
i++;
}
}
onClipEvent (enterFrame) {
if (nomove == false) {
myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(_root._ymouse - this._y);
_root.xChange = Math.round(_root._xmouse - this._x);
_root.yMove = Math.round(_root.yChange / 20);
_root.xMove = Math.round(_root.xChange / 20);
this._y = this._y + _root.yMove;
this._x = this._x + _root.xMove;
this.eyes._rotation = myDegrees + 90;
this.eyes2._rotation = myDegrees + 90;
}
if (mod == 1) {
radius = 19;
} else if (mod == 2) {
radius = 8;
} else if (mod == 3) {
radius = 29;
}
}
Instance of Symbol 233 MovieClip in Frame 370
onClipEvent (enterFrame) {
this._x = _root.cam._x;
this._y = _root.cam._y;
}
Instance of Symbol 245 MovieClip "cam" in Frame 370
onClipEvent (enterFrame) {
this._x = _root.gravoor._x;
this._y = _root.gravoor._y;
}
Instance of Symbol 55 MovieClip in Frame 371
on (release) {
getURL ("http://www.maxgames.com/", "_blank");
}
Frame 372
levela = 7;
shtimer = 1;
parta.text = levela;
partb.text = levela;
worldaa.text = worlda;
worldb.text = worlda;
Frame 373
levela = 7;
Instance of Symbol 166 MovieClip in Frame 373
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.gravoor)) {
_root.gravoor.gotoAndStop("win");
}
}
Instance of Symbol 294 MovieClip "greenkey" in Frame 373
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.gravoor)) {
_root.shape.greengate.gotoAndStop(2);
this.gotoAndStop(2);
}
}
Instance of Symbol 171 MovieClip "redkey" in Frame 373
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.gravoor)) {
_root.shape.redgate.gotoAndStop(2);
this.gotoAndStop(2);
}
}
Instance of Symbol 159 MovieClip "gravoor" in Frame 373
onClipEvent (load) {
radius = 19;
}
onClipEvent (enterFrame) {
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if (_root.shape.hitTest(X, Y, true)) {
gotoAndStop ("die");
}
i++;
}
}
onClipEvent (enterFrame) {
if (nomove == false) {
myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(_root._ymouse - this._y);
_root.xChange = Math.round(_root._xmouse - this._x);
_root.yMove = Math.round(_root.yChange / 20);
_root.xMove = Math.round(_root.xChange / 20);
this._y = this._y + _root.yMove;
this._x = this._x + _root.xMove;
this.eyes._rotation = myDegrees + 90;
this.eyes2._rotation = myDegrees + 90;
}
if (mod == 1) {
radius = 19;
} else if (mod == 2) {
radius = 8;
} else if (mod == 3) {
radius = 29;
}
}
Instance of Symbol 233 MovieClip in Frame 373
onClipEvent (enterFrame) {
this._x = _root.cam._x;
this._y = _root.cam._y;
}
Instance of Symbol 245 MovieClip "cam" in Frame 373
onClipEvent (enterFrame) {
this._x = _root.gravoor._x;
this._y = _root.gravoor._y;
}
Instance of Symbol 55 MovieClip in Frame 374
on (release) {
getURL ("http://www.maxgames.com/", "_blank");
}
Frame 375
levela = 8;
shtimer = 1;
parta.text = levela;
partb.text = levela;
worldaa.text = worlda;
worldb.text = worlda;
Frame 376
levela = 8;
Instance of Symbol 166 MovieClip in Frame 376
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.gravoor)) {
_root.gravoor.gotoAndStop("win");
}
}
Instance of Symbol 270 MovieClip "bluekey" in Frame 376
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.gravoor)) {
_root.shape.bluegate.gotoAndStop(2);
_root.shape.bluegate2.gotoAndStop(2);
this.gotoAndStop(2);
}
}
Instance of Symbol 159 MovieClip "gravoor" in Frame 376
onClipEvent (load) {
radius = 19;
}
onClipEvent (enterFrame) {
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if (_root.shape.hitTest(X, Y, true)) {
gotoAndStop ("die");
}
i++;
}
}
onClipEvent (enterFrame) {
if (nomove == false) {
myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(_root._ymouse - this._y);
_root.xChange = Math.round(_root._xmouse - this._x);
_root.yMove = Math.round(_root.yChange / 20);
_root.xMove = Math.round(_root.xChange / 20);
this._y = this._y + _root.yMove;
this._x = this._x + _root.xMove;
this.eyes._rotation = myDegrees + 90;
this.eyes2._rotation = myDegrees + 90;
}
if (mod == 1) {
radius = 19;
} else if (mod == 2) {
radius = 8;
} else if (mod == 3) {
radius = 29;
}
}
Instance of Symbol 233 MovieClip in Frame 376
onClipEvent (enterFrame) {
this._x = _root.cam._x;
this._y = _root.cam._y;
}
Instance of Symbol 245 MovieClip "cam" in Frame 376
onClipEvent (enterFrame) {
this._x = _root.gravoor._x;
this._y = _root.gravoor._y;
}
Instance of Symbol 55 MovieClip in Frame 377
on (release) {
getURL ("http://www.maxgames.com/", "_blank");
}
Frame 378
levela = 9;
shtimer = 1;
parta.text = levela;
partb.text = levela;
worldaa.text = worlda;
worldb.text = worlda;
Frame 379
levela = 9;
Instance of Symbol 166 MovieClip in Frame 379
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.gravoor)) {
_root.gravoor.gotoAndStop("win");
}
}
Instance of Symbol 159 MovieClip "gravoor" in Frame 379
onClipEvent (load) {
radius = 19;
}
onClipEvent (enterFrame) {
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if (_root.shape.hitTest(X, Y, true)) {
gotoAndStop ("die");
}
i++;
}
}
onClipEvent (enterFrame) {
if (nomove == false) {
myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(_root._ymouse - this._y);
_root.xChange = Math.round(_root._xmouse - this._x);
_root.yMove = Math.round(_root.yChange / 20);
_root.xMove = Math.round(_root.xChange / 20);
this._y = this._y + _root.yMove;
this._x = this._x + _root.xMove;
this.eyes._rotation = myDegrees + 90;
this.eyes2._rotation = myDegrees + 90;
}
if (mod == 1) {
radius = 19;
} else if (mod == 2) {
radius = 8;
} else if (mod == 3) {
radius = 29;
}
}
Instance of Symbol 270 MovieClip "bluekey" in Frame 379
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.gravoor)) {
_root.shape.bluegate.gotoAndStop(2);
this.gotoAndStop(2);
}
}
Instance of Symbol 233 MovieClip in Frame 379
onClipEvent (enterFrame) {
this._x = _root.cam._x;
this._y = _root.cam._y;
}
Instance of Symbol 245 MovieClip "cam" in Frame 379
onClipEvent (enterFrame) {
this._x = _root.gravoor._x;
this._y = _root.gravoor._y;
}
Instance of Symbol 55 MovieClip in Frame 380
on (release) {
getURL ("http://www.maxgames.com/", "_blank");
}
Frame 381
stopAllSounds();
worlda = 2;
Frame 382
shtimer = 1;
parta.text = levela;
partb.text = levela;
worldaa.text = worlda;
worldb.text = worlda;
stop();
levela = 1;
Instance of Symbol 55 MovieClip in Frame 382
on (release) {
getURL ("http://www.maxgames.com/", "_blank");
}
Frame 383
levela = 1;
Instance of Symbol 166 MovieClip in Frame 383
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.gravoor)) {
_root.gravoor.gotoAndStop("win");
}
}
Instance of Symbol 159 MovieClip "gravoor" in Frame 383
onClipEvent (load) {
radius = 19;
}
onClipEvent (enterFrame) {
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if (_root.shape.hitTest(X, Y, true)) {
gotoAndStop ("die");
}
i++;
}
}
onClipEvent (enterFrame) {
if (nomove == false) {
myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(_root._ymouse - this._y);
_root.xChange = Math.round(_root._xmouse - this._x);
_root.yMove = Math.round(_root.yChange / 20);
_root.xMove = Math.round(_root.xChange / 20);
this._y = this._y + _root.yMove;
this._x = this._x + _root.xMove;
this.eyes._rotation = myDegrees + 90;
this.eyes2._rotation = myDegrees + 90;
}
if (mod == 1) {
radius = 19;
} else if (mod == 2) {
radius = 8;
} else if (mod == 3) {
radius = 29;
}
}
Instance of Symbol 339 MovieClip in Frame 383
onClipEvent (enterFrame) {
this._x = _root._xmouse;
this._y = _root._ymouse;
}
Instance of Symbol 245 MovieClip "cam" in Frame 383
onClipEvent (enterFrame) {
this._x = _root.gravoor._x;
this._y = _root.gravoor._y;
}
Instance of Symbol 55 MovieClip in Frame 384
on (release) {
getURL ("http://www.maxgames.com/", "_blank");
}
Frame 385
levela = 2;
shtimer = 1;
parta.text = levela;
partb.text = levela;
worldaa.text = worlda;
worldb.text = worlda;
Frame 386
levela = 2;
Instance of Symbol 166 MovieClip in Frame 386
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.gravoor)) {
_root.gravoor.gotoAndStop("win");
}
}
Instance of Symbol 159 MovieClip "gravoor" in Frame 386
onClipEvent (load) {
radius = 19;
}
onClipEvent (enterFrame) {
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if (_root.shape.hitTest(X, Y, true)) {
gotoAndStop ("die");
}
i++;
}
}
onClipEvent (enterFrame) {
if (nomove == false) {
myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(_root._ymouse - this._y);
_root.xChange = Math.round(_root._xmouse - this._x);
_root.yMove = Math.round(_root.yChange / 20);
_root.xMove = Math.round(_root.xChange / 20);
this._y = this._y + _root.yMove;
this._x = this._x + _root.xMove;
this.eyes._rotation = myDegrees + 90;
this.eyes2._rotation = myDegrees + 90;
}
if (mod == 1) {
radius = 19;
} else if (mod == 2) {
radius = 8;
} else if (mod == 3) {
radius = 29;
}
}
Instance of Symbol 191 MovieClip in Frame 386
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.gravoor)) {
if (_root.gravoor.mod == 3) {
this.gotoAndStop(2);
} else {
_root.gravoor.gotoAndStop("die");
}
}
}
Instance of Symbol 191 MovieClip in Frame 386
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.gravoor)) {
if (_root.gravoor.mod == 3) {
this.gotoAndStop(2);
} else {
_root.gravoor.gotoAndStop("die");
}
}
}
Instance of Symbol 191 MovieClip in Frame 386
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.gravoor)) {
if (_root.gravoor.mod == 3) {
this.gotoAndStop(2);
} else {
_root.gravoor.gotoAndStop("die");
}
}
}
Instance of Symbol 191 MovieClip in Frame 386
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.gravoor)) {
if (_root.gravoor.mod == 3) {
this.gotoAndStop(2);
} else {
_root.gravoor.gotoAndStop("die");
}
}
}
Instance of Symbol 191 MovieClip in Frame 386
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.gravoor)) {
if (_root.gravoor.mod == 3) {
this.gotoAndStop(2);
} else {
_root.gravoor.gotoAndStop("die");
}
}
}
Instance of Symbol 191 MovieClip in Frame 386
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.gravoor)) {
if (_root.gravoor.mod == 3) {
this.gotoAndStop(2);
} else {
_root.gravoor.gotoAndStop("die");
}
}
}
Instance of Symbol 191 MovieClip in Frame 386
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.gravoor)) {
if (_root.gravoor.mod == 3) {
this.gotoAndStop(2);
} else {
_root.gravoor.gotoAndStop("die");
}
}
}
Instance of Symbol 191 MovieClip in Frame 386
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.gravoor)) {
if (_root.gravoor.mod == 3) {
this.gotoAndStop(2);
} else {
_root.gravoor.gotoAndStop("die");
}
}
}
Instance of Symbol 191 MovieClip in Frame 386
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.gravoor)) {
if (_root.gravoor.mod == 3) {
this.gotoAndStop(2);
} else {
_root.gravoor.gotoAndStop("die");
}
}
}
Instance of Symbol 191 MovieClip in Frame 386
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.gravoor)) {
if (_root.gravoor.mod == 3) {
this.gotoAndStop(2);
} else {
_root.gravoor.gotoAndStop("die");
}
}
}
Instance of Symbol 191 MovieClip in Frame 386
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.gravoor)) {
if (_root.gravoor.mod == 3) {
this.gotoAndStop(2);
} else {
_root.gravoor.gotoAndStop("die");
}
}
}
Instance of Symbol 191 MovieClip in Frame 386
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.gravoor)) {
if (_root.gravoor.mod == 3) {
this.gotoAndStop(2);
} else {
_root.gravoor.gotoAndStop("die");
}
}
}
Instance of Symbol 186 MovieClip in Frame 386
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.gravoor)) {
_root.shtimer = 2;
_root.gravoor.gotoAndStop("grow");
_root.cam.shrinktimer.gotoAndPlay(2);
}
}
Instance of Symbol 180 MovieClip in Frame 386
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.gravoor)) {
_root.shtimer = 2;
_root.gravoor.gotoAndStop("shrink");
_root.cam.shrinktimer.gotoAndPlay(2);
}
}
Instance of Symbol 171 MovieClip "redkey" in Frame 386
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.gravoor)) {
_root.shape.redgate.gotoAndStop(2);
this.gotoAndStop(2);
}
}
Instance of Symbol 339 MovieClip in Frame 386
onClipEvent (enterFrame) {
this._x = _root._xmouse;
this._y = _root._ymouse;
}
Instance of Symbol 245 MovieClip "cam" in Frame 386
onClipEvent (enterFrame) {
this._x = _root.gravoor._x;
this._y = _root.gravoor._y;
}
Instance of Symbol 55 MovieClip in Frame 387
on (release) {
getURL ("http://www.maxgames.com/", "_blank");
}
Frame 388
levela = 3;
shtimer = 1;
parta.text = levela;
partb.text = levela;
worldaa.text = worlda;
worldb.text = worlda;
Frame 389
levela = 3;
Instance of Symbol 166 MovieClip in Frame 389
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.gravoor)) {
_root.gravoor.gotoAndStop("win");
}
}
Instance of Symbol 159 MovieClip "gravoor" in Frame 389
onClipEvent (load) {
radius = 19;
}
onClipEvent (enterFrame) {
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if (_root.shape.hitTest(X, Y, true)) {
gotoAndStop ("die");
}
i++;
}
}
onClipEvent (enterFrame) {
if (nomove == false) {
myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(_root._ymouse - this._y);
_root.xChange = Math.round(_root._xmouse - this._x);
_root.yMove = Math.round(_root.yChange / 20);
_root.xMove = Math.round(_root.xChange / 20);
this._y = this._y + _root.yMove;
this._x = this._x + _root.xMove;
this.eyes._rotation = myDegrees + 90;
this.eyes2._rotation = myDegrees + 90;
}
if (mod == 1) {
radius = 19;
} else if (mod == 2) {
radius = 8;
} else if (mod == 3) {
radius = 29;
}
}
Instance of Symbol 339 MovieClip in Frame 389
onClipEvent (enterFrame) {
this._x = _root._xmouse;
this._y = _root._ymouse;
}
Instance of Symbol 245 MovieClip "cam" in Frame 389
onClipEvent (enterFrame) {
this._x = _root.gravoor._x;
this._y = _root.gravoor._y;
}
Instance of Symbol 55 MovieClip in Frame 390
on (release) {
getURL ("http://www.maxgames.com/", "_blank");
}
Frame 391
levela = 4;
shtimer = 1;
parta.text = levela;
partb.text = levela;
worldaa.text = worlda;
worldb.text = worlda;
Frame 392
levela = 4;
Instance of Symbol 166 MovieClip in Frame 392
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.gravoor)) {
_root.gravoor.gotoAndStop("win");
}
}
Instance of Symbol 159 MovieClip "gravoor" in Frame 392
onClipEvent (load) {
radius = 19;
}
onClipEvent (enterFrame) {
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if (_root.shape.hitTest(X, Y, true)) {
gotoAndStop ("die");
}
i++;
}
}
onClipEvent (enterFrame) {
if (nomove == false) {
myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(_root._ymouse - this._y);
_root.xChange = Math.round(_root._xmouse - this._x);
_root.yMove = Math.round(_root.yChange / 20);
_root.xMove = Math.round(_root.xChange / 20);
this._y = this._y + _root.yMove;
this._x = this._x + _root.xMove;
this.eyes._rotation = myDegrees + 90;
this.eyes2._rotation = myDegrees + 90;
}
if (mod == 1) {
radius = 19;
} else if (mod == 2) {
radius = 8;
} else if (mod == 3) {
radius = 29;
}
}
Instance of Symbol 339 MovieClip in Frame 392
onClipEvent (enterFrame) {
this._x = _root._xmouse;
this._y = _root._ymouse;
}
Instance of Symbol 245 MovieClip "cam" in Frame 392
onClipEvent (enterFrame) {
this._x = _root.gravoor._x;
this._y = _root.gravoor._y;
}
Instance of Symbol 55 MovieClip in Frame 393
on (release) {
getURL ("http://www.maxgames.com/", "_blank");
}
Frame 394
levela = 5;
shtimer = 1;
parta.text = levela;
partb.text = levela;
worldaa.text = worlda;
worldb.text = worlda;
Frame 395
levela = 5;
Instance of Symbol 166 MovieClip in Frame 395
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.gravoor)) {
_root.gravoor.gotoAndStop("win");
}
}
Instance of Symbol 159 MovieClip "gravoor" in Frame 395
onClipEvent (load) {
radius = 19;
}
onClipEvent (enterFrame) {
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if (_root.shape.hitTest(X, Y, true)) {
gotoAndStop ("die");
}
i++;
}
}
onClipEvent (enterFrame) {
if (nomove == false) {
myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(_root._ymouse - this._y);
_root.xChange = Math.round(_root._xmouse - this._x);
_root.yMove = Math.round(_root.yChange / 20);
_root.xMove = Math.round(_root.xChange / 20);
this._y = this._y + _root.yMove;
this._x = this._x + _root.xMove;
this.eyes._rotation = myDegrees + 90;
this.eyes2._rotation = myDegrees + 90;
}
if (mod == 1) {
radius = 19;
} else if (mod == 2) {
radius = 8;
} else if (mod == 3) {
radius = 29;
}
}
Instance of Symbol 171 MovieClip "redkey" in Frame 395
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.gravoor)) {
_root.shape.redgate.gotoAndStop(2);
this.gotoAndStop(2);
}
}
Instance of Symbol 270 MovieClip "bluekey" in Frame 395
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.gravoor)) {
_root.shape.bluegate.gotoAndStop(2);
this.gotoAndStop(2);
}
}
Instance of Symbol 339 MovieClip in Frame 395
onClipEvent (enterFrame) {
this._x = _root._xmouse;
this._y = _root._ymouse;
}
Instance of Symbol 245 MovieClip "cam" in Frame 395
onClipEvent (enterFrame) {
this._x = _root.gravoor._x;
this._y = _root.gravoor._y;
}
Instance of Symbol 55 MovieClip in Frame 396
on (release) {
getURL ("http://www.maxgames.com/", "_blank");
}
Frame 397
levela = 6;
shtimer = 1;
parta.text = levela;
partb.text = levela;
worldaa.text = worlda;
worldb.text = worlda;
Frame 398
levela = 6;
Instance of Symbol 159 MovieClip "gravoor" in Frame 398
onClipEvent (load) {
radius = 19;
}
onClipEvent (enterFrame) {
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if (_root.shape.hitTest(X, Y, true)) {
gotoAndStop ("die");
}
i++;
}
}
onClipEvent (enterFrame) {
if (nomove == false) {
myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(_root._ymouse - this._y);
_root.xChange = Math.round(_root._xmouse - this._x);
_root.yMove = Math.round(_root.yChange / 20);
_root.xMove = Math.round(_root.xChange / 20);
this._y = this._y + _root.yMove;
this._x = this._x + _root.xMove;
this.eyes._rotation = myDegrees + 90;
this.eyes2._rotation = myDegrees + 90;
}
if (mod == 1) {
radius = 19;
} else if (mod == 2) {
radius = 8;
} else if (mod == 3) {
radius = 29;
}
}
Instance of Symbol 191 MovieClip in Frame 398
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.gravoor)) {
if (_root.gravoor.mod == 3) {
this.gotoAndStop(2);
} else {
_root.gravoor.gotoAndStop("die");
}
}
}
Instance of Symbol 186 MovieClip in Frame 398
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.gravoor)) {
_root.shtimer = 2;
_root.gravoor.gotoAndStop("grow");
_root.cam.shrinktimer.gotoAndPlay(2);
}
}
Instance of Symbol 191 MovieClip in Frame 398
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.gravoor)) {
if (_root.gravoor.mod == 3) {
this.gotoAndStop(2);
} else {
_root.gravoor.gotoAndStop("die");
}
}
}
Instance of Symbol 191 MovieClip in Frame 398
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.gravoor)) {
if (_root.gravoor.mod == 3) {
this.gotoAndStop(2);
} else {
_root.gravoor.gotoAndStop("die");
}
}
}
Instance of Symbol 191 MovieClip in Frame 398
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.gravoor)) {
if (_root.gravoor.mod == 3) {
this.gotoAndStop(2);
} else {
_root.gravoor.gotoAndStop("die");
}
}
}
Instance of Symbol 191 MovieClip in Frame 398
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.gravoor)) {
if (_root.gravoor.mod == 3) {
this.gotoAndStop(2);
} else {
_root.gravoor.gotoAndStop("die");
}
}
}
Instance of Symbol 191 MovieClip in Frame 398
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.gravoor)) {
if (_root.gravoor.mod == 3) {
this.gotoAndStop(2);
} else {
_root.gravoor.gotoAndStop("die");
}
}
}
Instance of Symbol 191 MovieClip in Frame 398
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.gravoor)) {
if (_root.gravoor.mod == 3) {
this.gotoAndStop(2);
} else {
_root.gravoor.gotoAndStop("die");
}
}
}
Instance of Symbol 191 MovieClip in Frame 398
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.gravoor)) {
if (_root.gravoor.mod == 3) {
this.gotoAndStop(2);
} else {
_root.gravoor.gotoAndStop("die");
}
}
}
Instance of Symbol 191 MovieClip in Frame 398
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.gravoor)) {
if (_root.gravoor.mod == 3) {
this.gotoAndStop(2);
} else {
_root.gravoor.gotoAndStop("die");
}
}
}
Instance of Symbol 191 MovieClip in Frame 398
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.gravoor)) {
if (_root.gravoor.mod == 3) {
this.gotoAndStop(2);
} else {
_root.gravoor.gotoAndStop("die");
}
}
}
Instance of Symbol 191 MovieClip in Frame 398
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.gravoor)) {
if (_root.gravoor.mod == 3) {
this.gotoAndStop(2);
} else {
_root.gravoor.gotoAndStop("die");
}
}
}
Instance of Symbol 191 MovieClip in Frame 398
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.gravoor)) {
if (_root.gravoor.mod == 3) {
this.gotoAndStop(2);
} else {
_root.gravoor.gotoAndStop("die");
}
}
}
Instance of Symbol 191 MovieClip in Frame 398
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.gravoor)) {
if (_root.gravoor.mod == 3) {
this.gotoAndStop(2);
} else {
_root.gravoor.gotoAndStop("die");
}
}
}
Instance of Symbol 191 MovieClip in Frame 398
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.gravoor)) {
if (_root.gravoor.mod == 3) {
this.gotoAndStop(2);
} else {
_root.gravoor.gotoAndStop("die");
}
}
}
Instance of Symbol 191 MovieClip in Frame 398
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.gravoor)) {
if (_root.gravoor.mod == 3) {
this.gotoAndStop(2);
} else {
_root.gravoor.gotoAndStop("die");
}
}
}
Instance of Symbol 191 MovieClip in Frame 398
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.gravoor)) {
if (_root.gravoor.mod == 3) {
this.gotoAndStop(2);
} else {
_root.gravoor.gotoAndStop("die");
}
}
}
Instance of Symbol 191 MovieClip in Frame 398
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.gravoor)) {
if (_root.gravoor.mod == 3) {
this.gotoAndStop(2);
} else {
_root.gravoor.gotoAndStop("die");
}
}
}
Instance of Symbol 191 MovieClip in Frame 398
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.gravoor)) {
if (_root.gravoor.mod == 3) {
this.gotoAndStop(2);
} else {
_root.gravoor.gotoAndStop("die");
}
}
}
Instance of Symbol 191 MovieClip in Frame 398
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.gravoor)) {
if (_root.gravoor.mod == 3) {
this.gotoAndStop(2);
} else {
_root.gravoor.gotoAndStop("die");
}
}
}
Instance of Symbol 191 MovieClip in Frame 398
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.gravoor)) {
if (_root.gravoor.mod == 3) {
this.gotoAndStop(2);
} else {
_root.gravoor.gotoAndStop("die");
}
}
}
Instance of Symbol 191 MovieClip in Frame 398
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.gravoor)) {
if (_root.gravoor.mod == 3) {
this.gotoAndStop(2);
} else {
_root.gravoor.gotoAndStop("die");
}
}
}
Instance of Symbol 191 MovieClip in Frame 398
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.gravoor)) {
if (_root.gravoor.mod == 3) {
this.gotoAndStop(2);
} else {
_root.gravoor.gotoAndStop("die");
}
}
}
Instance of Symbol 191 MovieClip in Frame 398
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.gravoor)) {
if (_root.gravoor.mod == 3) {
this.gotoAndStop(2);
} else {
_root.gravoor.gotoAndStop("die");
}
}
}
Instance of Symbol 191 MovieClip in Frame 398
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.gravoor)) {
if (_root.gravoor.mod == 3) {
this.gotoAndStop(2);
} else {
_root.gravoor.gotoAndStop("die");
}
}
}
Instance of Symbol 191 MovieClip in Frame 398
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.gravoor)) {
if (_root.gravoor.mod == 3) {
this.gotoAndStop(2);
} else {
_root.gravoor.gotoAndStop("die");
}
}
}
Instance of Symbol 191 MovieClip in Frame 398
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.gravoor)) {
if (_root.gravoor.mod == 3) {
this.gotoAndStop(2);
} else {
_root.gravoor.gotoAndStop("die");
}
}
}
Instance of Symbol 191 MovieClip in Frame 398
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.gravoor)) {
if (_root.gravoor.mod == 3) {
this.gotoAndStop(2);
} else {
_root.gravoor.gotoAndStop("die");
}
}
}
Instance of Symbol 191 MovieClip in Frame 398
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.gravoor)) {
if (_root.gravoor.mod == 3) {
this.gotoAndStop(2);
} else {
_root.gravoor.gotoAndStop("die");
}
}
}
Instance of Symbol 191 MovieClip in Frame 398
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.gravoor)) {
if (_root.gravoor.mod == 3) {
this.gotoAndStop(2);
} else {
_root.gravoor.gotoAndStop("die");
}
}
}
Instance of Symbol 191 MovieClip in Frame 398
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.gravoor)) {
if (_root.gravoor.mod == 3) {
this.gotoAndStop(2);
} else {
_root.gravoor.gotoAndStop("die");
}
}
}
Instance of Symbol 191 MovieClip in Frame 398
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.gravoor)) {
if (_root.gravoor.mod == 3) {
this.gotoAndStop(2);
} else {
_root.gravoor.gotoAndStop("die");
}
}
}
Instance of Symbol 191 MovieClip in Frame 398
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.gravoor)) {
if (_root.gravoor.mod == 3) {
this.gotoAndStop(2);
} else {
_root.gravoor.gotoAndStop("die");
}
}
}
Instance of Symbol 191 MovieClip in Frame 398
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.gravoor)) {
if (_root.gravoor.mod == 3) {
this.gotoAndStop(2);
} else {
_root.gravoor.gotoAndStop("die");
}
}
}
Instance of Symbol 191 MovieClip in Frame 398
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.gravoor)) {
if (_root.gravoor.mod == 3) {
this.gotoAndStop(2);
} else {
_root.gravoor.gotoAndStop("die");
}
}
}
Instance of Symbol 191 MovieClip in Frame 398
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.gravoor)) {
if (_root.gravoor.mod == 3) {
this.gotoAndStop(2);
} else {
_root.gravoor.gotoAndStop("die");
}
}
}
Instance of Symbol 191 MovieClip in Frame 398
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.gravoor)) {
if (_root.gravoor.mod == 3) {
this.gotoAndStop(2);
} else {
_root.gravoor.gotoAndStop("die");
}
}
}
Instance of Symbol 191 MovieClip in Frame 398
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.gravoor)) {
if (_root.gravoor.mod == 3) {
this.gotoAndStop(2);
} else {
_root.gravoor.gotoAndStop("die");
}
}
}
Instance of Symbol 191 MovieClip in Frame 398
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.gravoor)) {
if (_root.gravoor.mod == 3) {
this.gotoAndStop(2);
} else {
_root.gravoor.gotoAndStop("die");
}
}
}
Instance of Symbol 191 MovieClip in Frame 398
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.gravoor)) {
if (_root.gravoor.mod == 3) {
this.gotoAndStop(2);
} else {
_root.gravoor.gotoAndStop("die");
}
}
}
Instance of Symbol 191 MovieClip in Frame 398
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.gravoor)) {
if (_root.gravoor.mod == 3) {
this.gotoAndStop(2);
} else {
_root.gravoor.gotoAndStop("die");
}
}
}
Instance of Symbol 191 MovieClip in Frame 398
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.gravoor)) {
if (_root.gravoor.mod == 3) {
this.gotoAndStop(2);
} else {
_root.gravoor.gotoAndStop("die");
}
}
}
Instance of Symbol 191 MovieClip in Frame 398
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.gravoor)) {
if (_root.gravoor.mod == 3) {
this.gotoAndStop(2);
} else {
_root.gravoor.gotoAndStop("die");
}
}
}
Instance of Symbol 166 MovieClip in Frame 398
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.gravoor)) {
_root.gravoor.gotoAndStop("win");
}
}
Instance of Symbol 339 MovieClip in Frame 398
onClipEvent (enterFrame) {
this._x = _root._xmouse;
this._y = _root._ymouse;
}
Instance of Symbol 245 MovieClip "cam" in Frame 398
onClipEvent (enterFrame) {
this._x = _root.gravoor._x;
this._y = _root.gravoor._y;
}
Instance of Symbol 55 MovieClip in Frame 399
on (release) {
getURL ("http://www.maxgames.com/", "_blank");
}
Frame 400
levela = 7;
shtimer = 1;
parta.text = levela;
partb.text = levela;
worldaa.text = worlda;
worldb.text = worlda;
Frame 401
levela = 7;
Instance of Symbol 166 MovieClip in Frame 401
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.gravoor)) {
_root.gravoor.gotoAndStop("win");
}
}
Instance of Symbol 159 MovieClip "gravoor" in Frame 401
onClipEvent (load) {
radius = 19;
}
onClipEvent (enterFrame) {
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if (_root.shape.hitTest(X, Y, true)) {
gotoAndStop ("die");
}
i++;
}
}
onClipEvent (enterFrame) {
if (nomove == false) {
myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(_root._ymouse - this._y);
_root.xChange = Math.round(_root._xmouse - this._x);
_root.yMove = Math.round(_root.yChange / 20);
_root.xMove = Math.round(_root.xChange / 20);
this._y = this._y + _root.yMove;
this._x = this._x + _root.xMove;
this.eyes._rotation = myDegrees + 90;
this.eyes2._rotation = myDegrees + 90;
}
if (mod == 1) {
radius = 19;
} else if (mod == 2) {
radius = 8;
} else if (mod == 3) {
radius = 29;
}
}
Instance of Symbol 391 MovieClip "evilgravoor2" in Frame 401
onClipEvent (enterFrame) {
if (_root.gravoor.hit.hitTest(this)) {
_root.gravoor.gotoAndStop("die");
}
}
onClipEvent (enterFrame) {
if (_root.gravoor.hitTest(_root.area2)) {
myRadians = Math.atan2(_root.gravoor._y - this._y, _root.gravoor._x - this._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(_root.gravoor._y - this._y);
_root.xChange = Math.round(_root.gravoor._x - this._x);
_root.yMove = Math.round(_root.yChange / 15);
_root.xMove = Math.round(_root.xChange / 15);
this._y = this._y + _root.yMove;
this._x = this._x + _root.xMove;
this.eyes._rotation = myDegrees + 90;
this.eyes2._rotation = myDegrees + 90;
}
}
Instance of Symbol 391 MovieClip "evilgravoor" in Frame 401
onClipEvent (enterFrame) {
if (_root.gravoor.hit.hitTest(this)) {
_root.gravoor.gotoAndStop("die");
}
}
onClipEvent (enterFrame) {
if (_root.gravoor.hitTest(_root.area)) {
myRadians = Math.atan2(_root.gravoor._y - this._y, _root.gravoor._x - this._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(_root.gravoor._y - this._y);
_root.xChange = Math.round(_root.gravoor._x - this._x);
_root.yMove = Math.round(_root.yChange / 15);
_root.xMove = Math.round(_root.xChange / 15);
this._y = this._y + _root.yMove;
this._x = this._x + _root.xMove;
this.eyes._rotation = myDegrees + 90;
this.eyes2._rotation = myDegrees + 90;
}
}
Instance of Symbol 339 MovieClip in Frame 401
onClipEvent (enterFrame) {
this._x = _root._xmouse;
this._y = _root._ymouse;
}
Instance of Symbol 245 MovieClip "cam" in Frame 401
onClipEvent (enterFrame) {
this._x = _root.gravoor._x;
this._y = _root.gravoor._y;
}
Instance of Symbol 55 MovieClip in Frame 402
on (release) {
getURL ("http://www.maxgames.com/", "_blank");
}
Frame 403
levela = 8;
shtimer = 1;
parta.text = levela;
partb.text = levela;
worldaa.text = worlda;
worldb.text = worlda;
Frame 404
levela = 8;
Instance of Symbol 166 MovieClip in Frame 404
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.gravoor)) {
_root.gravoor.gotoAndStop("win");
}
}
Instance of Symbol 159 MovieClip "gravoor" in Frame 404
onClipEvent (load) {
radius = 19;
}
onClipEvent (enterFrame) {
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if (_root.shape.hitTest(X, Y, true)) {
gotoAndStop ("die");
}
i++;
}
}
onClipEvent (enterFrame) {
if (nomove == false) {
myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(_root._ymouse - this._y);
_root.xChange = Math.round(_root._xmouse - this._x);
_root.yMove = Math.round(_root.yChange / 20);
_root.xMove = Math.round(_root.xChange / 20);
this._y = this._y + _root.yMove;
this._x = this._x + _root.xMove;
this.eyes._rotation = myDegrees + 90;
this.eyes2._rotation = myDegrees + 90;
}
if (mod == 1) {
radius = 19;
} else if (mod == 2) {
radius = 8;
} else if (mod == 3) {
radius = 29;
}
}
Instance of Symbol 171 MovieClip "redkey" in Frame 404
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.gravoor)) {
_root.shape.redgate.gotoAndStop(2);
_root.shape.redgate2.gotoAndStop(2);
_root.shape.gotoAndPlay(2);
this.gotoAndStop(2);
}
}
Instance of Symbol 339 MovieClip in Frame 404
onClipEvent (enterFrame) {
this._x = _root._xmouse;
this._y = _root._ymouse;
}
Instance of Symbol 245 MovieClip "cam" in Frame 404
onClipEvent (enterFrame) {
this._x = _root.gravoor._x;
this._y = _root.gravoor._y;
}
Instance of Symbol 55 MovieClip in Frame 405
on (release) {
getURL ("http://www.maxgames.com/", "_blank");
}
Frame 406
levela = 9;
shtimer = 1;
parta.text = levela;
partb.text = levela;
worldaa.text = worlda;
worldb.text = worlda;
Frame 407
levela = 9;
Instance of Symbol 166 MovieClip in Frame 407
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.gravoor)) {
_root.gravoor.gotoAndStop("win");
}
}
Instance of Symbol 159 MovieClip "gravoor" in Frame 407
onClipEvent (load) {
radius = 19;
}
onClipEvent (enterFrame) {
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if (_root.shape.hitTest(X, Y, true)) {
gotoAndStop ("die");
}
i++;
}
}
onClipEvent (enterFrame) {
if (nomove == false) {
myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(_root._ymouse - this._y);
_root.xChange = Math.round(_root._xmouse - this._x);
_root.yMove = Math.round(_root.yChange / 20);
_root.xMove = Math.round(_root.xChange / 20);
this._y = this._y + _root.yMove;
this._x = this._x + _root.xMove;
this.eyes._rotation = myDegrees + 90;
this.eyes2._rotation = myDegrees + 90;
}
if (mod == 1) {
radius = 19;
} else if (mod == 2) {
radius = 8;
} else if (mod == 3) {
radius = 29;
}
}
Instance of Symbol 294 MovieClip "greenkey" in Frame 407
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.gravoor)) {
_root.shape.greengate.gotoAndStop(2);
this.gotoAndStop(2);
}
}
Instance of Symbol 171 MovieClip "redkey" in Frame 407
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.gravoor)) {
_root.shape.redgate.gotoAndStop(2);
_root.shape.redgate2.gotoAndStop(2);
this.gotoAndStop(2);
}
}
Instance of Symbol 191 MovieClip in Frame 407
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.gravoor)) {
if (_root.gravoor.mod == 3) {
this.gotoAndStop(2);
} else {
_root.gravoor.gotoAndStop("die");
}
}
}
Instance of Symbol 180 MovieClip in Frame 407
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.gravoor)) {
_root.shtimer = 2;
_root.gravoor.gotoAndStop("shrink");
_root.cam.shrinktimer.gotoAndPlay(2);
}
}
Instance of Symbol 191 MovieClip in Frame 407
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.gravoor)) {
if (_root.gravoor.mod == 3) {
this.gotoAndStop(2);
} else {
_root.gravoor.gotoAndStop("die");
}
}
}
Instance of Symbol 186 MovieClip in Frame 407
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.gravoor)) {
_root.shtimer = 2;
_root.gravoor.gotoAndStop("grow");
_root.cam.shrinktimer.gotoAndPlay(2);
}
}
Instance of Symbol 180 MovieClip in Frame 407
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.gravoor)) {
_root.shtimer = 2;
_root.gravoor.gotoAndStop("shrink");
_root.cam.shrinktimer.gotoAndPlay(2);
}
}
Instance of Symbol 257 MovieClip in Frame 407
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.gravoor)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 339 MovieClip in Frame 407
onClipEvent (enterFrame) {
this._x = _root._xmouse;
this._y = _root._ymouse;
}
Instance of Symbol 245 MovieClip "cam" in Frame 407
onClipEvent (enterFrame) {
this._x = _root.gravoor._x;
this._y = _root.gravoor._y;
}
Instance of Symbol 55 MovieClip in Frame 408
on (release) {
getURL ("http://www.maxgames.com/", "_blank");
}
Frame 409
stopAllSounds();
worlda = 3;
Frame 410
levela = 1;
stop();
shtimer = 1;
parta.text = levela;
partb.text = levela;
worldaa.text = worlda;
worldb.text = worlda;
Instance of Symbol 55 MovieClip in Frame 410
on (release) {
getURL ("http://www.maxgames.com/", "_blank");
}
Frame 411
levela = 1;
Instance of Symbol 166 MovieClip in Frame 411
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.gravoor)) {
_root.gravoor.gotoAndStop("win");
}
}
Instance of Symbol 389 MovieClip in Frame 411
onClipEvent (enterFrame) {
if (this.hitTest(_root.gravoor)) {
_root.star.play();
}
}
Instance of Symbol 159 MovieClip "gravoor" in Frame 411
onClipEvent (load) {
radius = 19;
}
onClipEvent (enterFrame) {
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if (_root.shape.hitTest(X, Y, true)) {
gotoAndStop ("die");
}
i++;
}
}
onClipEvent (enterFrame) {
if (nomove == false) {
myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(_root._ymouse - this._y);
_root.xChange = Math.round(_root._xmouse - this._x);
_root.yMove = Math.round(_root.yChange / 20);
_root.xMove = Math.round(_root.xChange / 20);
this._y = this._y + _root.yMove;
this._x = this._x + _root.xMove;
this.eyes._rotation = myDegrees + 90;
this.eyes2._rotation = myDegrees + 90;
}
if (mod == 1) {
radius = 19;
} else if (mod == 2) {
radius = 8;
} else if (mod == 3) {
radius = 29;
}
}
Instance of Symbol 245 MovieClip "cam" in Frame 411
onClipEvent (enterFrame) {
this._x = _root.gravoor._x;
this._y = _root.gravoor._y;
}
Instance of Symbol 55 MovieClip in Frame 412
on (release) {
getURL ("http://www.maxgames.com/", "_blank");
}
Frame 413
levela = 2;
shtimer = 1;
parta.text = levela;
partb.text = levela;
worldaa.text = worlda;
worldb.text = worlda;
Frame 414
levela = 2;
Instance of Symbol 166 MovieClip in Frame 414
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.gravoor)) {
_root.gravoor.gotoAndStop("win");
}
}
Instance of Symbol 257 MovieClip in Frame 414
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.gravoor)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 257 MovieClip in Frame 414
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.gravoor)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 257 MovieClip in Frame 414
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.gravoor)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 257 MovieClip in Frame 414
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.gravoor)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 257 MovieClip in Frame 414
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.gravoor)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 257 MovieClip in Frame 414
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.gravoor)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 257 MovieClip in Frame 414
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.gravoor)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 257 MovieClip in Frame 414
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.gravoor)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 257 MovieClip in Frame 414
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.gravoor)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 257 MovieClip in Frame 414
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.gravoor)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 257 MovieClip in Frame 414
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.gravoor)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 257 MovieClip in Frame 414
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.gravoor)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 257 MovieClip in Frame 414
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.gravoor)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 257 MovieClip in Frame 414
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.gravoor)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 257 MovieClip in Frame 414
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.gravoor)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 257 MovieClip in Frame 414
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.gravoor)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 257 MovieClip in Frame 414
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.gravoor)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 257 MovieClip in Frame 414
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.gravoor)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 257 MovieClip in Frame 414
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.gravoor)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 257 MovieClip in Frame 414
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.gravoor)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 257 MovieClip in Frame 414
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.gravoor)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 257 MovieClip in Frame 414
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.gravoor)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 257 MovieClip in Frame 414
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.gravoor)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 257 MovieClip in Frame 414
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.gravoor)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 257 MovieClip in Frame 414
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.gravoor)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 257 MovieClip in Frame 414
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.gravoor)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 257 MovieClip in Frame 414
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.gravoor)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 257 MovieClip in Frame 414
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.gravoor)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 257 MovieClip in Frame 414
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.gravoor)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 257 MovieClip in Frame 414
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.gravoor)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 257 MovieClip in Frame 414
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.gravoor)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 257 MovieClip in Frame 414
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.gravoor)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 257 MovieClip in Frame 414
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.gravoor)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 257 MovieClip in Frame 414
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.gravoor)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 257 MovieClip in Frame 414
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.gravoor)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 257 MovieClip in Frame 414
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.gravoor)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 257 MovieClip in Frame 414
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.gravoor)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 257 MovieClip in Frame 414
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.gravoor)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 257 MovieClip in Frame 414
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.gravoor)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 257 MovieClip in Frame 414
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.gravoor)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 257 MovieClip in Frame 414
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.gravoor)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 257 MovieClip in Frame 414
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.gravoor)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 257 MovieClip in Frame 414
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.gravoor)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 257 MovieClip in Frame 414
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.gravoor)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 257 MovieClip in Frame 414
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.gravoor)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 257 MovieClip in Frame 414
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.gravoor)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 257 MovieClip in Frame 414
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.gravoor)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 257 MovieClip in Frame 414
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.gravoor)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 257 MovieClip in Frame 414
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.gravoor)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 257 MovieClip in Frame 414
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.gravoor)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 257 MovieClip in Frame 414
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.gravoor)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 257 MovieClip in Frame 414
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.gravoor)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 257 MovieClip in Frame 414
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.gravoor)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 257 MovieClip in Frame 414
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.gravoor)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 257 MovieClip in Frame 414
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.gravoor)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 257 MovieClip in Frame 414
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.gravoor)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 257 MovieClip in Frame 414
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.gravoor)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 257 MovieClip in Frame 414
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.gravoor)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 257 MovieClip in Frame 414
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.gravoor)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 257 MovieClip in Frame 414
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.gravoor)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 257 MovieClip in Frame 414
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.gravoor)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 257 MovieClip in Frame 414
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.gravoor)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 257 MovieClip in Frame 414
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.gravoor)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 257 MovieClip in Frame 414
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.gravoor)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 257 MovieClip in Frame 414
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.gravoor)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 159 MovieClip "gravoor" in Frame 414
onClipEvent (load) {
radius = 19;
}
onClipEvent (enterFrame) {
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if (_root.shape.hitTest(X, Y, true)) {
gotoAndStop ("die");
}
i++;
}
}
onClipEvent (enterFrame) {
if (nomove == false) {
myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(_root._ymouse - this._y);
_root.xChange = Math.round(_root._xmouse - this._x);
_root.yMove = Math.round(_root.yChange / 20);
_root.xMove = Math.round(_root.xChange / 20);
this._y = this._y + _root.yMove;
this._x = this._x + _root.xMove;
this.eyes._rotation = myDegrees + 90;
this.eyes2._rotation = myDegrees + 90;
}
if (mod == 1) {
radius = 19;
} else if (mod == 2) {
radius = 8;
} else if (mod == 3) {
radius = 29;
}
}
Instance of Symbol 245 MovieClip "cam" in Frame 414
onClipEvent (enterFrame) {
this._x = _root.gravoor._x;
this._y = _root.gravoor._y;
}
Instance of Symbol 55 MovieClip in Frame 415
on (release) {
getURL ("http://www.maxgames.com/", "_blank");
}
Frame 416
levela = 3;
shtimer = 1;
parta.text = levela;
partb.text = levela;
worldaa.text = worlda;
worldb.text = worlda;
Frame 417
levela = 3;
Instance of Symbol 166 MovieClip in Frame 417
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.gravoor)) {
_root.gravoor.gotoAndStop("win");
}
}
Instance of Symbol 391 MovieClip "evilgravoor2" in Frame 417
onClipEvent (enterFrame) {
if (_root.gravoor.hit.hitTest(this)) {
_root.gravoor.gotoAndStop("die");
}
}
onClipEvent (enterFrame) {
if (_root.gravoor.hitTest(_root.area2)) {
myRadians = Math.atan2(_root.gravoor._y - this._y, _root.gravoor._x - this._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(_root.gravoor._y - this._y);
_root.xChange = Math.round(_root.gravoor._x - this._x);
_root.yMove = Math.round(_root.yChange / 15);
_root.xMove = Math.round(_root.xChange / 15);
this._y = this._y + _root.yMove;
this._x = this._x + _root.xMove;
this.eyes._rotation = myDegrees + 90;
this.eyes2._rotation = myDegrees + 90;
}
}
Instance of Symbol 391 MovieClip "evilgravoor" in Frame 417
onClipEvent (enterFrame) {
if (_root.gravoor.hit.hitTest(this)) {
_root.gravoor.gotoAndStop("die");
}
}
onClipEvent (enterFrame) {
if (_root.gravoor.hitTest(_root.area)) {
myRadians = Math.atan2(_root.gravoor._y - this._y, _root.gravoor._x - this._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(_root.gravoor._y - this._y);
_root.xChange = Math.round(_root.gravoor._x - this._x);
_root.yMove = Math.round(_root.yChange / 15);
_root.xMove = Math.round(_root.xChange / 15);
this._y = this._y + _root.yMove;
this._x = this._x + _root.xMove;
this.eyes._rotation = myDegrees + 90;
this.eyes2._rotation = myDegrees + 90;
}
}
Instance of Symbol 391 MovieClip "evilgravoor2" in Frame 417
onClipEvent (enterFrame) {
if (_root.gravoor.hit.hitTest(this)) {
_root.gravoor.gotoAndStop("die");
}
}
onClipEvent (enterFrame) {
if (_root.gravoor.hitTest(_root.area3)) {
myRadians = Math.atan2(_root.gravoor._y - this._y, _root.gravoor._x - this._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(_root.gravoor._y - this._y);
_root.xChange = Math.round(_root.gravoor._x - this._x);
_root.yMove = Math.round(_root.yChange / 15);
_root.xMove = Math.round(_root.xChange / 15);
this._y = this._y + _root.yMove;
this._x = this._x + _root.xMove;
this.eyes._rotation = myDegrees + 90;
this.eyes2._rotation = myDegrees + 90;
}
}
Instance of Symbol 159 MovieClip "gravoor" in Frame 417
onClipEvent (load) {
radius = 19;
}
onClipEvent (enterFrame) {
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if (_root.shape.hitTest(X, Y, true)) {
gotoAndStop ("die");
}
i++;
}
}
onClipEvent (enterFrame) {
if (nomove == false) {
myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(_root._ymouse - this._y);
_root.xChange = Math.round(_root._xmouse - this._x);
_root.yMove = Math.round(_root.yChange / 20);
_root.xMove = Math.round(_root.xChange / 20);
this._y = this._y + _root.yMove;
this._x = this._x + _root.xMove;
this.eyes._rotation = myDegrees + 90;
this.eyes2._rotation = myDegrees + 90;
}
if (mod == 1) {
radius = 19;
} else if (mod == 2) {
radius = 8;
} else if (mod == 3) {
radius = 29;
}
}
Instance of Symbol 245 MovieClip "cam" in Frame 417
onClipEvent (enterFrame) {
this._x = _root.gravoor._x;
this._y = _root.gravoor._y;
}
Instance of Symbol 55 MovieClip in Frame 418
on (release) {
getURL ("http://www.maxgames.com/", "_blank");
}
Frame 419
levela = 4;
shtimer = 1;
parta.text = levela;
partb.text = levela;
worldaa.text = worlda;
worldb.text = worlda;
Frame 420
levela = 4;
Instance of Symbol 166 MovieClip in Frame 420
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.gravoor)) {
_root.gravoor.gotoAndStop("win");
}
}
Instance of Symbol 159 MovieClip "gravoor" in Frame 420
onClipEvent (load) {
radius = 19;
}
onClipEvent (enterFrame) {
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if (_root.shape.hitTest(X, Y, true)) {
gotoAndStop ("die");
}
i++;
}
}
onClipEvent (enterFrame) {
if (nomove == false) {
myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(_root._ymouse - this._y);
_root.xChange = Math.round(_root._xmouse - this._x);
_root.yMove = Math.round(_root.yChange / 20);
_root.xMove = Math.round(_root.xChange / 20);
this._y = this._y + _root.yMove;
this._x = this._x + _root.xMove;
this.eyes._rotation = myDegrees + 90;
this.eyes2._rotation = myDegrees + 90;
}
if (mod == 1) {
radius = 19;
} else if (mod == 2) {
radius = 8;
} else if (mod == 3) {
radius = 29;
}
}
Instance of Symbol 245 MovieClip "cam" in Frame 420
onClipEvent (enterFrame) {
this._x = _root.gravoor._x;
this._y = _root.gravoor._y;
}
Instance of Symbol 55 MovieClip in Frame 421
on (release) {
getURL ("http://www.maxgames.com/", "_blank");
}
Frame 422
levela = 5;
shtimer = 1;
parta.text = levela;
partb.text = levela;
worldaa.text = worlda;
worldb.text = worlda;
Frame 423
levela = 5;
Instance of Symbol 257 MovieClip in Frame 423
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.gravoor)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 166 MovieClip in Frame 423
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.gravoor)) {
_root.gravoor.gotoAndStop("win");
}
}
Instance of Symbol 257 MovieClip in Frame 423
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.gravoor)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 294 MovieClip "greenkey" in Frame 423
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.gravoor)) {
_root.shape.greengate.gotoAndStop(2);
this.gotoAndStop(2);
}
}
Instance of Symbol 171 MovieClip "redkey" in Frame 423
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.gravoor)) {
_root.shape.redgate.gotoAndStop(2);
this.gotoAndStop(2);
}
}
Instance of Symbol 180 MovieClip in Frame 423
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.gravoor)) {
_root.shtimer = 2;
_root.gravoor.gotoAndStop("shrink");
_root.cam.shrinktimer.gotoAndPlay(2);
}
}
Instance of Symbol 257 MovieClip in Frame 423
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.gravoor)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 257 MovieClip in Frame 423
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.gravoor)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 159 MovieClip "gravoor" in Frame 423
onClipEvent (load) {
radius = 19;
}
onClipEvent (enterFrame) {
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if (_root.shape.hitTest(X, Y, true)) {
gotoAndStop ("die");
}
i++;
}
}
onClipEvent (enterFrame) {
if (nomove == false) {
myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(_root._ymouse - this._y);
_root.xChange = Math.round(_root._xmouse - this._x);
_root.yMove = Math.round(_root.yChange / 20);
_root.xMove = Math.round(_root.xChange / 20);
this._y = this._y + _root.yMove;
this._x = this._x + _root.xMove;
this.eyes._rotation = myDegrees + 90;
this.eyes2._rotation = myDegrees + 90;
}
if (mod == 1) {
radius = 19;
} else if (mod == 2) {
radius = 8;
} else if (mod == 3) {
radius = 29;
}
}
Instance of Symbol 180 MovieClip in Frame 423
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.gravoor)) {
_root.shtimer = 2;
_root.gravoor.gotoAndStop("shrink");
_root.cam.shrinktimer.gotoAndPlay(2);
}
}
Instance of Symbol 245 MovieClip "cam" in Frame 423
onClipEvent (enterFrame) {
this._x = _root.gravoor._x;
this._y = _root.gravoor._y;
}
Instance of Symbol 55 MovieClip in Frame 424
on (release) {
getURL ("http://www.maxgames.com/", "_blank");
}
Frame 425
levela = 6;
shtimer = 1;
parta.text = levela;
partb.text = levela;
worldaa.text = worlda;
worldb.text = worlda;
Frame 426
levela = 6;
Instance of Symbol 166 MovieClip in Frame 426
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.gravoor)) {
_root.gravoor.gotoAndStop("win");
}
}
Instance of Symbol 257 MovieClip in Frame 426
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.gravoor)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 159 MovieClip "gravoor" in Frame 426
onClipEvent (load) {
radius = 19;
}
onClipEvent (enterFrame) {
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if (_root.shape.hitTest(X, Y, true)) {
gotoAndStop ("die");
}
i++;
}
}
onClipEvent (enterFrame) {
if (nomove == false) {
myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(_root._ymouse - this._y);
_root.xChange = Math.round(_root._xmouse - this._x);
_root.yMove = Math.round(_root.yChange / 20);
_root.xMove = Math.round(_root.xChange / 20);
this._y = this._y + _root.yMove;
this._x = this._x + _root.xMove;
this.eyes._rotation = myDegrees + 90;
this.eyes2._rotation = myDegrees + 90;
}
if (mod == 1) {
radius = 19;
} else if (mod == 2) {
radius = 8;
} else if (mod == 3) {
radius = 29;
}
}
Instance of Symbol 257 MovieClip in Frame 426
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.gravoor)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 257 MovieClip in Frame 426
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.gravoor)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 245 MovieClip "cam" in Frame 426
onClipEvent (enterFrame) {
this._x = _root.gravoor._x;
this._y = _root.gravoor._y;
}
Instance of Symbol 55 MovieClip in Frame 427
on (release) {
getURL ("http://www.maxgames.com/", "_blank");
}
Frame 428
levela = 7;
shtimer = 1;
parta.text = levela;
partb.text = levela;
worldaa.text = worlda;
worldb.text = worlda;
Frame 429
levela = 7;
Instance of Symbol 166 MovieClip in Frame 429
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.gravoor)) {
_root.gravoor.gotoAndStop("win");
}
}
Instance of Symbol 159 MovieClip "gravoor" in Frame 429
onClipEvent (load) {
radius = 19;
}
onClipEvent (enterFrame) {
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if (_root.shape.hitTest(X, Y, true)) {
gotoAndStop ("die");
}
i++;
}
}
onClipEvent (enterFrame) {
if (nomove == false) {
myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(_root._ymouse - this._y);
_root.xChange = Math.round(_root._xmouse - this._x);
_root.yMove = Math.round(_root.yChange / 20);
_root.xMove = Math.round(_root.xChange / 20);
this._y = this._y + _root.yMove;
this._x = this._x + _root.xMove;
this.eyes._rotation = myDegrees + 90;
this.eyes2._rotation = myDegrees + 90;
}
if (mod == 1) {
radius = 19;
} else if (mod == 2) {
radius = 8;
} else if (mod == 3) {
radius = 29;
}
}
Instance of Symbol 191 MovieClip in Frame 429
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.gravoor)) {
if (_root.gravoor.mod == 3) {
this.gotoAndStop(2);
} else {
_root.gravoor.gotoAndStop("die");
}
}
}
Instance of Symbol 180 MovieClip in Frame 429
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.gravoor)) {
_root.shtimer = 2;
_root.gravoor.gotoAndStop("shrink");
_root.cam.shrinktimer.gotoAndPlay(2);
}
}
Instance of Symbol 186 MovieClip in Frame 429
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.gravoor)) {
_root.shtimer = 2;
_root.gravoor.gotoAndStop("grow");
_root.cam.shrinktimer.gotoAndPlay(2);
}
}
Instance of Symbol 191 MovieClip in Frame 429
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.gravoor)) {
if (_root.gravoor.mod == 3) {
this.gotoAndStop(2);
} else {
_root.gravoor.gotoAndStop("die");
}
}
}
Instance of Symbol 191 MovieClip in Frame 429
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.gravoor)) {
if (_root.gravoor.mod == 3) {
this.gotoAndStop(2);
} else {
_root.gravoor.gotoAndStop("die");
}
}
}
Instance of Symbol 191 MovieClip in Frame 429
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.gravoor)) {
if (_root.gravoor.mod == 3) {
this.gotoAndStop(2);
} else {
_root.gravoor.gotoAndStop("die");
}
}
}
Instance of Symbol 245 MovieClip "cam" in Frame 429
onClipEvent (enterFrame) {
this._x = _root.gravoor._x;
this._y = _root.gravoor._y;
}
Instance of Symbol 55 MovieClip in Frame 430
on (release) {
getURL ("http://www.maxgames.com/", "_blank");
}
Frame 431
levela = 8;
shtimer = 1;
parta.text = levela;
partb.text = levela;
worldaa.text = worlda;
worldb.text = worlda;
Frame 432
levela = 8;
Instance of Symbol 166 MovieClip in Frame 432
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.gravoor)) {
_root.gravoor.gotoAndStop("win");
}
}
Instance of Symbol 159 MovieClip "gravoor" in Frame 432
onClipEvent (load) {
radius = 19;
}
onClipEvent (enterFrame) {
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if (_root.shape.hitTest(X, Y, true)) {
gotoAndStop ("die");
}
i++;
}
}
onClipEvent (enterFrame) {
if (nomove == false) {
myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(_root._ymouse - this._y);
_root.xChange = Math.round(_root._xmouse - this._x);
_root.yMove = Math.round(_root.yChange / 20);
_root.xMove = Math.round(_root.xChange / 20);
this._y = this._y + _root.yMove;
this._x = this._x + _root.xMove;
this.eyes._rotation = myDegrees + 90;
this.eyes2._rotation = myDegrees + 90;
}
if (mod == 1) {
radius = 19;
} else if (mod == 2) {
radius = 8;
} else if (mod == 3) {
radius = 29;
}
}
Instance of Symbol 245 MovieClip "cam" in Frame 432
onClipEvent (enterFrame) {
this._x = _root.gravoor._x;
this._y = _root.gravoor._y;
}
Instance of Symbol 55 MovieClip in Frame 433
on (release) {
getURL ("http://www.maxgames.com/", "_blank");
}
Frame 434
levela = 9;
shtimer = 1;
parta.text = levela;
partb.text = levela;
worldaa.text = worlda;
worldb.text = worlda;
Frame 435
levela = 9;
Instance of Symbol 166 MovieClip in Frame 435
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.gravoor)) {
_root.gravoor.gotoAndStop("win");
}
}
Instance of Symbol 257 MovieClip in Frame 435
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.gravoor)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 159 MovieClip "gravoor" in Frame 435
onClipEvent (load) {
radius = 19;
}
onClipEvent (enterFrame) {
i = 0;
while (i < 360) {
X = (Math.cos(i * (Math.PI/180)) * radius) + _x;
Y = (Math.sin(i * (Math.PI/180)) * radius) + _y;
if (_root.shape.hitTest(X, Y, true)) {
gotoAndStop ("die");
}
i++;
}
}
onClipEvent (enterFrame) {
if (nomove == false) {
myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(_root._ymouse - this._y);
_root.xChange = Math.round(_root._xmouse - this._x);
_root.yMove = Math.round(_root.yChange / 20);
_root.xMove = Math.round(_root.xChange / 20);
this._y = this._y + _root.yMove;
this._x = this._x + _root.xMove;
this.eyes._rotation = myDegrees + 90;
this.eyes2._rotation = myDegrees + 90;
}
if (mod == 1) {
radius = 19;
} else if (mod == 2) {
radius = 8;
} else if (mod == 3) {
radius = 29;
}
}
Instance of Symbol 294 MovieClip "greenkey" in Frame 435
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.gravoor)) {
_root.shape.greengate.gotoAndStop(2);
this.gotoAndStop(2);
}
}
Instance of Symbol 171 MovieClip "redkey" in Frame 435
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.gravoor)) {
_root.shape.redgate.gotoAndStop(2);
this.gotoAndStop(2);
}
}
Instance of Symbol 270 MovieClip "bluekey" in Frame 435
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.gravoor)) {
_root.shape.bluegate.gotoAndStop(2);
this.gotoAndStop(2);
}
}
Instance of Symbol 257 MovieClip in Frame 435
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.gravoor)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 257 MovieClip in Frame 435
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.gravoor)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 245 MovieClip "cam" in Frame 435
onClipEvent (enterFrame) {
this._x = _root.gravoor._x;
this._y = _root.gravoor._y;
}
Frame 436
_root.grav1 = true;
saveGame();
Instance of Symbol 55 MovieClip in Frame 436
on (release) {
getURL ("http://www.maxgames.com/", "_blank");
}
Symbol 61 Button
on (release) {
getURL ("http://ischris.deviantart.com", "_blank");
}
Symbol 66 Button
on (release) {
getURL ("http://www.maxgames.com", "_blank");
}
Symbol 69 MovieClip Frame 60
stop();
Symbol 83 MovieClip Frame 14
stop();
Symbol 97 Button
on (release) {
gotoAndStop (345);
}
Symbol 99 Button
on (release) {
gotoAndStop ("help");
}
Symbol 117 Button
on (release) {
getURL ("http://www.freespaces.com/chrisdotexe/flash/games/gravoor1.html", "_blank");
}
Symbol 122 Button
on (release) {
stopAllSounds();
_root.livesa = 5;
gotoAndPlay (353);
}
Symbol 123 Button
on (release) {
stopAllSounds();
_root.livesa = 4;
gotoAndPlay (353);
}
Symbol 124 Button
on (release) {
stopAllSounds();
_root.livesa = 7;
gotoAndPlay (353);
}
Symbol 125 Button
on (release) {
stopAllSounds();
_root.livesa = 2;
gotoAndPlay (353);
}
Symbol 126 Button
on (release) {
stopAllSounds();
_root.livesa = 9;
gotoAndPlay (353);
}
Symbol 129 MovieClip Frame 59
stop();
Symbol 130 Button
on (release) {
stopAllSounds();
gotoAndPlay (3);
}
Symbol 133 Button
on (release) {
gotoAndStop (349);
}
Symbol 135 Button
on (release) {
gotoAndStop (350);
}
Symbol 137 Button
on (release) {
gotoAndStop (351);
}
Symbol 139 Button
on (release) {
gotoAndStop (352);
}
Symbol 141 Button
on (release) {
stopAllSounds();
gotoAndPlay (3);
}
Symbol 144 Button
on (release) {
getURL ("http://www.maxgames.com/", "_blank");
}
Symbol 153 MovieClip Frame 30
_root.livesa = _root.livesa - 1;
if (_root.livesa == 0) {
stopAllSounds();
_root.gotoAndStop("GameOver");
} else {
_root.prevFrame();
}
Symbol 159 MovieClip Frame 1
mod = 1;
nomove = false;
stop();
Symbol 159 MovieClip Frame 2
mod = 1;
stop();
nomove = true;
Symbol 159 MovieClip Frame 3
_root.nextFrame();
nomove = true;
Symbol 159 MovieClip Frame 4
mod = 2;
nomove = false;
Instance of Symbol 151 MovieClip "eyes2" in Symbol 159 MovieClip Frame 4
onClipEvent (enterFrame) {
if (_root.shtimer == 1) {
_root.gravoor.gotoAndStop(1);
}
}
Symbol 159 MovieClip Frame 5
mod = 3;
nomove = false;
Instance of Symbol 151 MovieClip "eyes" in Symbol 159 MovieClip Frame 5
onClipEvent (enterFrame) {
if (_root.shtimer == 1) {
_root.gravoor.gotoAndStop(1);
}
}
Symbol 171 MovieClip Frame 1
stop();
Symbol 176 MovieClip Frame 1
stop();
Symbol 191 MovieClip Frame 1
stop();
Symbol 203 Button
on (release) {
nextFrame();
}
Symbol 239 MovieClip Frame 1
stop();
Symbol 239 MovieClip Frame 152
_root.shtimer = 1;
Symbol 245 MovieClip Frame 1
function camControl() {
parentColor.setTransform(camColor.getTransform());
var _local4 = sX / this._width;
var _local3 = sY / this._height;
_parent._x = cX - (this._x * _local4);
_parent._y = cY - (this._y * _local3);
_parent._xscale = 100 * _local4;
_parent._yscale = 100 * _local3;
}
function resetStage() {
var _local2 = {ra:100, rb:0, ga:100, gb:0, ba:100, bb:0, aa:100, ab:0};
parentColor.setTransform(_local2);
_parent._xscale = 100;
_parent._yscale = 100;
_parent._x = 0;
_parent._y = 0;
}
var oldMode = Stage.scaleMode;
Stage.scaleMode = "exactFit";
var cX = (Stage.width / 2);
var cY = (Stage.height / 2);
var sX = Stage.width;
var sY = Stage.height;
Stage.scaleMode = oldMode;
var camColor = new Color(this);
var parentColor = new Color(_parent);
this.onEnterFrame = camControl;
camControl();
this.onUnload = resetStage;
parta.text = _parent.levela;
partb.text = _parent.levela;
worldaa.text = _parent.worlda;
worldb.text = _parent.worlda;
livesaa.text = _root.livesa;
livesb.text = _root.livesa;
Instance of Symbol 239 MovieClip "shrinktimer" in Symbol 245 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.shtimer == 1) {
this.gotoAndStop(1);
}
if (_root.shtimer == 2) {
this.play();
}
}
Symbol 245 MovieClip Frame 2
function camControl() {
parentColor.setTransform(camColor.getTransform());
var _local4 = sX / this._width;
var _local3 = sY / this._height;
_parent._x = cX - (this._x * _local4);
_parent._y = cY - (this._y * _local3);
_parent._xscale = 100 * _local4;
_parent._yscale = 100 * _local3;
}
function resetStage() {
var _local2 = {ra:100, rb:0, ga:100, gb:0, ba:100, bb:0, aa:100, ab:0};
parentColor.setTransform(_local2);
_parent._xscale = 100;
_parent._yscale = 100;
_parent._x = 0;
_parent._y = 0;
}
var oldMode = Stage.scaleMode;
Stage.scaleMode = "exactFit";
var cX = (Stage.width / 2);
var cY = (Stage.height / 2);
var sX = Stage.width;
var sY = Stage.height;
Stage.scaleMode = oldMode;
var camColor = new Color(this);
var parentColor = new Color(_parent);
this.onEnterFrame = camControl;
camControl();
this.onUnload = resetStage;
Symbol 247 Button
on (release) {
nextFrame();
}
Symbol 255 MovieClip Frame 10
stop();
Symbol 257 MovieClip Frame 1
stop();
Symbol 266 MovieClip Frame 1
stop();
Symbol 270 MovieClip Frame 1
stop();
Symbol 290 MovieClip Frame 1
stop();
Symbol 294 MovieClip Frame 1
stop();
Symbol 326 Button
on (release) {
stopAllSounds();
play();
}
Symbol 364 MovieClip Frame 1
stop();
Instance of Symbol 362 MovieClip in Symbol 364 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.gravoor)) {
_parent.play();
}
}
Instance of Symbol 360 MovieClip in Symbol 364 MovieClip Frame 2
onClipEvent (enterFrame) {
if (_root.gravoor.hit.hitTest(this)) {
_root.gravoor.gotoAndStop("die");
}
}
Symbol 364 MovieClip Frame 10
stop();
Instance of Symbol 360 MovieClip in Symbol 364 MovieClip Frame 10
onClipEvent (enterFrame) {
if (_root.gravoor.hit.hitTest(this)) {
_root.gravoor.gotoAndStop("die");
}
}
Symbol 372 MovieClip Frame 1
stop();
Instance of Symbol 362 MovieClip in Symbol 372 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.gravoor)) {
_parent.play();
}
}
Instance of Symbol 360 MovieClip in Symbol 372 MovieClip Frame 2
onClipEvent (enterFrame) {
if (_root.gravoor.hit.hitTest(this)) {
_root.gravoor.gotoAndStop("die");
}
}
Symbol 372 MovieClip Frame 10
stop();
Instance of Symbol 360 MovieClip in Symbol 372 MovieClip Frame 10
onClipEvent (enterFrame) {
if (_root.gravoor.hit.hitTest(this)) {
_root.gravoor.gotoAndStop("die");
}
}
Symbol 391 MovieClip Frame 1
mod = 1;
stop();
Symbol 409 MovieClip Frame 1
stop();
Symbol 409 MovieClip Frame 121
stop();
Symbol 426 MovieClip Frame 1
stop();
Symbol 426 MovieClip Frame 171
stop();
Symbol 430 MovieClip Frame 1
stop();
Symbol 770 Button
on (release) {
stopAllSounds();
gotoAndPlay (3);
}