STORY   LOOP   FURRY   PORN   GAMES
• C •   SERVICES [?] [R] RND   POPULAR
Archived flashes:
228129
/disc/ · /res/     /show/ · /fap/ · /gg/ · /swf/P0001 · P2561 · P5121

<div style="position:absolute;top:-99px;left:-99px;"><img src="http://swfchan.com:57475/34915007?noj=FRM34915007-15DC" width="1" height="1"></div>

Gravoor 5.swf

This is the info page for
Flash #30896

(Click the ID number above for more basic data on this flash file.)


Text
Searching for save file...

Checking variables...

Auto-Saving....

R

E

M

I

A

L

C

S

D

This game was made by christopher gray of
http://www.imperfectsystems.net/ with help from alexander
cetinski. If you steal this game and put it on your site, I
won't like it much but I expect a link to
http://www.imperfectsystems.net/ on the same page. Thanks

Press SPACE to continue
or click anywhere

Press SPACE to continue
or click anywhere

http://www.imperfectsystems.net/

Main Game
Level Select
High scores
Website
Credits
Play more games

Press SPACE to return to menu

Press SPACE to return to menu

Level Select

Welcome to CyberSpace

Introduction to multiple colours

Moving wall

Shrink

Grow

Corridor of doom!

S!

Big and small

Avoid the colours

Simling "e"

You can only play levels
you have reached in the
main game.

Level select is for practice and
achieving highscores only! Once
you complete the level you have
chosen to play you will return to
this screen.

Cursor Select

Level

Score

Welcome to CyberSpace

Introduction to multiple colours

Moving wall

Shrink

Grow

Corridor of doom!

S!

Big and small

Avoid the colours

Simling "e"

Planning
Christopher Gray
Alexander Cetinski
Programming
Christopher Gray
Art work
Christopher Gray
3D art
Christopher Gray
Music
Shael_Riley
TritoneAngel
ewgsped
Sound FX
Sounddogs
Grsites

Speical Thanks
Everyone at ButtonBASH Forums (Except xxypher)
Alexander cetinski
Macromedia
Electric rain
Tea
Inglor and everyone else at armorgames
Everyone who gave constructive feedback
Tom and Wade Fulp

s

t

i

d

e

r

C

Snakey

Slanted 8

Missle

Rockslide

Think Fast!

Small and speedy!

Crappy Q

Final Floor

Snakey

Slanted 8

Missile

Rockslide

Think Fast!

Small and Speedy

Crappy Q

Final Floor

Stage 1 - Welcome to CyberSpace

Lure Gravoor into
And he'll change red

Gravoor's can only pass through gates, if
they are the right colour. For example,
You need to become RED gravoor to
pass through the RED gate on this level

No Highscores
achieved

No Highscores
achieved

New Highscore
achieved

New Highscore
achieved

Stage 2 - Introduction multiple Colours

Stage 3 - Moving wall

Stage 4 - Shrink

If Gravoor touches
He'll shrink for a short period of
time, When small he can get
through tight corridors with ease

Stage 5 - Grow

If Gravoor touches        He'll Grow big for a short period of time, When big, he can break       By
moving into them. though it is easier for Gravoor to crash like this

Stage 6 - Corridor of doom

Stage 7 - S!

Stage 8 - Big and small

Stage 9 - Avoid the colours

Stage 10 - smiling "e"

Stage 11 - snakey

Stage 12 - Slanted 8

Stage 13 - Missile

Stage 14 - Rockslide

Stage 15 - Think Fast!

Stage 16 - Small and speedy

Stage 17 - Crappy Q

Stage 18 - Final Floor

Congratulations!
Game Cleared!

Congratulations!
Game Cleared!

QUIT TO LEVEL
SELECT SCREEN

ActionScript [AS1/AS2]

Frame 1
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]; } } stopAllSounds(); _root.bytesLoaded = _root.getBytesLoaded(); _root.bytesTotal = _root.getBytesTotal(); _root.percentLoaded = Math.round(100 * (_root.bytesLoaded / _root.bytesTotal)); _root.percentLoadedText = _root.percentLoaded + "%"; _root.bar.gotoAndStop(percentLoaded);
Frame 2
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; if (_root.percentLoaded == 100) { gotoAndPlay (3); } else { gotoAndPlay (1); }
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 33 MovieClip in Frame 14
on (keyPress "<Space>") { _root.nextFrame(); }
Frame 17
stop(); _root.livesammount = 5;
Instance of Symbol 132 MovieClip in Frame 18
on (keyPress "<Space>") { _root.gotoAndStop(10); }
Instance of Symbol 154 MovieClip in Frame 18
onClipEvent (enterFrame) { this.gotoAndStop(_root.floornumber); }
Instance of Symbol 220 MovieClip in Frame 22
onClipEvent (enterFrame) { this.gotoAndStop(_root.floornumber); }
Instance of Symbol 33 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 258 MovieClip in Frame 27
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.player.gotoAndStop(4); _root.player.gr.gotoAndPlay(1); } }
Instance of Symbol 260 MovieClip in Frame 27
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.player.gotoAndStop(3); _root.player.sh.gotoAndPlay(1); } }
Instance of Symbol 262 MovieClip in Frame 27
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { if (_root.gravoorcolour == 4) { } else { _root.player.gotoAndStop(2); } } }
Instance of Symbol 263 MovieClip in Frame 27
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { if (_root.gravoorcolour == 2) { } else { _root.player.gotoAndStop(2); } } }
Instance of Symbol 265 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 267 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 274 MovieClip in Frame 28
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 28
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 28
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 28
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 28
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 28
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 28
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 28
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 28
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 28
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 28
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 28
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 28
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 28
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 28
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 28
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 28
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 28
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 28
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 28
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 28
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 28
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 28
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 28
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 28
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 28
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 28
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 28
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 28
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 28
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 28
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 28
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 28
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 28
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 28
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 28
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 28
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 28
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 28
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 28
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 28
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 263 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 265 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 265 MovieClip in Frame 28
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravoorcolour = 2; } }
Frame 29
saveGame();
Instance of Symbol 33 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 274 MovieClip in Frame 31
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 31
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 31
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 31
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 31
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 31
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 31
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 31
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 31
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 31
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 31
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 31
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 31
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 31
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 31
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 31
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 31
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 31
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 31
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 31
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 31
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 31
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 31
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 31
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 31
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 31
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 31
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 31
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 31
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 31
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 31
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 31
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 31
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 31
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 31
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 31
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 31
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 31
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 262 MovieClip in Frame 31
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { if (_root.gravoorcolour == 4) { } else { _root.player.gotoAndStop(2); } } }
Instance of Symbol 263 MovieClip in Frame 31
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { if (_root.gravoorcolour == 2) { } else { _root.player.gotoAndStop(2); } } }
Instance of Symbol 262 MovieClip in Frame 31
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { if (_root.gravoorcolour == 4) { } else { _root.player.gotoAndStop(2); } } }
Instance of Symbol 265 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 267 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 33 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 274 MovieClip in Frame 34
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 34
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 34
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 34
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 34
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 34
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 34
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 34
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 34
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 34
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 34
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 34
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 34
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 34
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 34
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 34
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 34
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 34
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 34
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 34
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 34
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 34
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 34
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 34
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 34
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 34
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 34
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 34
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 34
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 34
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 34
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 34
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 34
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 34
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 34
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 34
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 34
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 34
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 34
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 34
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 34
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 34
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 34
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 34
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 34
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 34
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 34
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 34
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 34
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 34
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 262 MovieClip in Frame 34
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { if (_root.gravoorcolour == 4) { } else { _root.player.gotoAndStop(2); } } }
Instance of Symbol 263 MovieClip in Frame 34
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { if (_root.gravoorcolour == 2) { } else { _root.player.gotoAndStop(2); } } }
Instance of Symbol 265 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 33 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 274 MovieClip in Frame 37
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 37
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 37
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 37
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 37
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 37
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 37
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 37
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 37
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 37
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 37
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 37
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 37
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 37
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 37
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 37
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 37
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 37
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 37
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 37
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 37
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 37
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 37
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 37
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 37
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 37
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 37
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 37
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 37
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 37
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 37
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 37
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 37
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 37
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 37
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 37
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 37
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 37
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 37
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 37
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 37
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 37
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 37
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 263 MovieClip in Frame 37
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { if (_root.gravoorcolour == 2) { } else { _root.player.gotoAndStop(2); } } }
Instance of Symbol 274 MovieClip in Frame 37
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 37
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 37
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 37
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 37
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 37
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 37
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 37
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 37
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 37
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 37
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 37
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 37
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 265 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 258 MovieClip in Frame 37
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.player.gotoAndStop(4); } }
Instance of Symbol 260 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 260 MovieClip in Frame 37
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.player.gotoAndStop(3); } }
Frame 38
saveGame();
Instance of Symbol 33 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 274 MovieClip in Frame 40
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 40
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 40
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 40
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 40
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 40
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 40
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 40
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 40
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 40
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 40
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 40
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 40
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 40
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 40
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 40
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 40
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 40
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 40
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 40
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 40
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 40
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 40
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 40
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 40
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 40
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 40
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 40
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 40
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 40
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 40
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 40
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 40
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 40
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 40
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 40
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 40
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 40
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 40
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 40
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 40
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 258 MovieClip in Frame 40
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.player.gotoAndStop(4); _root.player.gr.gotoAndPlay(1); } }
Instance of Symbol 276 MovieClip in Frame 40
/* no clip actions */
Instance of Symbol 276 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 258 MovieClip in Frame 40
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.player.gotoAndStop(4); } }
Frame 41
saveGame();
Instance of Symbol 33 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 274 MovieClip in Frame 43
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 43
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 43
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 43
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 43
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 265 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 274 MovieClip in Frame 43
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 43
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 43
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 43
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 43
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 43
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 43
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 43
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 43
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 43
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 43
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 43
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 43
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 43
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 43
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 43
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 43
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 43
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 43
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 43
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 43
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 43
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 43
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 43
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 43
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 43
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 43
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 43
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 43
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 43
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 43
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 43
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 43
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 43
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 43
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 43
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 43
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 43
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 43
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 43
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 43
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 43
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 43
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 43
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 43
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 43
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 43
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 43
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 43
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 43
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 43
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 43
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 43
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 43
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 43
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 43
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 43
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 43
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 43
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 43
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 263 MovieClip in Frame 43
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { if (_root.gravoorcolour == 2) { } else { _root.player.gotoAndStop(2); } } }
Instance of Symbol 262 MovieClip in Frame 43
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { if (_root.gravoorcolour == 4) { } else { _root.player.gotoAndStop(2); } } }
Instance of Symbol 267 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 263 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 == 2) { } else { _root.player.gotoAndStop(2); } } }
Instance of Symbol 260 MovieClip in Frame 43
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.player.gotoAndStop(3); _root.player.sh.gotoAndPlay(1); } }
Instance of Symbol 260 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 33 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 274 MovieClip in Frame 46
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 46
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 46
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 46
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 46
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 46
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 46
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 46
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 46
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 46
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 46
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 46
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 46
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 46
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 46
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 46
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 46
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 46
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 46
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 46
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 46
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 46
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 46
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 46
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 46
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 46
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 46
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 46
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 46
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 46
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 46
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 46
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 46
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 46
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 46
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 46
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 46
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 46
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 46
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 46
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 46
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 46
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 46
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 46
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 46
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 46
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 46
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 46
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 46
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 46
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 46
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 46
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 262 MovieClip in Frame 46
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { if (_root.gravoorcolour == 4) { } else { _root.player.gotoAndStop(2); } } }
Instance of Symbol 263 MovieClip in Frame 46
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { if (_root.gravoorcolour == 2) { } else { _root.player.gotoAndStop(2); } } }
Instance of Symbol 267 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 274 MovieClip in Frame 46
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 46
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 265 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 258 MovieClip in Frame 46
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.player.gotoAndStop(4); _root.player.gr.gotoAndPlay(1); } }
Instance of Symbol 276 MovieClip in Frame 46
/* no clip actions */
Instance of Symbol 276 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 33 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 274 MovieClip in Frame 49
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 49
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 49
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 49
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 49
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 49
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 49
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 49
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 49
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 49
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 49
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 49
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 49
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 49
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 49
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 49
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 49
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 49
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 49
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 49
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 49
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 49
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 49
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 49
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 49
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 49
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 49
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 49
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 49
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 49
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 49
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 49
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 49
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 49
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 49
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 49
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 49
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 262 MovieClip in Frame 49
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { if (_root.gravoorcolour == 4) { } else { _root.player.gotoAndStop(2); } } }
Instance of Symbol 263 MovieClip in Frame 49
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { if (_root.gravoorcolour == 2) { } else { _root.player.gotoAndStop(2); } } }
Instance of Symbol 267 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 274 MovieClip in Frame 49
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 49
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 49
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 49
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 49
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 49
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 49
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 49
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 49
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 49
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 49
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 49
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 265 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 258 MovieClip in Frame 49
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.player.gotoAndStop(4); _root.player.gr.gotoAndPlay(1); } }
Instance of Symbol 276 MovieClip in Frame 49
/* no clip actions */
Instance of Symbol 276 MovieClip in Frame 49
/* no clip actions */
Instance of Symbol 260 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 33 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 274 MovieClip in Frame 52
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 52
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 52
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 52
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 52
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 52
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 52
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 52
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 52
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 52
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 52
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 52
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 52
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 52
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 52
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 52
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 52
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 52
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 52
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 52
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 52
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 52
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 52
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 52
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 52
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 52
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 52
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 52
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 52
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 52
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 52
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 52
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 52
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 52
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 52
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 52
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 52
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 52
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 52
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 52
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 262 MovieClip in Frame 52
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { if (_root.gravoorcolour == 4) { } else { _root.player.gotoAndStop(2); } } }
Instance of Symbol 267 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 274 MovieClip in Frame 52
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 265 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 258 MovieClip in Frame 52
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.player.gotoAndStop(4); } }
Instance of Symbol 276 MovieClip in Frame 52
/* no clip actions */
Instance of Symbol 276 MovieClip in Frame 52
/* no clip actions */
Instance of Symbol 274 MovieClip in Frame 52
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 52
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 52
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 52
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 52
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 52
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 52
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 52
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 52
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 52
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 52
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 52
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 52
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 52
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 52
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 52
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 52
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 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 33 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 274 MovieClip in Frame 55
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 55
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 55
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 55
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 55
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 55
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 55
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 55
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 55
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 55
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 55
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 55
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 55
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 55
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 55
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 55
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 55
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 55
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 55
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 55
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 55
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 55
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 55
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 55
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 55
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 55
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 55
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 55
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 55
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 55
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 55
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 55
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 55
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 55
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 55
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 55
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 55
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 55
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 55
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 55
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 55
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 55
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 55
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 55
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 55
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 55
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 55
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 55
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 55
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 55
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 262 MovieClip in Frame 55
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { if (_root.gravoorcolour == 4) { } else { _root.player.gotoAndStop(2); } } }
Instance of Symbol 263 MovieClip in Frame 55
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { if (_root.gravoorcolour == 2) { } else { _root.player.gotoAndStop(2); } } }
Instance of Symbol 267 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 274 MovieClip in Frame 55
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 55
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 55
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 55
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 55
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 55
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 55
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 55
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 262 MovieClip in Frame 55
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { if (_root.gravoorcolour == 4) { } else { _root.player.gotoAndStop(2); } } }
Instance of Symbol 265 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 276 MovieClip in Frame 55
/* no clip actions */
Instance of Symbol 260 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 33 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 274 MovieClip in Frame 58
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 58
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 58
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 58
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 58
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 58
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 58
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 58
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 58
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 58
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 58
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 58
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 58
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 58
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 58
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 58
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 58
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 58
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 58
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 58
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 58
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 58
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 58
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 58
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 58
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 58
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 58
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 58
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 58
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 58
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 58
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 58
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 58
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 58
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 58
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 58
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 58
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 58
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 58
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 263 MovieClip in Frame 58
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { if (_root.gravoorcolour == 2) { } else { _root.player.gotoAndStop(2); } } }
Instance of Symbol 274 MovieClip in Frame 58
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 58
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 58
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 58
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 58
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 58
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 58
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 58
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 58
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 58
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 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 265 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 260 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 33 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 274 MovieClip in Frame 61
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 61
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 61
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 61
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 61
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 61
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 61
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 61
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 61
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 61
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 61
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 61
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 61
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 61
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 61
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 61
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 61
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 61
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 61
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 61
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 61
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 61
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 61
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 61
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 61
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 61
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 61
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 61
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 61
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 61
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 61
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 61
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 262 MovieClip in Frame 61
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { if (_root.gravoorcolour == 4) { } else { _root.player.gotoAndStop(2); } } }
Instance of Symbol 263 MovieClip in Frame 61
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { if (_root.gravoorcolour == 2) { } else { _root.player.gotoAndStop(2); } } }
Instance of Symbol 262 MovieClip in Frame 61
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { if (_root.gravoorcolour == 4) { } else { _root.player.gotoAndStop(2); } } }
Instance of Symbol 274 MovieClip in Frame 61
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 61
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 61
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 61
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 61
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 61
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 61
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 61
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 61
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 61
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 61
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 61
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 61
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 61
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 61
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 61
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 61
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 61
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 61
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 61
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 61
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 61
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 61
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 61
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 61
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 61
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 265 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 267 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 260 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 33 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 274 MovieClip in Frame 64
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 64
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 64
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 64
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 64
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 64
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 64
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 64
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 64
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 64
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 64
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 64
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 64
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 64
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 64
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 64
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 64
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 64
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 64
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 64
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 64
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 64
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 64
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 64
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 64
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 64
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 64
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 64
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 64
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 64
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 64
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 64
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 64
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 64
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 64
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 64
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 64
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 64
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 64
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 64
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 64
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 64
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 64
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 64
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 263 MovieClip in Frame 64
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { if (_root.gravoorcolour == 2) { } else { _root.player.gotoAndStop(2); } } }
Instance of Symbol 274 MovieClip in Frame 64
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 64
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 64
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 64
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 265 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 276 MovieClip in Frame 64
/* no clip actions */
Instance of Symbol 276 MovieClip in Frame 64
/* no clip actions */
Instance of Symbol 258 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 33 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 274 MovieClip in Frame 67
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 67
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 67
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 67
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 67
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 67
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 67
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 67
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 67
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 67
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 67
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 67
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 67
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 67
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 67
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 67
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 67
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 67
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 67
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 67
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 67
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 67
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 67
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 67
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 67
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 67
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 67
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 67
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 67
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 67
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 67
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 67
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 67
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 67
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 67
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 67
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 67
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 67
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 67
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 67
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 67
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 67
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 67
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 263 MovieClip in Frame 67
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { if (_root.gravoorcolour == 2) { } else { _root.player.gotoAndStop(2); } } }
Instance of Symbol 274 MovieClip in Frame 67
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 67
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 67
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 67
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 67
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 67
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 67
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 67
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 67
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 67
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 67
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 263 MovieClip in Frame 67
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { if (_root.gravoorcolour == 2) { } else { _root.player.gotoAndStop(2); } } }
Instance of Symbol 274 MovieClip in Frame 67
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 67
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 67
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 67
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 67
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 265 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 258 MovieClip in Frame 67
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.player.gotoAndStop(4); _root.player.gr.gotoAndPlay(1); } }
Instance of Symbol 260 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 276 MovieClip in Frame 67
/* no clip actions */
Instance of Symbol 276 MovieClip in Frame 67
/* no clip actions */
Instance of Symbol 276 MovieClip in Frame 67
/* no clip actions */
Instance of Symbol 276 MovieClip in Frame 67
/* no clip actions */
Instance of Symbol 276 MovieClip in Frame 67
/* no clip actions */
Instance of Symbol 276 MovieClip in Frame 67
/* no clip actions */
Instance of Symbol 276 MovieClip in Frame 67
/* no clip actions */
Instance of Symbol 276 MovieClip in Frame 67
/* no clip actions */
Frame 68
saveGame();
Instance of Symbol 33 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 258 MovieClip in Frame 70
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.player.gotoAndStop(4); _root.player.gr.gotoAndPlay(1); } }
Instance of Symbol 276 MovieClip in Frame 70
/* no clip actions */
Instance of Symbol 276 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 274 MovieClip in Frame 70
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 70
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 70
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 70
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 70
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 70
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 70
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 70
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 70
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 70
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 70
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 70
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 70
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 70
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 70
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 70
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 70
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 70
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 70
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 70
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 70
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 70
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 70
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 70
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 70
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 70
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 70
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 70
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 70
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 70
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 70
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 70
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 70
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 70
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 70
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 70
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 70
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 70
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 70
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 70
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 276 MovieClip in Frame 70
/* no clip actions */
Instance of Symbol 263 MovieClip in Frame 70
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { if (_root.gravoorcolour == 2) { } else { _root.player.gotoAndStop(2); } } }
Instance of Symbol 265 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 267 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 33 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 274 MovieClip in Frame 73
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 73
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 73
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 73
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 73
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 265 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 274 MovieClip in Frame 73
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 73
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 73
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 73
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 73
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 73
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 73
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 73
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 73
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 73
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 73
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 73
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 73
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 73
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 73
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 73
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 73
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 73
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 73
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 73
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 73
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 73
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 73
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 73
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 73
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 73
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 73
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 73
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 73
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 73
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 73
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 73
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 73
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 73
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 73
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 73
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 73
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 73
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 73
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 73
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 73
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 73
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 73
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 73
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 73
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 263 MovieClip in Frame 73
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { if (_root.gravoorcolour == 2) { } else { _root.player.gotoAndStop(2); } } }
Instance of Symbol 260 MovieClip in Frame 73
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.player.gotoAndStop(3); _root.player.sh.gotoAndPlay(1); } }
Instance of Symbol 260 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 274 MovieClip in Frame 73
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 73
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 276 MovieClip in Frame 73
/* no clip actions */
Instance of Symbol 276 MovieClip in Frame 73
/* no clip actions */
Instance of Symbol 276 MovieClip in Frame 73
/* no clip actions */
Instance of Symbol 276 MovieClip in Frame 73
/* no clip actions */
Frame 74
saveGame();
Instance of Symbol 33 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 274 MovieClip in Frame 76
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 76
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 76
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 76
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 76
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 76
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 76
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 76
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 76
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 76
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 76
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 76
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 76
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 76
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 76
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 76
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 76
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 76
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 76
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 76
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 76
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 76
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 76
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 76
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 76
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 76
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 76
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 76
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 76
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 76
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 76
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 76
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 76
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 76
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 76
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 76
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 76
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 76
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 76
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 76
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 76
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 76
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 76
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 76
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 76
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 76
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 76
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 76
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 76
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 76
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 76
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 76
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 262 MovieClip in Frame 76
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { if (_root.gravoorcolour == 4) { } else { _root.player.gotoAndStop(2); } } }
Instance of Symbol 263 MovieClip in Frame 76
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { if (_root.gravoorcolour == 2) { } else { _root.player.gotoAndStop(2); } } }
Instance of Symbol 267 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 274 MovieClip in Frame 76
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 265 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 258 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 276 MovieClip in Frame 76
/* no clip actions */
Instance of Symbol 276 MovieClip in Frame 76
/* no clip actions */
Instance of Symbol 276 MovieClip in Frame 76
/* no clip actions */
Instance of Symbol 260 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 33 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 274 MovieClip in Frame 79
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 79
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 79
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 79
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 79
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 79
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 79
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 79
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 79
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 79
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 79
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 79
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 262 MovieClip in Frame 79
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { if (_root.gravoorcolour == 4) { } else { _root.player.gotoAndStop(2); } } }
Instance of Symbol 267 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 274 MovieClip in Frame 79
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 79
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 79
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 79
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 79
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 79
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 79
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 79
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 79
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 79
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 79
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 79
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 79
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 79
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 79
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 79
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 79
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 79
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 79
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 79
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 79
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 79
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 79
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 79
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 79
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 79
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 79
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 79
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 79
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 79
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 79
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 79
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 79
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 79
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 79
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 79
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 79
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 79
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 79
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 79
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 79
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 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 == 2) { } else { _root.player.gotoAndStop(2); } } }
Instance of Symbol 263 MovieClip in Frame 79
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { if (_root.gravoorcolour == 2) { } else { _root.player.gotoAndStop(2); } } }
Instance of Symbol 265 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 258 MovieClip in Frame 79
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.player.gotoAndStop(4); } }
Instance of Symbol 276 MovieClip in Frame 79
/* no clip actions */
Instance of Symbol 276 MovieClip in Frame 79
/* no clip actions */
Instance of Symbol 260 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 276 MovieClip in Frame 79
/* no clip actions */
Instance of Symbol 276 MovieClip in Frame 79
/* no clip actions */
Instance of Symbol 276 MovieClip in Frame 79
/* no clip actions */
Instance of Symbol 276 MovieClip in Frame 79
/* no clip actions */
Frame 80
saveGame();
Instance of Symbol 33 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 258 MovieClip in Frame 83
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.player.gotoAndStop(4); _root.player.gr.gotoAndPlay(1); } }
Instance of Symbol 260 MovieClip in Frame 83
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.player.gotoAndStop(3); _root.player.sh.gotoAndPlay(1); } }
Instance of Symbol 262 MovieClip in Frame 83
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { if (_root.gravoorcolour == 4) { } else { _root.player.gotoAndStop(2); } } }
Instance of Symbol 263 MovieClip in Frame 83
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { if (_root.gravoorcolour == 2) { } else { _root.player.gotoAndStop(2); } } }
Instance of Symbol 265 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 267 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 274 MovieClip in Frame 84
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 84
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 84
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 84
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 84
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 84
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 84
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 84
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 84
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 84
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 84
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 84
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 84
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 84
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 84
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 84
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 84
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 84
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 84
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 84
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 84
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 84
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 84
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 84
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 84
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 84
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 84
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 84
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 84
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 84
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 84
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 84
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 84
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 84
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 84
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 84
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 84
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 84
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 84
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 84
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 84
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 263 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 265 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 265 MovieClip in Frame 84
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravoorcolour = 2; } }
Frame 85
saveGame();
Instance of Symbol 33 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 274 MovieClip in Frame 87
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 87
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 87
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 87
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 87
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 87
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 87
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 87
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 87
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 87
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 87
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 87
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 87
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 87
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 87
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 87
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 87
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 87
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 87
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 87
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 87
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 87
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 87
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 87
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 87
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 87
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 87
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 87
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 87
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 87
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 87
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 87
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 87
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 87
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 87
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 87
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 87
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 87
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 262 MovieClip in Frame 87
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { if (_root.gravoorcolour == 4) { } else { _root.player.gotoAndStop(2); } } }
Instance of Symbol 263 MovieClip in Frame 87
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { if (_root.gravoorcolour == 2) { } else { _root.player.gotoAndStop(2); } } }
Instance of Symbol 262 MovieClip in Frame 87
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { if (_root.gravoorcolour == 4) { } else { _root.player.gotoAndStop(2); } } }
Instance of Symbol 265 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 267 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 33 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 274 MovieClip in Frame 90
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 90
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 90
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 90
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 90
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 90
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 90
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 90
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 90
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 90
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 90
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 90
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 90
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 90
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 90
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 90
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 90
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 90
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 90
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 90
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 90
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 90
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 90
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 90
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 90
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 90
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 90
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 90
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 90
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 90
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 90
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 90
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 90
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 90
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 90
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 90
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 90
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 90
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 90
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 90
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 90
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 90
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 90
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 90
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 90
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 90
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 90
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 90
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 90
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 90
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 262 MovieClip in Frame 90
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { if (_root.gravoorcolour == 4) { } else { _root.player.gotoAndStop(2); } } }
Instance of Symbol 263 MovieClip in Frame 90
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { if (_root.gravoorcolour == 2) { } else { _root.player.gotoAndStop(2); } } }
Instance of Symbol 265 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 33 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 274 MovieClip in Frame 93
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 93
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 93
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 93
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 93
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 93
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 93
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 93
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 93
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 93
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 93
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 93
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 93
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 93
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 93
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 93
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 93
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 93
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 93
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 93
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 93
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 93
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 93
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 93
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 93
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 93
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 93
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 93
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 93
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 93
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 93
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 93
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 93
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 93
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 93
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 93
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 93
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 93
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 93
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 93
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 93
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 93
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 93
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 263 MovieClip in Frame 93
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { if (_root.gravoorcolour == 2) { } else { _root.player.gotoAndStop(2); } } }
Instance of Symbol 274 MovieClip in Frame 93
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 93
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 93
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 93
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 93
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 93
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 93
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 93
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 93
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 93
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 93
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 93
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 93
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 265 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 258 MovieClip in Frame 93
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.player.gotoAndStop(4); } }
Instance of Symbol 260 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 260 MovieClip in Frame 93
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.player.gotoAndStop(3); } }
Frame 94
saveGame();
Instance of Symbol 33 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 274 MovieClip in Frame 96
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 96
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 96
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 96
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 96
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 96
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 96
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 96
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 96
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 96
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 96
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 96
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 96
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 96
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 96
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 96
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 96
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 96
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 96
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 96
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 96
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 96
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 96
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 96
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 96
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 96
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 96
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 96
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 96
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 96
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 96
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 96
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 96
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 96
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 96
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 96
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 96
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 96
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 96
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 96
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 96
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 258 MovieClip in Frame 96
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.player.gotoAndStop(4); _root.player.gr.gotoAndPlay(1); } }
Instance of Symbol 276 MovieClip in Frame 96
/* no clip actions */
Instance of Symbol 276 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 258 MovieClip in Frame 96
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.player.gotoAndStop(4); } }
Frame 97
saveGame();
Instance of Symbol 33 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 274 MovieClip in Frame 99
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 99
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 99
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 99
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 99
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 265 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 274 MovieClip in Frame 99
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 99
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 99
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 99
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 99
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 99
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 99
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 99
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 99
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 99
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 99
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 99
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 99
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 99
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 99
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 99
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 99
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 99
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 99
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 99
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 99
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 99
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 99
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 99
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 99
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 99
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 99
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 99
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 99
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 99
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 99
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 99
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 99
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 99
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 99
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 99
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 99
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 99
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 99
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 99
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 99
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 99
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 99
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 99
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 99
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 99
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 99
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 99
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 99
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 99
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 99
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 99
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 99
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 99
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 99
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 99
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 99
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 99
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 99
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 99
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 263 MovieClip in Frame 99
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { if (_root.gravoorcolour == 2) { } else { _root.player.gotoAndStop(2); } } }
Instance of Symbol 262 MovieClip in Frame 99
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { if (_root.gravoorcolour == 4) { } else { _root.player.gotoAndStop(2); } } }
Instance of Symbol 267 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 263 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 == 2) { } else { _root.player.gotoAndStop(2); } } }
Instance of Symbol 260 MovieClip in Frame 99
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.player.gotoAndStop(3); _root.player.sh.gotoAndPlay(1); } }
Instance of Symbol 260 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 33 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 274 MovieClip in Frame 102
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 102
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 102
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 102
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 102
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 102
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 102
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 102
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 102
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 102
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 102
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 102
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 102
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 102
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 102
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 102
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 102
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 102
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 102
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 102
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 102
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 102
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 102
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 102
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 102
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 102
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 102
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 102
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 102
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 102
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 102
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 102
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 102
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 102
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 102
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 102
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 102
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 102
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 102
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 102
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 102
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 102
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 102
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 102
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 102
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 102
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 102
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 102
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 102
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 102
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 102
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 102
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 262 MovieClip in Frame 102
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { if (_root.gravoorcolour == 4) { } else { _root.player.gotoAndStop(2); } } }
Instance of Symbol 263 MovieClip in Frame 102
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { if (_root.gravoorcolour == 2) { } else { _root.player.gotoAndStop(2); } } }
Instance of Symbol 267 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 274 MovieClip in Frame 102
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 102
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 265 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 258 MovieClip in Frame 102
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.player.gotoAndStop(4); _root.player.gr.gotoAndPlay(1); } }
Instance of Symbol 276 MovieClip in Frame 102
/* no clip actions */
Instance of Symbol 276 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 33 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 274 MovieClip in Frame 105
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 105
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 105
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 105
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 105
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 105
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 105
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 105
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 105
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 105
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 105
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 105
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 105
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 105
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 105
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 105
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 105
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 105
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 105
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 105
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 105
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 105
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 105
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 105
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 105
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 105
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 105
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 105
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 105
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 105
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 105
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 105
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 105
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 105
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 105
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 105
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 105
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 262 MovieClip in Frame 105
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { if (_root.gravoorcolour == 4) { } else { _root.player.gotoAndStop(2); } } }
Instance of Symbol 263 MovieClip in Frame 105
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { if (_root.gravoorcolour == 2) { } else { _root.player.gotoAndStop(2); } } }
Instance of Symbol 267 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 274 MovieClip in Frame 105
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 105
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 105
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 105
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 105
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 105
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 105
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 105
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 105
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 105
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 105
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 105
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 265 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 258 MovieClip in Frame 105
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.player.gotoAndStop(4); _root.player.gr.gotoAndPlay(1); } }
Instance of Symbol 276 MovieClip in Frame 105
/* no clip actions */
Instance of Symbol 276 MovieClip in Frame 105
/* no clip actions */
Instance of Symbol 260 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 33 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 274 MovieClip in Frame 108
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 108
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 108
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 108
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 108
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 108
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 108
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 108
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 108
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 108
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 108
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 108
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 108
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 108
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 108
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 108
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 108
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 108
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 108
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 108
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 108
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 108
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 108
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 108
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 108
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 108
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 108
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 108
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 108
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 108
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 108
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 108
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 108
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 108
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 108
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 108
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 108
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 108
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 108
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 108
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 262 MovieClip in Frame 108
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { if (_root.gravoorcolour == 4) { } else { _root.player.gotoAndStop(2); } } }
Instance of Symbol 267 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 274 MovieClip in Frame 108
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 265 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 258 MovieClip in Frame 108
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.player.gotoAndStop(4); } }
Instance of Symbol 276 MovieClip in Frame 108
/* no clip actions */
Instance of Symbol 276 MovieClip in Frame 108
/* no clip actions */
Instance of Symbol 274 MovieClip in Frame 108
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 108
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 108
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 108
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 108
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 108
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 108
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 108
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 108
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 108
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 108
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 108
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 108
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 108
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 108
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 108
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 108
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 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 33 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 274 MovieClip in Frame 111
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 111
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 111
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 111
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 111
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 111
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 111
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 111
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 111
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 111
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 111
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 111
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 111
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 111
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 111
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 111
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 111
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 111
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 111
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 111
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 111
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 111
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 111
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 111
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 111
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 111
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 111
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 111
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 111
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 111
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 111
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 111
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 111
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 111
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 111
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 111
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 111
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 111
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 111
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 111
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 111
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 111
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 111
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 111
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 111
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 111
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 111
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 111
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 111
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 111
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 262 MovieClip in Frame 111
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { if (_root.gravoorcolour == 4) { } else { _root.player.gotoAndStop(2); } } }
Instance of Symbol 263 MovieClip in Frame 111
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { if (_root.gravoorcolour == 2) { } else { _root.player.gotoAndStop(2); } } }
Instance of Symbol 267 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 274 MovieClip in Frame 111
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 111
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 111
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 111
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 111
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 111
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 111
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 111
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 262 MovieClip in Frame 111
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { if (_root.gravoorcolour == 4) { } else { _root.player.gotoAndStop(2); } } }
Instance of Symbol 265 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 276 MovieClip in Frame 111
/* no clip actions */
Instance of Symbol 260 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 33 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 274 MovieClip in Frame 114
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 114
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 114
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 114
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 114
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 114
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 114
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 114
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 114
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 114
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 114
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 114
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 114
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 114
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 114
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 114
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 114
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 114
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 114
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 114
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 114
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 114
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 114
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 114
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 114
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 114
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 114
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 114
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 114
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 114
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 114
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 114
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 114
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 114
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 114
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 114
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 114
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 114
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 114
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 263 MovieClip in Frame 114
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { if (_root.gravoorcolour == 2) { } else { _root.player.gotoAndStop(2); } } }
Instance of Symbol 274 MovieClip in Frame 114
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 114
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 114
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 114
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 114
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 114
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 114
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 114
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 114
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 114
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 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 265 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 260 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 33 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 274 MovieClip in Frame 117
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 117
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 117
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 117
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 117
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 117
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 117
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 117
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 117
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 117
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 117
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 117
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 117
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 117
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 117
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 117
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 117
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 117
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 117
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 117
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 117
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 117
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 117
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 117
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 117
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 117
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 117
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 117
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 117
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 117
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 117
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 117
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 262 MovieClip in Frame 117
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { if (_root.gravoorcolour == 4) { } else { _root.player.gotoAndStop(2); } } }
Instance of Symbol 263 MovieClip in Frame 117
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { if (_root.gravoorcolour == 2) { } else { _root.player.gotoAndStop(2); } } }
Instance of Symbol 262 MovieClip in Frame 117
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { if (_root.gravoorcolour == 4) { } else { _root.player.gotoAndStop(2); } } }
Instance of Symbol 274 MovieClip in Frame 117
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 117
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 117
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 117
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 117
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 117
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 117
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 117
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 117
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 117
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 117
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 117
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 117
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 117
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 117
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 117
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 117
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 117
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 117
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 117
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 117
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 117
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 117
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 117
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 117
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 117
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 265 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 267 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 260 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 33 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 274 MovieClip in Frame 120
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 120
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 120
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 120
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 120
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 120
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 120
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 120
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 120
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 120
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 120
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 120
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 120
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 120
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 120
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 120
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 120
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 120
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 120
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 120
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 120
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 120
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 120
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 120
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 120
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 120
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 120
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 120
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 120
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 120
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 120
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 120
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 120
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 120
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 120
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 120
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 120
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 120
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 120
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 120
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 120
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 120
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 120
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 120
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 263 MovieClip in Frame 120
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { if (_root.gravoorcolour == 2) { } else { _root.player.gotoAndStop(2); } } }
Instance of Symbol 274 MovieClip in Frame 120
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 120
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 120
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 120
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 265 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 276 MovieClip in Frame 120
/* no clip actions */
Instance of Symbol 276 MovieClip in Frame 120
/* no clip actions */
Instance of Symbol 258 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 33 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 274 MovieClip in Frame 123
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 123
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 123
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 123
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 123
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 123
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 123
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 123
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 123
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 123
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 123
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 123
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 123
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 123
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 123
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 123
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 123
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 123
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 123
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 123
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 123
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 123
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 123
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 123
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 123
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 123
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 123
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 123
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 123
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 123
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 123
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 123
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 123
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 123
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 123
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 123
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 123
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 123
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 123
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 123
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 123
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 123
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 123
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 263 MovieClip in Frame 123
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { if (_root.gravoorcolour == 2) { } else { _root.player.gotoAndStop(2); } } }
Instance of Symbol 274 MovieClip in Frame 123
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 123
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 123
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 123
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 123
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 123
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 123
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 123
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 123
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 123
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 123
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 263 MovieClip in Frame 123
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { if (_root.gravoorcolour == 2) { } else { _root.player.gotoAndStop(2); } } }
Instance of Symbol 274 MovieClip in Frame 123
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 123
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 123
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 123
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 123
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 265 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 258 MovieClip in Frame 123
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.player.gotoAndStop(4); _root.player.gr.gotoAndPlay(1); } }
Instance of Symbol 260 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 276 MovieClip in Frame 123
/* no clip actions */
Instance of Symbol 276 MovieClip in Frame 123
/* no clip actions */
Instance of Symbol 276 MovieClip in Frame 123
/* no clip actions */
Instance of Symbol 276 MovieClip in Frame 123
/* no clip actions */
Instance of Symbol 276 MovieClip in Frame 123
/* no clip actions */
Instance of Symbol 276 MovieClip in Frame 123
/* no clip actions */
Instance of Symbol 276 MovieClip in Frame 123
/* no clip actions */
Instance of Symbol 276 MovieClip in Frame 123
/* no clip actions */
Frame 124
saveGame();
Instance of Symbol 33 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 258 MovieClip in Frame 126
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.player.gotoAndStop(4); _root.player.gr.gotoAndPlay(1); } }
Instance of Symbol 276 MovieClip in Frame 126
/* no clip actions */
Instance of Symbol 276 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 274 MovieClip in Frame 126
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 126
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 126
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 126
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 126
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 126
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 126
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 126
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 126
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 126
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 126
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 126
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 126
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 126
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 126
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 126
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 126
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 126
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 126
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 126
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 126
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 126
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 126
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 126
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 126
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 126
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 126
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 126
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 126
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 126
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 126
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 126
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 126
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 126
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 126
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 126
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 126
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 126
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 126
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 126
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 276 MovieClip in Frame 126
/* no clip actions */
Instance of Symbol 263 MovieClip in Frame 126
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { if (_root.gravoorcolour == 2) { } else { _root.player.gotoAndStop(2); } } }
Instance of Symbol 265 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 267 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 33 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 274 MovieClip in Frame 129
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 129
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 129
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 129
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 129
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 265 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 274 MovieClip in Frame 129
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 129
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 129
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 129
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 129
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 129
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 129
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 129
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 129
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 129
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 129
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 129
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 129
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 129
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 129
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 129
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 129
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 129
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 129
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 129
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 129
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 129
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 129
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 129
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 129
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 129
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 129
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 129
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 129
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 129
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 129
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 129
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 129
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 129
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 129
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 129
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 129
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 129
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 129
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 129
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 129
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 129
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 129
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 129
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 129
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 263 MovieClip in Frame 129
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { if (_root.gravoorcolour == 2) { } else { _root.player.gotoAndStop(2); } } }
Instance of Symbol 260 MovieClip in Frame 129
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.player.gotoAndStop(3); _root.player.sh.gotoAndPlay(1); } }
Instance of Symbol 260 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 274 MovieClip in Frame 129
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 129
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 276 MovieClip in Frame 129
/* no clip actions */
Instance of Symbol 276 MovieClip in Frame 129
/* no clip actions */
Instance of Symbol 276 MovieClip in Frame 129
/* no clip actions */
Instance of Symbol 276 MovieClip in Frame 129
/* no clip actions */
Frame 130
saveGame();
Instance of Symbol 33 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 274 MovieClip in Frame 132
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 132
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 132
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 132
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 132
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 132
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 132
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 132
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 132
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 132
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 132
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 132
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 132
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 132
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 132
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 132
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 132
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 132
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 132
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 132
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 132
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 132
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 132
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 132
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 132
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 132
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 132
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 132
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 132
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 132
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 132
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 132
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 132
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 132
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 132
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 132
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 132
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 132
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 132
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 132
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 132
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 132
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 132
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 132
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 132
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 132
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 132
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 132
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 132
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 132
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 132
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 132
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 262 MovieClip in Frame 132
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { if (_root.gravoorcolour == 4) { } else { _root.player.gotoAndStop(2); } } }
Instance of Symbol 263 MovieClip in Frame 132
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { if (_root.gravoorcolour == 2) { } else { _root.player.gotoAndStop(2); } } }
Instance of Symbol 267 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 274 MovieClip in Frame 132
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 265 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 258 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 276 MovieClip in Frame 132
/* no clip actions */
Instance of Symbol 276 MovieClip in Frame 132
/* no clip actions */
Instance of Symbol 276 MovieClip in Frame 132
/* no clip actions */
Instance of Symbol 260 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 33 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 274 MovieClip in Frame 135
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 135
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 135
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 135
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 135
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 135
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 135
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 135
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 135
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 135
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 135
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 135
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 262 MovieClip in Frame 135
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { if (_root.gravoorcolour == 4) { } else { _root.player.gotoAndStop(2); } } }
Instance of Symbol 267 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 274 MovieClip in Frame 135
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 135
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 135
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 135
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 135
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 135
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 135
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 135
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 135
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 135
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 135
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 135
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 135
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 135
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 135
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 135
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 135
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 135
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 135
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 135
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 135
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 135
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 135
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 135
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 135
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 135
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 135
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 135
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 135
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 135
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 135
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 135
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 135
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 135
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 135
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 135
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 135
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 135
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 135
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 135
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 MovieClip in Frame 135
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 274 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 == 2) { } else { _root.player.gotoAndStop(2); } } }
Instance of Symbol 263 MovieClip in Frame 135
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { if (_root.gravoorcolour == 2) { } else { _root.player.gotoAndStop(2); } } }
Instance of Symbol 265 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 258 MovieClip in Frame 135
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.player.gotoAndStop(4); } }
Instance of Symbol 276 MovieClip in Frame 135
/* no clip actions */
Instance of Symbol 276 MovieClip in Frame 135
/* no clip actions */
Instance of Symbol 260 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 276 MovieClip in Frame 135
/* no clip actions */
Instance of Symbol 276 MovieClip in Frame 135
/* no clip actions */
Instance of Symbol 276 MovieClip in Frame 135
/* no clip actions */
Instance of Symbol 276 MovieClip in Frame 135
/* no clip actions */
Frame 136
saveGame();
Instance of Symbol 33 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 33 MovieClip in Frame 137
on (keyPress "<Space>") { stopAllSounds(); _root.nextFrame(); }
Symbol 35 Button
on (release) { nextFrame(); }
Symbol 38 Button
on (release) { getURL ("http://www.imperfectsystems.net/", "_blank"); }
Symbol 40 MovieClip Frame 40
_root.nextFrame();
Symbol 41 Button
on (release) { getURL ("http://www.armorgames.com", "blank"); }
Symbol 48 MovieClip Frame 81
_root.play(); _root.play();
Symbol 123 Button
on (release) { stopAllSounds(); gotoAndPlay (26); }
Symbol 124 Button
on (release) { gotoAndStop (18); }
Symbol 125 Button
on (release) { gotoAndStop (20); }
Symbol 126 Button
on (release) { gotoAndStop (21); }
Symbol 127 Button
on (release) { getURL ("http://www.imperfectsystems.net/", "_blank"); }
Symbol 128 Button
on (release) { getURL ("http://www.armorgames.com/", "_blank"); }
Symbol 154 MovieClip Frame 1
stop();
Symbol 155 Button
on (release) { if (_root.floornumber >= 1) { stopAllSounds(); gotoAndPlay (83); } }
Symbol 156 Button
on (release) { if (_root.floornumber >= 2) { stopAllSounds(); gotoAndStop (86); } }
Symbol 157 Button
on (release) { if (_root.floornumber >= 3) { stopAllSounds(); gotoAndStop (89); } }
Symbol 158 Button
on (release) { if (_root.floornumber >= 4) { stopAllSounds(); gotoAndStop (92); } }
Symbol 159 Button
on (release) { if (_root.floornumber >= 5) { stopAllSounds(); gotoAndStop (95); } }
Symbol 160 Button
on (release) { if (_root.floornumber >= 6) { stopAllSounds(); gotoAndPlay (98); } }
Symbol 161 Button
on (release) { if (_root.floornumber >= 7) { stopAllSounds(); gotoAndStop (101); } }
Symbol 162 Button
on (release) { if (_root.floornumber >= 8) { stopAllSounds(); gotoAndStop (104); } }
Symbol 163 Button
on (release) { if (_root.floornumber >= 9) { stopAllSounds(); gotoAndStop (107); } }
Symbol 164 Button
on (release) { if (_root.floornumber >= 10) { stopAllSounds(); gotoAndStop (110); } }
Symbol 170 Button
on (release) { gotoAndStop (22); }
Symbol 172 Button
on (release) { gotoAndStop (23); }
Symbol 220 MovieClip Frame 1
stop();
Symbol 221 Button
on (release) { if (_root.floornumber >= 11) { stopAllSounds(); gotoAndPlay (113); } }
Symbol 222 Button
on (release) { if (_root.floornumber >= 12) { stopAllSounds(); gotoAndPlay (116); } }
Symbol 223 Button
on (release) { if (_root.floornumber >= 13) { stopAllSounds(); gotoAndPlay (119); } }
Symbol 224 Button
on (release) { if (_root.floornumber >= 14) { stopAllSounds(); gotoAndPlay (122); } }
Symbol 225 Button
on (release) { if (_root.floornumber >= 15) { stopAllSounds(); gotoAndPlay (125); } }
Symbol 226 Button
on (release) { if (_root.floornumber >= 16) { stopAllSounds(); gotoAndPlay (128); } }
Symbol 227 Button
on (release) { if (_root.floornumber >= 17) { stopAllSounds(); gotoAndPlay (131); } }
Symbol 228 Button
on (release) { if (_root.floornumber >= 18) { stopAllSounds(); gotoAndPlay (134); } }
Symbol 229 Button
on (release) { gotoAndStop (18); }
Symbol 238 Button
on (release) { gotoAndStop (20); }
Symbol 248 Button
on (release) { stopAllSounds(); _root.gotoAndStop(10); }
Symbol 258 MovieClip Frame 1
stop();
Symbol 260 MovieClip Frame 1
stop();
Symbol 265 MovieClip Frame 1
stop();
Symbol 267 MovieClip Frame 1
stop();
Symbol 276 MovieClip Frame 1
stop();
Instance of Symbol 274 MovieClip in Symbol 276 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { if (_root.gravoorsize == 2) { _parent.play(); } else { _root.player.gotoAndStop(2); } } }
Symbol 276 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 274 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 274 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 263 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 262 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 262 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 262 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 262 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 262 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 262 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 262 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 262 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 474 Button
on (release) { gotoAndStop (17); }
Symbol 480 MovieClip Frame 2
stop();
Symbol 481 Button
on (release) { stopAllSounds(); gotoAndStop (18); }
Symbol 483 Button
on (release) { stopAllSounds(); gotoAndStop (18); }
Symbol 497 Button
on (release) { stopAllSounds(); gotoAndStop (22); }

Library Items

Symbol 1 GraphicUsed by:13
Symbol 2 GraphicUsed by:3
Symbol 3 MovieClipUses:2Used by:13 48
Symbol 4 GraphicUsed by:13
Symbol 5 ShapeTweeningUsed by:13
Symbol 6 GraphicUsed by:7
Symbol 7 MovieClipUses:6Used by:13
Symbol 8 GraphicUsed by:9
Symbol 9 MovieClipUses:8Used by:13
Symbol 10 GraphicUsed by:11
Symbol 11 MovieClipUses:10Used by:13
Symbol 12 GraphicUsed by:13 41 409 425 429
Symbol 13 MovieClipUses:1 3 4 5 7 9 11 12Used by:Timeline
Symbol 14 GraphicUsed by:48  Timeline
Symbol 15 FontUsed by:16 17 18 345 346 395 401
Symbol 16 TextUses:15Used by:Timeline
Symbol 17 TextUses:15Used by:Timeline
Symbol 18 TextUses:15Used by:Timeline
Symbol 19 FontUsed by:20 21 22 23 24 25 26 27 28 31 32 130 131 255 277 278 476 477 478 479
Symbol 20 TextUses:19Used by:Timeline
Symbol 21 TextUses:19Used by:Timeline
Symbol 22 TextUses:19Used by:Timeline
Symbol 23 TextUses:19Used by:Timeline
Symbol 24 TextUses:19Used by:Timeline
Symbol 25 TextUses:19Used by:Timeline
Symbol 26 TextUses:19Used by:Timeline
Symbol 27 TextUses:19Used by:Timeline
Symbol 28 TextUses:19Used by:Timeline
Symbol 29 FontUsed by:30 39 49 133 136 137 138 139 140 141 142 143 144 173 174 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 205 206 207 208 209 210 211 231 232 233 234 235 236 237 239 240 241 242 243 244 245 246 349 382 389 396 402 407 412 417 423 427 432 437 443 449 456 461 466 471 472 473 482 485 487 489 490 491 493 494 495 496 498 499 500 502 503 504 505 506
Symbol 30 TextUses:29Used by:Timeline
Symbol 31 TextUses:19Used by:33
Symbol 32 TextUses:19Used by:33
Symbol 33 MovieClipUses:31 32Used by:Timeline
Symbol 34 GraphicUsed by:35 123 124 125 126 127 128 155 156 157 158 159 160 161 162 163 164 221 222 223 224 225 226 227 228 248 263 474 481 483 497
Symbol 35 ButtonUses:34Used by:Timeline
Symbol 36 BitmapUsed by:37
Symbol 37 GraphicUses:36Used by:38
Symbol 38 ButtonUses:37Used by:Timeline
Symbol 39 TextUses:29Used by:40
Symbol 40 MovieClipUses:39Used by:Timeline
Symbol 41 ButtonUses:12Used by:48
Symbol 42 GraphicUsed by:43
Symbol 43 MovieClipUses:42Used by:48
Symbol 44 GraphicUsed by:45
Symbol 45 MovieClipUses:44Used by:48
Symbol 46 GraphicUsed by:47
Symbol 47 MovieClipUses:46Used by:48
Symbol 48 MovieClipUses:14 3 41 43 45 47 SS1Used by:Timeline
Symbol 49 TextUses:29Used by:Timeline
Symbol 50 GraphicUsed by:82
Symbol 51 GraphicUsed by:82
Symbol 52 GraphicUsed by:82
Symbol 53 GraphicUsed by:82
Symbol 54 GraphicUsed by:82
Symbol 55 GraphicUsed by:82
Symbol 56 GraphicUsed by:82
Symbol 57 GraphicUsed by:82
Symbol 58 GraphicUsed by:82
Symbol 59 GraphicUsed by:82
Symbol 60 GraphicUsed by:82
Symbol 61 GraphicUsed by:82
Symbol 62 GraphicUsed by:82
Symbol 63 GraphicUsed by:82
Symbol 64 GraphicUsed by:82
Symbol 65 GraphicUsed by:82
Symbol 66 GraphicUsed by:82
Symbol 67 GraphicUsed by:82
Symbol 68 GraphicUsed by:82
Symbol 69 GraphicUsed by:82
Symbol 70 GraphicUsed by:82
Symbol 71 GraphicUsed by:82
Symbol 72 GraphicUsed by:82
Symbol 73 GraphicUsed by:82
Symbol 74 GraphicUsed by:82
Symbol 75 GraphicUsed by:82
Symbol 76 GraphicUsed by:82
Symbol 77 GraphicUsed by:82
Symbol 78 GraphicUsed by:82
Symbol 79 GraphicUsed by:82
Symbol 80 GraphicUsed by:82
Symbol 81 GraphicUsed by:82
Symbol 82 MovieClipUses:50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81Used by:Timeline
Symbol 83 GraphicUsed by:122
Symbol 84 GraphicUsed by:122
Symbol 85 GraphicUsed by:122
Symbol 86 GraphicUsed by:122
Symbol 87 GraphicUsed by:122
Symbol 88 GraphicUsed by:122
Symbol 89 GraphicUsed by:122
Symbol 90 GraphicUsed by:122
Symbol 91 GraphicUsed by:122
Symbol 92 GraphicUsed by:122
Symbol 93 GraphicUsed by:122
Symbol 94 GraphicUsed by:122
Symbol 95 GraphicUsed by:122
Symbol 96 GraphicUsed by:122
Symbol 97 GraphicUsed by:122
Symbol 98 GraphicUsed by:122
Symbol 99 GraphicUsed by:122
Symbol 100 GraphicUsed by:122
Symbol 101 GraphicUsed by:122
Symbol 102 GraphicUsed by:122
Symbol 103 GraphicUsed by:122
Symbol 104 GraphicUsed by:122
Symbol 105 GraphicUsed by:122
Symbol 106 GraphicUsed by:122
Symbol 107 GraphicUsed by:122
Symbol 108 GraphicUsed by:122
Symbol 109 GraphicUsed by:122
Symbol 110 GraphicUsed by:122
Symbol 111 GraphicUsed by:122
Symbol 112 GraphicUsed by:122
Symbol 113 GraphicUsed by:122
Symbol 114 GraphicUsed by:122
Symbol 115 GraphicUsed by:122
Symbol 116 GraphicUsed by:122
Symbol 117 GraphicUsed by:122
Symbol 118 GraphicUsed by:122
Symbol 119 GraphicUsed by:122
Symbol 120 GraphicUsed by:122
Symbol 121 GraphicUsed by:122
Symbol 122 MovieClipUses:83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121Used by:Timeline
Symbol 123 ButtonUses:34Used by:Timeline
Symbol 124 ButtonUses:34Used by:Timeline
Symbol 125 ButtonUses:34Used by:Timeline
Symbol 126 ButtonUses:34Used by:Timeline
Symbol 127 ButtonUses:34Used by:Timeline
Symbol 128 ButtonUses:34Used by:Timeline
Symbol 129 SoundUsed by:Timeline
Symbol 130 TextUses:19Used by:132
Symbol 131 TextUses:19Used by:132
Symbol 132 MovieClipUses:130 131Used by:Timeline
Symbol 133 TextUses:29Used by:Timeline
Symbol 134 FontUsed by:135 165 166 171 175 204 230
Symbol 135 TextUses:134Used by:154
Symbol 136 TextUses:29Used by:154
Symbol 137 TextUses:29Used by:154
Symbol 138 TextUses:29Used by:154
Symbol 139 TextUses:29Used by:154
Symbol 140 TextUses:29Used by:154
Symbol 141 TextUses:29Used by:154
Symbol 142 TextUses:29Used by:154
Symbol 143 TextUses:29Used by:154
Symbol 144 TextUses:29Used by:154
Symbol 145 GraphicUsed by:154
Symbol 146 GraphicUsed by:154
Symbol 147 GraphicUsed by:154
Symbol 148 GraphicUsed by:154
Symbol 149 GraphicUsed by:154
Symbol 150 GraphicUsed by:154
Symbol 151 GraphicUsed by:154
Symbol 152 GraphicUsed by:154
Symbol 153 GraphicUsed by:154
Symbol 154 MovieClipUses:135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153Used by:Timeline
Symbol 155 ButtonUses:34Used by:Timeline
Symbol 156 ButtonUses:34Used by:Timeline
Symbol 157 ButtonUses:34Used by:Timeline
Symbol 158 ButtonUses:34Used by:Timeline
Symbol 159 ButtonUses:34Used by:Timeline
Symbol 160 ButtonUses:34Used by:Timeline
Symbol 161 ButtonUses:34Used by:Timeline
Symbol 162 ButtonUses:34Used by:Timeline
Symbol 163 ButtonUses:34Used by:Timeline
Symbol 164 ButtonUses:34Used by:Timeline
Symbol 165 TextUses:134Used by:Timeline
Symbol 166 TextUses:134Used by:Timeline
Symbol 167 GraphicUsed by:170 172 229 238
Symbol 168 GraphicUsed by:170 172 229 238
Symbol 169 SoundUsed by:170 172 229 238 265 267 282 378
Symbol 170 ButtonUses:167 168 169Used by:Timeline
Symbol 171 TextUses:134Used by:Timeline
Symbol 172 ButtonUses:167 168 169Used by:Timeline
Symbol 173 TextUses:29Used by:Timeline
Symbol 174 TextUses:29Used by:Timeline
Symbol 175 TextUses:134Used by:Timeline
Symbol 176 EditableTextUses:29Used by:Timeline
Symbol 177 TextUses:29Used by:Timeline
Symbol 178 EditableTextUses:29Used by:Timeline
Symbol 179 TextUses:29Used by:Timeline
Symbol 180 EditableTextUses:29Used by:Timeline
Symbol 181 TextUses:29Used by:Timeline
Symbol 182 EditableTextUses:29Used by:Timeline
Symbol 183 TextUses:29Used by:Timeline
Symbol 184 TextUses:29Used by:Timeline
Symbol 185 TextUses:29Used by:Timeline
Symbol 186 TextUses:29Used by:Timeline
Symbol 187 TextUses:29Used by:Timeline
Symbol 188 TextUses:29Used by:Timeline
Symbol 189 EditableTextUses:29Used by:Timeline
Symbol 190 EditableTextUses:29Used by:Timeline
Symbol 191 EditableTextUses:29Used by:Timeline
Symbol 192 EditableTextUses:29Used by:Timeline
Symbol 193 EditableTextUses:29Used by:Timeline
Symbol 194 EditableTextUses:29Used by:Timeline
Symbol 195 TextUses:29Used by:Timeline
Symbol 196 TextUses:29Used by:Timeline
Symbol 197 TextUses:29Used by:Timeline
Symbol 198 TextUses:29Used by:Timeline
Symbol 199 TextUses:29Used by:Timeline
Symbol 200 TextUses:29Used by:Timeline
Symbol 201 TextUses:29Used by:Timeline
Symbol 202 TextUses:29Used by:Timeline
Symbol 203 TextUses:29Used by:Timeline
Symbol 204 TextUses:134Used by:220
Symbol 205 TextUses:29Used by:220
Symbol 206 TextUses:29Used by:220
Symbol 207 TextUses:29Used by:220
Symbol 208 TextUses:29Used by:220
Symbol 209 TextUses:29Used by:220
Symbol 210 TextUses:29Used by:220
Symbol 211 TextUses:29Used by:220
Symbol 212 GraphicUsed by:220
Symbol 213 GraphicUsed by:220
Symbol 214 GraphicUsed by:220
Symbol 215 GraphicUsed by:220
Symbol 216 GraphicUsed by:220
Symbol 217 GraphicUsed by:220
Symbol 218 GraphicUsed by:220
Symbol 219 GraphicUsed by:220
Symbol 220 MovieClipUses:204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219Used by:Timeline
Symbol 221 ButtonUses:34Used by:Timeline
Symbol 222 ButtonUses:34Used by:Timeline
Symbol 223 ButtonUses:34Used by:Timeline
Symbol 224 ButtonUses:34Used by:Timeline
Symbol 225 ButtonUses:34Used by:Timeline
Symbol 226 ButtonUses:34Used by:Timeline
Symbol 227 ButtonUses:34Used by:Timeline
Symbol 228 ButtonUses:34Used by:Timeline
Symbol 229 ButtonUses:167 168 169Used by:Timeline
Symbol 230 TextUses:134Used by:Timeline
Symbol 231 TextUses:29Used by:Timeline
Symbol 232 TextUses:29Used by:Timeline
Symbol 233 TextUses:29Used by:Timeline
Symbol 234 TextUses:29Used by:Timeline
Symbol 235 TextUses:29Used by:Timeline
Symbol 236 TextUses:29Used by:Timeline
Symbol 237 TextUses:29Used by:Timeline
Symbol 238 ButtonUses:167 168 169Used by:Timeline
Symbol 239 EditableTextUses:29Used by:Timeline
Symbol 240 EditableTextUses:29Used by:Timeline
Symbol 241 EditableTextUses:29Used by:Timeline
Symbol 242 EditableTextUses:29Used by:Timeline
Symbol 243 EditableTextUses:29Used by:Timeline
Symbol 244 EditableTextUses:29Used by:Timeline
Symbol 245 EditableTextUses:29Used by:Timeline
Symbol 246 EditableTextUses:29Used by:Timeline
Symbol 247 GraphicUsed by:Timeline
Symbol 248 ButtonUses:34Used by:Timeline
Symbol 249 SoundUsed by:Timeline
Symbol 250 SoundUsed by:480  Timeline
Symbol 251 GraphicUsed by:254
Symbol 252 GraphicUsed by:254
Symbol 253 GraphicUsed by:254
Symbol 254 MovieClipUses:251 252 253Used by:Timeline
Symbol 255 EditableTextUses:19Used by:Timeline
Symbol 256 GraphicUsed by:258 260
Symbol 257 GraphicUsed by:258
Symbol 258 MovieClipUses:256 257Used by:Timeline
Symbol 259 GraphicUsed by:260
Symbol 260 MovieClipUses:256 259Used by:Timeline
Symbol 261 GraphicUsed by:262
Symbol 262 MovieClipUses:261Used by:421 430 441 454  Timeline
Symbol 263 MovieClipUses:34Used by:421  Timeline
Symbol 264 GraphicUsed by:265 282 378
Symbol 265 MovieClipUses:264 169Used by:Timeline
Symbol 266 GraphicUsed by:267
Symbol 267 MovieClipUses:266 169Used by:Timeline
Symbol 268 GraphicUsed by:276
Symbol 269 GraphicUsed by:276
Symbol 270 GraphicUsed by:276
Symbol 271 GraphicUsed by:276
Symbol 272 GraphicUsed by:276
Symbol 273 GraphicUsed by:274
Symbol 274 MovieClipUses:273Used by:276 387  Timeline
Symbol 275 SoundUsed by:276
Symbol 276 MovieClipUses:268 269 270 271 272 274 275Used by:Timeline
Symbol 277 EditableTextUses:19Used by:Timeline
Symbol 278 EditableTextUses:19Used by:Timeline
Symbol 279 FontUsed by:280 377 383 390 397 403 408 413 418 424 428 433 438 444 450 457 462 467
Symbol 280 TextUses:279Used by:Timeline
Symbol 281 GraphicUsed by:282 378
Symbol 282 ButtonUses:281 264 169Used by:Timeline
Symbol 283 GraphicUsed by:302
Symbol 284 GraphicUsed by:302
Symbol 285 GraphicUsed by:302
Symbol 286 GraphicUsed by:302
Symbol 287 GraphicUsed by:302
Symbol 288 GraphicUsed by:302
Symbol 289 GraphicUsed by:302
Symbol 290 GraphicUsed by:302
Symbol 291 GraphicUsed by:302
Symbol 292 GraphicUsed by:302
Symbol 293 GraphicUsed by:302
Symbol 294 GraphicUsed by:302
Symbol 295 GraphicUsed by:302
Symbol 296 GraphicUsed by:302
Symbol 297 GraphicUsed by:302
Symbol 298 GraphicUsed by:302
Symbol 299 GraphicUsed by:302
Symbol 300 GraphicUsed by:302
Symbol 301 GraphicUsed by:302
Symbol 302 MovieClipUses:283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301Used by:303
Symbol 303 MovieClipUses:302Used by:Timeline
Symbol 304 GraphicUsed by:305
Symbol 305 MovieClipUses:304Used by:Timeline
Symbol 306 GraphicUsed by:Timeline
Symbol 307 GraphicUsed by:310
Symbol 308 GraphicUsed by:309
Symbol 309 MovieClipUses:308Used by:310 343
Symbol 310 MovieClipUses:307 309Used by:Timeline
Symbol 311 GraphicUsed by:321
Symbol 312 GraphicUsed by:321
Symbol 313 GraphicUsed by:321
Symbol 314 GraphicUsed by:321
Symbol 315 GraphicUsed by:321
Symbol 316 GraphicUsed by:321
Symbol 317 GraphicUsed by:321
Symbol 318 GraphicUsed by:321
Symbol 319 GraphicUsed by:321
Symbol 320 GraphicUsed by:321
Symbol 321 MovieClipUses:311 312 313 314 315 316 317 318 319 320Used by:335
Symbol 322 GraphicUsed by:334
Symbol 323 GraphicUsed by:324
Symbol 324 MovieClipUses:323Used by:334
Symbol 325 GraphicUsed by:334
Symbol 326 GraphicUsed by:334
Symbol 327 GraphicUsed by:334
Symbol 328 GraphicUsed by:334
Symbol 329 GraphicUsed by:334
Symbol 330 GraphicUsed by:334
Symbol 331 GraphicUsed by:334
Symbol 332 GraphicUsed by:334
Symbol 333 GraphicUsed by:334
Symbol 334 MovieClipUses:322 324 325 326 327 328 329 330 331 332 333Used by:335
Symbol 335 MovieClipUses:321 334Used by:336
Symbol 336 MovieClipUses:335Used by:337 341 342 343
Symbol 337 MovieClipUses:336 SS2Used by:343
Symbol 338 SoundUsed by:341 342
Symbol 339 GraphicUsed by:341 342
Symbol 340 GraphicUsed by:341 342
Symbol 341 MovieClipUses:336 338 339 340Used by:343
Symbol 342 MovieClipUses:336 338 339 340Used by:343
Symbol 343 MovieClipUses:336 309 337 341 342Used by:Timeline
Symbol 344 GraphicUsed by:Timeline
Symbol 345 TextUses:15Used by:Timeline
Symbol 346 TextUses:15Used by:Timeline
Symbol 347 GraphicUsed by:348
Symbol 348 MovieClipUses:347Used by:Timeline
Symbol 349 EditableTextUses:29Used by:Timeline
Symbol 350 GraphicUsed by:369
Symbol 351 GraphicUsed by:369
Symbol 352 GraphicUsed by:369
Symbol 353 GraphicUsed by:369
Symbol 354 GraphicUsed by:369
Symbol 355 GraphicUsed by:369
Symbol 356 GraphicUsed by:369
Symbol 357 GraphicUsed by:369
Symbol 358 GraphicUsed by:369
Symbol 359 GraphicUsed by:369
Symbol 360 GraphicUsed by:369
Symbol 361 GraphicUsed by:369
Symbol 362 GraphicUsed by:369
Symbol 363 GraphicUsed by:369
Symbol 364 GraphicUsed by:369
Symbol 365 GraphicUsed by:369
Symbol 366 GraphicUsed by:369
Symbol 367 GraphicUsed by:369
Symbol 368 GraphicUsed by:369
Symbol 369 MovieClipUses:350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368Used by:370
Symbol 370 MovieClipUses:369Used by:Timeline
Symbol 371 FontUsed by:372 373 374 375
Symbol 372 TextUses:371Used by:376
Symbol 373 TextUses:371Used by:376
Symbol 374 TextUses:371Used by:376
Symbol 375 TextUses:371Used by:376
Symbol 376 MovieClipUses:372 373 374 375Used by:Timeline
Symbol 377 TextUses:279Used by:Timeline
Symbol 378 ButtonUses:281 264 169Used by:Timeline
Symbol 379 GraphicUsed by:380
Symbol 380 MovieClipUses:379Used by:Timeline
Symbol 381 GraphicUsed by:Timeline
Symbol 382 EditableTextUses:29Used by:Timeline
Symbol 383 TextUses:279Used by:Timeline
Symbol 384 GraphicUsed by:385
Symbol 385 MovieClipUses:384Used by:Timeline
Symbol 386 GraphicUsed by:387
Symbol 387 MovieClipUses:386 274Used by:Timeline
Symbol 388 GraphicUsed by:Timeline
Symbol 389 EditableTextUses:29Used by:Timeline
Symbol 390 TextUses:279Used by:Timeline
Symbol 391 GraphicUsed by:392
Symbol 392 MovieClipUses:391Used by:Timeline
Symbol 393 GraphicUsed by:Timeline
Symbol 394 GraphicUsed by:Timeline
Symbol 395 TextUses:15Used by:Timeline
Symbol 396 EditableTextUses:29Used by:Timeline
Symbol 397 TextUses:279Used by:Timeline
Symbol 398 GraphicUsed by:399
Symbol 399 MovieClipUses:398Used by:Timeline
Symbol 400 GraphicUsed by:Timeline
Symbol 401 TextUses:15Used by:Timeline
Symbol 402 EditableTextUses:29Used by:Timeline
Symbol 403 TextUses:279Used by:Timeline
Symbol 404 GraphicUsed by:405
Symbol 405 MovieClipUses:404Used by:Timeline
Symbol 406 GraphicUsed by:Timeline
Symbol 407 EditableTextUses:29Used by:Timeline
Symbol 408 TextUses:279Used by:Timeline
Symbol 409 MovieClipUses:12Used by:Timeline
Symbol 410 GraphicUsed by:Timeline
Symbol 411 GraphicUsed by:Timeline
Symbol 412 EditableTextUses:29Used by:Timeline
Symbol 413 TextUses:279Used by:Timeline
Symbol 414 GraphicUsed by:415
Symbol 415 MovieClipUses:414Used by:Timeline
Symbol 416 GraphicUsed by:Timeline
Symbol 417 EditableTextUses:29Used by:Timeline
Symbol 418 TextUses:279Used by:Timeline
Symbol 419 GraphicUsed by:420
Symbol 420 MovieClipUses:419Used by:Timeline
Symbol 421 MovieClipUses:263 262Used by:Timeline
Symbol 422 GraphicUsed by:Timeline
Symbol 423 EditableTextUses:29Used by:Timeline
Symbol 424 TextUses:279Used by:Timeline
Symbol 425 MovieClipUses:12Used by:Timeline
Symbol 426 GraphicUsed by:Timeline
Symbol 427 EditableTextUses:29Used by:Timeline
Symbol 428 TextUses:279Used by:Timeline
Symbol 429 MovieClipUses:12Used by:Timeline
Symbol 430 MovieClipUses:262Used by:Timeline
Symbol 431 GraphicUsed by:Timeline
Symbol 432 EditableTextUses:29Used by:Timeline
Symbol 433 TextUses:279Used by:Timeline
Symbol 434 GraphicUsed by:435
Symbol 435 MovieClipUses:434Used by:Timeline
Symbol 436 GraphicUsed by:Timeline
Symbol 437 EditableTextUses:29Used by:Timeline
Symbol 438 TextUses:279Used by:Timeline
Symbol 439 GraphicUsed by:440
Symbol 440 MovieClipUses:439Used by:Timeline
Symbol 441 MovieClipUses:262Used by:Timeline
Symbol 442 GraphicUsed by:Timeline
Symbol 443 EditableTextUses:29Used by:Timeline
Symbol 444 TextUses:279Used by:Timeline
Symbol 445 GraphicUsed by:446
Symbol 446 MovieClipUses:445Used by:Timeline
Symbol 447 GraphicUsed by:Timeline
Symbol 448 GraphicUsed by:Timeline
Symbol 449 EditableTextUses:29Used by:Timeline
Symbol 450 TextUses:279Used by:Timeline
Symbol 451 GraphicUsed by:452
Symbol 452 MovieClipUses:451Used by:Timeline
Symbol 453 GraphicUsed by:454
Symbol 454 MovieClipUses:453 262Used by:Timeline
Symbol 455 GraphicUsed by:Timeline
Symbol 456 EditableTextUses:29Used by:Timeline
Symbol 457 TextUses:279Used by:Timeline
Symbol 458 GraphicUsed by:459
Symbol 459 MovieClipUses:458Used by:Timeline
Symbol 460 GraphicUsed by:Timeline
Symbol 461 EditableTextUses:29Used by:Timeline
Symbol 462 TextUses:279Used by:Timeline
Symbol 463 GraphicUsed by:464
Symbol 464 MovieClipUses:463Used by:Timeline
Symbol 465 GraphicUsed by:Timeline
Symbol 466 EditableTextUses:29Used by:Timeline
Symbol 467 TextUses:279Used by:Timeline
Symbol 468 GraphicUsed by:469
Symbol 469 MovieClipUses:468Used by:Timeline
Symbol 470 GraphicUsed by:Timeline
Symbol 471 EditableTextUses:29Used by:Timeline
Symbol 472 TextUses:29Used by:Timeline
Symbol 473 TextUses:29Used by:Timeline
Symbol 474 ButtonUses:34Used by:Timeline
Symbol 475 SoundUsed by:Timeline
Symbol 476 EditableTextUses:19Used by:Timeline
Symbol 477 EditableTextUses:19Used by:Timeline
Symbol 478 EditableTextUses:19Used by:Timeline
Symbol 479 TextUses:19Used by:Timeline
Symbol 480 MovieClipUses:250Used by:Timeline
Symbol 481 ButtonUses:34Used by:Timeline
Symbol 482 EditableTextUses:29Used by:Timeline
Symbol 483 ButtonUses:34Used by:Timeline
Symbol 484 GraphicUsed by:Timeline
Symbol 485 EditableTextUses:29Used by:Timeline
Symbol 486 GraphicUsed by:Timeline
Symbol 487 EditableTextUses:29Used by:Timeline
Symbol 488 GraphicUsed by:Timeline
Symbol 489 EditableTextUses:29Used by:Timeline
Symbol 490 EditableTextUses:29Used by:Timeline
Symbol 491 EditableTextUses:29Used by:Timeline
Symbol 492 GraphicUsed by:Timeline
Symbol 493 EditableTextUses:29Used by:Timeline
Symbol 494 EditableTextUses:29Used by:Timeline
Symbol 495 EditableTextUses:29Used by:Timeline
Symbol 496 EditableTextUses:29Used by:Timeline
Symbol 497 ButtonUses:34Used by:Timeline
Symbol 498 EditableTextUses:29Used by:Timeline
Symbol 499 EditableTextUses:29Used by:Timeline
Symbol 500 EditableTextUses:29Used by:Timeline
Symbol 501 GraphicUsed by:Timeline
Symbol 502 EditableTextUses:29Used by:Timeline
Symbol 503 EditableTextUses:29Used by:Timeline
Symbol 504 EditableTextUses:29Used by:Timeline
Symbol 505 EditableTextUses:29Used by:Timeline
Symbol 506 EditableTextUses:29Used by:Timeline
Streaming Sound 1Used by:Symbol 48 MovieClip
Streaming Sound 2Used by:Symbol 337 MovieClip

Instance Names

"bar"Frame 1Symbol 13 MovieClip
"player"Frame 28Symbol 343 MovieClip
"player"Frame 31Symbol 343 MovieClip
"player"Frame 34Symbol 343 MovieClip
"player"Frame 37Symbol 343 MovieClip
"player"Frame 40Symbol 343 MovieClip
"player"Frame 43Symbol 343 MovieClip
"player"Frame 46Symbol 343 MovieClip
"player"Frame 49Symbol 343 MovieClip
"player"Frame 52Symbol 343 MovieClip
"player"Frame 55Symbol 343 MovieClip
"player"Frame 58Symbol 343 MovieClip
"player"Frame 61Symbol 343 MovieClip
"player"Frame 64Symbol 343 MovieClip
"player"Frame 67Symbol 343 MovieClip
"player"Frame 70Symbol 343 MovieClip
"player"Frame 73Symbol 343 MovieClip
"player"Frame 76Symbol 343 MovieClip
"player"Frame 79Symbol 343 MovieClip
"player"Frame 84Symbol 343 MovieClip
"player"Frame 87Symbol 343 MovieClip
"player"Frame 90Symbol 343 MovieClip
"player"Frame 93Symbol 343 MovieClip
"player"Frame 96Symbol 343 MovieClip
"player"Frame 99Symbol 343 MovieClip
"player"Frame 102Symbol 343 MovieClip
"player"Frame 105Symbol 343 MovieClip
"player"Frame 108Symbol 343 MovieClip
"player"Frame 111Symbol 343 MovieClip
"player"Frame 114Symbol 343 MovieClip
"player"Frame 117Symbol 343 MovieClip
"player"Frame 120Symbol 343 MovieClip
"player"Frame 123Symbol 343 MovieClip
"player"Frame 126Symbol 343 MovieClip
"player"Frame 129Symbol 343 MovieClip
"player"Frame 132Symbol 343 MovieClip
"player"Frame 135Symbol 343 MovieClip
"ht"Symbol 343 MovieClip Frame 1Symbol 309 MovieClip
"sh"Symbol 343 MovieClip Frame 3Symbol 341 MovieClip
"ht"Symbol 343 MovieClip Frame 3Symbol 309 MovieClip
"gr"Symbol 343 MovieClip Frame 4Symbol 342 MovieClip

Special Tags

FileAttributes (69)Timeline Frame 1Access local files only, Metadata not present, AS1/AS2.

Dynamic Text Variables

level1highscoreSymbol 176 EditableText""
level2highscoreSymbol 178 EditableText""
level3highscoreSymbol 180 EditableText""
level4highscoreSymbol 182 EditableText""
level5highscoreSymbol 189 EditableText""
level6highscoreSymbol 190 EditableText""
level7highscoreSymbol 191 EditableText""
level8highscoreSymbol 192 EditableText""
level9highscoreSymbol 193 EditableText""
level10highscoreSymbol 194 EditableText""
level11highscoreSymbol 239 EditableText""
level12highscoreSymbol 240 EditableText""
level13highscoreSymbol 241 EditableText""
level14highscoreSymbol 242 EditableText""
level15highscoreSymbol 243 EditableText""
level16highscoreSymbol 244 EditableText""
level17highscoreSymbol 245 EditableText""
level18highscoreSymbol 246 EditableText""
floornumberSymbol 255 EditableText""
gravooraliveSymbol 277 EditableText""
livesammountSymbol 278 EditableText""
timerabcSymbol 349 EditableText""
timerabcSymbol 382 EditableText""
timerabcSymbol 389 EditableText""
timerabcSymbol 396 EditableText""
timerabcSymbol 402 EditableText""
timerabcSymbol 407 EditableText""
timerabcSymbol 412 EditableText""
timerabcSymbol 417 EditableText""
timerabcSymbol 423 EditableText""
timerabcSymbol 427 EditableText""
timerabcSymbol 432 EditableText""
timerabcSymbol 437 EditableText""
timerabcSymbol 443 EditableText""
timerabcSymbol 449 EditableText""
timerabcSymbol 456 EditableText""
timerabcSymbol 461 EditableText""
timerabcSymbol 466 EditableText""
timerabcSymbol 471 EditableText""
floornumberSymbol 476 EditableText""
gravooraliveSymbol 477 EditableText""
livesammountSymbol 478 EditableText""
timerabcSymbol 482 EditableText""
timerabcSymbol 485 EditableText""
timerabcSymbol 487 EditableText""
timerabcSymbol 489 EditableText""
timerabcSymbol 490 EditableText""
timerabcSymbol 491 EditableText""
timerabcSymbol 493 EditableText""
timerabcSymbol 494 EditableText""
timerabcSymbol 495 EditableText""
timerabcSymbol 496 EditableText""
timerabcSymbol 498 EditableText""
timerabcSymbol 499 EditableText""
timerabcSymbol 500 EditableText""
timerabcSymbol 502 EditableText""
timerabcSymbol 503 EditableText""
timerabcSymbol 504 EditableText""
timerabcSymbol 505 EditableText""
timerabcSymbol 506 EditableText""




http://swfchan.com/7/30896/info.shtml
Created: 19/5 -2019 01:47:54 Last modified: 19/5 -2019 01:47:54 Server time: 15/05 -2024 02:30:15