Frame 1
percent = Math.floor((getBytesLoaded() / getBytesTotal()) * 100);
myOutput.text = percent + "%";
function saveGame() {
myLSO = SharedObject.getLocal("12gravoorrobboorFIVE312212121savefile");
if (myLSO.data.myObj == undefined) {
trace("Saved Game");
} else {
trace("Overwrote Saved Game");
}
myObj = {};
myObj.objArray = new Array();
myObj.objArray[0] = floornumber;
myObj.objArray[1] = level1highscore;
myObj.objArray[2] = level2highscore;
myObj.objArray[3] = level3highscore;
myObj.objArray[4] = level4highscore;
myObj.objArray[5] = level5highscore;
myObj.objArray[6] = level6highscore;
myObj.objArray[7] = level7highscore;
myObj.objArray[8] = level8highscore;
myObj.objArray[9] = level9highscore;
myObj.objArray[10] = level10highscore;
myObj.objArray[11] = level11highscore;
myObj.objArray[12] = level12highscore;
myObj.objArray[13] = level13highscore;
myObj.objArray[14] = level14highscore;
myObj.objArray[15] = level15highscore;
myObj.objArray[16] = level16highscore;
myObj.objArray[17] = level17highscore;
myObj.objArray[18] = level18highscore;
myLSO.data.myObj = myObj;
}
function loadGame() {
myLSO = SharedObject.getLocal("12gravoorrobboorFIVE312212121savefile");
if (myLSO.data.myObj == undefined) {
trace("No Saved Game");
} else {
trace("Loaded Game");
floornumber = myLSO.data.myObj.objArray[0];
level1highscore = myLSO.data.myObj.objArray[1];
level2highscore = myLSO.data.myObj.objArray[2];
level3highscore = myLSO.data.myObj.objArray[3];
level4highscore = myLSO.data.myObj.objArray[4];
level5highscore = myLSO.data.myObj.objArray[5];
level6highscore = myLSO.data.myObj.objArray[6];
level7highscore = myLSO.data.myObj.objArray[7];
level8highscore = myLSO.data.myObj.objArray[8];
level9highscore = myLSO.data.myObj.objArray[9];
level10highscore = myLSO.data.myObj.objArray[10];
level11highscore = myLSO.data.myObj.objArray[11];
level12highscore = myLSO.data.myObj.objArray[12];
level13highscore = myLSO.data.myObj.objArray[13];
level14highscore = myLSO.data.myObj.objArray[14];
level15highscore = myLSO.data.myObj.objArray[15];
level16highscore = myLSO.data.myObj.objArray[16];
level17highscore = myLSO.data.myObj.objArray[17];
level18highscore = myLSO.data.myObj.objArray[18];
}
}
cursornumber = 1;
Frame 2
if (percent == 100) {
play();
} else {
gotoAndPlay (1);
}
function itemHandler1(obj, item) {
getURL ("http://www.imperfectsystems.net");
}
function itemHandler2(obj, item) {
getURL ("http://www.imperfectsystems.net");
}
function itemHandler3(obj, item) {
getURL ("http://www.imperfectsystems.net");
}
function itemHandler4(obj, item) {
getURL ("http://www.imperfectsystems.net");
}
var myMenu = new ContextMenu();
myMenu.hideBuiltInItems();
item1 = new ContextMenuItem("This game was made by", itemHandler1);
myMenu.customItems.push(item1);
item2 = new ContextMenuItem("Chris Gray and", itemHandler2);
myMenu.customItems.push(item2);
item3 = new ContextMenuItem("Alexander Cetinski of", itemHandler3);
myMenu.customItems.push(item3);
item4 = new ContextMenuItem("www.imperfectsystems.net", itemHandler4);
myMenu.customItems.push(item4);
_root.menu = myMenu;
Frame 3
floornumber = 0;
level1highscore = 9999;
level2highscore = 9999;
level3highscore = 9999;
level4highscore = 9999;
level5highscore = 9999;
level6highscore = 9999;
level7highscore = 9999;
level8highscore = 9999;
level9highscore = 9999;
level10highscore = 9999;
level11highscore = 9999;
level12highscore = 9999;
level13highscore = 9999;
level14highscore = 9999;
level15highscore = 9999;
level16highscore = 9999;
level17highscore = 9999;
level18highscore = 9999;
Frame 4
loadGame();
Frame 7
saveGame();
Frame 8
gotoAndPlay (14);
Frame 9
gotoAndStop (25);
Frame 10
gotoAndStop (17);
Frame 11
gotoAndStop (25);
Frame 12
stopAllSounds();
gotoAndStop (18);
Frame 13
stopAllSounds();
gotoAndStop (22);
Frame 14
stop();
timerabc = 0;
Instance of Symbol 109 MovieClip in Frame 14
on (keyPress "<Space>") {
_root.nextFrame();
}
Frame 17
stop();
_root.livesammount = 5;
Instance of Symbol 134 MovieClip in Frame 18
on (keyPress "<Space>") {
_root.gotoAndStop(10);
}
Instance of Symbol 156 MovieClip in Frame 18
onClipEvent (enterFrame) {
this.gotoAndStop(_root.floornumber);
}
Instance of Symbol 222 MovieClip in Frame 22
onClipEvent (enterFrame) {
this.gotoAndStop(_root.floornumber);
}
Instance of Symbol 109 MovieClip in Frame 25
on (keyPress "<Space>") {
stopAllSounds();
_root.gotoAndStop(10);
}
Frame 26
_root.livesammount = 5;
Frame 27
gravooralive = 1;
gravoorcolour = 1;
stop();
if (_root.floornumber <= 1) {
_root.floornumber = 1;
}
Instance of Symbol 259 MovieClip in Frame 27
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.player.gotoAndStop(4);
_root.player.gr.gotoAndPlay(1);
}
}
Instance of Symbol 261 MovieClip in Frame 27
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.player.gotoAndStop(3);
_root.player.sh.gotoAndPlay(1);
}
}
Instance of Symbol 263 MovieClip in Frame 27
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
if (_root.gravoorcolour == 4) {
} else {
_root.player.gotoAndStop(2);
}
}
}
Instance of Symbol 264 MovieClip in Frame 27
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
if (_root.gravoorcolour == 2) {
} else {
_root.player.gotoAndStop(2);
}
}
}
Instance of Symbol 266 MovieClip in Frame 27
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
if (_root.gravoorcolour == 2) {
} else {
_root.gravoorcolour = 2;
this.play();
}
}
}
Instance of Symbol 268 MovieClip in Frame 27
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
if (_root.gravoorcolour == 4) {
} else {
_root.gravoorcolour = 4;
this.play();
}
}
}
Instance of Symbol 303 MovieClip in Frame 27
onClipEvent (enterFrame) {
this.gotoAndStop(_root.livesammount);
if (_root.livesammount == 1) {
stopAllSounds();
_root.gotoAndStop(9);
}
}
Frame 28
saveGame();
Instance of Symbol 275 MovieClip in Frame 28
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 28
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 28
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 28
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 28
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 28
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 28
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 28
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 28
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 28
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 28
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 28
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 28
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 28
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 28
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 28
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 28
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 28
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 28
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 28
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 28
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 28
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 28
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 28
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 28
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 28
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 28
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 28
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 28
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 28
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 28
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 28
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 28
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 28
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 28
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 28
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 28
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 28
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 28
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 28
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 28
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 264 MovieClip in Frame 28
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
if (_root.gravoorcolour == 2) {
} else {
_root.player.gotoAndStop(2);
}
}
}
Instance of Symbol 310 MovieClip in Frame 28
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.nextFrame();
}
}
Instance of Symbol 266 MovieClip in Frame 28
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
if (_root.gravoorcolour == 2) {
} else {
_root.gravoorcolour = 2;
this.play();
}
}
}
Instance of Symbol 343 MovieClip "player" in Frame 28
onClipEvent (enterFrame) {
if (_root.gravooralive == 1) {
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._rotation = myDegrees + 90;
}
}
Instance of Symbol 266 MovieClip in Frame 28
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravoorcolour = 2;
}
}
Frame 29
saveGame();
Instance of Symbol 109 MovieClip in Frame 29
on (keyPress "<Space>") {
_root.nextFrame();
}
Instance of Symbol 376 MovieClip in Frame 29
onClipEvent (enterFrame) {
if (_root.timerabc <= _root.level1highscore) {
this.gotoAndStop(2);
_root.level1highscore = _root.timerabc;
}
}
Frame 30
_root.timerabc = 0;
saveGame();
gravooralive = 1;
gravoorcolour = 1;
stop();
if (_root.floornumber <= 2) {
_root.floornumber = 2;
}
Frame 31
saveGame();
Instance of Symbol 275 MovieClip in Frame 31
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 31
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 31
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 31
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 31
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 31
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 31
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 31
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 31
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 31
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 31
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 31
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 31
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 31
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 31
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 31
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 31
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 31
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 31
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 31
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 31
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 31
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 31
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 31
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 31
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 31
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 31
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 31
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 31
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 31
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 31
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 31
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 31
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 31
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 31
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 31
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 31
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 31
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 263 MovieClip in Frame 31
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
if (_root.gravoorcolour == 4) {
} else {
_root.player.gotoAndStop(2);
}
}
}
Instance of Symbol 264 MovieClip in Frame 31
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
if (_root.gravoorcolour == 2) {
} else {
_root.player.gotoAndStop(2);
}
}
}
Instance of Symbol 263 MovieClip in Frame 31
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
if (_root.gravoorcolour == 4) {
} else {
_root.player.gotoAndStop(2);
}
}
}
Instance of Symbol 266 MovieClip in Frame 31
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
if (_root.gravoorcolour == 2) {
} else {
_root.gravoorcolour = 2;
this.play();
}
}
}
Instance of Symbol 268 MovieClip in Frame 31
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
if (_root.gravoorcolour == 4) {
} else {
_root.gravoorcolour = 4;
this.play();
}
}
}
Instance of Symbol 343 MovieClip "player" in Frame 31
onClipEvent (enterFrame) {
if (_root.gravooralive == 1) {
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._rotation = myDegrees + 90;
}
}
Frame 32
saveGame();
Instance of Symbol 109 MovieClip in Frame 32
on (keyPress "<Space>") {
_root.nextFrame();
}
Instance of Symbol 376 MovieClip in Frame 32
onClipEvent (enterFrame) {
if (_root.timerabc <= _root.level2highscore) {
this.gotoAndStop(2);
_root.level2highscore = _root.timerabc;
}
}
Frame 33
_root.timerabc = 0;
saveGame();
gravooralive = 1;
gravoorcolour = 1;
stop();
if (_root.floornumber <= 3) {
_root.floornumber = 3;
}
Frame 34
saveGame();
Instance of Symbol 275 MovieClip in Frame 34
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 34
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 34
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 34
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 34
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 34
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 34
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 34
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 34
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 34
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 34
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 34
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 34
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 34
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 34
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 34
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 34
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 34
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 34
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 34
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 34
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 34
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 34
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 34
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 34
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 34
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 34
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 34
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 34
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 34
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 34
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 34
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 34
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 34
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 34
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 34
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 34
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 34
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 34
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 34
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 34
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 34
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 34
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 34
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 34
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 34
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 34
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 34
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 34
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 34
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 263 MovieClip in Frame 34
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
if (_root.gravoorcolour == 4) {
} else {
_root.player.gotoAndStop(2);
}
}
}
Instance of Symbol 264 MovieClip in Frame 34
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
if (_root.gravoorcolour == 2) {
} else {
_root.player.gotoAndStop(2);
}
}
}
Instance of Symbol 266 MovieClip in Frame 34
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
if (_root.gravoorcolour == 2) {
} else {
_root.gravoorcolour = 2;
this.play();
}
}
}
Instance of Symbol 343 MovieClip "player" in Frame 34
onClipEvent (enterFrame) {
if (_root.gravooralive == 1) {
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._rotation = myDegrees + 90;
}
}
Frame 35
saveGame();
Instance of Symbol 109 MovieClip in Frame 35
on (keyPress "<Space>") {
_root.nextFrame();
}
Instance of Symbol 376 MovieClip in Frame 35
onClipEvent (enterFrame) {
if (_root.timerabc <= _root.level3highscore) {
this.gotoAndStop(2);
_root.level3highscore = _root.timerabc;
}
}
Frame 36
_root.timerabc = 0;
saveGame();
gravooralive = 1;
gravoorcolour = 1;
stop();
if (_root.floornumber <= 4) {
_root.floornumber = 4;
}
Frame 37
saveGame();
Instance of Symbol 275 MovieClip in Frame 37
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 37
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 37
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 37
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 37
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 37
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 37
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 37
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 37
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 37
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 37
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 37
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 37
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 37
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 37
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 37
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 37
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 37
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 37
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 37
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 37
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 37
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 37
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 37
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 37
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 37
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 37
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 37
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 37
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 37
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 37
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 37
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 37
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 37
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 37
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 37
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 37
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 37
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 37
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 37
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 37
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 37
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 37
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 264 MovieClip in Frame 37
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
if (_root.gravoorcolour == 2) {
} else {
_root.player.gotoAndStop(2);
}
}
}
Instance of Symbol 275 MovieClip in Frame 37
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 37
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 37
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 37
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 37
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 37
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 37
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 37
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 37
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 37
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 37
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 37
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 37
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 266 MovieClip in Frame 37
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
if (_root.gravoorcolour == 2) {
} else {
_root.gravoorcolour = 2;
this.play();
}
}
}
Instance of Symbol 259 MovieClip in Frame 37
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.player.gotoAndStop(4);
}
}
Instance of Symbol 261 MovieClip in Frame 37
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.player.gotoAndStop(3);
_root.player.sh.gotoAndPlay(1);
}
}
Instance of Symbol 343 MovieClip "player" in Frame 37
onClipEvent (enterFrame) {
if (_root.gravooralive == 1) {
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._rotation = myDegrees + 90;
}
}
Instance of Symbol 261 MovieClip in Frame 37
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.player.gotoAndStop(3);
}
}
Frame 38
saveGame();
Instance of Symbol 109 MovieClip in Frame 38
on (keyPress "<Space>") {
_root.nextFrame();
}
Instance of Symbol 376 MovieClip in Frame 38
onClipEvent (enterFrame) {
if (_root.timerabc <= _root.level4highscore) {
this.gotoAndStop(2);
_root.level4highscore = _root.timerabc;
}
}
Frame 39
_root.timerabc = 0;
saveGame();
gravooralive = 1;
gravoorcolour = 1;
stop();
if (_root.floornumber <= 5) {
_root.floornumber = 5;
}
Frame 40
saveGame();
Instance of Symbol 275 MovieClip in Frame 40
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 40
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 40
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 40
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 40
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 40
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 40
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 40
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 40
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 40
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 40
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 40
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 40
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 40
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 40
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 40
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 40
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 40
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 40
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 40
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 40
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 40
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 40
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 40
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 40
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 40
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 40
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 40
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 40
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 40
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 40
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 40
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 40
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 40
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 40
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 40
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 40
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 40
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 40
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 40
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 40
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 259 MovieClip in Frame 40
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.player.gotoAndStop(4);
_root.player.gr.gotoAndPlay(1);
}
}
Instance of Symbol 277 MovieClip in Frame 40
/* no clip actions */
Instance of Symbol 277 MovieClip in Frame 40
/* no clip actions */
Instance of Symbol 343 MovieClip "player" in Frame 40
onClipEvent (enterFrame) {
if (_root.gravooralive == 1) {
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._rotation = myDegrees + 90;
}
}
Instance of Symbol 259 MovieClip in Frame 40
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.player.gotoAndStop(4);
}
}
Frame 41
saveGame();
Instance of Symbol 109 MovieClip in Frame 41
on (keyPress "<Space>") {
_root.nextFrame();
}
Instance of Symbol 376 MovieClip in Frame 41
onClipEvent (enterFrame) {
if (_root.timerabc <= _root.level5highscore) {
this.gotoAndStop(2);
_root.level5highscore = _root.timerabc;
}
}
Frame 42
_root.timerabc = 0;
saveGame();
gravooralive = 1;
gravoorcolour = 1;
stop();
if (_root.floornumber <= 6) {
_root.floornumber = 6;
}
Frame 43
saveGame();
Instance of Symbol 275 MovieClip in Frame 43
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 43
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 43
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 43
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 43
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 266 MovieClip in Frame 43
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
if (_root.gravoorcolour == 2) {
} else {
_root.gravoorcolour = 2;
this.play();
}
}
}
Instance of Symbol 275 MovieClip in Frame 43
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 43
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 43
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 43
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 43
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 43
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 43
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 43
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 43
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 43
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 43
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 43
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 43
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 43
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 43
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 43
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 43
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 43
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 43
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 43
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 43
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 43
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 43
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 43
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 43
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 43
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 43
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 43
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 43
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 43
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 43
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 43
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 43
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 43
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 43
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 43
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 43
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 43
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 43
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 43
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 43
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 43
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 43
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 43
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 43
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 43
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 43
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 43
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 43
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 43
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 43
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 43
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 43
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 43
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 43
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 43
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 43
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 43
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 43
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 43
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 264 MovieClip in Frame 43
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
if (_root.gravoorcolour == 2) {
} else {
_root.player.gotoAndStop(2);
}
}
}
Instance of Symbol 263 MovieClip in Frame 43
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
if (_root.gravoorcolour == 4) {
} else {
_root.player.gotoAndStop(2);
}
}
}
Instance of Symbol 268 MovieClip in Frame 43
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
if (_root.gravoorcolour == 4) {
} else {
_root.gravoorcolour = 4;
this.play();
}
}
}
Instance of Symbol 264 MovieClip in Frame 43
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
if (_root.gravoorcolour == 2) {
} else {
_root.player.gotoAndStop(2);
}
}
}
Instance of Symbol 264 MovieClip in Frame 43
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
if (_root.gravoorcolour == 2) {
} else {
_root.player.gotoAndStop(2);
}
}
}
Instance of Symbol 261 MovieClip in Frame 43
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.player.gotoAndStop(3);
_root.player.sh.gotoAndPlay(1);
}
}
Instance of Symbol 261 MovieClip in Frame 43
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.player.gotoAndStop(3);
_root.player.sh.gotoAndPlay(1);
}
}
Instance of Symbol 343 MovieClip "player" in Frame 43
onClipEvent (enterFrame) {
if (_root.gravooralive == 1) {
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._rotation = myDegrees + 90;
}
}
Frame 44
saveGame();
Instance of Symbol 109 MovieClip in Frame 44
on (keyPress "<Space>") {
_root.nextFrame();
}
Instance of Symbol 376 MovieClip in Frame 44
onClipEvent (enterFrame) {
if (_root.timerabc <= _root.level6highscore) {
this.gotoAndStop(2);
_root.level6highscore = _root.timerabc;
}
}
Frame 45
_root.timerabc = 0;
saveGame();
gravooralive = 1;
gravoorcolour = 1;
stop();
if (_root.floornumber <= 7) {
_root.floornumber = 7;
}
Frame 46
saveGame();
Instance of Symbol 275 MovieClip in Frame 46
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 46
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 46
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 46
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 46
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 46
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 46
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 46
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 46
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 46
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 46
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 46
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 46
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 46
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 46
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 46
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 46
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 46
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 46
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 46
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 46
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 46
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 46
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 46
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 46
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 46
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 46
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 46
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 46
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 46
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 46
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 46
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 46
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 46
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 46
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 46
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 46
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 46
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 46
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 46
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 46
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 46
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 46
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 46
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 46
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 46
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 46
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 46
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 46
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 46
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 46
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 46
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 263 MovieClip in Frame 46
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
if (_root.gravoorcolour == 4) {
} else {
_root.player.gotoAndStop(2);
}
}
}
Instance of Symbol 264 MovieClip in Frame 46
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
if (_root.gravoorcolour == 2) {
} else {
_root.player.gotoAndStop(2);
}
}
}
Instance of Symbol 268 MovieClip in Frame 46
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
if (_root.gravoorcolour == 4) {
} else {
_root.gravoorcolour = 4;
this.play();
}
}
}
Instance of Symbol 275 MovieClip in Frame 46
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 46
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 266 MovieClip in Frame 46
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
if (_root.gravoorcolour == 2) {
} else {
_root.gravoorcolour = 2;
this.play();
}
}
}
Instance of Symbol 259 MovieClip in Frame 46
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.player.gotoAndStop(4);
_root.player.gr.gotoAndPlay(1);
}
}
Instance of Symbol 277 MovieClip in Frame 46
/* no clip actions */
Instance of Symbol 277 MovieClip in Frame 46
/* no clip actions */
Instance of Symbol 343 MovieClip "player" in Frame 46
onClipEvent (enterFrame) {
if (_root.gravooralive == 1) {
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._rotation = myDegrees + 90;
}
}
Frame 47
saveGame();
Instance of Symbol 109 MovieClip in Frame 47
on (keyPress "<Space>") {
_root.nextFrame();
}
Instance of Symbol 376 MovieClip in Frame 47
onClipEvent (enterFrame) {
if (_root.timerabc <= _root.level7highscore) {
this.gotoAndStop(2);
_root.level7highscore = _root.timerabc;
}
}
Frame 48
_root.timerabc = 0;
saveGame();
gravooralive = 1;
gravoorcolour = 1;
stop();
if (_root.floornumber <= 8) {
_root.floornumber = 8;
}
Frame 49
saveGame();
Instance of Symbol 275 MovieClip in Frame 49
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 49
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 49
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 49
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 49
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 49
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 49
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 49
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 49
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 49
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 49
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 49
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 49
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 49
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 49
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 49
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 49
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 49
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 49
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 49
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 49
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 49
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 49
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 49
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 49
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 49
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 49
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 49
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 49
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 49
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 49
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 49
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 49
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 49
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 49
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 49
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 49
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 263 MovieClip in Frame 49
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
if (_root.gravoorcolour == 4) {
} else {
_root.player.gotoAndStop(2);
}
}
}
Instance of Symbol 264 MovieClip in Frame 49
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
if (_root.gravoorcolour == 2) {
} else {
_root.player.gotoAndStop(2);
}
}
}
Instance of Symbol 268 MovieClip in Frame 49
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
if (_root.gravoorcolour == 4) {
} else {
_root.gravoorcolour = 4;
this.play();
}
}
}
Instance of Symbol 275 MovieClip in Frame 49
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 49
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 49
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 49
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 49
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 49
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 49
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 49
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 49
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 49
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 49
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 49
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 266 MovieClip in Frame 49
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
if (_root.gravoorcolour == 2) {
} else {
_root.gravoorcolour = 2;
this.play();
}
}
}
Instance of Symbol 259 MovieClip in Frame 49
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.player.gotoAndStop(4);
_root.player.gr.gotoAndPlay(1);
}
}
Instance of Symbol 277 MovieClip in Frame 49
/* no clip actions */
Instance of Symbol 277 MovieClip in Frame 49
/* no clip actions */
Instance of Symbol 261 MovieClip in Frame 49
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.player.gotoAndStop(3);
_root.player.sh.gotoAndPlay(1);
}
}
Instance of Symbol 343 MovieClip "player" in Frame 49
onClipEvent (enterFrame) {
if (_root.gravooralive == 1) {
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._rotation = myDegrees + 90;
}
}
Frame 50
saveGame();
Instance of Symbol 109 MovieClip in Frame 50
on (keyPress "<Space>") {
_root.nextFrame();
}
Instance of Symbol 376 MovieClip in Frame 50
onClipEvent (enterFrame) {
if (_root.timerabc <= _root.level8highscore) {
this.gotoAndStop(2);
_root.level8highscore = _root.timerabc;
}
}
Frame 51
_root.timerabc = 0;
saveGame();
gravooralive = 1;
gravoorcolour = 1;
stop();
if (_root.floornumber <= 9) {
_root.floornumber = 9;
}
Frame 52
saveGame();
Instance of Symbol 275 MovieClip in Frame 52
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 52
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 52
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 52
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 52
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 52
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 52
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 52
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 52
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 52
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 52
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 52
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 52
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 52
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 52
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 52
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 52
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 52
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 52
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 52
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 52
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 52
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 52
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 52
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 52
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 52
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 52
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 52
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 52
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 52
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 52
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 52
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 52
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 52
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 52
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 52
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 52
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 52
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 52
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 52
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 263 MovieClip in Frame 52
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
if (_root.gravoorcolour == 4) {
} else {
_root.player.gotoAndStop(2);
}
}
}
Instance of Symbol 268 MovieClip in Frame 52
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
if (_root.gravoorcolour == 4) {
} else {
_root.gravoorcolour = 4;
this.play();
}
}
}
Instance of Symbol 275 MovieClip in Frame 52
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 266 MovieClip in Frame 52
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
if (_root.gravoorcolour == 2) {
} else {
_root.gravoorcolour = 2;
this.play();
}
}
}
Instance of Symbol 259 MovieClip in Frame 52
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.player.gotoAndStop(4);
}
}
Instance of Symbol 277 MovieClip in Frame 52
/* no clip actions */
Instance of Symbol 277 MovieClip in Frame 52
/* no clip actions */
Instance of Symbol 275 MovieClip in Frame 52
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 52
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 52
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 52
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 52
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 52
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 52
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 52
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 52
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 52
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 52
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 52
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 52
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 52
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 52
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 52
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 52
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 52
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 343 MovieClip "player" in Frame 52
onClipEvent (enterFrame) {
if (_root.gravooralive == 1) {
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._rotation = myDegrees + 90;
}
}
Frame 53
saveGame();
Instance of Symbol 109 MovieClip in Frame 53
on (keyPress "<Space>") {
_root.nextFrame();
}
Instance of Symbol 376 MovieClip in Frame 53
onClipEvent (enterFrame) {
if (_root.timerabc <= _root.level9highscore) {
this.gotoAndStop(2);
_root.level9highscore = _root.timerabc;
}
}
Frame 54
_root.timerabc = 0;
saveGame();
gravooralive = 1;
gravoorcolour = 1;
stop();
if (_root.floornumber <= 10) {
_root.floornumber = 10;
}
Frame 55
saveGame();
Instance of Symbol 275 MovieClip in Frame 55
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 55
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 55
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 55
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 55
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 55
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 55
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 55
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 55
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 55
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 55
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 55
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 55
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 55
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 55
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 55
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 55
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 55
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 55
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 55
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 55
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 55
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 55
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 55
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 55
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 55
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 55
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 55
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 55
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 55
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 55
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 55
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 55
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 55
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 55
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 55
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 55
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 55
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 55
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 55
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 55
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 55
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 55
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 55
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 55
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 55
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 55
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 55
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 55
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 55
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 263 MovieClip in Frame 55
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
if (_root.gravoorcolour == 4) {
} else {
_root.player.gotoAndStop(2);
}
}
}
Instance of Symbol 264 MovieClip in Frame 55
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
if (_root.gravoorcolour == 2) {
} else {
_root.player.gotoAndStop(2);
}
}
}
Instance of Symbol 268 MovieClip in Frame 55
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
if (_root.gravoorcolour == 4) {
} else {
_root.gravoorcolour = 4;
this.play();
}
}
}
Instance of Symbol 275 MovieClip in Frame 55
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 55
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 55
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 55
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 55
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 55
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 55
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 55
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 263 MovieClip in Frame 55
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
if (_root.gravoorcolour == 4) {
} else {
_root.player.gotoAndStop(2);
}
}
}
Instance of Symbol 266 MovieClip in Frame 55
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
if (_root.gravoorcolour == 2) {
} else {
_root.gravoorcolour = 2;
this.play();
}
}
}
Instance of Symbol 277 MovieClip in Frame 55
/* no clip actions */
Instance of Symbol 261 MovieClip in Frame 55
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.player.gotoAndStop(3);
_root.player.sh.gotoAndPlay(1);
}
}
Instance of Symbol 343 MovieClip "player" in Frame 55
onClipEvent (enterFrame) {
if (_root.gravooralive == 1) {
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._rotation = myDegrees + 90;
}
}
Frame 56
saveGame();
Instance of Symbol 109 MovieClip in Frame 56
on (keyPress "<Space>") {
_root.nextFrame();
}
Instance of Symbol 376 MovieClip in Frame 56
onClipEvent (enterFrame) {
if (_root.timerabc <= _root.level10highscore) {
this.gotoAndStop(2);
_root.level10highscore = _root.timerabc;
}
}
Frame 57
_root.timerabc = 0;
saveGame();
gravooralive = 1;
gravoorcolour = 1;
stop();
if (_root.floornumber <= 11) {
_root.floornumber = 11;
}
Frame 58
saveGame();
Instance of Symbol 275 MovieClip in Frame 58
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 58
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 58
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 58
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 58
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 58
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 58
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 58
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 58
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 58
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 58
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 58
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 58
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 58
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 58
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 58
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 58
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 58
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 58
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 58
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 58
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 58
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 58
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 58
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 58
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 58
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 58
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 58
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 58
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 58
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 58
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 58
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 58
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 58
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 58
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 58
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 58
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 58
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 58
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 264 MovieClip in Frame 58
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
if (_root.gravoorcolour == 2) {
} else {
_root.player.gotoAndStop(2);
}
}
}
Instance of Symbol 275 MovieClip in Frame 58
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 58
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 58
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 58
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 58
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 58
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 58
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 58
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 58
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 58
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 58
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 310 MovieClip in Frame 58
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.nextFrame();
}
}
Instance of Symbol 266 MovieClip in Frame 58
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
if (_root.gravoorcolour == 2) {
} else {
_root.gravoorcolour = 2;
this.play();
}
}
}
Instance of Symbol 343 MovieClip "player" in Frame 58
onClipEvent (enterFrame) {
if (_root.gravooralive == 1) {
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._rotation = myDegrees + 90;
}
}
Instance of Symbol 261 MovieClip in Frame 58
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.player.gotoAndStop(3);
_root.player.sh.gotoAndPlay(1);
}
}
Frame 59
saveGame();
Instance of Symbol 109 MovieClip in Frame 59
on (keyPress "<Space>") {
_root.nextFrame();
}
Instance of Symbol 376 MovieClip in Frame 59
onClipEvent (enterFrame) {
if (_root.timerabc <= _root.level11highscore) {
this.gotoAndStop(2);
_root.level11highscore = _root.timerabc;
}
}
Frame 60
_root.timerabc = 0;
saveGame();
gravooralive = 1;
gravoorcolour = 1;
stop();
if (_root.floornumber <= 12) {
_root.floornumber = 12;
}
Frame 61
saveGame();
Instance of Symbol 275 MovieClip in Frame 61
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 61
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 61
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 61
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 61
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 61
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 61
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 61
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 61
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 61
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 61
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 61
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 61
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 61
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 61
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 61
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 61
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 61
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 61
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 61
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 61
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 61
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 61
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 61
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 61
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 61
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 61
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 61
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 61
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 61
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 61
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 61
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 263 MovieClip in Frame 61
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
if (_root.gravoorcolour == 4) {
} else {
_root.player.gotoAndStop(2);
}
}
}
Instance of Symbol 264 MovieClip in Frame 61
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
if (_root.gravoorcolour == 2) {
} else {
_root.player.gotoAndStop(2);
}
}
}
Instance of Symbol 263 MovieClip in Frame 61
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
if (_root.gravoorcolour == 4) {
} else {
_root.player.gotoAndStop(2);
}
}
}
Instance of Symbol 275 MovieClip in Frame 61
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 61
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 61
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 61
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 61
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 61
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 61
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 61
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 61
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 61
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 61
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 61
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 61
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 61
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 61
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 61
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 61
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 61
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 61
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 61
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 61
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 61
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 61
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 61
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 61
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 61
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 266 MovieClip in Frame 61
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
if (_root.gravoorcolour == 2) {
} else {
_root.gravoorcolour = 2;
this.play();
}
}
}
Instance of Symbol 268 MovieClip in Frame 61
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
if (_root.gravoorcolour == 4) {
} else {
_root.gravoorcolour = 4;
this.play();
}
}
}
Instance of Symbol 343 MovieClip "player" in Frame 61
onClipEvent (enterFrame) {
if (_root.gravooralive == 1) {
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._rotation = myDegrees + 90;
}
}
Instance of Symbol 261 MovieClip in Frame 61
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.player.gotoAndStop(3);
_root.player.sh.gotoAndPlay(1);
}
}
Frame 62
saveGame();
Instance of Symbol 109 MovieClip in Frame 62
on (keyPress "<Space>") {
_root.nextFrame();
}
Instance of Symbol 376 MovieClip in Frame 62
onClipEvent (enterFrame) {
if (_root.timerabc <= _root.level12highscore) {
this.gotoAndStop(2);
_root.level12highscore = _root.timerabc;
}
}
Frame 63
_root.timerabc = 0;
saveGame();
gravooralive = 1;
gravoorcolour = 1;
stop();
if (_root.floornumber <= 13) {
_root.floornumber = 13;
}
Frame 64
saveGame();
Instance of Symbol 275 MovieClip in Frame 64
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 64
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 64
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 64
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 64
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 64
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 64
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 64
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 64
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 64
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 64
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 64
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 64
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 64
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 64
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 64
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 64
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 64
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 64
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 64
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 64
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 64
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 64
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 64
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 64
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 64
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 64
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 64
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 64
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 64
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 64
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 64
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 64
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 64
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 64
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 64
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 64
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 64
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 64
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 64
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 64
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 64
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 64
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 64
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 264 MovieClip in Frame 64
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
if (_root.gravoorcolour == 2) {
} else {
_root.player.gotoAndStop(2);
}
}
}
Instance of Symbol 275 MovieClip in Frame 64
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 64
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 64
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 64
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 266 MovieClip in Frame 64
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
if (_root.gravoorcolour == 2) {
} else {
_root.gravoorcolour = 2;
this.play();
}
}
}
Instance of Symbol 343 MovieClip "player" in Frame 64
onClipEvent (enterFrame) {
if (_root.gravooralive == 1) {
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._rotation = myDegrees + 90;
}
}
Instance of Symbol 277 MovieClip in Frame 64
/* no clip actions */
Instance of Symbol 277 MovieClip in Frame 64
/* no clip actions */
Instance of Symbol 259 MovieClip in Frame 64
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.player.gotoAndStop(4);
_root.player.gr.gotoAndPlay(1);
}
}
Frame 65
saveGame();
Instance of Symbol 109 MovieClip in Frame 65
on (keyPress "<Space>") {
_root.nextFrame();
}
Instance of Symbol 376 MovieClip in Frame 65
onClipEvent (enterFrame) {
if (_root.timerabc <= _root.level13highscore) {
this.gotoAndStop(2);
_root.level13highscore = _root.timerabc;
}
}
Frame 66
_root.timerabc = 0;
saveGame();
gravooralive = 1;
gravoorcolour = 1;
stop();
if (_root.floornumber <= 14) {
_root.floornumber = 14;
}
Frame 67
saveGame();
Instance of Symbol 275 MovieClip in Frame 67
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 67
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 67
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 67
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 67
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 67
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 67
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 67
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 67
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 67
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 67
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 67
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 67
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 67
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 67
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 67
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 67
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 67
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 67
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 67
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 67
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 67
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 67
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 67
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 67
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 67
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 67
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 67
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 67
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 67
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 67
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 67
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 67
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 67
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 67
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 67
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 67
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 67
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 67
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 67
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 67
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 67
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 67
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 264 MovieClip in Frame 67
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
if (_root.gravoorcolour == 2) {
} else {
_root.player.gotoAndStop(2);
}
}
}
Instance of Symbol 275 MovieClip in Frame 67
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 67
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 67
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 67
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 67
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 67
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 67
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 67
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 67
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 67
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 67
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 264 MovieClip in Frame 67
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
if (_root.gravoorcolour == 2) {
} else {
_root.player.gotoAndStop(2);
}
}
}
Instance of Symbol 275 MovieClip in Frame 67
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 67
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 67
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 67
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 67
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 266 MovieClip in Frame 67
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
if (_root.gravoorcolour == 2) {
} else {
_root.gravoorcolour = 2;
this.play();
}
}
}
Instance of Symbol 259 MovieClip in Frame 67
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.player.gotoAndStop(4);
_root.player.gr.gotoAndPlay(1);
}
}
Instance of Symbol 261 MovieClip in Frame 67
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.player.gotoAndStop(3);
_root.player.sh.gotoAndPlay(1);
}
}
Instance of Symbol 343 MovieClip "player" in Frame 67
onClipEvent (enterFrame) {
if (_root.gravooralive == 1) {
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._rotation = myDegrees + 90;
}
}
Instance of Symbol 277 MovieClip in Frame 67
/* no clip actions */
Instance of Symbol 277 MovieClip in Frame 67
/* no clip actions */
Instance of Symbol 277 MovieClip in Frame 67
/* no clip actions */
Instance of Symbol 277 MovieClip in Frame 67
/* no clip actions */
Instance of Symbol 277 MovieClip in Frame 67
/* no clip actions */
Instance of Symbol 277 MovieClip in Frame 67
/* no clip actions */
Instance of Symbol 277 MovieClip in Frame 67
/* no clip actions */
Instance of Symbol 277 MovieClip in Frame 67
/* no clip actions */
Frame 68
saveGame();
Instance of Symbol 109 MovieClip in Frame 68
on (keyPress "<Space>") {
_root.nextFrame();
}
Instance of Symbol 376 MovieClip in Frame 68
onClipEvent (enterFrame) {
if (_root.timerabc <= _root.level14highscore) {
this.gotoAndStop(2);
_root.level14highscore = _root.timerabc;
}
}
Frame 69
_root.timerabc = 0;
saveGame();
gravooralive = 1;
gravoorcolour = 1;
stop();
if (_root.floornumber <= 15) {
_root.floornumber = 15;
}
Frame 70
saveGame();
Instance of Symbol 259 MovieClip in Frame 70
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.player.gotoAndStop(4);
_root.player.gr.gotoAndPlay(1);
}
}
Instance of Symbol 277 MovieClip in Frame 70
/* no clip actions */
Instance of Symbol 277 MovieClip in Frame 70
/* no clip actions */
Instance of Symbol 343 MovieClip "player" in Frame 70
onClipEvent (enterFrame) {
if (_root.gravooralive == 1) {
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._rotation = myDegrees + 90;
}
}
Instance of Symbol 275 MovieClip in Frame 70
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 70
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 70
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 70
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 70
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 70
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 70
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 70
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 70
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 70
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 70
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 70
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 70
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 70
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 70
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 70
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 70
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 70
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 70
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 70
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 70
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 70
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 70
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 70
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 70
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 70
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 70
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 70
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 70
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 70
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 70
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 70
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 70
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 70
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 70
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 70
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 70
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 70
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 70
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 70
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 277 MovieClip in Frame 70
/* no clip actions */
Instance of Symbol 264 MovieClip in Frame 70
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
if (_root.gravoorcolour == 2) {
} else {
_root.player.gotoAndStop(2);
}
}
}
Instance of Symbol 266 MovieClip in Frame 70
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
if (_root.gravoorcolour == 2) {
} else {
_root.gravoorcolour = 2;
this.play();
}
}
}
Instance of Symbol 268 MovieClip in Frame 70
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
if (_root.gravoorcolour == 4) {
} else {
_root.gravoorcolour = 4;
this.play();
}
}
}
Frame 71
saveGame();
Instance of Symbol 109 MovieClip in Frame 71
on (keyPress "<Space>") {
_root.nextFrame();
}
Instance of Symbol 376 MovieClip in Frame 71
onClipEvent (enterFrame) {
if (_root.timerabc <= _root.level15highscore) {
this.gotoAndStop(2);
_root.level15highscore = _root.timerabc;
}
}
Frame 72
_root.timerabc = 0;
saveGame();
gravooralive = 1;
gravoorcolour = 1;
stop();
if (_root.floornumber <= 16) {
_root.floornumber = 16;
}
Frame 73
saveGame();
Instance of Symbol 275 MovieClip in Frame 73
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 73
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 73
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 73
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 73
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 266 MovieClip in Frame 73
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
if (_root.gravoorcolour == 2) {
} else {
_root.gravoorcolour = 2;
this.play();
}
}
}
Instance of Symbol 275 MovieClip in Frame 73
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 73
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 73
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 73
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 73
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 73
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 73
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 73
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 73
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 73
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 73
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 73
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 73
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 73
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 73
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 73
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 73
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 73
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 73
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 73
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 73
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 73
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 73
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 73
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 73
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 73
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 73
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 73
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 73
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 73
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 73
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 73
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 73
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 73
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 73
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 73
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 73
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 73
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 73
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 73
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 73
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 73
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 73
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 73
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 73
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 264 MovieClip in Frame 73
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
if (_root.gravoorcolour == 2) {
} else {
_root.player.gotoAndStop(2);
}
}
}
Instance of Symbol 261 MovieClip in Frame 73
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.player.gotoAndStop(3);
_root.player.sh.gotoAndPlay(1);
}
}
Instance of Symbol 261 MovieClip in Frame 73
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.player.gotoAndStop(3);
_root.player.sh.gotoAndPlay(1);
}
}
Instance of Symbol 343 MovieClip "player" in Frame 73
onClipEvent (enterFrame) {
if (_root.gravooralive == 1) {
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._rotation = myDegrees + 90;
}
}
Instance of Symbol 275 MovieClip in Frame 73
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 73
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 277 MovieClip in Frame 73
/* no clip actions */
Instance of Symbol 277 MovieClip in Frame 73
/* no clip actions */
Instance of Symbol 277 MovieClip in Frame 73
/* no clip actions */
Instance of Symbol 277 MovieClip in Frame 73
/* no clip actions */
Frame 74
saveGame();
Instance of Symbol 109 MovieClip in Frame 74
on (keyPress "<Space>") {
_root.nextFrame();
}
Instance of Symbol 376 MovieClip in Frame 74
onClipEvent (enterFrame) {
if (_root.timerabc <= _root.level16highscore) {
this.gotoAndStop(2);
_root.level16highscore = _root.timerabc;
}
}
Frame 75
_root.timerabc = 0;
saveGame();
gravooralive = 1;
gravoorcolour = 1;
stop();
if (_root.floornumber <= 17) {
_root.floornumber = 17;
}
Frame 76
saveGame();
Instance of Symbol 275 MovieClip in Frame 76
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 76
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 76
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 76
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 76
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 76
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 76
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 76
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 76
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 76
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 76
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 76
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 76
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 76
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 76
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 76
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 76
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 76
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 76
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 76
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 76
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 76
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 76
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 76
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 76
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 76
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 76
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 76
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 76
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 76
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 76
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 76
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 76
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 76
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 76
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 76
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 76
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 76
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 76
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 76
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 76
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 76
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 76
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 76
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 76
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 76
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 76
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 76
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 76
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 76
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 76
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 76
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 263 MovieClip in Frame 76
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
if (_root.gravoorcolour == 4) {
} else {
_root.player.gotoAndStop(2);
}
}
}
Instance of Symbol 264 MovieClip in Frame 76
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
if (_root.gravoorcolour == 2) {
} else {
_root.player.gotoAndStop(2);
}
}
}
Instance of Symbol 268 MovieClip in Frame 76
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
if (_root.gravoorcolour == 4) {
} else {
_root.gravoorcolour = 4;
this.play();
}
}
}
Instance of Symbol 275 MovieClip in Frame 76
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 266 MovieClip in Frame 76
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
if (_root.gravoorcolour == 2) {
} else {
_root.gravoorcolour = 2;
this.play();
}
}
}
Instance of Symbol 259 MovieClip in Frame 76
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.player.gotoAndStop(4);
}
}
Instance of Symbol 343 MovieClip "player" in Frame 76
onClipEvent (enterFrame) {
if (_root.gravooralive == 1) {
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._rotation = myDegrees + 90;
}
}
Instance of Symbol 277 MovieClip in Frame 76
/* no clip actions */
Instance of Symbol 277 MovieClip in Frame 76
/* no clip actions */
Instance of Symbol 277 MovieClip in Frame 76
/* no clip actions */
Instance of Symbol 261 MovieClip in Frame 76
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.player.gotoAndStop(3);
_root.player.sh.gotoAndPlay(1);
}
}
Frame 77
saveGame();
Instance of Symbol 109 MovieClip in Frame 77
on (keyPress "<Space>") {
_root.nextFrame();
}
Instance of Symbol 376 MovieClip in Frame 77
onClipEvent (enterFrame) {
if (_root.timerabc <= _root.level17highscore) {
this.gotoAndStop(2);
_root.level17highscore = _root.timerabc;
}
}
Frame 78
_root.timerabc = 0;
saveGame();
gravooralive = 1;
gravoorcolour = 1;
stop();
if (_root.floornumber <= 18) {
_root.floornumber = 18;
}
Frame 79
saveGame();
Instance of Symbol 275 MovieClip in Frame 79
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 79
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 79
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 79
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 79
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 79
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 79
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 79
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 79
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 79
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 79
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 79
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 263 MovieClip in Frame 79
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
if (_root.gravoorcolour == 4) {
} else {
_root.player.gotoAndStop(2);
}
}
}
Instance of Symbol 268 MovieClip in Frame 79
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
if (_root.gravoorcolour == 4) {
} else {
_root.gravoorcolour = 4;
this.play();
}
}
}
Instance of Symbol 275 MovieClip in Frame 79
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 79
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 79
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 79
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 79
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 79
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 79
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 79
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 79
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 79
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 79
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 79
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 79
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 79
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 79
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 79
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 79
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 79
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 79
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 79
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 79
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 79
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 79
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 79
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 79
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 79
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 79
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 79
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 79
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 79
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 79
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 79
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 79
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 79
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 79
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 79
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 79
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 79
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 79
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 79
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 79
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 79
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 264 MovieClip in Frame 79
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
if (_root.gravoorcolour == 2) {
} else {
_root.player.gotoAndStop(2);
}
}
}
Instance of Symbol 264 MovieClip in Frame 79
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
if (_root.gravoorcolour == 2) {
} else {
_root.player.gotoAndStop(2);
}
}
}
Instance of Symbol 266 MovieClip in Frame 79
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
if (_root.gravoorcolour == 2) {
} else {
_root.gravoorcolour = 2;
this.play();
}
}
}
Instance of Symbol 259 MovieClip in Frame 79
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.player.gotoAndStop(4);
}
}
Instance of Symbol 277 MovieClip in Frame 79
/* no clip actions */
Instance of Symbol 277 MovieClip in Frame 79
/* no clip actions */
Instance of Symbol 261 MovieClip in Frame 79
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.player.gotoAndStop(3);
_root.player.sh.gotoAndPlay(1);
}
}
Instance of Symbol 343 MovieClip "player" in Frame 79
onClipEvent (enterFrame) {
if (_root.gravooralive == 1) {
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._rotation = myDegrees + 90;
}
}
Instance of Symbol 277 MovieClip in Frame 79
/* no clip actions */
Instance of Symbol 277 MovieClip in Frame 79
/* no clip actions */
Instance of Symbol 277 MovieClip in Frame 79
/* no clip actions */
Instance of Symbol 277 MovieClip in Frame 79
/* no clip actions */
Frame 80
saveGame();
Instance of Symbol 109 MovieClip in Frame 80
on (keyPress "<Space>") {
stopAllSounds();
_root.nextFrame();
}
Instance of Symbol 376 MovieClip in Frame 80
onClipEvent (enterFrame) {
if (_root.timerabc <= _root.level18highscore) {
this.gotoAndStop(2);
_root.level18highscore = _root.timerabc;
}
}
Frame 81
_root.timerabc = 0;
saveGame();
Frame 82
_root.livesammount = 5;
Frame 83
gravooralive = 1;
gravoorcolour = 1;
stop();
if (_root.floornumber <= 1) {
_root.floornumber = 1;
}
Instance of Symbol 259 MovieClip in Frame 83
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.player.gotoAndStop(4);
_root.player.gr.gotoAndPlay(1);
}
}
Instance of Symbol 261 MovieClip in Frame 83
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.player.gotoAndStop(3);
_root.player.sh.gotoAndPlay(1);
}
}
Instance of Symbol 263 MovieClip in Frame 83
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
if (_root.gravoorcolour == 4) {
} else {
_root.player.gotoAndStop(2);
}
}
}
Instance of Symbol 264 MovieClip in Frame 83
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
if (_root.gravoorcolour == 2) {
} else {
_root.player.gotoAndStop(2);
}
}
}
Instance of Symbol 266 MovieClip in Frame 83
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
if (_root.gravoorcolour == 2) {
} else {
_root.gravoorcolour = 2;
this.play();
}
}
}
Instance of Symbol 268 MovieClip in Frame 83
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
if (_root.gravoorcolour == 4) {
} else {
_root.gravoorcolour = 4;
this.play();
}
}
}
Frame 84
saveGame();
Instance of Symbol 275 MovieClip in Frame 84
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 84
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 84
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 84
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 84
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 84
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 84
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 84
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 84
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 84
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 84
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 84
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 84
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 84
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 84
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 84
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 84
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 84
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 84
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 84
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 84
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 84
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 84
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 84
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 84
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 84
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 84
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 84
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 84
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 84
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 84
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 84
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 84
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 84
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 84
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 84
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 84
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 84
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 84
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 84
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 84
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 264 MovieClip in Frame 84
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
if (_root.gravoorcolour == 2) {
} else {
_root.player.gotoAndStop(2);
}
}
}
Instance of Symbol 310 MovieClip in Frame 84
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.nextFrame();
}
}
Instance of Symbol 266 MovieClip in Frame 84
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
if (_root.gravoorcolour == 2) {
} else {
_root.gravoorcolour = 2;
this.play();
}
}
}
Instance of Symbol 343 MovieClip "player" in Frame 84
onClipEvent (enterFrame) {
if (_root.gravooralive == 1) {
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._rotation = myDegrees + 90;
}
}
Instance of Symbol 266 MovieClip in Frame 84
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravoorcolour = 2;
}
}
Frame 85
saveGame();
Instance of Symbol 109 MovieClip in Frame 85
on (keyPress "<Space>") {
_root.gotoAndPlay(12);
}
Instance of Symbol 376 MovieClip in Frame 85
onClipEvent (enterFrame) {
if (_root.timerabc <= _root.level1highscore) {
this.gotoAndStop(2);
_root.level1highscore = _root.timerabc;
}
}
Frame 86
_root.timerabc = 0;
saveGame();
gravooralive = 1;
gravoorcolour = 1;
stop();
if (_root.floornumber <= 2) {
_root.floornumber = 2;
}
Frame 87
saveGame();
Instance of Symbol 275 MovieClip in Frame 87
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 87
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 87
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 87
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 87
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 87
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 87
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 87
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 87
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 87
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 87
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 87
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 87
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 87
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 87
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 87
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 87
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 87
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 87
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 87
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 87
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 87
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 87
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 87
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 87
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 87
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 87
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 87
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 87
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 87
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 87
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 87
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 87
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 87
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 87
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 87
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 87
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 87
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 263 MovieClip in Frame 87
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
if (_root.gravoorcolour == 4) {
} else {
_root.player.gotoAndStop(2);
}
}
}
Instance of Symbol 264 MovieClip in Frame 87
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
if (_root.gravoorcolour == 2) {
} else {
_root.player.gotoAndStop(2);
}
}
}
Instance of Symbol 263 MovieClip in Frame 87
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
if (_root.gravoorcolour == 4) {
} else {
_root.player.gotoAndStop(2);
}
}
}
Instance of Symbol 266 MovieClip in Frame 87
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
if (_root.gravoorcolour == 2) {
} else {
_root.gravoorcolour = 2;
this.play();
}
}
}
Instance of Symbol 268 MovieClip in Frame 87
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
if (_root.gravoorcolour == 4) {
} else {
_root.gravoorcolour = 4;
this.play();
}
}
}
Instance of Symbol 343 MovieClip "player" in Frame 87
onClipEvent (enterFrame) {
if (_root.gravooralive == 1) {
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._rotation = myDegrees + 90;
}
}
Frame 88
saveGame();
Instance of Symbol 109 MovieClip in Frame 88
on (keyPress "<Space>") {
_root.gotoAndPlay(12);
}
Instance of Symbol 376 MovieClip in Frame 88
onClipEvent (enterFrame) {
if (_root.timerabc <= _root.level2highscore) {
this.gotoAndStop(2);
_root.level2highscore = _root.timerabc;
}
}
Frame 89
_root.timerabc = 0;
saveGame();
gravooralive = 1;
gravoorcolour = 1;
stop();
if (_root.floornumber <= 3) {
_root.floornumber = 3;
}
Frame 90
saveGame();
Instance of Symbol 275 MovieClip in Frame 90
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 90
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 90
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 90
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 90
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 90
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 90
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 90
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 90
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 90
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 90
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 90
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 90
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 90
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 90
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 90
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 90
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 90
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 90
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 90
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 90
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 90
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 90
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 90
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 90
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 90
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 90
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 90
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 90
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 90
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 90
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 90
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 90
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 90
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 90
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 90
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 90
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 90
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 90
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 90
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 90
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 90
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 90
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 90
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 90
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 90
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 90
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 90
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 90
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 90
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 263 MovieClip in Frame 90
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
if (_root.gravoorcolour == 4) {
} else {
_root.player.gotoAndStop(2);
}
}
}
Instance of Symbol 264 MovieClip in Frame 90
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
if (_root.gravoorcolour == 2) {
} else {
_root.player.gotoAndStop(2);
}
}
}
Instance of Symbol 266 MovieClip in Frame 90
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
if (_root.gravoorcolour == 2) {
} else {
_root.gravoorcolour = 2;
this.play();
}
}
}
Instance of Symbol 343 MovieClip "player" in Frame 90
onClipEvent (enterFrame) {
if (_root.gravooralive == 1) {
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._rotation = myDegrees + 90;
}
}
Frame 91
saveGame();
Instance of Symbol 109 MovieClip in Frame 91
on (keyPress "<Space>") {
_root.gotoAndPlay(12);
}
Instance of Symbol 376 MovieClip in Frame 91
onClipEvent (enterFrame) {
if (_root.timerabc <= _root.level3highscore) {
this.gotoAndStop(2);
_root.level3highscore = _root.timerabc;
}
}
Frame 92
_root.timerabc = 0;
saveGame();
gravooralive = 1;
gravoorcolour = 1;
stop();
if (_root.floornumber <= 4) {
_root.floornumber = 4;
}
Frame 93
saveGame();
Instance of Symbol 275 MovieClip in Frame 93
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 93
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 93
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 93
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 93
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 93
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 93
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 93
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 93
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 93
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 93
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 93
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 93
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 93
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 93
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 93
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 93
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 93
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 93
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 93
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 93
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 93
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 93
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 93
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 93
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 93
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 93
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 93
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 93
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 93
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 93
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 93
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 93
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 93
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 93
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 93
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 93
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 93
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 93
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 93
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 93
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 93
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 93
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 264 MovieClip in Frame 93
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
if (_root.gravoorcolour == 2) {
} else {
_root.player.gotoAndStop(2);
}
}
}
Instance of Symbol 275 MovieClip in Frame 93
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 93
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 93
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 93
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 93
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 93
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 93
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 93
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 93
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 93
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 93
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 93
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 93
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 266 MovieClip in Frame 93
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
if (_root.gravoorcolour == 2) {
} else {
_root.gravoorcolour = 2;
this.play();
}
}
}
Instance of Symbol 259 MovieClip in Frame 93
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.player.gotoAndStop(4);
}
}
Instance of Symbol 261 MovieClip in Frame 93
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.player.gotoAndStop(3);
_root.player.sh.gotoAndPlay(1);
}
}
Instance of Symbol 343 MovieClip "player" in Frame 93
onClipEvent (enterFrame) {
if (_root.gravooralive == 1) {
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._rotation = myDegrees + 90;
}
}
Instance of Symbol 261 MovieClip in Frame 93
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.player.gotoAndStop(3);
}
}
Frame 94
saveGame();
Instance of Symbol 109 MovieClip in Frame 94
on (keyPress "<Space>") {
_root.gotoAndPlay(12);
}
Instance of Symbol 376 MovieClip in Frame 94
onClipEvent (enterFrame) {
if (_root.timerabc <= _root.level4highscore) {
this.gotoAndStop(2);
_root.level4highscore = _root.timerabc;
}
}
Frame 95
_root.timerabc = 0;
saveGame();
gravooralive = 1;
gravoorcolour = 1;
stop();
if (_root.floornumber <= 5) {
_root.floornumber = 5;
}
Frame 96
saveGame();
Instance of Symbol 275 MovieClip in Frame 96
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 96
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 96
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 96
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 96
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 96
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 96
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 96
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 96
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 96
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 96
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 96
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 96
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 96
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 96
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 96
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 96
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 96
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 96
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 96
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 96
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 96
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 96
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 96
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 96
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 96
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 96
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 96
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 96
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 96
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 96
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 96
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 96
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 96
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 96
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 96
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 96
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 96
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 96
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 96
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 96
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 259 MovieClip in Frame 96
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.player.gotoAndStop(4);
_root.player.gr.gotoAndPlay(1);
}
}
Instance of Symbol 277 MovieClip in Frame 96
/* no clip actions */
Instance of Symbol 277 MovieClip in Frame 96
/* no clip actions */
Instance of Symbol 343 MovieClip "player" in Frame 96
onClipEvent (enterFrame) {
if (_root.gravooralive == 1) {
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._rotation = myDegrees + 90;
}
}
Instance of Symbol 259 MovieClip in Frame 96
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.player.gotoAndStop(4);
}
}
Frame 97
saveGame();
Instance of Symbol 109 MovieClip in Frame 97
on (keyPress "<Space>") {
_root.gotoAndPlay(12);
}
Instance of Symbol 376 MovieClip in Frame 97
onClipEvent (enterFrame) {
if (_root.timerabc <= _root.level5highscore) {
this.gotoAndStop(2);
_root.level5highscore = _root.timerabc;
}
}
Frame 98
_root.timerabc = 0;
saveGame();
gravooralive = 1;
gravoorcolour = 1;
stop();
if (_root.floornumber <= 6) {
_root.floornumber = 6;
}
Frame 99
saveGame();
Instance of Symbol 275 MovieClip in Frame 99
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 99
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 99
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 99
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 99
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 266 MovieClip in Frame 99
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
if (_root.gravoorcolour == 2) {
} else {
_root.gravoorcolour = 2;
this.play();
}
}
}
Instance of Symbol 275 MovieClip in Frame 99
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 99
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 99
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 99
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 99
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 99
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 99
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 99
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 99
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 99
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 99
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 99
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 99
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 99
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 99
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 99
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 99
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 99
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 99
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 99
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 99
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 99
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 99
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 99
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 99
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 99
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 99
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 99
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 99
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 99
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 99
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 99
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 99
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 99
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 99
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 99
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 99
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 99
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 99
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 99
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 99
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 99
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 99
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 99
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 99
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 99
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 99
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 99
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 99
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 99
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 99
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 99
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 99
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 99
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 99
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 99
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 99
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 99
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 99
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 99
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 264 MovieClip in Frame 99
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
if (_root.gravoorcolour == 2) {
} else {
_root.player.gotoAndStop(2);
}
}
}
Instance of Symbol 263 MovieClip in Frame 99
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
if (_root.gravoorcolour == 4) {
} else {
_root.player.gotoAndStop(2);
}
}
}
Instance of Symbol 268 MovieClip in Frame 99
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
if (_root.gravoorcolour == 4) {
} else {
_root.gravoorcolour = 4;
this.play();
}
}
}
Instance of Symbol 264 MovieClip in Frame 99
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
if (_root.gravoorcolour == 2) {
} else {
_root.player.gotoAndStop(2);
}
}
}
Instance of Symbol 264 MovieClip in Frame 99
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
if (_root.gravoorcolour == 2) {
} else {
_root.player.gotoAndStop(2);
}
}
}
Instance of Symbol 261 MovieClip in Frame 99
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.player.gotoAndStop(3);
_root.player.sh.gotoAndPlay(1);
}
}
Instance of Symbol 261 MovieClip in Frame 99
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.player.gotoAndStop(3);
_root.player.sh.gotoAndPlay(1);
}
}
Instance of Symbol 343 MovieClip "player" in Frame 99
onClipEvent (enterFrame) {
if (_root.gravooralive == 1) {
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._rotation = myDegrees + 90;
}
}
Frame 100
saveGame();
Instance of Symbol 109 MovieClip in Frame 100
on (keyPress "<Space>") {
_root.gotoAndPlay(12);
}
Instance of Symbol 376 MovieClip in Frame 100
onClipEvent (enterFrame) {
if (_root.timerabc <= _root.level6highscore) {
this.gotoAndStop(2);
_root.level6highscore = _root.timerabc;
}
}
Frame 101
_root.timerabc = 0;
saveGame();
gravooralive = 1;
gravoorcolour = 1;
stop();
if (_root.floornumber <= 7) {
_root.floornumber = 7;
}
Frame 102
saveGame();
Instance of Symbol 275 MovieClip in Frame 102
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 102
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 102
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 102
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 102
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 102
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 102
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 102
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 102
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 102
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 102
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 102
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 102
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 102
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 102
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 102
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 102
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 102
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 102
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 102
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 102
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 102
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 102
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 102
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 102
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 102
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 102
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 102
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 102
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 102
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 102
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 102
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 102
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 102
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 102
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 102
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 102
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 102
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 102
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 102
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 102
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 102
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 102
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 102
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 102
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 102
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 102
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 102
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 102
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 102
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 102
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 102
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 263 MovieClip in Frame 102
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
if (_root.gravoorcolour == 4) {
} else {
_root.player.gotoAndStop(2);
}
}
}
Instance of Symbol 264 MovieClip in Frame 102
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
if (_root.gravoorcolour == 2) {
} else {
_root.player.gotoAndStop(2);
}
}
}
Instance of Symbol 268 MovieClip in Frame 102
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
if (_root.gravoorcolour == 4) {
} else {
_root.gravoorcolour = 4;
this.play();
}
}
}
Instance of Symbol 275 MovieClip in Frame 102
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 102
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 266 MovieClip in Frame 102
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
if (_root.gravoorcolour == 2) {
} else {
_root.gravoorcolour = 2;
this.play();
}
}
}
Instance of Symbol 259 MovieClip in Frame 102
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.player.gotoAndStop(4);
_root.player.gr.gotoAndPlay(1);
}
}
Instance of Symbol 277 MovieClip in Frame 102
/* no clip actions */
Instance of Symbol 277 MovieClip in Frame 102
/* no clip actions */
Instance of Symbol 343 MovieClip "player" in Frame 102
onClipEvent (enterFrame) {
if (_root.gravooralive == 1) {
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._rotation = myDegrees + 90;
}
}
Frame 103
saveGame();
Instance of Symbol 109 MovieClip in Frame 103
on (keyPress "<Space>") {
_root.gotoAndPlay(12);
}
Instance of Symbol 376 MovieClip in Frame 103
onClipEvent (enterFrame) {
if (_root.timerabc <= _root.level7highscore) {
this.gotoAndStop(2);
_root.level7highscore = _root.timerabc;
}
}
Frame 104
_root.timerabc = 0;
saveGame();
gravooralive = 1;
gravoorcolour = 1;
stop();
if (_root.floornumber <= 8) {
_root.floornumber = 8;
}
Frame 105
saveGame();
Instance of Symbol 275 MovieClip in Frame 105
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 105
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 105
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 105
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 105
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 105
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 105
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 105
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 105
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 105
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 105
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 105
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 105
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 105
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 105
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 105
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 105
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 105
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 105
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 105
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 105
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 105
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 105
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 105
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 105
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 105
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 105
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 105
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 105
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 105
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 105
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 105
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 105
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 105
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 105
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 105
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 105
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 263 MovieClip in Frame 105
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
if (_root.gravoorcolour == 4) {
} else {
_root.player.gotoAndStop(2);
}
}
}
Instance of Symbol 264 MovieClip in Frame 105
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
if (_root.gravoorcolour == 2) {
} else {
_root.player.gotoAndStop(2);
}
}
}
Instance of Symbol 268 MovieClip in Frame 105
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
if (_root.gravoorcolour == 4) {
} else {
_root.gravoorcolour = 4;
this.play();
}
}
}
Instance of Symbol 275 MovieClip in Frame 105
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 105
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 105
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 105
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 105
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 105
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 105
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 105
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 105
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 105
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 105
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 105
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 266 MovieClip in Frame 105
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
if (_root.gravoorcolour == 2) {
} else {
_root.gravoorcolour = 2;
this.play();
}
}
}
Instance of Symbol 259 MovieClip in Frame 105
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.player.gotoAndStop(4);
_root.player.gr.gotoAndPlay(1);
}
}
Instance of Symbol 277 MovieClip in Frame 105
/* no clip actions */
Instance of Symbol 277 MovieClip in Frame 105
/* no clip actions */
Instance of Symbol 261 MovieClip in Frame 105
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.player.gotoAndStop(3);
_root.player.sh.gotoAndPlay(1);
}
}
Instance of Symbol 343 MovieClip "player" in Frame 105
onClipEvent (enterFrame) {
if (_root.gravooralive == 1) {
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._rotation = myDegrees + 90;
}
}
Frame 106
saveGame();
Instance of Symbol 109 MovieClip in Frame 106
on (keyPress "<Space>") {
_root.gotoAndPlay(12);
}
Instance of Symbol 376 MovieClip in Frame 106
onClipEvent (enterFrame) {
if (_root.timerabc <= _root.level8highscore) {
this.gotoAndStop(2);
_root.level8highscore = _root.timerabc;
}
}
Frame 107
_root.timerabc = 0;
saveGame();
gravooralive = 1;
gravoorcolour = 1;
stop();
if (_root.floornumber <= 9) {
_root.floornumber = 9;
}
Frame 108
saveGame();
Instance of Symbol 275 MovieClip in Frame 108
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 108
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 108
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 108
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 108
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 108
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 108
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 108
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 108
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 108
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 108
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 108
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 108
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 108
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 108
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 108
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 108
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 108
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 108
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 108
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 108
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 108
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 108
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 108
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 108
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 108
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 108
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 108
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 108
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 108
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 108
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 108
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 108
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 108
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 108
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 108
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 108
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 108
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 108
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 108
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 263 MovieClip in Frame 108
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
if (_root.gravoorcolour == 4) {
} else {
_root.player.gotoAndStop(2);
}
}
}
Instance of Symbol 268 MovieClip in Frame 108
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
if (_root.gravoorcolour == 4) {
} else {
_root.gravoorcolour = 4;
this.play();
}
}
}
Instance of Symbol 275 MovieClip in Frame 108
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 266 MovieClip in Frame 108
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
if (_root.gravoorcolour == 2) {
} else {
_root.gravoorcolour = 2;
this.play();
}
}
}
Instance of Symbol 259 MovieClip in Frame 108
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.player.gotoAndStop(4);
}
}
Instance of Symbol 277 MovieClip in Frame 108
/* no clip actions */
Instance of Symbol 277 MovieClip in Frame 108
/* no clip actions */
Instance of Symbol 275 MovieClip in Frame 108
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 108
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 108
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 108
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 108
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 108
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 108
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 108
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 108
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 108
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 108
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 108
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 108
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 108
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 108
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 108
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 108
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 108
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 343 MovieClip "player" in Frame 108
onClipEvent (enterFrame) {
if (_root.gravooralive == 1) {
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._rotation = myDegrees + 90;
}
}
Frame 109
saveGame();
Instance of Symbol 109 MovieClip in Frame 109
on (keyPress "<Space>") {
_root.gotoAndPlay(12);
}
Instance of Symbol 376 MovieClip in Frame 109
onClipEvent (enterFrame) {
if (_root.timerabc <= _root.level9highscore) {
this.gotoAndStop(2);
_root.level9highscore = _root.timerabc;
}
}
Frame 110
_root.timerabc = 0;
saveGame();
gravooralive = 1;
gravoorcolour = 1;
stop();
if (_root.floornumber <= 10) {
_root.floornumber = 10;
}
Frame 111
saveGame();
Instance of Symbol 275 MovieClip in Frame 111
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 111
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 111
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 111
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 111
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 111
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 111
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 111
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 111
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 111
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 111
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 111
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 111
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 111
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 111
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 111
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 111
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 111
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 111
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 111
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 111
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 111
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 111
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 111
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 111
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 111
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 111
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 111
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 111
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 111
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 111
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 111
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 111
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 111
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 111
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 111
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 111
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 111
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 111
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 111
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 111
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 111
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 111
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 111
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 111
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 111
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 111
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 111
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 111
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 111
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 263 MovieClip in Frame 111
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
if (_root.gravoorcolour == 4) {
} else {
_root.player.gotoAndStop(2);
}
}
}
Instance of Symbol 264 MovieClip in Frame 111
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
if (_root.gravoorcolour == 2) {
} else {
_root.player.gotoAndStop(2);
}
}
}
Instance of Symbol 268 MovieClip in Frame 111
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
if (_root.gravoorcolour == 4) {
} else {
_root.gravoorcolour = 4;
this.play();
}
}
}
Instance of Symbol 275 MovieClip in Frame 111
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 111
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 111
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 111
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 111
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 111
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 111
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 111
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 263 MovieClip in Frame 111
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
if (_root.gravoorcolour == 4) {
} else {
_root.player.gotoAndStop(2);
}
}
}
Instance of Symbol 266 MovieClip in Frame 111
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
if (_root.gravoorcolour == 2) {
} else {
_root.gravoorcolour = 2;
this.play();
}
}
}
Instance of Symbol 277 MovieClip in Frame 111
/* no clip actions */
Instance of Symbol 261 MovieClip in Frame 111
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.player.gotoAndStop(3);
_root.player.sh.gotoAndPlay(1);
}
}
Instance of Symbol 343 MovieClip "player" in Frame 111
onClipEvent (enterFrame) {
if (_root.gravooralive == 1) {
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._rotation = myDegrees + 90;
}
}
Frame 112
saveGame();
Instance of Symbol 109 MovieClip in Frame 112
on (keyPress "<Space>") {
_root.gotoAndPlay(12);
}
Instance of Symbol 376 MovieClip in Frame 112
onClipEvent (enterFrame) {
if (_root.timerabc <= _root.level10highscore) {
this.gotoAndStop(2);
_root.level10highscore = _root.timerabc;
}
}
Frame 113
_root.timerabc = 0;
saveGame();
gravooralive = 1;
gravoorcolour = 1;
stop();
if (_root.floornumber <= 11) {
_root.floornumber = 11;
}
Frame 114
saveGame();
Instance of Symbol 275 MovieClip in Frame 114
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 114
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 114
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 114
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 114
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 114
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 114
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 114
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 114
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 114
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 114
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 114
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 114
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 114
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 114
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 114
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 114
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 114
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 114
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 114
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 114
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 114
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 114
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 114
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 114
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 114
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 114
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 114
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 114
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 114
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 114
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 114
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 114
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 114
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 114
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 114
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 114
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 114
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 114
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 264 MovieClip in Frame 114
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
if (_root.gravoorcolour == 2) {
} else {
_root.player.gotoAndStop(2);
}
}
}
Instance of Symbol 275 MovieClip in Frame 114
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 114
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 114
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 114
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 114
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 114
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 114
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 114
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 114
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 114
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 114
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 310 MovieClip in Frame 114
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.nextFrame();
}
}
Instance of Symbol 266 MovieClip in Frame 114
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
if (_root.gravoorcolour == 2) {
} else {
_root.gravoorcolour = 2;
this.play();
}
}
}
Instance of Symbol 343 MovieClip "player" in Frame 114
onClipEvent (enterFrame) {
if (_root.gravooralive == 1) {
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._rotation = myDegrees + 90;
}
}
Instance of Symbol 261 MovieClip in Frame 114
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.player.gotoAndStop(3);
_root.player.sh.gotoAndPlay(1);
}
}
Frame 115
saveGame();
Instance of Symbol 109 MovieClip in Frame 115
on (keyPress "<Space>") {
_root.gotoAndPlay(12);
}
Instance of Symbol 376 MovieClip in Frame 115
onClipEvent (enterFrame) {
if (_root.timerabc <= _root.level11highscore) {
this.gotoAndStop(2);
_root.level11highscore = _root.timerabc;
}
}
Frame 116
_root.timerabc = 0;
saveGame();
gravooralive = 1;
gravoorcolour = 1;
stop();
if (_root.floornumber <= 12) {
_root.floornumber = 12;
}
Frame 117
saveGame();
Instance of Symbol 275 MovieClip in Frame 117
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 117
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 117
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 117
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 117
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 117
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 117
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 117
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 117
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 117
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 117
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 117
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 117
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 117
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 117
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 117
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 117
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 117
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 117
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 117
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 117
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 117
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 117
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 117
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 117
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 117
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 117
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 117
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 117
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 117
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 117
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 117
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 263 MovieClip in Frame 117
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
if (_root.gravoorcolour == 4) {
} else {
_root.player.gotoAndStop(2);
}
}
}
Instance of Symbol 264 MovieClip in Frame 117
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
if (_root.gravoorcolour == 2) {
} else {
_root.player.gotoAndStop(2);
}
}
}
Instance of Symbol 263 MovieClip in Frame 117
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
if (_root.gravoorcolour == 4) {
} else {
_root.player.gotoAndStop(2);
}
}
}
Instance of Symbol 275 MovieClip in Frame 117
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 117
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 117
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 117
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 117
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 117
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 117
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 117
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 117
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 117
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 117
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 117
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 117
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 117
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 117
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 117
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 117
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 117
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 117
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 117
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 117
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 117
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 117
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 117
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 117
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 117
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 266 MovieClip in Frame 117
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
if (_root.gravoorcolour == 2) {
} else {
_root.gravoorcolour = 2;
this.play();
}
}
}
Instance of Symbol 268 MovieClip in Frame 117
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
if (_root.gravoorcolour == 4) {
} else {
_root.gravoorcolour = 4;
this.play();
}
}
}
Instance of Symbol 343 MovieClip "player" in Frame 117
onClipEvent (enterFrame) {
if (_root.gravooralive == 1) {
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._rotation = myDegrees + 90;
}
}
Instance of Symbol 261 MovieClip in Frame 117
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.player.gotoAndStop(3);
_root.player.sh.gotoAndPlay(1);
}
}
Frame 118
saveGame();
Instance of Symbol 109 MovieClip in Frame 118
on (keyPress "<Space>") {
_root.gotoAndPlay(12);
}
Instance of Symbol 376 MovieClip in Frame 118
onClipEvent (enterFrame) {
if (_root.timerabc <= _root.level12highscore) {
this.gotoAndStop(2);
_root.level12highscore = _root.timerabc;
}
}
Frame 119
_root.timerabc = 0;
saveGame();
gravooralive = 1;
gravoorcolour = 1;
stop();
if (_root.floornumber <= 13) {
_root.floornumber = 13;
}
Frame 120
saveGame();
Instance of Symbol 275 MovieClip in Frame 120
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 120
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 120
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 120
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 120
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 120
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 120
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 120
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 120
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 120
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 120
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 120
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 120
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 120
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 120
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 120
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 120
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 120
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 120
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 120
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 120
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 120
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 120
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 120
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 120
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 120
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 120
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 120
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 120
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 120
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 120
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 120
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 120
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 120
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 120
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 120
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 120
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 120
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 120
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 120
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 120
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 120
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 120
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 120
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 264 MovieClip in Frame 120
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
if (_root.gravoorcolour == 2) {
} else {
_root.player.gotoAndStop(2);
}
}
}
Instance of Symbol 275 MovieClip in Frame 120
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 120
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 120
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 120
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 266 MovieClip in Frame 120
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
if (_root.gravoorcolour == 2) {
} else {
_root.gravoorcolour = 2;
this.play();
}
}
}
Instance of Symbol 343 MovieClip "player" in Frame 120
onClipEvent (enterFrame) {
if (_root.gravooralive == 1) {
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._rotation = myDegrees + 90;
}
}
Instance of Symbol 277 MovieClip in Frame 120
/* no clip actions */
Instance of Symbol 277 MovieClip in Frame 120
/* no clip actions */
Instance of Symbol 259 MovieClip in Frame 120
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.player.gotoAndStop(4);
_root.player.gr.gotoAndPlay(1);
}
}
Frame 121
saveGame();
Instance of Symbol 109 MovieClip in Frame 121
on (keyPress "<Space>") {
_root.gotoAndPlay(12);
}
Instance of Symbol 376 MovieClip in Frame 121
onClipEvent (enterFrame) {
if (_root.timerabc <= _root.level13highscore) {
this.gotoAndStop(2);
_root.level13highscore = _root.timerabc;
}
}
Frame 122
_root.timerabc = 0;
saveGame();
gravooralive = 1;
gravoorcolour = 1;
stop();
if (_root.floornumber <= 14) {
_root.floornumber = 14;
}
Frame 123
saveGame();
Instance of Symbol 275 MovieClip in Frame 123
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 123
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 123
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 123
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 123
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 123
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 123
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 123
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 123
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 123
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 123
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 123
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 123
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 123
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 123
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 123
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 123
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 123
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 123
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 123
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 123
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 123
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 123
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 123
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 123
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 123
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 123
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 123
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 123
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 123
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 123
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 123
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 123
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 123
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 123
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 123
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 123
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 123
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 123
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 123
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 123
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 123
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 123
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 264 MovieClip in Frame 123
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
if (_root.gravoorcolour == 2) {
} else {
_root.player.gotoAndStop(2);
}
}
}
Instance of Symbol 275 MovieClip in Frame 123
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 123
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 123
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 123
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 123
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 123
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 123
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 123
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 123
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 123
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 123
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 264 MovieClip in Frame 123
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
if (_root.gravoorcolour == 2) {
} else {
_root.player.gotoAndStop(2);
}
}
}
Instance of Symbol 275 MovieClip in Frame 123
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 123
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 123
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 123
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 123
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 266 MovieClip in Frame 123
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
if (_root.gravoorcolour == 2) {
} else {
_root.gravoorcolour = 2;
this.play();
}
}
}
Instance of Symbol 259 MovieClip in Frame 123
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.player.gotoAndStop(4);
_root.player.gr.gotoAndPlay(1);
}
}
Instance of Symbol 261 MovieClip in Frame 123
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.player.gotoAndStop(3);
_root.player.sh.gotoAndPlay(1);
}
}
Instance of Symbol 343 MovieClip "player" in Frame 123
onClipEvent (enterFrame) {
if (_root.gravooralive == 1) {
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._rotation = myDegrees + 90;
}
}
Instance of Symbol 277 MovieClip in Frame 123
/* no clip actions */
Instance of Symbol 277 MovieClip in Frame 123
/* no clip actions */
Instance of Symbol 277 MovieClip in Frame 123
/* no clip actions */
Instance of Symbol 277 MovieClip in Frame 123
/* no clip actions */
Instance of Symbol 277 MovieClip in Frame 123
/* no clip actions */
Instance of Symbol 277 MovieClip in Frame 123
/* no clip actions */
Instance of Symbol 277 MovieClip in Frame 123
/* no clip actions */
Instance of Symbol 277 MovieClip in Frame 123
/* no clip actions */
Frame 124
saveGame();
Instance of Symbol 109 MovieClip in Frame 124
on (keyPress "<Space>") {
_root.gotoAndPlay(12);
}
Instance of Symbol 376 MovieClip in Frame 124
onClipEvent (enterFrame) {
if (_root.timerabc <= _root.level14highscore) {
this.gotoAndStop(2);
_root.level14highscore = _root.timerabc;
}
}
Frame 125
_root.timerabc = 0;
saveGame();
gravooralive = 1;
gravoorcolour = 1;
stop();
if (_root.floornumber <= 15) {
_root.floornumber = 15;
}
Frame 126
saveGame();
Instance of Symbol 259 MovieClip in Frame 126
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.player.gotoAndStop(4);
_root.player.gr.gotoAndPlay(1);
}
}
Instance of Symbol 277 MovieClip in Frame 126
/* no clip actions */
Instance of Symbol 277 MovieClip in Frame 126
/* no clip actions */
Instance of Symbol 343 MovieClip "player" in Frame 126
onClipEvent (enterFrame) {
if (_root.gravooralive == 1) {
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._rotation = myDegrees + 90;
}
}
Instance of Symbol 275 MovieClip in Frame 126
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 126
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 126
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 126
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 126
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 126
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 126
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 126
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 126
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 126
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 126
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 126
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 126
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 126
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 126
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 126
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 126
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 126
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 126
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 126
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 126
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 126
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 126
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 126
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 126
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 126
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 126
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 126
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 126
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 126
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 126
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 126
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 126
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 126
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 126
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 126
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 126
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 126
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 126
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 126
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 277 MovieClip in Frame 126
/* no clip actions */
Instance of Symbol 264 MovieClip in Frame 126
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
if (_root.gravoorcolour == 2) {
} else {
_root.player.gotoAndStop(2);
}
}
}
Instance of Symbol 266 MovieClip in Frame 126
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
if (_root.gravoorcolour == 2) {
} else {
_root.gravoorcolour = 2;
this.play();
}
}
}
Instance of Symbol 268 MovieClip in Frame 126
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
if (_root.gravoorcolour == 4) {
} else {
_root.gravoorcolour = 4;
this.play();
}
}
}
Frame 127
saveGame();
Instance of Symbol 109 MovieClip in Frame 127
on (keyPress "<Space>") {
_root.gotoAndPlay(12);
}
Instance of Symbol 376 MovieClip in Frame 127
onClipEvent (enterFrame) {
if (_root.timerabc <= _root.level15highscore) {
this.gotoAndStop(2);
_root.level15highscore = _root.timerabc;
}
}
Frame 128
_root.timerabc = 0;
saveGame();
gravooralive = 1;
gravoorcolour = 1;
stop();
if (_root.floornumber <= 16) {
_root.floornumber = 16;
}
Frame 129
saveGame();
Instance of Symbol 275 MovieClip in Frame 129
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 129
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 129
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 129
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 129
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 266 MovieClip in Frame 129
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
if (_root.gravoorcolour == 2) {
} else {
_root.gravoorcolour = 2;
this.play();
}
}
}
Instance of Symbol 275 MovieClip in Frame 129
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 129
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 129
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 129
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 129
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 129
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 129
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 129
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 129
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 129
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 129
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 129
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 129
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 129
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 129
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 129
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 129
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 129
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 129
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 129
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 129
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 129
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 129
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 129
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 129
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 129
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 129
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 129
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 129
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 129
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 129
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 129
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 129
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 129
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 129
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 129
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 129
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 129
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 129
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 129
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 129
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 129
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 129
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 129
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 129
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 264 MovieClip in Frame 129
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
if (_root.gravoorcolour == 2) {
} else {
_root.player.gotoAndStop(2);
}
}
}
Instance of Symbol 261 MovieClip in Frame 129
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.player.gotoAndStop(3);
_root.player.sh.gotoAndPlay(1);
}
}
Instance of Symbol 261 MovieClip in Frame 129
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.player.gotoAndStop(3);
_root.player.sh.gotoAndPlay(1);
}
}
Instance of Symbol 343 MovieClip "player" in Frame 129
onClipEvent (enterFrame) {
if (_root.gravooralive == 1) {
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._rotation = myDegrees + 90;
}
}
Instance of Symbol 275 MovieClip in Frame 129
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 129
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 277 MovieClip in Frame 129
/* no clip actions */
Instance of Symbol 277 MovieClip in Frame 129
/* no clip actions */
Instance of Symbol 277 MovieClip in Frame 129
/* no clip actions */
Instance of Symbol 277 MovieClip in Frame 129
/* no clip actions */
Frame 130
saveGame();
Instance of Symbol 109 MovieClip in Frame 130
on (keyPress "<Space>") {
_root.gotoAndPlay(12);
}
Instance of Symbol 376 MovieClip in Frame 130
onClipEvent (enterFrame) {
if (_root.timerabc <= _root.level16highscore) {
this.gotoAndStop(2);
_root.level16highscore = _root.timerabc;
}
}
Frame 131
_root.timerabc = 0;
saveGame();
gravooralive = 1;
gravoorcolour = 1;
stop();
if (_root.floornumber <= 17) {
_root.floornumber = 17;
}
Frame 132
saveGame();
Instance of Symbol 275 MovieClip in Frame 132
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 132
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 132
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 132
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 132
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 132
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 132
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 132
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 132
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 132
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 132
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 132
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 132
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 132
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 132
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 132
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 132
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 132
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 132
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 132
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 132
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 132
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 132
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 132
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 132
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 132
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 132
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 132
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 132
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 132
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 132
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 132
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 132
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 132
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 132
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 132
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 132
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 132
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 132
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 132
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 132
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 132
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 132
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 132
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 132
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 132
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 132
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 132
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 132
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 132
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 132
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 132
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 263 MovieClip in Frame 132
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
if (_root.gravoorcolour == 4) {
} else {
_root.player.gotoAndStop(2);
}
}
}
Instance of Symbol 264 MovieClip in Frame 132
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
if (_root.gravoorcolour == 2) {
} else {
_root.player.gotoAndStop(2);
}
}
}
Instance of Symbol 268 MovieClip in Frame 132
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
if (_root.gravoorcolour == 4) {
} else {
_root.gravoorcolour = 4;
this.play();
}
}
}
Instance of Symbol 275 MovieClip in Frame 132
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 266 MovieClip in Frame 132
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
if (_root.gravoorcolour == 2) {
} else {
_root.gravoorcolour = 2;
this.play();
}
}
}
Instance of Symbol 259 MovieClip in Frame 132
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.player.gotoAndStop(4);
}
}
Instance of Symbol 343 MovieClip "player" in Frame 132
onClipEvent (enterFrame) {
if (_root.gravooralive == 1) {
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._rotation = myDegrees + 90;
}
}
Instance of Symbol 277 MovieClip in Frame 132
/* no clip actions */
Instance of Symbol 277 MovieClip in Frame 132
/* no clip actions */
Instance of Symbol 277 MovieClip in Frame 132
/* no clip actions */
Instance of Symbol 261 MovieClip in Frame 132
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.player.gotoAndStop(3);
_root.player.sh.gotoAndPlay(1);
}
}
Frame 133
saveGame();
Instance of Symbol 109 MovieClip in Frame 133
on (keyPress "<Space>") {
_root.gotoAndPlay(12);
}
Instance of Symbol 376 MovieClip in Frame 133
onClipEvent (enterFrame) {
if (_root.timerabc <= _root.level17highscore) {
this.gotoAndStop(2);
_root.level17highscore = _root.timerabc;
}
}
Frame 134
_root.timerabc = 0;
saveGame();
gravooralive = 1;
gravoorcolour = 1;
stop();
if (_root.floornumber <= 18) {
_root.floornumber = 18;
}
Frame 135
saveGame();
Instance of Symbol 275 MovieClip in Frame 135
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 135
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 135
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 135
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 135
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 135
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 135
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 135
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 135
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 135
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 135
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 135
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 263 MovieClip in Frame 135
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
if (_root.gravoorcolour == 4) {
} else {
_root.player.gotoAndStop(2);
}
}
}
Instance of Symbol 268 MovieClip in Frame 135
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
if (_root.gravoorcolour == 4) {
} else {
_root.gravoorcolour = 4;
this.play();
}
}
}
Instance of Symbol 275 MovieClip in Frame 135
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 135
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 135
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 135
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 135
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 135
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 135
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 135
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 135
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 135
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 135
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 135
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 135
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 135
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 135
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 135
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 135
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 135
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 135
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 135
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 135
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 135
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 135
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 135
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 135
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 135
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 135
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 135
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 135
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 135
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 135
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 135
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 135
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 135
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 135
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 135
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 135
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 135
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 135
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 135
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 135
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Frame 135
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 264 MovieClip in Frame 135
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
if (_root.gravoorcolour == 2) {
} else {
_root.player.gotoAndStop(2);
}
}
}
Instance of Symbol 264 MovieClip in Frame 135
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
if (_root.gravoorcolour == 2) {
} else {
_root.player.gotoAndStop(2);
}
}
}
Instance of Symbol 266 MovieClip in Frame 135
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
if (_root.gravoorcolour == 2) {
} else {
_root.gravoorcolour = 2;
this.play();
}
}
}
Instance of Symbol 259 MovieClip in Frame 135
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.player.gotoAndStop(4);
}
}
Instance of Symbol 277 MovieClip in Frame 135
/* no clip actions */
Instance of Symbol 277 MovieClip in Frame 135
/* no clip actions */
Instance of Symbol 261 MovieClip in Frame 135
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.player.gotoAndStop(3);
_root.player.sh.gotoAndPlay(1);
}
}
Instance of Symbol 343 MovieClip "player" in Frame 135
onClipEvent (enterFrame) {
if (_root.gravooralive == 1) {
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._rotation = myDegrees + 90;
}
}
Instance of Symbol 277 MovieClip in Frame 135
/* no clip actions */
Instance of Symbol 277 MovieClip in Frame 135
/* no clip actions */
Instance of Symbol 277 MovieClip in Frame 135
/* no clip actions */
Instance of Symbol 277 MovieClip in Frame 135
/* no clip actions */
Frame 136
saveGame();
Instance of Symbol 109 MovieClip in Frame 136
on (keyPress "<Space>") {
_root.gotoAndPlay(12);
}
Instance of Symbol 376 MovieClip in Frame 136
onClipEvent (enterFrame) {
if (_root.timerabc <= _root.level18highscore) {
this.gotoAndStop(2);
_root.level18highscore = _root.timerabc;
}
}
Frame 137
_root.timerabc = 0;
saveGame();
Instance of Symbol 109 MovieClip in Frame 137
on (keyPress "<Space>") {
stopAllSounds();
_root.nextFrame();
}
Symbol 90 Button
on (release) {
getURL ("http://www.imperfectsystems.net/", "_blank");
}
Symbol 91 Button
on (release) {
getURL ("http://www.armorgames.com/", "_blank");
}
Symbol 112 Button
on (release) {
getURL ("http://www.imperfectsystems.net/", "_blank");
}
Symbol 114 MovieClip Frame 40
_root.nextFrame();
Symbol 118 Button
on (release) {
getURL ("http://www.armorgames.com", "blank");
}
Symbol 125 MovieClip Frame 81
_root.play();
_root.play();
Symbol 127 Button
on (release) {
stopAllSounds();
gotoAndPlay (26);
}
Symbol 128 Button
on (release) {
gotoAndStop (18);
}
Symbol 129 Button
on (release) {
gotoAndStop (20);
}
Symbol 130 Button
on (release) {
gotoAndStop (21);
}
Symbol 156 MovieClip Frame 1
stop();
Symbol 157 Button
on (release) {
if (_root.floornumber >= 1) {
stopAllSounds();
gotoAndPlay (83);
}
}
Symbol 158 Button
on (release) {
if (_root.floornumber >= 2) {
stopAllSounds();
gotoAndStop (86);
}
}
Symbol 159 Button
on (release) {
if (_root.floornumber >= 3) {
stopAllSounds();
gotoAndStop (89);
}
}
Symbol 160 Button
on (release) {
if (_root.floornumber >= 4) {
stopAllSounds();
gotoAndStop (92);
}
}
Symbol 161 Button
on (release) {
if (_root.floornumber >= 5) {
stopAllSounds();
gotoAndStop (95);
}
}
Symbol 162 Button
on (release) {
if (_root.floornumber >= 6) {
stopAllSounds();
gotoAndPlay (98);
}
}
Symbol 163 Button
on (release) {
if (_root.floornumber >= 7) {
stopAllSounds();
gotoAndStop (101);
}
}
Symbol 164 Button
on (release) {
if (_root.floornumber >= 8) {
stopAllSounds();
gotoAndStop (104);
}
}
Symbol 165 Button
on (release) {
if (_root.floornumber >= 9) {
stopAllSounds();
gotoAndStop (107);
}
}
Symbol 166 Button
on (release) {
if (_root.floornumber >= 10) {
stopAllSounds();
gotoAndStop (110);
}
}
Symbol 172 Button
on (release) {
gotoAndStop (22);
}
Symbol 174 Button
on (release) {
gotoAndStop (23);
}
Symbol 222 MovieClip Frame 1
stop();
Symbol 223 Button
on (release) {
if (_root.floornumber >= 11) {
stopAllSounds();
gotoAndPlay (113);
}
}
Symbol 224 Button
on (release) {
if (_root.floornumber >= 12) {
stopAllSounds();
gotoAndPlay (116);
}
}
Symbol 225 Button
on (release) {
if (_root.floornumber >= 13) {
stopAllSounds();
gotoAndPlay (119);
}
}
Symbol 226 Button
on (release) {
if (_root.floornumber >= 14) {
stopAllSounds();
gotoAndPlay (122);
}
}
Symbol 227 Button
on (release) {
if (_root.floornumber >= 15) {
stopAllSounds();
gotoAndPlay (125);
}
}
Symbol 228 Button
on (release) {
if (_root.floornumber >= 16) {
stopAllSounds();
gotoAndPlay (128);
}
}
Symbol 229 Button
on (release) {
if (_root.floornumber >= 17) {
stopAllSounds();
gotoAndPlay (131);
}
}
Symbol 230 Button
on (release) {
if (_root.floornumber >= 18) {
stopAllSounds();
gotoAndPlay (134);
}
}
Symbol 231 Button
on (release) {
gotoAndStop (18);
}
Symbol 240 Button
on (release) {
gotoAndStop (20);
}
Symbol 259 MovieClip Frame 1
stop();
Symbol 261 MovieClip Frame 1
stop();
Symbol 266 MovieClip Frame 1
stop();
Symbol 268 MovieClip Frame 1
stop();
Symbol 277 MovieClip Frame 1
stop();
Instance of Symbol 275 MovieClip in Symbol 277 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
if (_root.gravoorsize == 2) {
_parent.play();
} else {
_root.player.gotoAndStop(2);
}
}
}
Symbol 277 MovieClip Frame 13
stop();
Symbol 282 Button
on (rollOver) {
_root.timerabc = 0;
nextFrame();
}
Instance of Symbol 309 MovieClip in Symbol 310 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.nextFrame();
}
}
Symbol 321 MovieClip Frame 1
stop();
Symbol 334 MovieClip Frame 1
stop();
Instance of Symbol 321 MovieClip in Symbol 335 MovieClip Frame 1
onClipEvent (enterFrame) {
this.gotoAndStop(_root.gravoorcolour);
}
Instance of Symbol 321 MovieClip in Symbol 335 MovieClip Frame 1
onClipEvent (enterFrame) {
this.gotoAndStop(_root.gravoorcolour);
}
Instance of Symbol 321 MovieClip in Symbol 335 MovieClip Frame 1
onClipEvent (enterFrame) {
this.gotoAndStop(_root.gravoorcolour);
}
Instance of Symbol 321 MovieClip in Symbol 335 MovieClip Frame 1
onClipEvent (enterFrame) {
this.gotoAndStop(_root.gravoorcolour);
}
Instance of Symbol 334 MovieClip in Symbol 335 MovieClip Frame 1
onClipEvent (enterFrame) {
this.gotoAndStop(_root.gravoorcolour);
}
Symbol 336 MovieClip Frame 1
stop();
Symbol 337 MovieClip Frame 15
_root.livesammount = _root.livesammount - 1;
_root.prevFrame();
Symbol 341 MovieClip Frame 151
_root.player.gotoAndStop(1);
Symbol 342 MovieClip Frame 150
_root.player.gotoAndStop(1);
Symbol 343 MovieClip Frame 1
stop();
_root.gravoorsize = 1;
Symbol 343 MovieClip Frame 2
_root.gravoorsize = 1;
Symbol 343 MovieClip Frame 3
_root.gravoorsize = 1;
Symbol 343 MovieClip Frame 4
_root.gravoorsize = 2;
Symbol 348 MovieClip Frame 1
_root.timerabc = _root.timerabc + 0.1;
Symbol 348 MovieClip Frame 4
_root.timerabc = _root.timerabc + 0.1;
Symbol 348 MovieClip Frame 7
_root.timerabc = _root.timerabc + 0.1;
Symbol 348 MovieClip Frame 10
_root.timerabc = _root.timerabc + 0.1;
Symbol 348 MovieClip Frame 13
_root.timerabc = _root.timerabc + 0.1;
Symbol 348 MovieClip Frame 16
_root.timerabc = _root.timerabc + 0.1;
Symbol 348 MovieClip Frame 19
_root.timerabc = _root.timerabc + 0.1;
Symbol 348 MovieClip Frame 22
_root.timerabc = _root.timerabc + 0.1;
Symbol 348 MovieClip Frame 25
_root.timerabc = _root.timerabc + 0.1;
Symbol 348 MovieClip Frame 28
_root.timerabc = _root.timerabc + 0.1;
Symbol 376 MovieClip Frame 1
stop();
stop();
Symbol 378 Button
on (rollOver) {
nextFrame();
}
Instance of Symbol 275 MovieClip in Symbol 387 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Symbol 387 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
_root.gravooralive = 2;
_root.player.gotoAndStop(2);
}
}
Instance of Symbol 264 MovieClip in Symbol 421 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
if (_root.gravoorcolour == 2) {
} else {
_root.player.gotoAndStop(2);
}
}
}
Instance of Symbol 263 MovieClip in Symbol 421 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
if (_root.gravoorcolour == 4) {
} else {
_root.player.gotoAndStop(2);
}
}
}
Instance of Symbol 263 MovieClip in Symbol 430 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
if (_root.gravoorcolour == 4) {
} else {
_root.player.gotoAndStop(2);
}
}
}
Instance of Symbol 263 MovieClip in Symbol 441 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
if (_root.gravoorcolour == 4) {
} else {
_root.player.gotoAndStop(2);
}
}
}
Instance of Symbol 263 MovieClip in Symbol 441 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
if (_root.gravoorcolour == 4) {
} else {
_root.player.gotoAndStop(2);
}
}
}
Instance of Symbol 263 MovieClip in Symbol 454 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
if (_root.gravoorcolour == 4) {
} else {
_root.player.gotoAndStop(2);
}
}
}
Instance of Symbol 263 MovieClip in Symbol 454 MovieClip Frame 15
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
if (_root.gravoorcolour == 4) {
} else {
_root.player.gotoAndStop(2);
}
}
}
Instance of Symbol 263 MovieClip in Symbol 454 MovieClip Frame 30
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
if (_root.gravoorcolour == 4) {
} else {
_root.player.gotoAndStop(2);
}
}
}
Instance of Symbol 263 MovieClip in Symbol 454 MovieClip Frame 45
onClipEvent (enterFrame) {
if (_root.player.ht.hitTest(this)) {
if (_root.gravoorcolour == 4) {
} else {
_root.player.gotoAndStop(2);
}
}
}
Symbol 454 MovieClip Frame 60
stop();
Symbol 479 MovieClip Frame 2
stop();
Symbol 480 Button
on (release) {
stopAllSounds();
gotoAndStop (18);
}
Symbol 492 Button
on (release) {
stopAllSounds();
gotoAndStop (22);
}