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

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

Gravoor 5.swf

This is the info page for
Flash #42069

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


Text
Gravoor 4 has been stripped down to the very basics of the series, then rebuilt with far superior
graphics and gameplay!

Imperfect Systems
Armor games

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

Press SPACE to continue

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
percent = Math.floor((getBytesLoaded() / getBytesTotal()) * 100); myOutput.text = percent + "%"; function saveGame() { myLSO = SharedObject.getLocal("12gravoorrobboorFIVE312212121savefile"); if (myLSO.data.myObj == undefined) { trace("Saved Game"); } else { trace("Overwrote Saved Game"); } myObj = {}; myObj.objArray = new Array(); myObj.objArray[0] = floornumber; myObj.objArray[1] = level1highscore; myObj.objArray[2] = level2highscore; myObj.objArray[3] = level3highscore; myObj.objArray[4] = level4highscore; myObj.objArray[5] = level5highscore; myObj.objArray[6] = level6highscore; myObj.objArray[7] = level7highscore; myObj.objArray[8] = level8highscore; myObj.objArray[9] = level9highscore; myObj.objArray[10] = level10highscore; myObj.objArray[11] = level11highscore; myObj.objArray[12] = level12highscore; myObj.objArray[13] = level13highscore; myObj.objArray[14] = level14highscore; myObj.objArray[15] = level15highscore; myObj.objArray[16] = level16highscore; myObj.objArray[17] = level17highscore; myObj.objArray[18] = level18highscore; myLSO.data.myObj = myObj; } function loadGame() { myLSO = SharedObject.getLocal("12gravoorrobboorFIVE312212121savefile"); if (myLSO.data.myObj == undefined) { trace("No Saved Game"); } else { trace("Loaded Game"); floornumber = myLSO.data.myObj.objArray[0]; level1highscore = myLSO.data.myObj.objArray[1]; level2highscore = myLSO.data.myObj.objArray[2]; level3highscore = myLSO.data.myObj.objArray[3]; level4highscore = myLSO.data.myObj.objArray[4]; level5highscore = myLSO.data.myObj.objArray[5]; level6highscore = myLSO.data.myObj.objArray[6]; level7highscore = myLSO.data.myObj.objArray[7]; level8highscore = myLSO.data.myObj.objArray[8]; level9highscore = myLSO.data.myObj.objArray[9]; level10highscore = myLSO.data.myObj.objArray[10]; level11highscore = myLSO.data.myObj.objArray[11]; level12highscore = myLSO.data.myObj.objArray[12]; level13highscore = myLSO.data.myObj.objArray[13]; level14highscore = myLSO.data.myObj.objArray[14]; level15highscore = myLSO.data.myObj.objArray[15]; level16highscore = myLSO.data.myObj.objArray[16]; level17highscore = myLSO.data.myObj.objArray[17]; level18highscore = myLSO.data.myObj.objArray[18]; } } cursornumber = 1;
Frame 2
if (percent == 100) { play(); } else { gotoAndPlay (1); } function itemHandler1(obj, item) { getURL ("http://www.imperfectsystems.net"); } function itemHandler2(obj, item) { getURL ("http://www.imperfectsystems.net"); } function itemHandler3(obj, item) { getURL ("http://www.imperfectsystems.net"); } function itemHandler4(obj, item) { getURL ("http://www.imperfectsystems.net"); } var myMenu = new ContextMenu(); myMenu.hideBuiltInItems(); item1 = new ContextMenuItem("This game was made by", itemHandler1); myMenu.customItems.push(item1); item2 = new ContextMenuItem("Chris Gray and", itemHandler2); myMenu.customItems.push(item2); item3 = new ContextMenuItem("Alexander Cetinski of", itemHandler3); myMenu.customItems.push(item3); item4 = new ContextMenuItem("www.imperfectsystems.net", itemHandler4); myMenu.customItems.push(item4); _root.menu = myMenu;
Frame 3
floornumber = 0; level1highscore = 9999; level2highscore = 9999; level3highscore = 9999; level4highscore = 9999; level5highscore = 9999; level6highscore = 9999; level7highscore = 9999; level8highscore = 9999; level9highscore = 9999; level10highscore = 9999; level11highscore = 9999; level12highscore = 9999; level13highscore = 9999; level14highscore = 9999; level15highscore = 9999; level16highscore = 9999; level17highscore = 9999; level18highscore = 9999;
Frame 4
loadGame();
Frame 7
saveGame();
Frame 8
gotoAndPlay (14);
Frame 9
gotoAndStop (25);
Frame 10
gotoAndStop (17);
Frame 11
gotoAndStop (25);
Frame 12
stopAllSounds(); gotoAndStop (18);
Frame 13
stopAllSounds(); gotoAndStop (22);
Frame 14
stop(); timerabc = 0;
Instance of Symbol 109 MovieClip in Frame 14
on (keyPress "<Space>") { _root.nextFrame(); }
Frame 17
stop(); _root.livesammount = 5;
Instance of Symbol 134 MovieClip in Frame 18
on (keyPress "<Space>") { _root.gotoAndStop(10); }
Instance of Symbol 156 MovieClip in Frame 18
onClipEvent (enterFrame) { this.gotoAndStop(_root.floornumber); }
Instance of Symbol 222 MovieClip in Frame 22
onClipEvent (enterFrame) { this.gotoAndStop(_root.floornumber); }
Instance of Symbol 109 MovieClip in Frame 25
on (keyPress "<Space>") { stopAllSounds(); _root.gotoAndStop(10); }
Frame 26
_root.livesammount = 5;
Frame 27
gravooralive = 1; gravoorcolour = 1; stop(); if (_root.floornumber <= 1) { _root.floornumber = 1; }
Instance of Symbol 259 MovieClip in Frame 27
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.player.gotoAndStop(4); _root.player.gr.gotoAndPlay(1); } }
Instance of Symbol 261 MovieClip in Frame 27
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.player.gotoAndStop(3); _root.player.sh.gotoAndPlay(1); } }
Instance of Symbol 263 MovieClip in Frame 27
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { if (_root.gravoorcolour == 4) { } else { _root.player.gotoAndStop(2); } } }
Instance of Symbol 264 MovieClip in Frame 27
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { if (_root.gravoorcolour == 2) { } else { _root.player.gotoAndStop(2); } } }
Instance of Symbol 266 MovieClip in Frame 27
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { if (_root.gravoorcolour == 2) { } else { _root.gravoorcolour = 2; this.play(); } } }
Instance of Symbol 268 MovieClip in Frame 27
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { if (_root.gravoorcolour == 4) { } else { _root.gravoorcolour = 4; this.play(); } } }
Instance of Symbol 303 MovieClip in Frame 27
onClipEvent (enterFrame) { this.gotoAndStop(_root.livesammount); if (_root.livesammount == 1) { stopAllSounds(); _root.gotoAndStop(9); } }
Frame 28
saveGame();
Instance of Symbol 275 MovieClip in Frame 28
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 28
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 28
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 28
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 28
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 28
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 28
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 28
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 28
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 28
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 28
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 28
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 28
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 28
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 28
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 28
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 28
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 28
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 28
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 28
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 28
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 28
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 28
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 28
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 28
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 28
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 28
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 28
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 28
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 28
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 28
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 28
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 28
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 28
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 28
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 28
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 28
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 28
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 28
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 28
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 28
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 264 MovieClip in Frame 28
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { if (_root.gravoorcolour == 2) { } else { _root.player.gotoAndStop(2); } } }
Instance of Symbol 310 MovieClip in Frame 28
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.nextFrame(); } }
Instance of Symbol 266 MovieClip in Frame 28
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { if (_root.gravoorcolour == 2) { } else { _root.gravoorcolour = 2; this.play(); } } }
Instance of Symbol 343 MovieClip "player" in Frame 28
onClipEvent (enterFrame) { if (_root.gravooralive == 1) { myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _root.yChange = Math.round(_root._ymouse - this._y); _root.xChange = Math.round(_root._xmouse - this._x); _root.yMove = Math.round(_root.yChange / 20); _root.xMove = Math.round(_root.xChange / 20); this._y = this._y + _root.yMove; this._x = this._x + _root.xMove; this._rotation = myDegrees + 90; } }
Instance of Symbol 266 MovieClip in Frame 28
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravoorcolour = 2; } }
Frame 29
saveGame();
Instance of Symbol 109 MovieClip in Frame 29
on (keyPress "<Space>") { _root.nextFrame(); }
Instance of Symbol 376 MovieClip in Frame 29
onClipEvent (enterFrame) { if (_root.timerabc <= _root.level1highscore) { this.gotoAndStop(2); _root.level1highscore = _root.timerabc; } }
Frame 30
_root.timerabc = 0; saveGame(); gravooralive = 1; gravoorcolour = 1; stop(); if (_root.floornumber <= 2) { _root.floornumber = 2; }
Frame 31
saveGame();
Instance of Symbol 275 MovieClip in Frame 31
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 31
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 31
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 31
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 31
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 31
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 31
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 31
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 31
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 31
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 31
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 31
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 31
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 31
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 31
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 31
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 31
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 31
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 31
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 31
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 31
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 31
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 31
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 31
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 31
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 31
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 31
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 31
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 31
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 31
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 31
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 31
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 31
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 31
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 31
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 31
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 31
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 31
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 263 MovieClip in Frame 31
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { if (_root.gravoorcolour == 4) { } else { _root.player.gotoAndStop(2); } } }
Instance of Symbol 264 MovieClip in Frame 31
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { if (_root.gravoorcolour == 2) { } else { _root.player.gotoAndStop(2); } } }
Instance of Symbol 263 MovieClip in Frame 31
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { if (_root.gravoorcolour == 4) { } else { _root.player.gotoAndStop(2); } } }
Instance of Symbol 266 MovieClip in Frame 31
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { if (_root.gravoorcolour == 2) { } else { _root.gravoorcolour = 2; this.play(); } } }
Instance of Symbol 268 MovieClip in Frame 31
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { if (_root.gravoorcolour == 4) { } else { _root.gravoorcolour = 4; this.play(); } } }
Instance of Symbol 343 MovieClip "player" in Frame 31
onClipEvent (enterFrame) { if (_root.gravooralive == 1) { myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _root.yChange = Math.round(_root._ymouse - this._y); _root.xChange = Math.round(_root._xmouse - this._x); _root.yMove = Math.round(_root.yChange / 20); _root.xMove = Math.round(_root.xChange / 20); this._y = this._y + _root.yMove; this._x = this._x + _root.xMove; this._rotation = myDegrees + 90; } }
Frame 32
saveGame();
Instance of Symbol 109 MovieClip in Frame 32
on (keyPress "<Space>") { _root.nextFrame(); }
Instance of Symbol 376 MovieClip in Frame 32
onClipEvent (enterFrame) { if (_root.timerabc <= _root.level2highscore) { this.gotoAndStop(2); _root.level2highscore = _root.timerabc; } }
Frame 33
_root.timerabc = 0; saveGame(); gravooralive = 1; gravoorcolour = 1; stop(); if (_root.floornumber <= 3) { _root.floornumber = 3; }
Frame 34
saveGame();
Instance of Symbol 275 MovieClip in Frame 34
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 34
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 34
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 34
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 34
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 34
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 34
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 34
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 34
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 34
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 34
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 34
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 34
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 34
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 34
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 34
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 34
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 34
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 34
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 34
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 34
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 34
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 34
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 34
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 34
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 34
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 34
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 34
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 34
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 34
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 34
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 34
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 34
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 34
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 34
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 34
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 34
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 34
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 34
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 34
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 34
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 34
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 34
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 34
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 34
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 34
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 34
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 34
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 34
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 34
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 263 MovieClip in Frame 34
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { if (_root.gravoorcolour == 4) { } else { _root.player.gotoAndStop(2); } } }
Instance of Symbol 264 MovieClip in Frame 34
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { if (_root.gravoorcolour == 2) { } else { _root.player.gotoAndStop(2); } } }
Instance of Symbol 266 MovieClip in Frame 34
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { if (_root.gravoorcolour == 2) { } else { _root.gravoorcolour = 2; this.play(); } } }
Instance of Symbol 343 MovieClip "player" in Frame 34
onClipEvent (enterFrame) { if (_root.gravooralive == 1) { myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _root.yChange = Math.round(_root._ymouse - this._y); _root.xChange = Math.round(_root._xmouse - this._x); _root.yMove = Math.round(_root.yChange / 20); _root.xMove = Math.round(_root.xChange / 20); this._y = this._y + _root.yMove; this._x = this._x + _root.xMove; this._rotation = myDegrees + 90; } }
Frame 35
saveGame();
Instance of Symbol 109 MovieClip in Frame 35
on (keyPress "<Space>") { _root.nextFrame(); }
Instance of Symbol 376 MovieClip in Frame 35
onClipEvent (enterFrame) { if (_root.timerabc <= _root.level3highscore) { this.gotoAndStop(2); _root.level3highscore = _root.timerabc; } }
Frame 36
_root.timerabc = 0; saveGame(); gravooralive = 1; gravoorcolour = 1; stop(); if (_root.floornumber <= 4) { _root.floornumber = 4; }
Frame 37
saveGame();
Instance of Symbol 275 MovieClip in Frame 37
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 37
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 37
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 37
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 37
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 37
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 37
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 37
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 37
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 37
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 37
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 37
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 37
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 37
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 37
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 37
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 37
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 37
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 37
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 37
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 37
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 37
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 37
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 37
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 37
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 37
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 37
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 37
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 37
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 37
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 37
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 37
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 37
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 37
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 37
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 37
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 37
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 37
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 37
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 37
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 37
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 37
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 37
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 264 MovieClip in Frame 37
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { if (_root.gravoorcolour == 2) { } else { _root.player.gotoAndStop(2); } } }
Instance of Symbol 275 MovieClip in Frame 37
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 37
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 37
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 37
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 37
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 37
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 37
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 37
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 37
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 37
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 37
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 37
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 37
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 266 MovieClip in Frame 37
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { if (_root.gravoorcolour == 2) { } else { _root.gravoorcolour = 2; this.play(); } } }
Instance of Symbol 259 MovieClip in Frame 37
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.player.gotoAndStop(4); } }
Instance of Symbol 261 MovieClip in Frame 37
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.player.gotoAndStop(3); _root.player.sh.gotoAndPlay(1); } }
Instance of Symbol 343 MovieClip "player" in Frame 37
onClipEvent (enterFrame) { if (_root.gravooralive == 1) { myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _root.yChange = Math.round(_root._ymouse - this._y); _root.xChange = Math.round(_root._xmouse - this._x); _root.yMove = Math.round(_root.yChange / 20); _root.xMove = Math.round(_root.xChange / 20); this._y = this._y + _root.yMove; this._x = this._x + _root.xMove; this._rotation = myDegrees + 90; } }
Instance of Symbol 261 MovieClip in Frame 37
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.player.gotoAndStop(3); } }
Frame 38
saveGame();
Instance of Symbol 109 MovieClip in Frame 38
on (keyPress "<Space>") { _root.nextFrame(); }
Instance of Symbol 376 MovieClip in Frame 38
onClipEvent (enterFrame) { if (_root.timerabc <= _root.level4highscore) { this.gotoAndStop(2); _root.level4highscore = _root.timerabc; } }
Frame 39
_root.timerabc = 0; saveGame(); gravooralive = 1; gravoorcolour = 1; stop(); if (_root.floornumber <= 5) { _root.floornumber = 5; }
Frame 40
saveGame();
Instance of Symbol 275 MovieClip in Frame 40
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 40
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 40
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 40
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 40
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 40
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 40
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 40
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 40
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 40
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 40
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 40
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 40
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 40
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 40
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 40
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 40
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 40
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 40
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 40
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 40
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 40
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 40
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 40
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 40
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 40
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 40
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 40
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 40
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 40
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 40
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 40
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 40
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 40
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 40
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 40
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 40
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 40
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 40
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 40
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 40
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 259 MovieClip in Frame 40
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.player.gotoAndStop(4); _root.player.gr.gotoAndPlay(1); } }
Instance of Symbol 277 MovieClip in Frame 40
/* no clip actions */
Instance of Symbol 277 MovieClip in Frame 40
/* no clip actions */
Instance of Symbol 343 MovieClip "player" in Frame 40
onClipEvent (enterFrame) { if (_root.gravooralive == 1) { myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _root.yChange = Math.round(_root._ymouse - this._y); _root.xChange = Math.round(_root._xmouse - this._x); _root.yMove = Math.round(_root.yChange / 20); _root.xMove = Math.round(_root.xChange / 20); this._y = this._y + _root.yMove; this._x = this._x + _root.xMove; this._rotation = myDegrees + 90; } }
Instance of Symbol 259 MovieClip in Frame 40
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.player.gotoAndStop(4); } }
Frame 41
saveGame();
Instance of Symbol 109 MovieClip in Frame 41
on (keyPress "<Space>") { _root.nextFrame(); }
Instance of Symbol 376 MovieClip in Frame 41
onClipEvent (enterFrame) { if (_root.timerabc <= _root.level5highscore) { this.gotoAndStop(2); _root.level5highscore = _root.timerabc; } }
Frame 42
_root.timerabc = 0; saveGame(); gravooralive = 1; gravoorcolour = 1; stop(); if (_root.floornumber <= 6) { _root.floornumber = 6; }
Frame 43
saveGame();
Instance of Symbol 275 MovieClip in Frame 43
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 43
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 43
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 43
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 43
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 266 MovieClip in Frame 43
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { if (_root.gravoorcolour == 2) { } else { _root.gravoorcolour = 2; this.play(); } } }
Instance of Symbol 275 MovieClip in Frame 43
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 43
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 43
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 43
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 43
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 43
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 43
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 43
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 43
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 43
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 43
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 43
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 43
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 43
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 43
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 43
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 43
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 43
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 43
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 43
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 43
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 43
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 43
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 43
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 43
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 43
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 43
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 43
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 43
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 43
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 43
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 43
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 43
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 43
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 43
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 43
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 43
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 43
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 43
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 43
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 43
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 43
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 43
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 43
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 43
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 43
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 43
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 43
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 43
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 43
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 43
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 43
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 43
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 43
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 43
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 43
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 43
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 43
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 43
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 43
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 264 MovieClip in Frame 43
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { if (_root.gravoorcolour == 2) { } else { _root.player.gotoAndStop(2); } } }
Instance of Symbol 263 MovieClip in Frame 43
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { if (_root.gravoorcolour == 4) { } else { _root.player.gotoAndStop(2); } } }
Instance of Symbol 268 MovieClip in Frame 43
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { if (_root.gravoorcolour == 4) { } else { _root.gravoorcolour = 4; this.play(); } } }
Instance of Symbol 264 MovieClip in Frame 43
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { if (_root.gravoorcolour == 2) { } else { _root.player.gotoAndStop(2); } } }
Instance of Symbol 264 MovieClip in Frame 43
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { if (_root.gravoorcolour == 2) { } else { _root.player.gotoAndStop(2); } } }
Instance of Symbol 261 MovieClip in Frame 43
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.player.gotoAndStop(3); _root.player.sh.gotoAndPlay(1); } }
Instance of Symbol 261 MovieClip in Frame 43
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.player.gotoAndStop(3); _root.player.sh.gotoAndPlay(1); } }
Instance of Symbol 343 MovieClip "player" in Frame 43
onClipEvent (enterFrame) { if (_root.gravooralive == 1) { myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _root.yChange = Math.round(_root._ymouse - this._y); _root.xChange = Math.round(_root._xmouse - this._x); _root.yMove = Math.round(_root.yChange / 20); _root.xMove = Math.round(_root.xChange / 20); this._y = this._y + _root.yMove; this._x = this._x + _root.xMove; this._rotation = myDegrees + 90; } }
Frame 44
saveGame();
Instance of Symbol 109 MovieClip in Frame 44
on (keyPress "<Space>") { _root.nextFrame(); }
Instance of Symbol 376 MovieClip in Frame 44
onClipEvent (enterFrame) { if (_root.timerabc <= _root.level6highscore) { this.gotoAndStop(2); _root.level6highscore = _root.timerabc; } }
Frame 45
_root.timerabc = 0; saveGame(); gravooralive = 1; gravoorcolour = 1; stop(); if (_root.floornumber <= 7) { _root.floornumber = 7; }
Frame 46
saveGame();
Instance of Symbol 275 MovieClip in Frame 46
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 46
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 46
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 46
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 46
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 46
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 46
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 46
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 46
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 46
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 46
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 46
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 46
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 46
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 46
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 46
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 46
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 46
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 46
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 46
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 46
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 46
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 46
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 46
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 46
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 46
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 46
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 46
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 46
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 46
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 46
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 46
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 46
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 46
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 46
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 46
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 46
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 46
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 46
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 46
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 46
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 46
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 46
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 46
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 46
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 46
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 46
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 46
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 46
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 46
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 46
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 46
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 263 MovieClip in Frame 46
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { if (_root.gravoorcolour == 4) { } else { _root.player.gotoAndStop(2); } } }
Instance of Symbol 264 MovieClip in Frame 46
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { if (_root.gravoorcolour == 2) { } else { _root.player.gotoAndStop(2); } } }
Instance of Symbol 268 MovieClip in Frame 46
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { if (_root.gravoorcolour == 4) { } else { _root.gravoorcolour = 4; this.play(); } } }
Instance of Symbol 275 MovieClip in Frame 46
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 46
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 266 MovieClip in Frame 46
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { if (_root.gravoorcolour == 2) { } else { _root.gravoorcolour = 2; this.play(); } } }
Instance of Symbol 259 MovieClip in Frame 46
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.player.gotoAndStop(4); _root.player.gr.gotoAndPlay(1); } }
Instance of Symbol 277 MovieClip in Frame 46
/* no clip actions */
Instance of Symbol 277 MovieClip in Frame 46
/* no clip actions */
Instance of Symbol 343 MovieClip "player" in Frame 46
onClipEvent (enterFrame) { if (_root.gravooralive == 1) { myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _root.yChange = Math.round(_root._ymouse - this._y); _root.xChange = Math.round(_root._xmouse - this._x); _root.yMove = Math.round(_root.yChange / 20); _root.xMove = Math.round(_root.xChange / 20); this._y = this._y + _root.yMove; this._x = this._x + _root.xMove; this._rotation = myDegrees + 90; } }
Frame 47
saveGame();
Instance of Symbol 109 MovieClip in Frame 47
on (keyPress "<Space>") { _root.nextFrame(); }
Instance of Symbol 376 MovieClip in Frame 47
onClipEvent (enterFrame) { if (_root.timerabc <= _root.level7highscore) { this.gotoAndStop(2); _root.level7highscore = _root.timerabc; } }
Frame 48
_root.timerabc = 0; saveGame(); gravooralive = 1; gravoorcolour = 1; stop(); if (_root.floornumber <= 8) { _root.floornumber = 8; }
Frame 49
saveGame();
Instance of Symbol 275 MovieClip in Frame 49
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 49
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 49
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 49
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 49
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 49
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 49
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 49
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 49
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 49
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 49
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 49
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 49
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 49
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 49
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 49
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 49
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 49
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 49
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 49
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 49
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 49
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 49
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 49
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 49
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 49
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 49
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 49
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 49
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 49
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 49
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 49
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 49
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 49
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 49
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 49
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 49
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 263 MovieClip in Frame 49
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { if (_root.gravoorcolour == 4) { } else { _root.player.gotoAndStop(2); } } }
Instance of Symbol 264 MovieClip in Frame 49
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { if (_root.gravoorcolour == 2) { } else { _root.player.gotoAndStop(2); } } }
Instance of Symbol 268 MovieClip in Frame 49
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { if (_root.gravoorcolour == 4) { } else { _root.gravoorcolour = 4; this.play(); } } }
Instance of Symbol 275 MovieClip in Frame 49
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 49
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 49
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 49
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 49
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 49
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 49
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 49
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 49
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 49
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 49
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 49
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 266 MovieClip in Frame 49
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { if (_root.gravoorcolour == 2) { } else { _root.gravoorcolour = 2; this.play(); } } }
Instance of Symbol 259 MovieClip in Frame 49
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.player.gotoAndStop(4); _root.player.gr.gotoAndPlay(1); } }
Instance of Symbol 277 MovieClip in Frame 49
/* no clip actions */
Instance of Symbol 277 MovieClip in Frame 49
/* no clip actions */
Instance of Symbol 261 MovieClip in Frame 49
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.player.gotoAndStop(3); _root.player.sh.gotoAndPlay(1); } }
Instance of Symbol 343 MovieClip "player" in Frame 49
onClipEvent (enterFrame) { if (_root.gravooralive == 1) { myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _root.yChange = Math.round(_root._ymouse - this._y); _root.xChange = Math.round(_root._xmouse - this._x); _root.yMove = Math.round(_root.yChange / 20); _root.xMove = Math.round(_root.xChange / 20); this._y = this._y + _root.yMove; this._x = this._x + _root.xMove; this._rotation = myDegrees + 90; } }
Frame 50
saveGame();
Instance of Symbol 109 MovieClip in Frame 50
on (keyPress "<Space>") { _root.nextFrame(); }
Instance of Symbol 376 MovieClip in Frame 50
onClipEvent (enterFrame) { if (_root.timerabc <= _root.level8highscore) { this.gotoAndStop(2); _root.level8highscore = _root.timerabc; } }
Frame 51
_root.timerabc = 0; saveGame(); gravooralive = 1; gravoorcolour = 1; stop(); if (_root.floornumber <= 9) { _root.floornumber = 9; }
Frame 52
saveGame();
Instance of Symbol 275 MovieClip in Frame 52
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 52
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 52
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 52
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 52
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 52
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 52
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 52
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 52
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 52
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 52
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 52
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 52
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 52
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 52
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 52
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 52
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 52
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 52
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 52
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 52
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 52
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 52
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 52
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 52
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 52
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 52
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 52
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 52
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 52
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 52
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 52
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 52
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 52
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 52
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 52
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 52
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 52
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 52
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 52
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 263 MovieClip in Frame 52
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { if (_root.gravoorcolour == 4) { } else { _root.player.gotoAndStop(2); } } }
Instance of Symbol 268 MovieClip in Frame 52
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { if (_root.gravoorcolour == 4) { } else { _root.gravoorcolour = 4; this.play(); } } }
Instance of Symbol 275 MovieClip in Frame 52
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 266 MovieClip in Frame 52
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { if (_root.gravoorcolour == 2) { } else { _root.gravoorcolour = 2; this.play(); } } }
Instance of Symbol 259 MovieClip in Frame 52
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.player.gotoAndStop(4); } }
Instance of Symbol 277 MovieClip in Frame 52
/* no clip actions */
Instance of Symbol 277 MovieClip in Frame 52
/* no clip actions */
Instance of Symbol 275 MovieClip in Frame 52
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 52
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 52
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 52
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 52
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 52
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 52
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 52
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 52
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 52
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 52
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 52
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 52
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 52
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 52
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 52
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 52
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 52
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 343 MovieClip "player" in Frame 52
onClipEvent (enterFrame) { if (_root.gravooralive == 1) { myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _root.yChange = Math.round(_root._ymouse - this._y); _root.xChange = Math.round(_root._xmouse - this._x); _root.yMove = Math.round(_root.yChange / 20); _root.xMove = Math.round(_root.xChange / 20); this._y = this._y + _root.yMove; this._x = this._x + _root.xMove; this._rotation = myDegrees + 90; } }
Frame 53
saveGame();
Instance of Symbol 109 MovieClip in Frame 53
on (keyPress "<Space>") { _root.nextFrame(); }
Instance of Symbol 376 MovieClip in Frame 53
onClipEvent (enterFrame) { if (_root.timerabc <= _root.level9highscore) { this.gotoAndStop(2); _root.level9highscore = _root.timerabc; } }
Frame 54
_root.timerabc = 0; saveGame(); gravooralive = 1; gravoorcolour = 1; stop(); if (_root.floornumber <= 10) { _root.floornumber = 10; }
Frame 55
saveGame();
Instance of Symbol 275 MovieClip in Frame 55
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 55
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 55
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 55
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 55
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 55
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 55
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 55
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 55
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 55
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 55
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 55
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 55
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 55
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 55
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 55
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 55
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 55
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 55
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 55
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 55
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 55
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 55
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 55
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 55
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 55
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 55
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 55
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 55
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 55
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 55
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 55
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 55
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 55
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 55
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 55
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 55
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 55
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 55
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 55
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 55
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 55
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 55
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 55
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 55
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 55
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 55
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 55
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 55
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 55
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 263 MovieClip in Frame 55
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { if (_root.gravoorcolour == 4) { } else { _root.player.gotoAndStop(2); } } }
Instance of Symbol 264 MovieClip in Frame 55
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { if (_root.gravoorcolour == 2) { } else { _root.player.gotoAndStop(2); } } }
Instance of Symbol 268 MovieClip in Frame 55
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { if (_root.gravoorcolour == 4) { } else { _root.gravoorcolour = 4; this.play(); } } }
Instance of Symbol 275 MovieClip in Frame 55
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 55
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 55
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 55
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 55
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 55
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 55
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 55
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 263 MovieClip in Frame 55
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { if (_root.gravoorcolour == 4) { } else { _root.player.gotoAndStop(2); } } }
Instance of Symbol 266 MovieClip in Frame 55
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { if (_root.gravoorcolour == 2) { } else { _root.gravoorcolour = 2; this.play(); } } }
Instance of Symbol 277 MovieClip in Frame 55
/* no clip actions */
Instance of Symbol 261 MovieClip in Frame 55
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.player.gotoAndStop(3); _root.player.sh.gotoAndPlay(1); } }
Instance of Symbol 343 MovieClip "player" in Frame 55
onClipEvent (enterFrame) { if (_root.gravooralive == 1) { myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _root.yChange = Math.round(_root._ymouse - this._y); _root.xChange = Math.round(_root._xmouse - this._x); _root.yMove = Math.round(_root.yChange / 20); _root.xMove = Math.round(_root.xChange / 20); this._y = this._y + _root.yMove; this._x = this._x + _root.xMove; this._rotation = myDegrees + 90; } }
Frame 56
saveGame();
Instance of Symbol 109 MovieClip in Frame 56
on (keyPress "<Space>") { _root.nextFrame(); }
Instance of Symbol 376 MovieClip in Frame 56
onClipEvent (enterFrame) { if (_root.timerabc <= _root.level10highscore) { this.gotoAndStop(2); _root.level10highscore = _root.timerabc; } }
Frame 57
_root.timerabc = 0; saveGame(); gravooralive = 1; gravoorcolour = 1; stop(); if (_root.floornumber <= 11) { _root.floornumber = 11; }
Frame 58
saveGame();
Instance of Symbol 275 MovieClip in Frame 58
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 58
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 58
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 58
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 58
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 58
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 58
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 58
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 58
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 58
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 58
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 58
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 58
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 58
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 58
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 58
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 58
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 58
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 58
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 58
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 58
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 58
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 58
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 58
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 58
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 58
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 58
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 58
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 58
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 58
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 58
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 58
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 58
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 58
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 58
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 58
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 58
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 58
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 58
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 264 MovieClip in Frame 58
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { if (_root.gravoorcolour == 2) { } else { _root.player.gotoAndStop(2); } } }
Instance of Symbol 275 MovieClip in Frame 58
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 58
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 58
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 58
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 58
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 58
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 58
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 58
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 58
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 58
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 58
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 310 MovieClip in Frame 58
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.nextFrame(); } }
Instance of Symbol 266 MovieClip in Frame 58
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { if (_root.gravoorcolour == 2) { } else { _root.gravoorcolour = 2; this.play(); } } }
Instance of Symbol 343 MovieClip "player" in Frame 58
onClipEvent (enterFrame) { if (_root.gravooralive == 1) { myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _root.yChange = Math.round(_root._ymouse - this._y); _root.xChange = Math.round(_root._xmouse - this._x); _root.yMove = Math.round(_root.yChange / 20); _root.xMove = Math.round(_root.xChange / 20); this._y = this._y + _root.yMove; this._x = this._x + _root.xMove; this._rotation = myDegrees + 90; } }
Instance of Symbol 261 MovieClip in Frame 58
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.player.gotoAndStop(3); _root.player.sh.gotoAndPlay(1); } }
Frame 59
saveGame();
Instance of Symbol 109 MovieClip in Frame 59
on (keyPress "<Space>") { _root.nextFrame(); }
Instance of Symbol 376 MovieClip in Frame 59
onClipEvent (enterFrame) { if (_root.timerabc <= _root.level11highscore) { this.gotoAndStop(2); _root.level11highscore = _root.timerabc; } }
Frame 60
_root.timerabc = 0; saveGame(); gravooralive = 1; gravoorcolour = 1; stop(); if (_root.floornumber <= 12) { _root.floornumber = 12; }
Frame 61
saveGame();
Instance of Symbol 275 MovieClip in Frame 61
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 61
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 61
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 61
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 61
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 61
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 61
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 61
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 61
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 61
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 61
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 61
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 61
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 61
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 61
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 61
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 61
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 61
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 61
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 61
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 61
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 61
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 61
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 61
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 61
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 61
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 61
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 61
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 61
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 61
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 61
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 61
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 263 MovieClip in Frame 61
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { if (_root.gravoorcolour == 4) { } else { _root.player.gotoAndStop(2); } } }
Instance of Symbol 264 MovieClip in Frame 61
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { if (_root.gravoorcolour == 2) { } else { _root.player.gotoAndStop(2); } } }
Instance of Symbol 263 MovieClip in Frame 61
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { if (_root.gravoorcolour == 4) { } else { _root.player.gotoAndStop(2); } } }
Instance of Symbol 275 MovieClip in Frame 61
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 61
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 61
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 61
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 61
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 61
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 61
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 61
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 61
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 61
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 61
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 61
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 61
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 61
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 61
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 61
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 61
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 61
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 61
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 61
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 61
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 61
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 61
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 61
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 61
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 61
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 266 MovieClip in Frame 61
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { if (_root.gravoorcolour == 2) { } else { _root.gravoorcolour = 2; this.play(); } } }
Instance of Symbol 268 MovieClip in Frame 61
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { if (_root.gravoorcolour == 4) { } else { _root.gravoorcolour = 4; this.play(); } } }
Instance of Symbol 343 MovieClip "player" in Frame 61
onClipEvent (enterFrame) { if (_root.gravooralive == 1) { myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _root.yChange = Math.round(_root._ymouse - this._y); _root.xChange = Math.round(_root._xmouse - this._x); _root.yMove = Math.round(_root.yChange / 20); _root.xMove = Math.round(_root.xChange / 20); this._y = this._y + _root.yMove; this._x = this._x + _root.xMove; this._rotation = myDegrees + 90; } }
Instance of Symbol 261 MovieClip in Frame 61
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.player.gotoAndStop(3); _root.player.sh.gotoAndPlay(1); } }
Frame 62
saveGame();
Instance of Symbol 109 MovieClip in Frame 62
on (keyPress "<Space>") { _root.nextFrame(); }
Instance of Symbol 376 MovieClip in Frame 62
onClipEvent (enterFrame) { if (_root.timerabc <= _root.level12highscore) { this.gotoAndStop(2); _root.level12highscore = _root.timerabc; } }
Frame 63
_root.timerabc = 0; saveGame(); gravooralive = 1; gravoorcolour = 1; stop(); if (_root.floornumber <= 13) { _root.floornumber = 13; }
Frame 64
saveGame();
Instance of Symbol 275 MovieClip in Frame 64
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 64
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 64
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 64
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 64
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 64
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 64
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 64
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 64
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 64
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 64
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 64
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 64
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 64
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 64
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 64
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 64
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 64
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 64
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 64
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 64
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 64
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 64
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 64
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 64
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 64
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 64
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 64
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 64
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 64
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 64
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 64
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 64
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 64
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 64
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 64
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 64
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 64
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 64
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 64
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 64
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 64
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 64
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 64
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 264 MovieClip in Frame 64
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { if (_root.gravoorcolour == 2) { } else { _root.player.gotoAndStop(2); } } }
Instance of Symbol 275 MovieClip in Frame 64
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 64
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 64
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 64
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 266 MovieClip in Frame 64
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { if (_root.gravoorcolour == 2) { } else { _root.gravoorcolour = 2; this.play(); } } }
Instance of Symbol 343 MovieClip "player" in Frame 64
onClipEvent (enterFrame) { if (_root.gravooralive == 1) { myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _root.yChange = Math.round(_root._ymouse - this._y); _root.xChange = Math.round(_root._xmouse - this._x); _root.yMove = Math.round(_root.yChange / 20); _root.xMove = Math.round(_root.xChange / 20); this._y = this._y + _root.yMove; this._x = this._x + _root.xMove; this._rotation = myDegrees + 90; } }
Instance of Symbol 277 MovieClip in Frame 64
/* no clip actions */
Instance of Symbol 277 MovieClip in Frame 64
/* no clip actions */
Instance of Symbol 259 MovieClip in Frame 64
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.player.gotoAndStop(4); _root.player.gr.gotoAndPlay(1); } }
Frame 65
saveGame();
Instance of Symbol 109 MovieClip in Frame 65
on (keyPress "<Space>") { _root.nextFrame(); }
Instance of Symbol 376 MovieClip in Frame 65
onClipEvent (enterFrame) { if (_root.timerabc <= _root.level13highscore) { this.gotoAndStop(2); _root.level13highscore = _root.timerabc; } }
Frame 66
_root.timerabc = 0; saveGame(); gravooralive = 1; gravoorcolour = 1; stop(); if (_root.floornumber <= 14) { _root.floornumber = 14; }
Frame 67
saveGame();
Instance of Symbol 275 MovieClip in Frame 67
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 67
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 67
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 67
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 67
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 67
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 67
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 67
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 67
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 67
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 67
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 67
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 67
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 67
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 67
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 67
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 67
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 67
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 67
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 67
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 67
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 67
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 67
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 67
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 67
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 67
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 67
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 67
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 67
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 67
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 67
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 67
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 67
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 67
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 67
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 67
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 67
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 67
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 67
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 67
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 67
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 67
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 67
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 264 MovieClip in Frame 67
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { if (_root.gravoorcolour == 2) { } else { _root.player.gotoAndStop(2); } } }
Instance of Symbol 275 MovieClip in Frame 67
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 67
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 67
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 67
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 67
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 67
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 67
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 67
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 67
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 67
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 67
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 264 MovieClip in Frame 67
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { if (_root.gravoorcolour == 2) { } else { _root.player.gotoAndStop(2); } } }
Instance of Symbol 275 MovieClip in Frame 67
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 67
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 67
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 67
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 67
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 266 MovieClip in Frame 67
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { if (_root.gravoorcolour == 2) { } else { _root.gravoorcolour = 2; this.play(); } } }
Instance of Symbol 259 MovieClip in Frame 67
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.player.gotoAndStop(4); _root.player.gr.gotoAndPlay(1); } }
Instance of Symbol 261 MovieClip in Frame 67
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.player.gotoAndStop(3); _root.player.sh.gotoAndPlay(1); } }
Instance of Symbol 343 MovieClip "player" in Frame 67
onClipEvent (enterFrame) { if (_root.gravooralive == 1) { myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _root.yChange = Math.round(_root._ymouse - this._y); _root.xChange = Math.round(_root._xmouse - this._x); _root.yMove = Math.round(_root.yChange / 20); _root.xMove = Math.round(_root.xChange / 20); this._y = this._y + _root.yMove; this._x = this._x + _root.xMove; this._rotation = myDegrees + 90; } }
Instance of Symbol 277 MovieClip in Frame 67
/* no clip actions */
Instance of Symbol 277 MovieClip in Frame 67
/* no clip actions */
Instance of Symbol 277 MovieClip in Frame 67
/* no clip actions */
Instance of Symbol 277 MovieClip in Frame 67
/* no clip actions */
Instance of Symbol 277 MovieClip in Frame 67
/* no clip actions */
Instance of Symbol 277 MovieClip in Frame 67
/* no clip actions */
Instance of Symbol 277 MovieClip in Frame 67
/* no clip actions */
Instance of Symbol 277 MovieClip in Frame 67
/* no clip actions */
Frame 68
saveGame();
Instance of Symbol 109 MovieClip in Frame 68
on (keyPress "<Space>") { _root.nextFrame(); }
Instance of Symbol 376 MovieClip in Frame 68
onClipEvent (enterFrame) { if (_root.timerabc <= _root.level14highscore) { this.gotoAndStop(2); _root.level14highscore = _root.timerabc; } }
Frame 69
_root.timerabc = 0; saveGame(); gravooralive = 1; gravoorcolour = 1; stop(); if (_root.floornumber <= 15) { _root.floornumber = 15; }
Frame 70
saveGame();
Instance of Symbol 259 MovieClip in Frame 70
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.player.gotoAndStop(4); _root.player.gr.gotoAndPlay(1); } }
Instance of Symbol 277 MovieClip in Frame 70
/* no clip actions */
Instance of Symbol 277 MovieClip in Frame 70
/* no clip actions */
Instance of Symbol 343 MovieClip "player" in Frame 70
onClipEvent (enterFrame) { if (_root.gravooralive == 1) { myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _root.yChange = Math.round(_root._ymouse - this._y); _root.xChange = Math.round(_root._xmouse - this._x); _root.yMove = Math.round(_root.yChange / 20); _root.xMove = Math.round(_root.xChange / 20); this._y = this._y + _root.yMove; this._x = this._x + _root.xMove; this._rotation = myDegrees + 90; } }
Instance of Symbol 275 MovieClip in Frame 70
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 70
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 70
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 70
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 70
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 70
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 70
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 70
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 70
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 70
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 70
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 70
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 70
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 70
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 70
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 70
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 70
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 70
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 70
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 70
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 70
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 70
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 70
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 70
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 70
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 70
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 70
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 70
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 70
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 70
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 70
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 70
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 70
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 70
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 70
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 70
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 70
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 70
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 70
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 70
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 277 MovieClip in Frame 70
/* no clip actions */
Instance of Symbol 264 MovieClip in Frame 70
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { if (_root.gravoorcolour == 2) { } else { _root.player.gotoAndStop(2); } } }
Instance of Symbol 266 MovieClip in Frame 70
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { if (_root.gravoorcolour == 2) { } else { _root.gravoorcolour = 2; this.play(); } } }
Instance of Symbol 268 MovieClip in Frame 70
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { if (_root.gravoorcolour == 4) { } else { _root.gravoorcolour = 4; this.play(); } } }
Frame 71
saveGame();
Instance of Symbol 109 MovieClip in Frame 71
on (keyPress "<Space>") { _root.nextFrame(); }
Instance of Symbol 376 MovieClip in Frame 71
onClipEvent (enterFrame) { if (_root.timerabc <= _root.level15highscore) { this.gotoAndStop(2); _root.level15highscore = _root.timerabc; } }
Frame 72
_root.timerabc = 0; saveGame(); gravooralive = 1; gravoorcolour = 1; stop(); if (_root.floornumber <= 16) { _root.floornumber = 16; }
Frame 73
saveGame();
Instance of Symbol 275 MovieClip in Frame 73
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 73
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 73
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 73
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 73
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 266 MovieClip in Frame 73
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { if (_root.gravoorcolour == 2) { } else { _root.gravoorcolour = 2; this.play(); } } }
Instance of Symbol 275 MovieClip in Frame 73
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 73
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 73
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 73
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 73
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 73
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 73
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 73
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 73
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 73
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 73
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 73
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 73
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 73
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 73
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 73
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 73
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 73
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 73
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 73
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 73
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 73
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 73
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 73
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 73
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 73
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 73
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 73
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 73
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 73
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 73
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 73
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 73
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 73
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 73
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 73
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 73
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 73
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 73
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 73
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 73
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 73
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 73
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 73
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 73
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 264 MovieClip in Frame 73
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { if (_root.gravoorcolour == 2) { } else { _root.player.gotoAndStop(2); } } }
Instance of Symbol 261 MovieClip in Frame 73
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.player.gotoAndStop(3); _root.player.sh.gotoAndPlay(1); } }
Instance of Symbol 261 MovieClip in Frame 73
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.player.gotoAndStop(3); _root.player.sh.gotoAndPlay(1); } }
Instance of Symbol 343 MovieClip "player" in Frame 73
onClipEvent (enterFrame) { if (_root.gravooralive == 1) { myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _root.yChange = Math.round(_root._ymouse - this._y); _root.xChange = Math.round(_root._xmouse - this._x); _root.yMove = Math.round(_root.yChange / 20); _root.xMove = Math.round(_root.xChange / 20); this._y = this._y + _root.yMove; this._x = this._x + _root.xMove; this._rotation = myDegrees + 90; } }
Instance of Symbol 275 MovieClip in Frame 73
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 73
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 277 MovieClip in Frame 73
/* no clip actions */
Instance of Symbol 277 MovieClip in Frame 73
/* no clip actions */
Instance of Symbol 277 MovieClip in Frame 73
/* no clip actions */
Instance of Symbol 277 MovieClip in Frame 73
/* no clip actions */
Frame 74
saveGame();
Instance of Symbol 109 MovieClip in Frame 74
on (keyPress "<Space>") { _root.nextFrame(); }
Instance of Symbol 376 MovieClip in Frame 74
onClipEvent (enterFrame) { if (_root.timerabc <= _root.level16highscore) { this.gotoAndStop(2); _root.level16highscore = _root.timerabc; } }
Frame 75
_root.timerabc = 0; saveGame(); gravooralive = 1; gravoorcolour = 1; stop(); if (_root.floornumber <= 17) { _root.floornumber = 17; }
Frame 76
saveGame();
Instance of Symbol 275 MovieClip in Frame 76
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 76
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 76
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 76
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 76
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 76
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 76
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 76
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 76
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 76
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 76
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 76
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 76
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 76
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 76
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 76
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 76
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 76
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 76
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 76
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 76
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 76
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 76
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 76
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 76
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 76
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 76
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 76
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 76
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 76
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 76
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 76
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 76
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 76
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 76
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 76
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 76
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 76
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 76
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 76
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 76
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 76
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 76
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 76
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 76
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 76
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 76
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 76
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 76
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 76
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 76
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 76
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 263 MovieClip in Frame 76
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { if (_root.gravoorcolour == 4) { } else { _root.player.gotoAndStop(2); } } }
Instance of Symbol 264 MovieClip in Frame 76
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { if (_root.gravoorcolour == 2) { } else { _root.player.gotoAndStop(2); } } }
Instance of Symbol 268 MovieClip in Frame 76
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { if (_root.gravoorcolour == 4) { } else { _root.gravoorcolour = 4; this.play(); } } }
Instance of Symbol 275 MovieClip in Frame 76
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 266 MovieClip in Frame 76
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { if (_root.gravoorcolour == 2) { } else { _root.gravoorcolour = 2; this.play(); } } }
Instance of Symbol 259 MovieClip in Frame 76
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.player.gotoAndStop(4); } }
Instance of Symbol 343 MovieClip "player" in Frame 76
onClipEvent (enterFrame) { if (_root.gravooralive == 1) { myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _root.yChange = Math.round(_root._ymouse - this._y); _root.xChange = Math.round(_root._xmouse - this._x); _root.yMove = Math.round(_root.yChange / 20); _root.xMove = Math.round(_root.xChange / 20); this._y = this._y + _root.yMove; this._x = this._x + _root.xMove; this._rotation = myDegrees + 90; } }
Instance of Symbol 277 MovieClip in Frame 76
/* no clip actions */
Instance of Symbol 277 MovieClip in Frame 76
/* no clip actions */
Instance of Symbol 277 MovieClip in Frame 76
/* no clip actions */
Instance of Symbol 261 MovieClip in Frame 76
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.player.gotoAndStop(3); _root.player.sh.gotoAndPlay(1); } }
Frame 77
saveGame();
Instance of Symbol 109 MovieClip in Frame 77
on (keyPress "<Space>") { _root.nextFrame(); }
Instance of Symbol 376 MovieClip in Frame 77
onClipEvent (enterFrame) { if (_root.timerabc <= _root.level17highscore) { this.gotoAndStop(2); _root.level17highscore = _root.timerabc; } }
Frame 78
_root.timerabc = 0; saveGame(); gravooralive = 1; gravoorcolour = 1; stop(); if (_root.floornumber <= 18) { _root.floornumber = 18; }
Frame 79
saveGame();
Instance of Symbol 275 MovieClip in Frame 79
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 79
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 79
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 79
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 79
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 79
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 79
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 79
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 79
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 79
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 79
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 79
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 263 MovieClip in Frame 79
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { if (_root.gravoorcolour == 4) { } else { _root.player.gotoAndStop(2); } } }
Instance of Symbol 268 MovieClip in Frame 79
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { if (_root.gravoorcolour == 4) { } else { _root.gravoorcolour = 4; this.play(); } } }
Instance of Symbol 275 MovieClip in Frame 79
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 79
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 79
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 79
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 79
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 79
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 79
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 79
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 79
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 79
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 79
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 79
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 79
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 79
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 79
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 79
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 79
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 79
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 79
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 79
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 79
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 79
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 79
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 79
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 79
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 79
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 79
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 79
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 79
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 79
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 79
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 79
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 79
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 79
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 79
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 79
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 79
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 79
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 79
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 79
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 79
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 79
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 264 MovieClip in Frame 79
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { if (_root.gravoorcolour == 2) { } else { _root.player.gotoAndStop(2); } } }
Instance of Symbol 264 MovieClip in Frame 79
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { if (_root.gravoorcolour == 2) { } else { _root.player.gotoAndStop(2); } } }
Instance of Symbol 266 MovieClip in Frame 79
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { if (_root.gravoorcolour == 2) { } else { _root.gravoorcolour = 2; this.play(); } } }
Instance of Symbol 259 MovieClip in Frame 79
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.player.gotoAndStop(4); } }
Instance of Symbol 277 MovieClip in Frame 79
/* no clip actions */
Instance of Symbol 277 MovieClip in Frame 79
/* no clip actions */
Instance of Symbol 261 MovieClip in Frame 79
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.player.gotoAndStop(3); _root.player.sh.gotoAndPlay(1); } }
Instance of Symbol 343 MovieClip "player" in Frame 79
onClipEvent (enterFrame) { if (_root.gravooralive == 1) { myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _root.yChange = Math.round(_root._ymouse - this._y); _root.xChange = Math.round(_root._xmouse - this._x); _root.yMove = Math.round(_root.yChange / 20); _root.xMove = Math.round(_root.xChange / 20); this._y = this._y + _root.yMove; this._x = this._x + _root.xMove; this._rotation = myDegrees + 90; } }
Instance of Symbol 277 MovieClip in Frame 79
/* no clip actions */
Instance of Symbol 277 MovieClip in Frame 79
/* no clip actions */
Instance of Symbol 277 MovieClip in Frame 79
/* no clip actions */
Instance of Symbol 277 MovieClip in Frame 79
/* no clip actions */
Frame 80
saveGame();
Instance of Symbol 109 MovieClip in Frame 80
on (keyPress "<Space>") { stopAllSounds(); _root.nextFrame(); }
Instance of Symbol 376 MovieClip in Frame 80
onClipEvent (enterFrame) { if (_root.timerabc <= _root.level18highscore) { this.gotoAndStop(2); _root.level18highscore = _root.timerabc; } }
Frame 81
_root.timerabc = 0; saveGame();
Frame 82
_root.livesammount = 5;
Frame 83
gravooralive = 1; gravoorcolour = 1; stop(); if (_root.floornumber <= 1) { _root.floornumber = 1; }
Instance of Symbol 259 MovieClip in Frame 83
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.player.gotoAndStop(4); _root.player.gr.gotoAndPlay(1); } }
Instance of Symbol 261 MovieClip in Frame 83
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.player.gotoAndStop(3); _root.player.sh.gotoAndPlay(1); } }
Instance of Symbol 263 MovieClip in Frame 83
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { if (_root.gravoorcolour == 4) { } else { _root.player.gotoAndStop(2); } } }
Instance of Symbol 264 MovieClip in Frame 83
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { if (_root.gravoorcolour == 2) { } else { _root.player.gotoAndStop(2); } } }
Instance of Symbol 266 MovieClip in Frame 83
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { if (_root.gravoorcolour == 2) { } else { _root.gravoorcolour = 2; this.play(); } } }
Instance of Symbol 268 MovieClip in Frame 83
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { if (_root.gravoorcolour == 4) { } else { _root.gravoorcolour = 4; this.play(); } } }
Frame 84
saveGame();
Instance of Symbol 275 MovieClip in Frame 84
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 84
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 84
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 84
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 84
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 84
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 84
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 84
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 84
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 84
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 84
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 84
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 84
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 84
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 84
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 84
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 84
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 84
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 84
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 84
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 84
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 84
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 84
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 84
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 84
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 84
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 84
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 84
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 84
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 84
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 84
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 84
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 84
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 84
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 84
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 84
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 84
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 84
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 84
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 84
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 84
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 264 MovieClip in Frame 84
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { if (_root.gravoorcolour == 2) { } else { _root.player.gotoAndStop(2); } } }
Instance of Symbol 310 MovieClip in Frame 84
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.nextFrame(); } }
Instance of Symbol 266 MovieClip in Frame 84
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { if (_root.gravoorcolour == 2) { } else { _root.gravoorcolour = 2; this.play(); } } }
Instance of Symbol 343 MovieClip "player" in Frame 84
onClipEvent (enterFrame) { if (_root.gravooralive == 1) { myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _root.yChange = Math.round(_root._ymouse - this._y); _root.xChange = Math.round(_root._xmouse - this._x); _root.yMove = Math.round(_root.yChange / 20); _root.xMove = Math.round(_root.xChange / 20); this._y = this._y + _root.yMove; this._x = this._x + _root.xMove; this._rotation = myDegrees + 90; } }
Instance of Symbol 266 MovieClip in Frame 84
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravoorcolour = 2; } }
Frame 85
saveGame();
Instance of Symbol 109 MovieClip in Frame 85
on (keyPress "<Space>") { _root.gotoAndPlay(12); }
Instance of Symbol 376 MovieClip in Frame 85
onClipEvent (enterFrame) { if (_root.timerabc <= _root.level1highscore) { this.gotoAndStop(2); _root.level1highscore = _root.timerabc; } }
Frame 86
_root.timerabc = 0; saveGame(); gravooralive = 1; gravoorcolour = 1; stop(); if (_root.floornumber <= 2) { _root.floornumber = 2; }
Frame 87
saveGame();
Instance of Symbol 275 MovieClip in Frame 87
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 87
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 87
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 87
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 87
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 87
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 87
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 87
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 87
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 87
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 87
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 87
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 87
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 87
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 87
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 87
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 87
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 87
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 87
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 87
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 87
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 87
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 87
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 87
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 87
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 87
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 87
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 87
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 87
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 87
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 87
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 87
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 87
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 87
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 87
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 87
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 87
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 87
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 263 MovieClip in Frame 87
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { if (_root.gravoorcolour == 4) { } else { _root.player.gotoAndStop(2); } } }
Instance of Symbol 264 MovieClip in Frame 87
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { if (_root.gravoorcolour == 2) { } else { _root.player.gotoAndStop(2); } } }
Instance of Symbol 263 MovieClip in Frame 87
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { if (_root.gravoorcolour == 4) { } else { _root.player.gotoAndStop(2); } } }
Instance of Symbol 266 MovieClip in Frame 87
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { if (_root.gravoorcolour == 2) { } else { _root.gravoorcolour = 2; this.play(); } } }
Instance of Symbol 268 MovieClip in Frame 87
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { if (_root.gravoorcolour == 4) { } else { _root.gravoorcolour = 4; this.play(); } } }
Instance of Symbol 343 MovieClip "player" in Frame 87
onClipEvent (enterFrame) { if (_root.gravooralive == 1) { myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _root.yChange = Math.round(_root._ymouse - this._y); _root.xChange = Math.round(_root._xmouse - this._x); _root.yMove = Math.round(_root.yChange / 20); _root.xMove = Math.round(_root.xChange / 20); this._y = this._y + _root.yMove; this._x = this._x + _root.xMove; this._rotation = myDegrees + 90; } }
Frame 88
saveGame();
Instance of Symbol 109 MovieClip in Frame 88
on (keyPress "<Space>") { _root.gotoAndPlay(12); }
Instance of Symbol 376 MovieClip in Frame 88
onClipEvent (enterFrame) { if (_root.timerabc <= _root.level2highscore) { this.gotoAndStop(2); _root.level2highscore = _root.timerabc; } }
Frame 89
_root.timerabc = 0; saveGame(); gravooralive = 1; gravoorcolour = 1; stop(); if (_root.floornumber <= 3) { _root.floornumber = 3; }
Frame 90
saveGame();
Instance of Symbol 275 MovieClip in Frame 90
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 90
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 90
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 90
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 90
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 90
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 90
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 90
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 90
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 90
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 90
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 90
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 90
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 90
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 90
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 90
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 90
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 90
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 90
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 90
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 90
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 90
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 90
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 90
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 90
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 90
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 90
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 90
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 90
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 90
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 90
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 90
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 90
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 90
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 90
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 90
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 90
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 90
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 90
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 90
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 90
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 90
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 90
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 90
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 90
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 90
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 90
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 90
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 90
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 90
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 263 MovieClip in Frame 90
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { if (_root.gravoorcolour == 4) { } else { _root.player.gotoAndStop(2); } } }
Instance of Symbol 264 MovieClip in Frame 90
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { if (_root.gravoorcolour == 2) { } else { _root.player.gotoAndStop(2); } } }
Instance of Symbol 266 MovieClip in Frame 90
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { if (_root.gravoorcolour == 2) { } else { _root.gravoorcolour = 2; this.play(); } } }
Instance of Symbol 343 MovieClip "player" in Frame 90
onClipEvent (enterFrame) { if (_root.gravooralive == 1) { myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _root.yChange = Math.round(_root._ymouse - this._y); _root.xChange = Math.round(_root._xmouse - this._x); _root.yMove = Math.round(_root.yChange / 20); _root.xMove = Math.round(_root.xChange / 20); this._y = this._y + _root.yMove; this._x = this._x + _root.xMove; this._rotation = myDegrees + 90; } }
Frame 91
saveGame();
Instance of Symbol 109 MovieClip in Frame 91
on (keyPress "<Space>") { _root.gotoAndPlay(12); }
Instance of Symbol 376 MovieClip in Frame 91
onClipEvent (enterFrame) { if (_root.timerabc <= _root.level3highscore) { this.gotoAndStop(2); _root.level3highscore = _root.timerabc; } }
Frame 92
_root.timerabc = 0; saveGame(); gravooralive = 1; gravoorcolour = 1; stop(); if (_root.floornumber <= 4) { _root.floornumber = 4; }
Frame 93
saveGame();
Instance of Symbol 275 MovieClip in Frame 93
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 93
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 93
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 93
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 93
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 93
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 93
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 93
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 93
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 93
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 93
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 93
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 93
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 93
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 93
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 93
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 93
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 93
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 93
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 93
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 93
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 93
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 93
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 93
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 93
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 93
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 93
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 93
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 93
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 93
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 93
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 93
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 93
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 93
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 93
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 93
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 93
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 93
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 93
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 93
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 93
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 93
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 93
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 264 MovieClip in Frame 93
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { if (_root.gravoorcolour == 2) { } else { _root.player.gotoAndStop(2); } } }
Instance of Symbol 275 MovieClip in Frame 93
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 93
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 93
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 93
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 93
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 93
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 93
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 93
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 93
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 93
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 93
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 93
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 93
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 266 MovieClip in Frame 93
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { if (_root.gravoorcolour == 2) { } else { _root.gravoorcolour = 2; this.play(); } } }
Instance of Symbol 259 MovieClip in Frame 93
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.player.gotoAndStop(4); } }
Instance of Symbol 261 MovieClip in Frame 93
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.player.gotoAndStop(3); _root.player.sh.gotoAndPlay(1); } }
Instance of Symbol 343 MovieClip "player" in Frame 93
onClipEvent (enterFrame) { if (_root.gravooralive == 1) { myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _root.yChange = Math.round(_root._ymouse - this._y); _root.xChange = Math.round(_root._xmouse - this._x); _root.yMove = Math.round(_root.yChange / 20); _root.xMove = Math.round(_root.xChange / 20); this._y = this._y + _root.yMove; this._x = this._x + _root.xMove; this._rotation = myDegrees + 90; } }
Instance of Symbol 261 MovieClip in Frame 93
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.player.gotoAndStop(3); } }
Frame 94
saveGame();
Instance of Symbol 109 MovieClip in Frame 94
on (keyPress "<Space>") { _root.gotoAndPlay(12); }
Instance of Symbol 376 MovieClip in Frame 94
onClipEvent (enterFrame) { if (_root.timerabc <= _root.level4highscore) { this.gotoAndStop(2); _root.level4highscore = _root.timerabc; } }
Frame 95
_root.timerabc = 0; saveGame(); gravooralive = 1; gravoorcolour = 1; stop(); if (_root.floornumber <= 5) { _root.floornumber = 5; }
Frame 96
saveGame();
Instance of Symbol 275 MovieClip in Frame 96
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 96
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 96
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 96
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 96
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 96
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 96
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 96
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 96
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 96
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 96
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 96
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 96
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 96
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 96
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 96
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 96
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 96
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 96
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 96
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 96
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 96
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 96
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 96
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 96
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 96
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 96
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 96
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 96
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 96
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 96
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 96
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 96
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 96
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 96
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 96
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 96
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 96
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 96
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 96
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 96
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 259 MovieClip in Frame 96
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.player.gotoAndStop(4); _root.player.gr.gotoAndPlay(1); } }
Instance of Symbol 277 MovieClip in Frame 96
/* no clip actions */
Instance of Symbol 277 MovieClip in Frame 96
/* no clip actions */
Instance of Symbol 343 MovieClip "player" in Frame 96
onClipEvent (enterFrame) { if (_root.gravooralive == 1) { myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _root.yChange = Math.round(_root._ymouse - this._y); _root.xChange = Math.round(_root._xmouse - this._x); _root.yMove = Math.round(_root.yChange / 20); _root.xMove = Math.round(_root.xChange / 20); this._y = this._y + _root.yMove; this._x = this._x + _root.xMove; this._rotation = myDegrees + 90; } }
Instance of Symbol 259 MovieClip in Frame 96
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.player.gotoAndStop(4); } }
Frame 97
saveGame();
Instance of Symbol 109 MovieClip in Frame 97
on (keyPress "<Space>") { _root.gotoAndPlay(12); }
Instance of Symbol 376 MovieClip in Frame 97
onClipEvent (enterFrame) { if (_root.timerabc <= _root.level5highscore) { this.gotoAndStop(2); _root.level5highscore = _root.timerabc; } }
Frame 98
_root.timerabc = 0; saveGame(); gravooralive = 1; gravoorcolour = 1; stop(); if (_root.floornumber <= 6) { _root.floornumber = 6; }
Frame 99
saveGame();
Instance of Symbol 275 MovieClip in Frame 99
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 99
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 99
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 99
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 99
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 266 MovieClip in Frame 99
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { if (_root.gravoorcolour == 2) { } else { _root.gravoorcolour = 2; this.play(); } } }
Instance of Symbol 275 MovieClip in Frame 99
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 99
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 99
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 99
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 99
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 99
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 99
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 99
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 99
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 99
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 99
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 99
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 99
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 99
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 99
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 99
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 99
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 99
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 99
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 99
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 99
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 99
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 99
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 99
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 99
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 99
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 99
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 99
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 99
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 99
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 99
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 99
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 99
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 99
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 99
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 99
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 99
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 99
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 99
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 99
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 99
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 99
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 99
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 99
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 99
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 99
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 99
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 99
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 99
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 99
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 99
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 99
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 99
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 99
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 99
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 99
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 99
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 99
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 99
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 99
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 264 MovieClip in Frame 99
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { if (_root.gravoorcolour == 2) { } else { _root.player.gotoAndStop(2); } } }
Instance of Symbol 263 MovieClip in Frame 99
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { if (_root.gravoorcolour == 4) { } else { _root.player.gotoAndStop(2); } } }
Instance of Symbol 268 MovieClip in Frame 99
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { if (_root.gravoorcolour == 4) { } else { _root.gravoorcolour = 4; this.play(); } } }
Instance of Symbol 264 MovieClip in Frame 99
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { if (_root.gravoorcolour == 2) { } else { _root.player.gotoAndStop(2); } } }
Instance of Symbol 264 MovieClip in Frame 99
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { if (_root.gravoorcolour == 2) { } else { _root.player.gotoAndStop(2); } } }
Instance of Symbol 261 MovieClip in Frame 99
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.player.gotoAndStop(3); _root.player.sh.gotoAndPlay(1); } }
Instance of Symbol 261 MovieClip in Frame 99
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.player.gotoAndStop(3); _root.player.sh.gotoAndPlay(1); } }
Instance of Symbol 343 MovieClip "player" in Frame 99
onClipEvent (enterFrame) { if (_root.gravooralive == 1) { myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _root.yChange = Math.round(_root._ymouse - this._y); _root.xChange = Math.round(_root._xmouse - this._x); _root.yMove = Math.round(_root.yChange / 20); _root.xMove = Math.round(_root.xChange / 20); this._y = this._y + _root.yMove; this._x = this._x + _root.xMove; this._rotation = myDegrees + 90; } }
Frame 100
saveGame();
Instance of Symbol 109 MovieClip in Frame 100
on (keyPress "<Space>") { _root.gotoAndPlay(12); }
Instance of Symbol 376 MovieClip in Frame 100
onClipEvent (enterFrame) { if (_root.timerabc <= _root.level6highscore) { this.gotoAndStop(2); _root.level6highscore = _root.timerabc; } }
Frame 101
_root.timerabc = 0; saveGame(); gravooralive = 1; gravoorcolour = 1; stop(); if (_root.floornumber <= 7) { _root.floornumber = 7; }
Frame 102
saveGame();
Instance of Symbol 275 MovieClip in Frame 102
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 102
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 102
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 102
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 102
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 102
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 102
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 102
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 102
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 102
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 102
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 102
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 102
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 102
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 102
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 102
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 102
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 102
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 102
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 102
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 102
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 102
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 102
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 102
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 102
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 102
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 102
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 102
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 102
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 102
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 102
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 102
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 102
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 102
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 102
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 102
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 102
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 102
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 102
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 102
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 102
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 102
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 102
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 102
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 102
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 102
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 102
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 102
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 102
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 102
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 102
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 102
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 263 MovieClip in Frame 102
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { if (_root.gravoorcolour == 4) { } else { _root.player.gotoAndStop(2); } } }
Instance of Symbol 264 MovieClip in Frame 102
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { if (_root.gravoorcolour == 2) { } else { _root.player.gotoAndStop(2); } } }
Instance of Symbol 268 MovieClip in Frame 102
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { if (_root.gravoorcolour == 4) { } else { _root.gravoorcolour = 4; this.play(); } } }
Instance of Symbol 275 MovieClip in Frame 102
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 102
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 266 MovieClip in Frame 102
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { if (_root.gravoorcolour == 2) { } else { _root.gravoorcolour = 2; this.play(); } } }
Instance of Symbol 259 MovieClip in Frame 102
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.player.gotoAndStop(4); _root.player.gr.gotoAndPlay(1); } }
Instance of Symbol 277 MovieClip in Frame 102
/* no clip actions */
Instance of Symbol 277 MovieClip in Frame 102
/* no clip actions */
Instance of Symbol 343 MovieClip "player" in Frame 102
onClipEvent (enterFrame) { if (_root.gravooralive == 1) { myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _root.yChange = Math.round(_root._ymouse - this._y); _root.xChange = Math.round(_root._xmouse - this._x); _root.yMove = Math.round(_root.yChange / 20); _root.xMove = Math.round(_root.xChange / 20); this._y = this._y + _root.yMove; this._x = this._x + _root.xMove; this._rotation = myDegrees + 90; } }
Frame 103
saveGame();
Instance of Symbol 109 MovieClip in Frame 103
on (keyPress "<Space>") { _root.gotoAndPlay(12); }
Instance of Symbol 376 MovieClip in Frame 103
onClipEvent (enterFrame) { if (_root.timerabc <= _root.level7highscore) { this.gotoAndStop(2); _root.level7highscore = _root.timerabc; } }
Frame 104
_root.timerabc = 0; saveGame(); gravooralive = 1; gravoorcolour = 1; stop(); if (_root.floornumber <= 8) { _root.floornumber = 8; }
Frame 105
saveGame();
Instance of Symbol 275 MovieClip in Frame 105
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 105
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 105
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 105
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 105
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 105
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 105
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 105
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 105
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 105
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 105
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 105
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 105
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 105
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 105
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 105
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 105
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 105
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 105
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 105
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 105
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 105
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 105
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 105
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 105
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 105
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 105
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 105
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 105
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 105
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 105
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 105
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 105
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 105
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 105
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 105
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 105
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 263 MovieClip in Frame 105
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { if (_root.gravoorcolour == 4) { } else { _root.player.gotoAndStop(2); } } }
Instance of Symbol 264 MovieClip in Frame 105
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { if (_root.gravoorcolour == 2) { } else { _root.player.gotoAndStop(2); } } }
Instance of Symbol 268 MovieClip in Frame 105
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { if (_root.gravoorcolour == 4) { } else { _root.gravoorcolour = 4; this.play(); } } }
Instance of Symbol 275 MovieClip in Frame 105
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 105
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 105
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 105
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 105
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 105
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 105
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 105
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 105
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 105
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 105
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 105
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 266 MovieClip in Frame 105
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { if (_root.gravoorcolour == 2) { } else { _root.gravoorcolour = 2; this.play(); } } }
Instance of Symbol 259 MovieClip in Frame 105
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.player.gotoAndStop(4); _root.player.gr.gotoAndPlay(1); } }
Instance of Symbol 277 MovieClip in Frame 105
/* no clip actions */
Instance of Symbol 277 MovieClip in Frame 105
/* no clip actions */
Instance of Symbol 261 MovieClip in Frame 105
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.player.gotoAndStop(3); _root.player.sh.gotoAndPlay(1); } }
Instance of Symbol 343 MovieClip "player" in Frame 105
onClipEvent (enterFrame) { if (_root.gravooralive == 1) { myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _root.yChange = Math.round(_root._ymouse - this._y); _root.xChange = Math.round(_root._xmouse - this._x); _root.yMove = Math.round(_root.yChange / 20); _root.xMove = Math.round(_root.xChange / 20); this._y = this._y + _root.yMove; this._x = this._x + _root.xMove; this._rotation = myDegrees + 90; } }
Frame 106
saveGame();
Instance of Symbol 109 MovieClip in Frame 106
on (keyPress "<Space>") { _root.gotoAndPlay(12); }
Instance of Symbol 376 MovieClip in Frame 106
onClipEvent (enterFrame) { if (_root.timerabc <= _root.level8highscore) { this.gotoAndStop(2); _root.level8highscore = _root.timerabc; } }
Frame 107
_root.timerabc = 0; saveGame(); gravooralive = 1; gravoorcolour = 1; stop(); if (_root.floornumber <= 9) { _root.floornumber = 9; }
Frame 108
saveGame();
Instance of Symbol 275 MovieClip in Frame 108
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 108
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 108
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 108
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 108
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 108
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 108
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 108
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 108
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 108
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 108
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 108
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 108
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 108
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 108
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 108
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 108
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 108
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 108
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 108
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 108
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 108
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 108
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 108
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 108
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 108
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 108
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 108
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 108
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 108
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 108
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 108
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 108
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 108
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 108
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 108
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 108
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 108
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 108
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 108
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 263 MovieClip in Frame 108
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { if (_root.gravoorcolour == 4) { } else { _root.player.gotoAndStop(2); } } }
Instance of Symbol 268 MovieClip in Frame 108
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { if (_root.gravoorcolour == 4) { } else { _root.gravoorcolour = 4; this.play(); } } }
Instance of Symbol 275 MovieClip in Frame 108
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 266 MovieClip in Frame 108
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { if (_root.gravoorcolour == 2) { } else { _root.gravoorcolour = 2; this.play(); } } }
Instance of Symbol 259 MovieClip in Frame 108
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.player.gotoAndStop(4); } }
Instance of Symbol 277 MovieClip in Frame 108
/* no clip actions */
Instance of Symbol 277 MovieClip in Frame 108
/* no clip actions */
Instance of Symbol 275 MovieClip in Frame 108
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 108
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 108
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 108
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 108
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 108
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 108
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 108
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 108
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 108
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 108
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 108
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 108
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 108
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 108
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 108
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 108
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 108
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 343 MovieClip "player" in Frame 108
onClipEvent (enterFrame) { if (_root.gravooralive == 1) { myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _root.yChange = Math.round(_root._ymouse - this._y); _root.xChange = Math.round(_root._xmouse - this._x); _root.yMove = Math.round(_root.yChange / 20); _root.xMove = Math.round(_root.xChange / 20); this._y = this._y + _root.yMove; this._x = this._x + _root.xMove; this._rotation = myDegrees + 90; } }
Frame 109
saveGame();
Instance of Symbol 109 MovieClip in Frame 109
on (keyPress "<Space>") { _root.gotoAndPlay(12); }
Instance of Symbol 376 MovieClip in Frame 109
onClipEvent (enterFrame) { if (_root.timerabc <= _root.level9highscore) { this.gotoAndStop(2); _root.level9highscore = _root.timerabc; } }
Frame 110
_root.timerabc = 0; saveGame(); gravooralive = 1; gravoorcolour = 1; stop(); if (_root.floornumber <= 10) { _root.floornumber = 10; }
Frame 111
saveGame();
Instance of Symbol 275 MovieClip in Frame 111
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 111
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 111
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 111
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 111
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 111
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 111
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 111
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 111
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 111
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 111
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 111
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 111
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 111
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 111
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 111
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 111
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 111
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 111
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 111
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 111
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 111
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 111
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 111
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 111
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 111
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 111
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 111
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 111
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 111
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 111
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 111
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 111
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 111
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 111
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 111
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 111
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 111
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 111
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 111
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 111
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 111
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 111
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 111
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 111
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 111
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 111
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 111
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 111
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 111
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 263 MovieClip in Frame 111
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { if (_root.gravoorcolour == 4) { } else { _root.player.gotoAndStop(2); } } }
Instance of Symbol 264 MovieClip in Frame 111
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { if (_root.gravoorcolour == 2) { } else { _root.player.gotoAndStop(2); } } }
Instance of Symbol 268 MovieClip in Frame 111
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { if (_root.gravoorcolour == 4) { } else { _root.gravoorcolour = 4; this.play(); } } }
Instance of Symbol 275 MovieClip in Frame 111
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 111
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 111
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 111
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 111
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 111
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 111
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 111
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 263 MovieClip in Frame 111
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { if (_root.gravoorcolour == 4) { } else { _root.player.gotoAndStop(2); } } }
Instance of Symbol 266 MovieClip in Frame 111
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { if (_root.gravoorcolour == 2) { } else { _root.gravoorcolour = 2; this.play(); } } }
Instance of Symbol 277 MovieClip in Frame 111
/* no clip actions */
Instance of Symbol 261 MovieClip in Frame 111
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.player.gotoAndStop(3); _root.player.sh.gotoAndPlay(1); } }
Instance of Symbol 343 MovieClip "player" in Frame 111
onClipEvent (enterFrame) { if (_root.gravooralive == 1) { myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _root.yChange = Math.round(_root._ymouse - this._y); _root.xChange = Math.round(_root._xmouse - this._x); _root.yMove = Math.round(_root.yChange / 20); _root.xMove = Math.round(_root.xChange / 20); this._y = this._y + _root.yMove; this._x = this._x + _root.xMove; this._rotation = myDegrees + 90; } }
Frame 112
saveGame();
Instance of Symbol 109 MovieClip in Frame 112
on (keyPress "<Space>") { _root.gotoAndPlay(12); }
Instance of Symbol 376 MovieClip in Frame 112
onClipEvent (enterFrame) { if (_root.timerabc <= _root.level10highscore) { this.gotoAndStop(2); _root.level10highscore = _root.timerabc; } }
Frame 113
_root.timerabc = 0; saveGame(); gravooralive = 1; gravoorcolour = 1; stop(); if (_root.floornumber <= 11) { _root.floornumber = 11; }
Frame 114
saveGame();
Instance of Symbol 275 MovieClip in Frame 114
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 114
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 114
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 114
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 114
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 114
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 114
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 114
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 114
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 114
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 114
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 114
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 114
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 114
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 114
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 114
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 114
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 114
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 114
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 114
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 114
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 114
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 114
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 114
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 114
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 114
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 114
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 114
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 114
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 114
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 114
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 114
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 114
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 114
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 114
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 114
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 114
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 114
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 114
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 264 MovieClip in Frame 114
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { if (_root.gravoorcolour == 2) { } else { _root.player.gotoAndStop(2); } } }
Instance of Symbol 275 MovieClip in Frame 114
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 114
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 114
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 114
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 114
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 114
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 114
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 114
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 114
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 114
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 114
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 310 MovieClip in Frame 114
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.nextFrame(); } }
Instance of Symbol 266 MovieClip in Frame 114
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { if (_root.gravoorcolour == 2) { } else { _root.gravoorcolour = 2; this.play(); } } }
Instance of Symbol 343 MovieClip "player" in Frame 114
onClipEvent (enterFrame) { if (_root.gravooralive == 1) { myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _root.yChange = Math.round(_root._ymouse - this._y); _root.xChange = Math.round(_root._xmouse - this._x); _root.yMove = Math.round(_root.yChange / 20); _root.xMove = Math.round(_root.xChange / 20); this._y = this._y + _root.yMove; this._x = this._x + _root.xMove; this._rotation = myDegrees + 90; } }
Instance of Symbol 261 MovieClip in Frame 114
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.player.gotoAndStop(3); _root.player.sh.gotoAndPlay(1); } }
Frame 115
saveGame();
Instance of Symbol 109 MovieClip in Frame 115
on (keyPress "<Space>") { _root.gotoAndPlay(12); }
Instance of Symbol 376 MovieClip in Frame 115
onClipEvent (enterFrame) { if (_root.timerabc <= _root.level11highscore) { this.gotoAndStop(2); _root.level11highscore = _root.timerabc; } }
Frame 116
_root.timerabc = 0; saveGame(); gravooralive = 1; gravoorcolour = 1; stop(); if (_root.floornumber <= 12) { _root.floornumber = 12; }
Frame 117
saveGame();
Instance of Symbol 275 MovieClip in Frame 117
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 117
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 117
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 117
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 117
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 117
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 117
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 117
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 117
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 117
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 117
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 117
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 117
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 117
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 117
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 117
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 117
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 117
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 117
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 117
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 117
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 117
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 117
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 117
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 117
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 117
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 117
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 117
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 117
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 117
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 117
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 117
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 263 MovieClip in Frame 117
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { if (_root.gravoorcolour == 4) { } else { _root.player.gotoAndStop(2); } } }
Instance of Symbol 264 MovieClip in Frame 117
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { if (_root.gravoorcolour == 2) { } else { _root.player.gotoAndStop(2); } } }
Instance of Symbol 263 MovieClip in Frame 117
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { if (_root.gravoorcolour == 4) { } else { _root.player.gotoAndStop(2); } } }
Instance of Symbol 275 MovieClip in Frame 117
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 117
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 117
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 117
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 117
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 117
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 117
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 117
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 117
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 117
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 117
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 117
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 117
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 117
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 117
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 117
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 117
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 117
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 117
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 117
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 117
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 117
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 117
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 117
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 117
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 117
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 266 MovieClip in Frame 117
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { if (_root.gravoorcolour == 2) { } else { _root.gravoorcolour = 2; this.play(); } } }
Instance of Symbol 268 MovieClip in Frame 117
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { if (_root.gravoorcolour == 4) { } else { _root.gravoorcolour = 4; this.play(); } } }
Instance of Symbol 343 MovieClip "player" in Frame 117
onClipEvent (enterFrame) { if (_root.gravooralive == 1) { myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _root.yChange = Math.round(_root._ymouse - this._y); _root.xChange = Math.round(_root._xmouse - this._x); _root.yMove = Math.round(_root.yChange / 20); _root.xMove = Math.round(_root.xChange / 20); this._y = this._y + _root.yMove; this._x = this._x + _root.xMove; this._rotation = myDegrees + 90; } }
Instance of Symbol 261 MovieClip in Frame 117
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.player.gotoAndStop(3); _root.player.sh.gotoAndPlay(1); } }
Frame 118
saveGame();
Instance of Symbol 109 MovieClip in Frame 118
on (keyPress "<Space>") { _root.gotoAndPlay(12); }
Instance of Symbol 376 MovieClip in Frame 118
onClipEvent (enterFrame) { if (_root.timerabc <= _root.level12highscore) { this.gotoAndStop(2); _root.level12highscore = _root.timerabc; } }
Frame 119
_root.timerabc = 0; saveGame(); gravooralive = 1; gravoorcolour = 1; stop(); if (_root.floornumber <= 13) { _root.floornumber = 13; }
Frame 120
saveGame();
Instance of Symbol 275 MovieClip in Frame 120
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 120
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 120
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 120
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 120
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 120
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 120
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 120
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 120
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 120
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 120
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 120
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 120
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 120
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 120
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 120
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 120
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 120
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 120
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 120
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 120
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 120
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 120
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 120
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 120
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 120
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 120
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 120
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 120
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 120
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 120
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 120
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 120
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 120
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 120
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 120
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 120
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 120
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 120
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 120
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 120
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 120
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 120
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 120
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 264 MovieClip in Frame 120
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { if (_root.gravoorcolour == 2) { } else { _root.player.gotoAndStop(2); } } }
Instance of Symbol 275 MovieClip in Frame 120
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 120
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 120
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 120
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 266 MovieClip in Frame 120
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { if (_root.gravoorcolour == 2) { } else { _root.gravoorcolour = 2; this.play(); } } }
Instance of Symbol 343 MovieClip "player" in Frame 120
onClipEvent (enterFrame) { if (_root.gravooralive == 1) { myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _root.yChange = Math.round(_root._ymouse - this._y); _root.xChange = Math.round(_root._xmouse - this._x); _root.yMove = Math.round(_root.yChange / 20); _root.xMove = Math.round(_root.xChange / 20); this._y = this._y + _root.yMove; this._x = this._x + _root.xMove; this._rotation = myDegrees + 90; } }
Instance of Symbol 277 MovieClip in Frame 120
/* no clip actions */
Instance of Symbol 277 MovieClip in Frame 120
/* no clip actions */
Instance of Symbol 259 MovieClip in Frame 120
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.player.gotoAndStop(4); _root.player.gr.gotoAndPlay(1); } }
Frame 121
saveGame();
Instance of Symbol 109 MovieClip in Frame 121
on (keyPress "<Space>") { _root.gotoAndPlay(12); }
Instance of Symbol 376 MovieClip in Frame 121
onClipEvent (enterFrame) { if (_root.timerabc <= _root.level13highscore) { this.gotoAndStop(2); _root.level13highscore = _root.timerabc; } }
Frame 122
_root.timerabc = 0; saveGame(); gravooralive = 1; gravoorcolour = 1; stop(); if (_root.floornumber <= 14) { _root.floornumber = 14; }
Frame 123
saveGame();
Instance of Symbol 275 MovieClip in Frame 123
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 123
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 123
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 123
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 123
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 123
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 123
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 123
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 123
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 123
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 123
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 123
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 123
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 123
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 123
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 123
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 123
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 123
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 123
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 123
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 123
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 123
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 123
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 123
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 123
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 123
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 123
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 123
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 123
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 123
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 123
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 123
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 123
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 123
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 123
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 123
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 123
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 123
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 123
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 123
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 123
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 123
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 123
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 264 MovieClip in Frame 123
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { if (_root.gravoorcolour == 2) { } else { _root.player.gotoAndStop(2); } } }
Instance of Symbol 275 MovieClip in Frame 123
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 123
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 123
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 123
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 123
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 123
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 123
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 123
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 123
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 123
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 123
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 264 MovieClip in Frame 123
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { if (_root.gravoorcolour == 2) { } else { _root.player.gotoAndStop(2); } } }
Instance of Symbol 275 MovieClip in Frame 123
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 123
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 123
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 123
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 123
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 266 MovieClip in Frame 123
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { if (_root.gravoorcolour == 2) { } else { _root.gravoorcolour = 2; this.play(); } } }
Instance of Symbol 259 MovieClip in Frame 123
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.player.gotoAndStop(4); _root.player.gr.gotoAndPlay(1); } }
Instance of Symbol 261 MovieClip in Frame 123
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.player.gotoAndStop(3); _root.player.sh.gotoAndPlay(1); } }
Instance of Symbol 343 MovieClip "player" in Frame 123
onClipEvent (enterFrame) { if (_root.gravooralive == 1) { myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _root.yChange = Math.round(_root._ymouse - this._y); _root.xChange = Math.round(_root._xmouse - this._x); _root.yMove = Math.round(_root.yChange / 20); _root.xMove = Math.round(_root.xChange / 20); this._y = this._y + _root.yMove; this._x = this._x + _root.xMove; this._rotation = myDegrees + 90; } }
Instance of Symbol 277 MovieClip in Frame 123
/* no clip actions */
Instance of Symbol 277 MovieClip in Frame 123
/* no clip actions */
Instance of Symbol 277 MovieClip in Frame 123
/* no clip actions */
Instance of Symbol 277 MovieClip in Frame 123
/* no clip actions */
Instance of Symbol 277 MovieClip in Frame 123
/* no clip actions */
Instance of Symbol 277 MovieClip in Frame 123
/* no clip actions */
Instance of Symbol 277 MovieClip in Frame 123
/* no clip actions */
Instance of Symbol 277 MovieClip in Frame 123
/* no clip actions */
Frame 124
saveGame();
Instance of Symbol 109 MovieClip in Frame 124
on (keyPress "<Space>") { _root.gotoAndPlay(12); }
Instance of Symbol 376 MovieClip in Frame 124
onClipEvent (enterFrame) { if (_root.timerabc <= _root.level14highscore) { this.gotoAndStop(2); _root.level14highscore = _root.timerabc; } }
Frame 125
_root.timerabc = 0; saveGame(); gravooralive = 1; gravoorcolour = 1; stop(); if (_root.floornumber <= 15) { _root.floornumber = 15; }
Frame 126
saveGame();
Instance of Symbol 259 MovieClip in Frame 126
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.player.gotoAndStop(4); _root.player.gr.gotoAndPlay(1); } }
Instance of Symbol 277 MovieClip in Frame 126
/* no clip actions */
Instance of Symbol 277 MovieClip in Frame 126
/* no clip actions */
Instance of Symbol 343 MovieClip "player" in Frame 126
onClipEvent (enterFrame) { if (_root.gravooralive == 1) { myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _root.yChange = Math.round(_root._ymouse - this._y); _root.xChange = Math.round(_root._xmouse - this._x); _root.yMove = Math.round(_root.yChange / 20); _root.xMove = Math.round(_root.xChange / 20); this._y = this._y + _root.yMove; this._x = this._x + _root.xMove; this._rotation = myDegrees + 90; } }
Instance of Symbol 275 MovieClip in Frame 126
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 126
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 126
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 126
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 126
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 126
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 126
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 126
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 126
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 126
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 126
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 126
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 126
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 126
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 126
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 126
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 126
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 126
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 126
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 126
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 126
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 126
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 126
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 126
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 126
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 126
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 126
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 126
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 126
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 126
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 126
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 126
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 126
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 126
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 126
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 126
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 126
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 126
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 126
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 126
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 277 MovieClip in Frame 126
/* no clip actions */
Instance of Symbol 264 MovieClip in Frame 126
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { if (_root.gravoorcolour == 2) { } else { _root.player.gotoAndStop(2); } } }
Instance of Symbol 266 MovieClip in Frame 126
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { if (_root.gravoorcolour == 2) { } else { _root.gravoorcolour = 2; this.play(); } } }
Instance of Symbol 268 MovieClip in Frame 126
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { if (_root.gravoorcolour == 4) { } else { _root.gravoorcolour = 4; this.play(); } } }
Frame 127
saveGame();
Instance of Symbol 109 MovieClip in Frame 127
on (keyPress "<Space>") { _root.gotoAndPlay(12); }
Instance of Symbol 376 MovieClip in Frame 127
onClipEvent (enterFrame) { if (_root.timerabc <= _root.level15highscore) { this.gotoAndStop(2); _root.level15highscore = _root.timerabc; } }
Frame 128
_root.timerabc = 0; saveGame(); gravooralive = 1; gravoorcolour = 1; stop(); if (_root.floornumber <= 16) { _root.floornumber = 16; }
Frame 129
saveGame();
Instance of Symbol 275 MovieClip in Frame 129
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 129
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 129
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 129
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 129
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 266 MovieClip in Frame 129
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { if (_root.gravoorcolour == 2) { } else { _root.gravoorcolour = 2; this.play(); } } }
Instance of Symbol 275 MovieClip in Frame 129
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 129
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 129
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 129
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 129
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 129
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 129
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 129
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 129
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 129
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 129
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 129
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 129
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 129
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 129
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 129
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 129
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 129
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 129
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 129
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 129
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 129
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 129
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 129
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 129
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 129
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 129
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 129
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 129
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 129
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 129
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 129
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 129
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 129
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 129
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 129
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 129
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 129
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 129
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 129
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 129
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 129
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 129
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 129
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 129
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 264 MovieClip in Frame 129
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { if (_root.gravoorcolour == 2) { } else { _root.player.gotoAndStop(2); } } }
Instance of Symbol 261 MovieClip in Frame 129
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.player.gotoAndStop(3); _root.player.sh.gotoAndPlay(1); } }
Instance of Symbol 261 MovieClip in Frame 129
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.player.gotoAndStop(3); _root.player.sh.gotoAndPlay(1); } }
Instance of Symbol 343 MovieClip "player" in Frame 129
onClipEvent (enterFrame) { if (_root.gravooralive == 1) { myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _root.yChange = Math.round(_root._ymouse - this._y); _root.xChange = Math.round(_root._xmouse - this._x); _root.yMove = Math.round(_root.yChange / 20); _root.xMove = Math.round(_root.xChange / 20); this._y = this._y + _root.yMove; this._x = this._x + _root.xMove; this._rotation = myDegrees + 90; } }
Instance of Symbol 275 MovieClip in Frame 129
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 129
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 277 MovieClip in Frame 129
/* no clip actions */
Instance of Symbol 277 MovieClip in Frame 129
/* no clip actions */
Instance of Symbol 277 MovieClip in Frame 129
/* no clip actions */
Instance of Symbol 277 MovieClip in Frame 129
/* no clip actions */
Frame 130
saveGame();
Instance of Symbol 109 MovieClip in Frame 130
on (keyPress "<Space>") { _root.gotoAndPlay(12); }
Instance of Symbol 376 MovieClip in Frame 130
onClipEvent (enterFrame) { if (_root.timerabc <= _root.level16highscore) { this.gotoAndStop(2); _root.level16highscore = _root.timerabc; } }
Frame 131
_root.timerabc = 0; saveGame(); gravooralive = 1; gravoorcolour = 1; stop(); if (_root.floornumber <= 17) { _root.floornumber = 17; }
Frame 132
saveGame();
Instance of Symbol 275 MovieClip in Frame 132
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 132
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 132
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 132
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 132
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 132
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 132
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 132
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 132
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 132
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 132
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 132
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 132
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 132
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 132
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 132
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 132
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 132
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 132
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 132
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 132
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 132
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 132
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 132
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 132
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 132
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 132
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 132
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 132
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 132
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 132
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 132
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 132
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 132
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 132
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 132
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 132
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 132
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 132
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 132
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 132
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 132
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 132
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 132
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 132
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 132
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 132
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 132
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 132
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 132
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 132
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 132
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 263 MovieClip in Frame 132
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { if (_root.gravoorcolour == 4) { } else { _root.player.gotoAndStop(2); } } }
Instance of Symbol 264 MovieClip in Frame 132
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { if (_root.gravoorcolour == 2) { } else { _root.player.gotoAndStop(2); } } }
Instance of Symbol 268 MovieClip in Frame 132
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { if (_root.gravoorcolour == 4) { } else { _root.gravoorcolour = 4; this.play(); } } }
Instance of Symbol 275 MovieClip in Frame 132
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 266 MovieClip in Frame 132
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { if (_root.gravoorcolour == 2) { } else { _root.gravoorcolour = 2; this.play(); } } }
Instance of Symbol 259 MovieClip in Frame 132
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.player.gotoAndStop(4); } }
Instance of Symbol 343 MovieClip "player" in Frame 132
onClipEvent (enterFrame) { if (_root.gravooralive == 1) { myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _root.yChange = Math.round(_root._ymouse - this._y); _root.xChange = Math.round(_root._xmouse - this._x); _root.yMove = Math.round(_root.yChange / 20); _root.xMove = Math.round(_root.xChange / 20); this._y = this._y + _root.yMove; this._x = this._x + _root.xMove; this._rotation = myDegrees + 90; } }
Instance of Symbol 277 MovieClip in Frame 132
/* no clip actions */
Instance of Symbol 277 MovieClip in Frame 132
/* no clip actions */
Instance of Symbol 277 MovieClip in Frame 132
/* no clip actions */
Instance of Symbol 261 MovieClip in Frame 132
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.player.gotoAndStop(3); _root.player.sh.gotoAndPlay(1); } }
Frame 133
saveGame();
Instance of Symbol 109 MovieClip in Frame 133
on (keyPress "<Space>") { _root.gotoAndPlay(12); }
Instance of Symbol 376 MovieClip in Frame 133
onClipEvent (enterFrame) { if (_root.timerabc <= _root.level17highscore) { this.gotoAndStop(2); _root.level17highscore = _root.timerabc; } }
Frame 134
_root.timerabc = 0; saveGame(); gravooralive = 1; gravoorcolour = 1; stop(); if (_root.floornumber <= 18) { _root.floornumber = 18; }
Frame 135
saveGame();
Instance of Symbol 275 MovieClip in Frame 135
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 135
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 135
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 135
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 135
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 135
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 135
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 135
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 135
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 135
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 135
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 135
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 263 MovieClip in Frame 135
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { if (_root.gravoorcolour == 4) { } else { _root.player.gotoAndStop(2); } } }
Instance of Symbol 268 MovieClip in Frame 135
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { if (_root.gravoorcolour == 4) { } else { _root.gravoorcolour = 4; this.play(); } } }
Instance of Symbol 275 MovieClip in Frame 135
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 135
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 135
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 135
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 135
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 135
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 135
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 135
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 135
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 135
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 135
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 135
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 135
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 135
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 135
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 135
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 135
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 135
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 135
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 135
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 135
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 135
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 135
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 135
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 135
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 135
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 135
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 135
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 135
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 135
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 135
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 135
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 135
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 135
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 135
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 135
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 135
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 135
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 135
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 135
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 135
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Frame 135
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 264 MovieClip in Frame 135
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { if (_root.gravoorcolour == 2) { } else { _root.player.gotoAndStop(2); } } }
Instance of Symbol 264 MovieClip in Frame 135
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { if (_root.gravoorcolour == 2) { } else { _root.player.gotoAndStop(2); } } }
Instance of Symbol 266 MovieClip in Frame 135
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { if (_root.gravoorcolour == 2) { } else { _root.gravoorcolour = 2; this.play(); } } }
Instance of Symbol 259 MovieClip in Frame 135
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.player.gotoAndStop(4); } }
Instance of Symbol 277 MovieClip in Frame 135
/* no clip actions */
Instance of Symbol 277 MovieClip in Frame 135
/* no clip actions */
Instance of Symbol 261 MovieClip in Frame 135
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.player.gotoAndStop(3); _root.player.sh.gotoAndPlay(1); } }
Instance of Symbol 343 MovieClip "player" in Frame 135
onClipEvent (enterFrame) { if (_root.gravooralive == 1) { myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _root.yChange = Math.round(_root._ymouse - this._y); _root.xChange = Math.round(_root._xmouse - this._x); _root.yMove = Math.round(_root.yChange / 20); _root.xMove = Math.round(_root.xChange / 20); this._y = this._y + _root.yMove; this._x = this._x + _root.xMove; this._rotation = myDegrees + 90; } }
Instance of Symbol 277 MovieClip in Frame 135
/* no clip actions */
Instance of Symbol 277 MovieClip in Frame 135
/* no clip actions */
Instance of Symbol 277 MovieClip in Frame 135
/* no clip actions */
Instance of Symbol 277 MovieClip in Frame 135
/* no clip actions */
Frame 136
saveGame();
Instance of Symbol 109 MovieClip in Frame 136
on (keyPress "<Space>") { _root.gotoAndPlay(12); }
Instance of Symbol 376 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.timerabc <= _root.level18highscore) { this.gotoAndStop(2); _root.level18highscore = _root.timerabc; } }
Frame 137
_root.timerabc = 0; saveGame();
Instance of Symbol 109 MovieClip in Frame 137
on (keyPress "<Space>") { stopAllSounds(); _root.nextFrame(); }
Symbol 90 Button
on (release) { getURL ("http://www.imperfectsystems.net/", "_blank"); }
Symbol 91 Button
on (release) { getURL ("http://www.armorgames.com/", "_blank"); }
Symbol 112 Button
on (release) { getURL ("http://www.imperfectsystems.net/", "_blank"); }
Symbol 114 MovieClip Frame 40
_root.nextFrame();
Symbol 118 Button
on (release) { getURL ("http://www.armorgames.com", "blank"); }
Symbol 125 MovieClip Frame 81
_root.play(); _root.play();
Symbol 127 Button
on (release) { stopAllSounds(); gotoAndPlay (26); }
Symbol 128 Button
on (release) { gotoAndStop (18); }
Symbol 129 Button
on (release) { gotoAndStop (20); }
Symbol 130 Button
on (release) { gotoAndStop (21); }
Symbol 156 MovieClip Frame 1
stop();
Symbol 157 Button
on (release) { if (_root.floornumber >= 1) { stopAllSounds(); gotoAndPlay (83); } }
Symbol 158 Button
on (release) { if (_root.floornumber >= 2) { stopAllSounds(); gotoAndStop (86); } }
Symbol 159 Button
on (release) { if (_root.floornumber >= 3) { stopAllSounds(); gotoAndStop (89); } }
Symbol 160 Button
on (release) { if (_root.floornumber >= 4) { stopAllSounds(); gotoAndStop (92); } }
Symbol 161 Button
on (release) { if (_root.floornumber >= 5) { stopAllSounds(); gotoAndStop (95); } }
Symbol 162 Button
on (release) { if (_root.floornumber >= 6) { stopAllSounds(); gotoAndPlay (98); } }
Symbol 163 Button
on (release) { if (_root.floornumber >= 7) { stopAllSounds(); gotoAndStop (101); } }
Symbol 164 Button
on (release) { if (_root.floornumber >= 8) { stopAllSounds(); gotoAndStop (104); } }
Symbol 165 Button
on (release) { if (_root.floornumber >= 9) { stopAllSounds(); gotoAndStop (107); } }
Symbol 166 Button
on (release) { if (_root.floornumber >= 10) { stopAllSounds(); gotoAndStop (110); } }
Symbol 172 Button
on (release) { gotoAndStop (22); }
Symbol 174 Button
on (release) { gotoAndStop (23); }
Symbol 222 MovieClip Frame 1
stop();
Symbol 223 Button
on (release) { if (_root.floornumber >= 11) { stopAllSounds(); gotoAndPlay (113); } }
Symbol 224 Button
on (release) { if (_root.floornumber >= 12) { stopAllSounds(); gotoAndPlay (116); } }
Symbol 225 Button
on (release) { if (_root.floornumber >= 13) { stopAllSounds(); gotoAndPlay (119); } }
Symbol 226 Button
on (release) { if (_root.floornumber >= 14) { stopAllSounds(); gotoAndPlay (122); } }
Symbol 227 Button
on (release) { if (_root.floornumber >= 15) { stopAllSounds(); gotoAndPlay (125); } }
Symbol 228 Button
on (release) { if (_root.floornumber >= 16) { stopAllSounds(); gotoAndPlay (128); } }
Symbol 229 Button
on (release) { if (_root.floornumber >= 17) { stopAllSounds(); gotoAndPlay (131); } }
Symbol 230 Button
on (release) { if (_root.floornumber >= 18) { stopAllSounds(); gotoAndPlay (134); } }
Symbol 231 Button
on (release) { gotoAndStop (18); }
Symbol 240 Button
on (release) { gotoAndStop (20); }
Symbol 259 MovieClip Frame 1
stop();
Symbol 261 MovieClip Frame 1
stop();
Symbol 266 MovieClip Frame 1
stop();
Symbol 268 MovieClip Frame 1
stop();
Symbol 277 MovieClip Frame 1
stop();
Instance of Symbol 275 MovieClip in Symbol 277 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { if (_root.gravoorsize == 2) { _parent.play(); } else { _root.player.gotoAndStop(2); } } }
Symbol 277 MovieClip Frame 13
stop();
Symbol 282 Button
on (rollOver) { _root.timerabc = 0; nextFrame(); }
Instance of Symbol 309 MovieClip in Symbol 310 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.nextFrame(); } }
Symbol 321 MovieClip Frame 1
stop();
Symbol 334 MovieClip Frame 1
stop();
Instance of Symbol 321 MovieClip in Symbol 335 MovieClip Frame 1
onClipEvent (enterFrame) { this.gotoAndStop(_root.gravoorcolour); }
Instance of Symbol 321 MovieClip in Symbol 335 MovieClip Frame 1
onClipEvent (enterFrame) { this.gotoAndStop(_root.gravoorcolour); }
Instance of Symbol 321 MovieClip in Symbol 335 MovieClip Frame 1
onClipEvent (enterFrame) { this.gotoAndStop(_root.gravoorcolour); }
Instance of Symbol 321 MovieClip in Symbol 335 MovieClip Frame 1
onClipEvent (enterFrame) { this.gotoAndStop(_root.gravoorcolour); }
Instance of Symbol 334 MovieClip in Symbol 335 MovieClip Frame 1
onClipEvent (enterFrame) { this.gotoAndStop(_root.gravoorcolour); }
Symbol 336 MovieClip Frame 1
stop();
Symbol 337 MovieClip Frame 15
_root.livesammount = _root.livesammount - 1; _root.prevFrame();
Symbol 341 MovieClip Frame 151
_root.player.gotoAndStop(1);
Symbol 342 MovieClip Frame 150
_root.player.gotoAndStop(1);
Symbol 343 MovieClip Frame 1
stop(); _root.gravoorsize = 1;
Symbol 343 MovieClip Frame 2
_root.gravoorsize = 1;
Symbol 343 MovieClip Frame 3
_root.gravoorsize = 1;
Symbol 343 MovieClip Frame 4
_root.gravoorsize = 2;
Symbol 348 MovieClip Frame 1
_root.timerabc = _root.timerabc + 0.1;
Symbol 348 MovieClip Frame 4
_root.timerabc = _root.timerabc + 0.1;
Symbol 348 MovieClip Frame 7
_root.timerabc = _root.timerabc + 0.1;
Symbol 348 MovieClip Frame 10
_root.timerabc = _root.timerabc + 0.1;
Symbol 348 MovieClip Frame 13
_root.timerabc = _root.timerabc + 0.1;
Symbol 348 MovieClip Frame 16
_root.timerabc = _root.timerabc + 0.1;
Symbol 348 MovieClip Frame 19
_root.timerabc = _root.timerabc + 0.1;
Symbol 348 MovieClip Frame 22
_root.timerabc = _root.timerabc + 0.1;
Symbol 348 MovieClip Frame 25
_root.timerabc = _root.timerabc + 0.1;
Symbol 348 MovieClip Frame 28
_root.timerabc = _root.timerabc + 0.1;
Symbol 376 MovieClip Frame 1
stop(); stop();
Symbol 378 Button
on (rollOver) { nextFrame(); }
Instance of Symbol 275 MovieClip in Symbol 387 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 275 MovieClip in Symbol 387 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.gravooralive = 2; _root.player.gotoAndStop(2); } }
Instance of Symbol 264 MovieClip in Symbol 421 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { if (_root.gravoorcolour == 2) { } else { _root.player.gotoAndStop(2); } } }
Instance of Symbol 263 MovieClip in Symbol 421 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { if (_root.gravoorcolour == 4) { } else { _root.player.gotoAndStop(2); } } }
Instance of Symbol 263 MovieClip in Symbol 430 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { if (_root.gravoorcolour == 4) { } else { _root.player.gotoAndStop(2); } } }
Instance of Symbol 263 MovieClip in Symbol 441 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { if (_root.gravoorcolour == 4) { } else { _root.player.gotoAndStop(2); } } }
Instance of Symbol 263 MovieClip in Symbol 441 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { if (_root.gravoorcolour == 4) { } else { _root.player.gotoAndStop(2); } } }
Instance of Symbol 263 MovieClip in Symbol 454 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { if (_root.gravoorcolour == 4) { } else { _root.player.gotoAndStop(2); } } }
Instance of Symbol 263 MovieClip in Symbol 454 MovieClip Frame 15
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { if (_root.gravoorcolour == 4) { } else { _root.player.gotoAndStop(2); } } }
Instance of Symbol 263 MovieClip in Symbol 454 MovieClip Frame 30
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { if (_root.gravoorcolour == 4) { } else { _root.player.gotoAndStop(2); } } }
Instance of Symbol 263 MovieClip in Symbol 454 MovieClip Frame 45
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { if (_root.gravoorcolour == 4) { } else { _root.player.gotoAndStop(2); } } }
Symbol 454 MovieClip Frame 60
stop();
Symbol 479 MovieClip Frame 2
stop();
Symbol 480 Button
on (release) { stopAllSounds(); gotoAndStop (18); }
Symbol 492 Button
on (release) { stopAllSounds(); gotoAndStop (22); }

Library Items

Symbol 1 GraphicUsed by:125  Timeline
Symbol 2 GraphicUsed by:34
Symbol 3 GraphicUsed by:34
Symbol 4 GraphicUsed by:34
Symbol 5 GraphicUsed by:34
Symbol 6 GraphicUsed by:34
Symbol 7 GraphicUsed by:34
Symbol 8 GraphicUsed by:34
Symbol 9 GraphicUsed by:34
Symbol 10 GraphicUsed by:34
Symbol 11 GraphicUsed by:34
Symbol 12 GraphicUsed by:34
Symbol 13 GraphicUsed by:34
Symbol 14 GraphicUsed by:34
Symbol 15 GraphicUsed by:34
Symbol 16 GraphicUsed by:34
Symbol 17 GraphicUsed by:34
Symbol 18 GraphicUsed by:34
Symbol 19 GraphicUsed by:34
Symbol 20 GraphicUsed by:34
Symbol 21 GraphicUsed by:34
Symbol 22 GraphicUsed by:34
Symbol 23 GraphicUsed by:34
Symbol 24 GraphicUsed by:34
Symbol 25 GraphicUsed by:34
Symbol 26 GraphicUsed by:34
Symbol 27 GraphicUsed by:34
Symbol 28 GraphicUsed by:34
Symbol 29 GraphicUsed by:34
Symbol 30 GraphicUsed by:34
Symbol 31 GraphicUsed by:34
Symbol 32 GraphicUsed by:34
Symbol 33 GraphicUsed by:34
Symbol 34 MovieClipUses:2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33Used by:Timeline
Symbol 35 GraphicUsed by:74
Symbol 36 GraphicUsed by:74
Symbol 37 GraphicUsed by:74
Symbol 38 GraphicUsed by:74
Symbol 39 GraphicUsed by:74
Symbol 40 GraphicUsed by:74
Symbol 41 GraphicUsed by:74
Symbol 42 GraphicUsed by:74
Symbol 43 GraphicUsed by:74
Symbol 44 GraphicUsed by:74
Symbol 45 GraphicUsed by:74
Symbol 46 GraphicUsed by:74
Symbol 47 GraphicUsed by:74
Symbol 48 GraphicUsed by:74
Symbol 49 GraphicUsed by:74
Symbol 50 GraphicUsed by:74
Symbol 51 GraphicUsed by:74
Symbol 52 GraphicUsed by:74
Symbol 53 GraphicUsed by:74
Symbol 54 GraphicUsed by:74
Symbol 55 GraphicUsed by:74
Symbol 56 GraphicUsed by:74
Symbol 57 GraphicUsed by:74
Symbol 58 GraphicUsed by:74
Symbol 59 GraphicUsed by:74
Symbol 60 GraphicUsed by:74
Symbol 61 GraphicUsed by:74
Symbol 62 GraphicUsed by:74
Symbol 63 GraphicUsed by:74
Symbol 64 GraphicUsed by:74
Symbol 65 GraphicUsed by:74
Symbol 66 GraphicUsed by:74
Symbol 67 GraphicUsed by:74
Symbol 68 GraphicUsed by:74
Symbol 69 GraphicUsed by:74
Symbol 70 GraphicUsed by:74
Symbol 71 GraphicUsed by:74
Symbol 72 GraphicUsed by:74
Symbol 73 GraphicUsed by:74
Symbol 74 MovieClipUses:35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73Used by:Timeline
Symbol 75 GraphicUsed by:84
Symbol 76 GraphicUsed by:84
Symbol 77 GraphicUsed by:84
Symbol 78 GraphicUsed by:84
Symbol 79 GraphicUsed by:84
Symbol 80 GraphicUsed by:84
Symbol 81 GraphicUsed by:84
Symbol 82 GraphicUsed by:84
Symbol 83 GraphicUsed by:84
Symbol 84 MovieClipUses:75 76 77 78 79 80 81 82 83Used by:Timeline
Symbol 85 FontUsed by:86 92 93 94 345 346 395 401
Symbol 86 TextUses:85Used by:Timeline
Symbol 87 FontUsed by:88 280 377 383 390 397 403 408 413 418 424 428 433 438 444 450 457 462 467
Symbol 88 TextUses:87Used by:Timeline
Symbol 89 GraphicUsed by:90 91 127 128 129 130 157 158 159 160 161 162 163 164 165 166 223 224 225 226 227 228 229 230 264 480 492
Symbol 90 ButtonUses:89Used by:Timeline
Symbol 91 ButtonUses:89Used by:Timeline
Symbol 92 TextUses:85Used by:Timeline
Symbol 93 TextUses:85Used by:Timeline
Symbol 94 TextUses:85Used by:Timeline
Symbol 95 FontUsed by:96 97 98 99 100 101 102 103 104 107 108 132 133 256 278 279 475 476 477 478
Symbol 96 TextUses:95Used by:Timeline
Symbol 97 TextUses:95Used by:Timeline
Symbol 98 TextUses:95Used by:Timeline
Symbol 99 TextUses:95Used by:Timeline
Symbol 100 TextUses:95Used by:Timeline
Symbol 101 TextUses:95Used by:Timeline
Symbol 102 TextUses:95Used by:Timeline
Symbol 103 TextUses:95Used by:Timeline
Symbol 104 TextUses:95Used by:Timeline
Symbol 105 FontUsed by:106 113 126 135 138 139 140 141 142 143 144 145 146 175 176 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 204 205 207 208 209 210 211 212 213 233 234 235 236 237 238 239 241 242 243 244 245 246 247 248 349 382 389 396 402 407 412 417 423 427 432 437 443 449 456 461 466 471 472 473 481 482 483 484 485 486 488 489 490 491 493 494 495 497 498 499 500 501
Symbol 106 TextUses:105Used by:Timeline
Symbol 107 TextUses:95Used by:109
Symbol 108 TextUses:95Used by:109
Symbol 109 MovieClipUses:107 108Used by:Timeline
Symbol 110 BitmapUsed by:111
Symbol 111 GraphicUses:110Used by:112
Symbol 112 ButtonUses:111Used by:Timeline
Symbol 113 TextUses:105Used by:114
Symbol 114 MovieClipUses:113Used by:Timeline
Symbol 115 GraphicUsed by:116
Symbol 116 MovieClipUses:115Used by:125
Symbol 117 GraphicUsed by:118 409 425 429
Symbol 118 ButtonUses:117Used by:125
Symbol 119 GraphicUsed by:120
Symbol 120 MovieClipUses:119Used by:125
Symbol 121 GraphicUsed by:122
Symbol 122 MovieClipUses:121Used by:125
Symbol 123 GraphicUsed by:124
Symbol 124 MovieClipUses:123Used by:125
Symbol 125 MovieClipUses:1 116 118 120 122 124 SS1Used by:Timeline
Symbol 126 TextUses:105Used by:Timeline
Symbol 127 ButtonUses:89Used by:Timeline
Symbol 128 ButtonUses:89Used by:Timeline
Symbol 129 ButtonUses:89Used by:Timeline
Symbol 130 ButtonUses:89Used by:Timeline
Symbol 131 SoundUsed by:Timeline
Symbol 132 TextUses:95Used by:134
Symbol 133 TextUses:95Used by:134
Symbol 134 MovieClipUses:132 133Used by:Timeline
Symbol 135 TextUses:105Used by:Timeline
Symbol 136 FontUsed by:137 167 168 173 177 206 232
Symbol 137 TextUses:136Used by:156
Symbol 138 TextUses:105Used by:156
Symbol 139 TextUses:105Used by:156
Symbol 140 TextUses:105Used by:156
Symbol 141 TextUses:105Used by:156
Symbol 142 TextUses:105Used by:156
Symbol 143 TextUses:105Used by:156
Symbol 144 TextUses:105Used by:156
Symbol 145 TextUses:105Used by:156
Symbol 146 TextUses:105Used by:156
Symbol 147 GraphicUsed by:156
Symbol 148 GraphicUsed by:156
Symbol 149 GraphicUsed by:156
Symbol 150 GraphicUsed by:156
Symbol 151 GraphicUsed by:156
Symbol 152 GraphicUsed by:156
Symbol 153 GraphicUsed by:156
Symbol 154 GraphicUsed by:156
Symbol 155 GraphicUsed by:156
Symbol 156 MovieClipUses:137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155Used by:Timeline
Symbol 157 ButtonUses:89Used by:Timeline
Symbol 158 ButtonUses:89Used by:Timeline
Symbol 159 ButtonUses:89Used by:Timeline
Symbol 160 ButtonUses:89Used by:Timeline
Symbol 161 ButtonUses:89Used by:Timeline
Symbol 162 ButtonUses:89Used by:Timeline
Symbol 163 ButtonUses:89Used by:Timeline
Symbol 164 ButtonUses:89Used by:Timeline
Symbol 165 ButtonUses:89Used by:Timeline
Symbol 166 ButtonUses:89Used by:Timeline
Symbol 167 TextUses:136Used by:Timeline
Symbol 168 TextUses:136Used by:Timeline
Symbol 169 GraphicUsed by:172 174 231 240
Symbol 170 GraphicUsed by:172 174 231 240
Symbol 171 SoundUsed by:172 174 231 240 266 268 282 378
Symbol 172 ButtonUses:169 170 171Used by:Timeline
Symbol 173 TextUses:136Used by:Timeline
Symbol 174 ButtonUses:169 170 171Used by:Timeline
Symbol 175 TextUses:105Used by:Timeline
Symbol 176 TextUses:105Used by:Timeline
Symbol 177 TextUses:136Used by:Timeline
Symbol 178 EditableTextUses:105Used by:Timeline
Symbol 179 TextUses:105Used by:Timeline
Symbol 180 EditableTextUses:105Used by:Timeline
Symbol 181 TextUses:105Used by:Timeline
Symbol 182 EditableTextUses:105Used by:Timeline
Symbol 183 TextUses:105Used by:Timeline
Symbol 184 EditableTextUses:105Used by:Timeline
Symbol 185 TextUses:105Used by:Timeline
Symbol 186 TextUses:105Used by:Timeline
Symbol 187 TextUses:105Used by:Timeline
Symbol 188 TextUses:105Used by:Timeline
Symbol 189 TextUses:105Used by:Timeline
Symbol 190 TextUses:105Used by:Timeline
Symbol 191 EditableTextUses:105Used by:Timeline
Symbol 192 EditableTextUses:105Used by:Timeline
Symbol 193 EditableTextUses:105Used by:Timeline
Symbol 194 EditableTextUses:105Used by:Timeline
Symbol 195 EditableTextUses:105Used by:Timeline
Symbol 196 EditableTextUses:105Used by:Timeline
Symbol 197 TextUses:105Used by:Timeline
Symbol 198 TextUses:105Used by:Timeline
Symbol 199 TextUses:105Used by:Timeline
Symbol 200 TextUses:105Used by:Timeline
Symbol 201 TextUses:105Used by:Timeline
Symbol 202 TextUses:105Used by:Timeline
Symbol 203 TextUses:105Used by:Timeline
Symbol 204 TextUses:105Used by:Timeline
Symbol 205 TextUses:105Used by:Timeline
Symbol 206 TextUses:136Used by:222
Symbol 207 TextUses:105Used by:222
Symbol 208 TextUses:105Used by:222
Symbol 209 TextUses:105Used by:222
Symbol 210 TextUses:105Used by:222
Symbol 211 TextUses:105Used by:222
Symbol 212 TextUses:105Used by:222
Symbol 213 TextUses:105Used by:222
Symbol 214 GraphicUsed by:222
Symbol 215 GraphicUsed by:222
Symbol 216 GraphicUsed by:222
Symbol 217 GraphicUsed by:222
Symbol 218 GraphicUsed by:222
Symbol 219 GraphicUsed by:222
Symbol 220 GraphicUsed by:222
Symbol 221 GraphicUsed by:222
Symbol 222 MovieClipUses:206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221Used by:Timeline
Symbol 223 ButtonUses:89Used by:Timeline
Symbol 224 ButtonUses:89Used by:Timeline
Symbol 225 ButtonUses:89Used by:Timeline
Symbol 226 ButtonUses:89Used by:Timeline
Symbol 227 ButtonUses:89Used by:Timeline
Symbol 228 ButtonUses:89Used by:Timeline
Symbol 229 ButtonUses:89Used by:Timeline
Symbol 230 ButtonUses:89Used by:Timeline
Symbol 231 ButtonUses:169 170 171Used by:Timeline
Symbol 232 TextUses:136Used by:Timeline
Symbol 233 TextUses:105Used by:Timeline
Symbol 234 TextUses:105Used by:Timeline
Symbol 235 TextUses:105Used by:Timeline
Symbol 236 TextUses:105Used by:Timeline
Symbol 237 TextUses:105Used by:Timeline
Symbol 238 TextUses:105Used by:Timeline
Symbol 239 TextUses:105Used by:Timeline
Symbol 240 ButtonUses:169 170 171Used by:Timeline
Symbol 241 EditableTextUses:105Used by:Timeline
Symbol 242 EditableTextUses:105Used by:Timeline
Symbol 243 EditableTextUses:105Used by:Timeline
Symbol 244 EditableTextUses:105Used by:Timeline
Symbol 245 EditableTextUses:105Used by:Timeline
Symbol 246 EditableTextUses:105Used by:Timeline
Symbol 247 EditableTextUses:105Used by:Timeline
Symbol 248 EditableTextUses:105Used by:Timeline
Symbol 249 GraphicUsed by:Timeline
Symbol 250 SoundUsed by:Timeline
Symbol 251 SoundUsed by:479  Timeline
Symbol 252 GraphicUsed by:255
Symbol 253 GraphicUsed by:255
Symbol 254 GraphicUsed by:255
Symbol 255 MovieClipUses:252 253 254Used by:Timeline
Symbol 256 EditableTextUses:95Used by:Timeline
Symbol 257 GraphicUsed by:259 261
Symbol 258 GraphicUsed by:259
Symbol 259 MovieClipUses:257 258Used by:Timeline
Symbol 260 GraphicUsed by:261
Symbol 261 MovieClipUses:257 260Used by:Timeline
Symbol 262 GraphicUsed by:263
Symbol 263 MovieClipUses:262Used by:421 430 441 454  Timeline
Symbol 264 MovieClipUses:89Used by:421  Timeline
Symbol 265 GraphicUsed by:266 282 378
Symbol 266 MovieClipUses:265 171Used by:Timeline
Symbol 267 GraphicUsed by:268
Symbol 268 MovieClipUses:267 171Used by:Timeline
Symbol 269 GraphicUsed by:277
Symbol 270 GraphicUsed by:277
Symbol 271 GraphicUsed by:277
Symbol 272 GraphicUsed by:277
Symbol 273 GraphicUsed by:277
Symbol 274 GraphicUsed by:275
Symbol 275 MovieClipUses:274Used by:277 387  Timeline
Symbol 276 SoundUsed by:277
Symbol 277 MovieClipUses:269 270 271 272 273 275 276Used by:Timeline
Symbol 278 EditableTextUses:95Used by:Timeline
Symbol 279 EditableTextUses:95Used by:Timeline
Symbol 280 TextUses:87Used by:Timeline
Symbol 281 GraphicUsed by:282 378
Symbol 282 ButtonUses:281 265 171Used 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:85Used by:Timeline
Symbol 346 TextUses:85Used by:Timeline
Symbol 347 GraphicUsed by:348
Symbol 348 MovieClipUses:347Used by:Timeline
Symbol 349 EditableTextUses:105Used 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:87Used by:Timeline
Symbol 378 ButtonUses:281 265 171Used by:Timeline
Symbol 379 GraphicUsed by:380
Symbol 380 MovieClipUses:379Used by:Timeline
Symbol 381 GraphicUsed by:Timeline
Symbol 382 EditableTextUses:105Used by:Timeline
Symbol 383 TextUses:87Used by:Timeline
Symbol 384 GraphicUsed by:385
Symbol 385 MovieClipUses:384Used by:Timeline
Symbol 386 GraphicUsed by:387
Symbol 387 MovieClipUses:386 275Used by:Timeline
Symbol 388 GraphicUsed by:Timeline
Symbol 389 EditableTextUses:105Used by:Timeline
Symbol 390 TextUses:87Used 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:85Used by:Timeline
Symbol 396 EditableTextUses:105Used by:Timeline
Symbol 397 TextUses:87Used by:Timeline
Symbol 398 GraphicUsed by:399
Symbol 399 MovieClipUses:398Used by:Timeline
Symbol 400 GraphicUsed by:Timeline
Symbol 401 TextUses:85Used by:Timeline
Symbol 402 EditableTextUses:105Used by:Timeline
Symbol 403 TextUses:87Used by:Timeline
Symbol 404 GraphicUsed by:405
Symbol 405 MovieClipUses:404Used by:Timeline
Symbol 406 GraphicUsed by:Timeline
Symbol 407 EditableTextUses:105Used by:Timeline
Symbol 408 TextUses:87Used by:Timeline
Symbol 409 MovieClipUses:117Used by:Timeline
Symbol 410 GraphicUsed by:Timeline
Symbol 411 GraphicUsed by:Timeline
Symbol 412 EditableTextUses:105Used by:Timeline
Symbol 413 TextUses:87Used by:Timeline
Symbol 414 GraphicUsed by:415
Symbol 415 MovieClipUses:414Used by:Timeline
Symbol 416 GraphicUsed by:Timeline
Symbol 417 EditableTextUses:105Used by:Timeline
Symbol 418 TextUses:87Used by:Timeline
Symbol 419 GraphicUsed by:420
Symbol 420 MovieClipUses:419Used by:Timeline
Symbol 421 MovieClipUses:264 263Used by:Timeline
Symbol 422 GraphicUsed by:Timeline
Symbol 423 EditableTextUses:105Used by:Timeline
Symbol 424 TextUses:87Used by:Timeline
Symbol 425 MovieClipUses:117Used by:Timeline
Symbol 426 GraphicUsed by:Timeline
Symbol 427 EditableTextUses:105Used by:Timeline
Symbol 428 TextUses:87Used by:Timeline
Symbol 429 MovieClipUses:117Used by:Timeline
Symbol 430 MovieClipUses:263Used by:Timeline
Symbol 431 GraphicUsed by:Timeline
Symbol 432 EditableTextUses:105Used by:Timeline
Symbol 433 TextUses:87Used by:Timeline
Symbol 434 GraphicUsed by:435
Symbol 435 MovieClipUses:434Used by:Timeline
Symbol 436 GraphicUsed by:Timeline
Symbol 437 EditableTextUses:105Used by:Timeline
Symbol 438 TextUses:87Used by:Timeline
Symbol 439 GraphicUsed by:440
Symbol 440 MovieClipUses:439Used by:Timeline
Symbol 441 MovieClipUses:263Used by:Timeline
Symbol 442 GraphicUsed by:Timeline
Symbol 443 EditableTextUses:105Used by:Timeline
Symbol 444 TextUses:87Used 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:105Used by:Timeline
Symbol 450 TextUses:87Used by:Timeline
Symbol 451 GraphicUsed by:452
Symbol 452 MovieClipUses:451Used by:Timeline
Symbol 453 GraphicUsed by:454
Symbol 454 MovieClipUses:453 263Used by:Timeline
Symbol 455 GraphicUsed by:Timeline
Symbol 456 EditableTextUses:105Used by:Timeline
Symbol 457 TextUses:87Used by:Timeline
Symbol 458 GraphicUsed by:459
Symbol 459 MovieClipUses:458Used by:Timeline
Symbol 460 GraphicUsed by:Timeline
Symbol 461 EditableTextUses:105Used by:Timeline
Symbol 462 TextUses:87Used by:Timeline
Symbol 463 GraphicUsed by:464
Symbol 464 MovieClipUses:463Used by:Timeline
Symbol 465 GraphicUsed by:Timeline
Symbol 466 EditableTextUses:105Used by:Timeline
Symbol 467 TextUses:87Used by:Timeline
Symbol 468 GraphicUsed by:469
Symbol 469 MovieClipUses:468Used by:Timeline
Symbol 470 GraphicUsed by:Timeline
Symbol 471 EditableTextUses:105Used by:Timeline
Symbol 472 TextUses:105Used by:Timeline
Symbol 473 TextUses:105Used by:Timeline
Symbol 474 SoundUsed by:Timeline
Symbol 475 EditableTextUses:95Used by:Timeline
Symbol 476 EditableTextUses:95Used by:Timeline
Symbol 477 EditableTextUses:95Used by:Timeline
Symbol 478 TextUses:95Used by:Timeline
Symbol 479 MovieClipUses:251Used by:Timeline
Symbol 480 ButtonUses:89Used by:Timeline
Symbol 481 EditableTextUses:105Used by:Timeline
Symbol 482 EditableTextUses:105Used by:Timeline
Symbol 483 EditableTextUses:105Used by:Timeline
Symbol 484 EditableTextUses:105Used by:Timeline
Symbol 485 EditableTextUses:105Used by:Timeline
Symbol 486 EditableTextUses:105Used by:Timeline
Symbol 487 GraphicUsed by:Timeline
Symbol 488 EditableTextUses:105Used by:Timeline
Symbol 489 EditableTextUses:105Used by:Timeline
Symbol 490 EditableTextUses:105Used by:Timeline
Symbol 491 EditableTextUses:105Used by:Timeline
Symbol 492 ButtonUses:89Used by:Timeline
Symbol 493 EditableTextUses:105Used by:Timeline
Symbol 494 EditableTextUses:105Used by:Timeline
Symbol 495 EditableTextUses:105Used by:Timeline
Symbol 496 GraphicUsed by:Timeline
Symbol 497 EditableTextUses:105Used by:Timeline
Symbol 498 EditableTextUses:105Used by:Timeline
Symbol 499 EditableTextUses:105Used by:Timeline
Symbol 500 EditableTextUses:105Used by:Timeline
Symbol 501 EditableTextUses:105Used by:Timeline
Streaming Sound 1Used by:Symbol 125 MovieClip
Streaming Sound 2Used by:Symbol 337 MovieClip

Instance Names

"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 178 EditableText""
level2highscoreSymbol 180 EditableText""
level3highscoreSymbol 182 EditableText""
level4highscoreSymbol 184 EditableText""
level5highscoreSymbol 191 EditableText""
level6highscoreSymbol 192 EditableText""
level7highscoreSymbol 193 EditableText""
level8highscoreSymbol 194 EditableText""
level9highscoreSymbol 195 EditableText""
level10highscoreSymbol 196 EditableText""
level11highscoreSymbol 241 EditableText""
level12highscoreSymbol 242 EditableText""
level13highscoreSymbol 243 EditableText""
level14highscoreSymbol 244 EditableText""
level15highscoreSymbol 245 EditableText""
level16highscoreSymbol 246 EditableText""
level17highscoreSymbol 247 EditableText""
level18highscoreSymbol 248 EditableText""
floornumberSymbol 256 EditableText""
gravooraliveSymbol 278 EditableText""
livesammountSymbol 279 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 475 EditableText""
gravooraliveSymbol 476 EditableText""
livesammountSymbol 477 EditableText""
timerabcSymbol 481 EditableText""
timerabcSymbol 482 EditableText""
timerabcSymbol 483 EditableText""
timerabcSymbol 484 EditableText""
timerabcSymbol 485 EditableText""
timerabcSymbol 486 EditableText""
timerabcSymbol 488 EditableText""
timerabcSymbol 489 EditableText""
timerabcSymbol 490 EditableText""
timerabcSymbol 491 EditableText""
timerabcSymbol 493 EditableText""
timerabcSymbol 494 EditableText""
timerabcSymbol 495 EditableText""
timerabcSymbol 497 EditableText""
timerabcSymbol 498 EditableText""
timerabcSymbol 499 EditableText""
timerabcSymbol 500 EditableText""
timerabcSymbol 501 EditableText""




http://swfchan.com/9/42069/info.shtml
Created: 10/5 -2019 03:04:05 Last modified: 10/5 -2019 03:04:05 Server time: 12/05 -2024 18:49:18