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

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

Gravoor 4.swf

This is the info page for
Flash #12058

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


Text
/

m

o

c

.

s

e

a

g

r

w

*FLASH PLAYER 8 NEEDED*

.com

.com

IMPERFECT SYSTEMS

New Game
Load Game
Customise
Tutorial
Website

Play more games

Loading...

Loaded...

Tutorial Mode

This is a gravoor. you don't play as them, but
you guide them to the end. They follow you
mouse.
If the gravoor's body colides with a wall, he
will explode and you'll have to play the level
again. His legs may touch the wall
Guide Gravoor to the exit to end the level.

Customise

Return to menu

Return to title screen

World 1: Forest
Stage 1: Easy

CONGRATULATIONS

SAVE
CONTINUE

World 1: Forest
Stage 2: U

World 1: Forest
Stage 3: Eyes

World 1: Forest
Stage 4: Train ride

World 1: Forest
Stage 5: Narrow

World 1: Forest
Stage 6: Lasers

World 1: Forest
Stage 7: The Cross

World 1: Forest
Stage 8: Platform

World 1: Forest
Stage 9: NG

World 1: Forest
Stage 10: Return to the cross

R

A

E

L

C

D

O

W

World 2: Sea
Stage 1: Worm

World 2: Sea
Stage 2: Circular motion

World 2: Sea
Stage 3: Strange shapes

World 2: Sea
Stage 4: Tight road

World 2: Sea
Stage 5: Classic #1

World 2: Sea
Stage 6: M

World 2: Sea
Stage 7: Cave in

World 2: Sea
Stage 8: Trap

World 2: Sea
Stage 9: T or W

World 2: Sea
Stage 10: +

World 3: Ice Valley
Stage 1: P

World 3: Ice Valley
Stage 2: Classic #2

World 3: Ice Valley
Stage 3: Deflated 6

World 3: Ice Valley
Stage 4: Thing

World 3: Ice Valley
Stage 5: Round and round

World 3: Ice Valley
Stage 6: Classic #3

World 3: Ice Valley
Stage 7: More traps

World 3: Ice Valley
Stage 8: Laser Box

World 3: Ice Valley
Stage 9: The Maze

World 3: Ice Valley
Stage 10: FINAL

GAME CLEAR

ActionScript [AS1/AS2]

Frame 1
percent = Math.floor((getBytesLoaded() / getBytesTotal()) * 100); myOutput.text = percent + "%"; 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; function saveGame() { myLSO = SharedObject.getLocal("gravoorrobboorFOUR312212121savefile"); if (myLSO.data.myObj == undefined) { trace("Saved Game"); } else { trace("Overwrote Saved Game"); } myObj = {}; myObj.objArray = new Array(); myObj.objArray[0] = levela; myObj.objArray[1] = timea; myLSO.data.myObj = myObj; } function loadGame() { myLSO = SharedObject.getLocal("gravoorrobboorFOUR312212121savefile"); if (myLSO.data.myObj == undefined) { trace("No Saved Game"); } else { trace("Loaded Game"); levela = myLSO.data.myObj.objArray[0]; timea = myLSO.data.myObj.objArray[1]; } }
Frame 2
if (percent == 100) { play(); } else { gotoAndPlay (1); }
Frame 3
stop();
Frame 4
_root.gravoorcolour = 1;
Frame 92
stop();
Frame 93
loadGame();
Frame 94
if (_root.levela == 1) { gotoAndStop (102); } if (_root.levela == 2) { gotoAndStop (105); } if (_root.levela == 3) { gotoAndStop (108); } if (_root.levela == 4) { gotoAndStop (111); } if (_root.levela == 5) { gotoAndStop (114); } if (_root.levela == 6) { gotoAndStop (117); } if (_root.levela == 7) { gotoAndStop (120); } if (_root.levela == 8) { gotoAndStop (123); } if (_root.levela == 9) { gotoAndStop (126); } if (_root.levela == 10) { gotoAndStop (129); } if (_root.levela == 11) { gotoAndStop (132); } if (_root.levela == 12) { gotoAndStop (135); } if (_root.levela == 13) { gotoAndStop (138); } if (_root.levela == 14) { gotoAndStop (141); } if (_root.levela == 15) { gotoAndStop (144); } if (_root.levela == 16) { gotoAndStop (147); } if (_root.levela == 17) { gotoAndStop (150); } if (_root.levela == 18) { gotoAndStop (153); } if (_root.levela == 19) { gotoAndStop (156); } if (_root.levela == 20) { gotoAndStop (159); } if (_root.levela == 21) { gotoAndStop (162); } if (_root.levela == 22) { gotoAndStop (165); } if (_root.levela == 23) { gotoAndStop (168); } if (_root.levela == 24) { gotoAndStop (171); } if (_root.levela == 25) { gotoAndStop (174); } if (_root.levela == 26) { gotoAndStop (177); } if (_root.levela == 27) { gotoAndStop (180); } if (_root.levela == 28) { gotoAndStop (183); } if (_root.levela == 29) { gotoAndStop (186); } if (_root.levela == 30) { gotoAndStop (189); } if (_root.levela == 31) { gotoAndStop (192); } if (_root.levela == 32) { gotoAndStop (195); } if (_root.levela == 33) { gotoAndStop (198); } if (_root.levela == 34) { gotoAndStop (201); } if (_root.levela == 35) { gotoAndStop (204); } if (_root.levela == 36) { gotoAndStop (207); } if (_root.levela == 37) { gotoAndStop (210); } if (_root.levela == 38) { gotoAndStop (213); } if (_root.levela == 39) { gotoAndStop (216); } if (_root.levela == 40) { gotoAndStop (219); }
Frame 102
stop();
Frame 103
stop();
Instance of Symbol 266 MovieClip "blue" in Frame 103
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 287 MovieClip in Frame 103
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.red.gotoAndStop(2); } }
Instance of Symbol 266 MovieClip "red" in Frame 103
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 287 MovieClip in Frame 103
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.blue.gotoAndStop(2); } }
Instance of Symbol 289 MovieClip in Frame 103
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.nextFrame(); } }
Instance of Symbol 247 MovieClip "player" in Frame 103
onClipEvent (enterFrame) { 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 290 MovieClip in Frame 103
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 103
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 103
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 103
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 103
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 103
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 103
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 103
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 103
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 103
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 103
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 103
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 103
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 103
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 103
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 103
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 103
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 103
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 103
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 103
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 103
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 103
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 103
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 103
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 103
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 103
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 103
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 103
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 103
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 103
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 103
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 103
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 103
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 103
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 103
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 103
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Frame 104
levela = 2;
Frame 106
stop();
Instance of Symbol 289 MovieClip in Frame 106
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.nextFrame(); } }
Instance of Symbol 247 MovieClip "player" in Frame 106
onClipEvent (enterFrame) { 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 290 MovieClip in Frame 106
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 106
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 106
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 106
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 106
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 106
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 106
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 106
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 106
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 106
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 106
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 106
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 106
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 106
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 106
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 106
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 106
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 106
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 106
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 106
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 106
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 106
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 106
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 106
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 106
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 106
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 106
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 106
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 106
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 106
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 106
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 106
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 106
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 106
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 106
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 106
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 304 MovieClip in Frame 106
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Frame 107
levela = 3;
Frame 109
stop();
Instance of Symbol 289 MovieClip in Frame 109
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.nextFrame(); } }
Instance of Symbol 247 MovieClip "player" in Frame 109
onClipEvent (enterFrame) { 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 "blue" in Frame 109
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 287 MovieClip in Frame 109
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.red.gotoAndStop(2); } }
Instance of Symbol 266 MovieClip "red" in Frame 109
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 287 MovieClip in Frame 109
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.blue.gotoAndStop(2); } }
Instance of Symbol 290 MovieClip in Frame 109
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 109
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 109
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 109
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 109
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 109
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 109
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 109
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 109
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 109
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 109
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 109
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 109
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 109
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 109
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 109
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 109
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 109
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 109
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 109
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 109
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 109
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 109
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 109
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 109
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 109
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 109
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 109
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 109
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 109
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 109
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 109
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 109
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 109
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 109
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 109
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 109
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 109
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 109
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 109
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 304 MovieClip in Frame 109
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 304 MovieClip in Frame 109
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 304 MovieClip in Frame 109
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 304 MovieClip in Frame 109
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Frame 110
levela = 4;
Frame 112
stop();
Instance of Symbol 289 MovieClip in Frame 112
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.nextFrame(); } }
Instance of Symbol 290 MovieClip in Frame 112
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 112
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 112
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 112
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 112
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 112
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 112
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 112
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 112
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 112
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 112
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 112
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 112
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 112
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 112
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 112
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 112
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 112
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 112
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 112
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 112
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 266 MovieClip "blue" in Frame 112
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 287 MovieClip in Frame 112
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.red.gotoAndStop(2); } }
Instance of Symbol 266 MovieClip "red" in Frame 112
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 287 MovieClip in Frame 112
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.blue.gotoAndStop(2); } }
Instance of Symbol 290 MovieClip in Frame 112
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 112
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 112
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 112
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 112
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 112
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 112
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 112
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 112
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 112
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 112
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 112
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 112
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 112
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 112
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 112
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 112
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 112
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 112
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 112
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 112
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 112
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 112
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 112
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 112
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 112
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 112
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 112
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 112
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 112
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 112
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 112
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 112
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 112
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 112
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 112
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 112
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 112
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 112
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 112
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 112
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 112
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 112
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 112
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 112
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 112
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 112
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 112
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 112
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 112
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 247 MovieClip "player" in Frame 112
onClipEvent (enterFrame) { 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 113
levela = 5;
Frame 115
stop();
Instance of Symbol 289 MovieClip in Frame 115
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.nextFrame(); } }
Instance of Symbol 247 MovieClip "player" in Frame 115
onClipEvent (enterFrame) { 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 "blue" in Frame 115
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 287 MovieClip in Frame 115
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.red.gotoAndStop(2); } }
Instance of Symbol 266 MovieClip "red" in Frame 115
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 287 MovieClip in Frame 115
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.blue.gotoAndStop(2); } }
Instance of Symbol 290 MovieClip in Frame 115
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 115
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 115
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 115
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 115
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 115
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 115
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 115
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 115
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 115
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 115
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 115
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 115
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 115
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 115
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 115
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 115
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 115
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 115
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 115
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 115
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 115
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 115
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 115
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 115
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 115
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 115
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 115
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 115
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 115
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 115
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 115
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 115
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 115
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 115
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 115
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 115
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 115
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 115
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 115
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 115
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 115
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 115
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 115
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 115
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 115
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 115
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 115
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 115
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 115
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 115
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 115
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 115
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 115
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Frame 116
levela = 6;
Frame 117
stop();
Frame 118
stop();
Instance of Symbol 266 MovieClip "blue" in Frame 118
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 287 MovieClip in Frame 118
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.red.gotoAndStop(2); } }
Instance of Symbol 266 MovieClip "red" in Frame 118
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 287 MovieClip in Frame 118
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.blue.gotoAndStop(2); } }
Instance of Symbol 289 MovieClip in Frame 118
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.nextFrame(); } }
Instance of Symbol 247 MovieClip "player" in Frame 118
onClipEvent (enterFrame) { 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 290 MovieClip in Frame 118
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 118
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 118
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 118
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 118
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 118
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 118
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 118
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 118
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 118
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 118
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 118
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 118
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 118
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 118
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 118
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 118
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 118
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 118
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 118
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 118
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 118
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 118
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 118
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 118
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 118
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 118
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 118
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 118
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 118
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 118
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 118
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 118
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 118
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 118
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 118
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 118
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 118
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 118
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 118
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 118
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 118
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 118
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 118
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 118
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 118
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 118
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 118
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 118
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 118
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 118
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 118
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 323 MovieClip in Frame 118
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 323 MovieClip in Frame 118
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Frame 119
levela = 7;
Frame 121
stop();
Instance of Symbol 289 MovieClip in Frame 121
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.nextFrame(); } }
Instance of Symbol 247 MovieClip "player" in Frame 121
onClipEvent (enterFrame) { 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 290 MovieClip in Frame 121
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 121
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 121
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 121
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 121
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 121
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 121
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 121
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 121
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 121
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 121
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 121
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 121
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 121
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 121
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 121
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 121
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 121
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 121
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 121
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 121
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 121
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 121
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 121
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 121
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 121
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 121
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 121
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 121
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 121
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 121
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 121
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 121
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 121
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 121
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 121
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 121
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Frame 122
levela = 8;
Frame 124
stop();
Instance of Symbol 289 MovieClip in Frame 124
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.nextFrame(); } }
Instance of Symbol 247 MovieClip "player" in Frame 124
onClipEvent (enterFrame) { 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 "blue" in Frame 124
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 287 MovieClip in Frame 124
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.red.gotoAndStop(2); } }
Instance of Symbol 266 MovieClip "red" in Frame 124
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 287 MovieClip in Frame 124
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.blue.gotoAndStop(2); } }
Instance of Symbol 290 MovieClip in Frame 124
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 124
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 124
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 124
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 124
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 124
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 124
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 124
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 124
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 124
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 124
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 124
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 124
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 124
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 124
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 124
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 124
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 124
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 124
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 124
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 124
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 124
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 124
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 124
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 124
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 124
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 124
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 124
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 124
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 124
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 124
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 124
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 124
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 124
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Frame 125
levela = 9;
Frame 127
stop();
Instance of Symbol 289 MovieClip in Frame 127
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.nextFrame(); } }
Instance of Symbol 247 MovieClip "player" in Frame 127
onClipEvent (enterFrame) { 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 290 MovieClip in Frame 127
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 127
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 127
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 127
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 127
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 127
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 127
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 127
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 127
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 127
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 127
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 127
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 127
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 127
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 127
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 127
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 127
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 127
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 127
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 127
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 127
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 127
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 127
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 266 MovieClip "blue" in Frame 127
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 287 MovieClip in Frame 127
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.red.gotoAndStop(2); } }
Instance of Symbol 266 MovieClip "red" in Frame 127
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 287 MovieClip in Frame 127
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.blue.gotoAndStop(2); } }
Instance of Symbol 290 MovieClip in Frame 127
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 127
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 127
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 127
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 127
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 127
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 127
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 127
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 127
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 127
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 127
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 127
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 127
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 127
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 127
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 127
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 127
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 127
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 127
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 127
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 127
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 127
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 127
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 127
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 127
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 127
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 127
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 127
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 127
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 127
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Frame 128
levela = 10;
Frame 130
stop();
Instance of Symbol 289 MovieClip in Frame 130
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.nextFrame(); } }
Instance of Symbol 247 MovieClip "player" in Frame 130
onClipEvent (enterFrame) { 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 290 MovieClip in Frame 130
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 130
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 130
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 130
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 130
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 130
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 130
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 130
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 130
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 130
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 130
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 130
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 130
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 130
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 130
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 130
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 130
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 130
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 130
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 130
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 130
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 130
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 130
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 130
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 130
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 130
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 130
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 130
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 130
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 130
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 130
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 130
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 130
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 130
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 130
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 130
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 130
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 266 MovieClip "blue" in Frame 130
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 287 MovieClip in Frame 130
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.blue.gotoAndStop(2); } }
Frame 131
levela = 11;
Frame 132
stop();
Frame 133
stop();
Instance of Symbol 266 MovieClip "blue" in Frame 133
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 287 MovieClip in Frame 133
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.red.gotoAndStop(2); } }
Instance of Symbol 266 MovieClip "red" in Frame 133
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 287 MovieClip in Frame 133
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.blue.gotoAndStop(2); } }
Instance of Symbol 289 MovieClip in Frame 133
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.nextFrame(); } }
Instance of Symbol 247 MovieClip "player" in Frame 133
onClipEvent (enterFrame) { 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 290 MovieClip in Frame 133
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 133
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 133
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 133
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 133
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 133
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 133
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 133
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 133
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 133
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 133
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 133
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 133
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 133
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 133
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 133
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 133
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 133
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 133
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 133
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 133
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 133
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 133
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 133
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 133
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 133
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 133
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 133
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 133
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 133
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 133
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 133
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 133
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 133
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 133
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 133
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 133
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 133
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 133
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 133
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 133
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 133
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 133
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 133
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 133
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 133
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 133
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 133
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 133
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 133
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Frame 134
levela = 12;
Frame 136
stop();
Instance of Symbol 289 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.nextFrame(); } }
Instance of Symbol 247 MovieClip "player" in Frame 136
onClipEvent (enterFrame) { 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 290 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 360 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Frame 137
levela = 13;
Frame 139
stop();
Instance of Symbol 289 MovieClip in Frame 139
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.nextFrame(); } }
Instance of Symbol 247 MovieClip "player" in Frame 139
onClipEvent (enterFrame) { 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 "blue" in Frame 139
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 287 MovieClip in Frame 139
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.red.gotoAndStop(2); } }
Instance of Symbol 266 MovieClip "red" in Frame 139
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 287 MovieClip in Frame 139
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.blue.gotoAndStop(2); } }
Instance of Symbol 290 MovieClip in Frame 139
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 139
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 139
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 139
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 139
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 139
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 139
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 139
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 139
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 139
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 139
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 139
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 139
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 139
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 139
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 139
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 139
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 139
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 139
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 139
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 139
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 139
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 139
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 139
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 139
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 139
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 139
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 139
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 139
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 139
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 139
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 139
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 139
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 139
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 139
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 139
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 139
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 139
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Frame 140
levela = 14;
Frame 142
stop();
Instance of Symbol 289 MovieClip in Frame 142
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.nextFrame(); } }
Instance of Symbol 247 MovieClip "player" in Frame 142
onClipEvent (enterFrame) { 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 290 MovieClip in Frame 142
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 142
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 142
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 142
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 142
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 142
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 142
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 142
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 142
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 142
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 142
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 142
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 142
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 142
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 142
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 142
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 142
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 142
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 142
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 142
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 142
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 142
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 142
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 142
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 142
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 142
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 142
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 142
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 142
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 142
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 142
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 142
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 142
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 142
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 142
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 142
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 142
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 142
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 142
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 142
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 142
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 142
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 142
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 142
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 142
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 142
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 142
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 142
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 142
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 142
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 142
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 142
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 142
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 142
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 142
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 142
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 142
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 142
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 142
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 142
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 142
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 142
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 142
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 142
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 142
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 142
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 142
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 142
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 142
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 266 MovieClip "blue" in Frame 142
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 287 MovieClip in Frame 142
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.red.gotoAndStop(2); } }
Instance of Symbol 266 MovieClip "red" in Frame 142
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 287 MovieClip in Frame 142
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.blue.gotoAndStop(2); } }
Frame 143
levela = 15;
Frame 145
stop();
Instance of Symbol 289 MovieClip in Frame 145
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.nextFrame(); } }
Instance of Symbol 247 MovieClip "player" in Frame 145
onClipEvent (enterFrame) { 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 290 MovieClip in Frame 145
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 145
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 145
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 145
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 145
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 145
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 145
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 145
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 145
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 145
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 145
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 145
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 145
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 145
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 145
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 145
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 145
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 145
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 145
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 145
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 145
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 145
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 145
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 145
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 145
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 145
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 145
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 145
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 145
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 145
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 145
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 145
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 145
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 145
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 145
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 266 MovieClip "blue" in Frame 145
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 266 MovieClip "red" in Frame 145
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 287 MovieClip in Frame 145
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.red.gotoAndStop(2); } }
Instance of Symbol 287 MovieClip in Frame 145
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.blue.gotoAndStop(2); } }
Instance of Symbol 266 MovieClip "yellow" in Frame 145
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 287 MovieClip in Frame 145
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.yellow.gotoAndStop(2); } }
Instance of Symbol 266 MovieClip in Frame 145
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 266 MovieClip in Frame 145
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Frame 146
levela = 16;
Frame 147
stop();
Frame 148
stop();
Instance of Symbol 266 MovieClip "blue" in Frame 148
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 287 MovieClip in Frame 148
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.red.gotoAndStop(2); } }
Instance of Symbol 266 MovieClip "red" in Frame 148
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 287 MovieClip in Frame 148
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.blue.gotoAndStop(2); } }
Instance of Symbol 289 MovieClip in Frame 148
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.nextFrame(); } }
Instance of Symbol 247 MovieClip "player" in Frame 148
onClipEvent (enterFrame) { 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 290 MovieClip in Frame 148
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 148
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 148
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 148
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 148
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 148
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 148
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 148
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 148
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 148
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 148
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 148
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 148
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 148
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 148
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 148
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 148
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 148
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 148
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 148
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 148
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 148
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 148
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 148
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 148
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 148
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 148
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 148
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 148
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 148
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 148
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 148
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Frame 149
levela = 17;
Frame 151
stop();
Instance of Symbol 289 MovieClip in Frame 151
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.nextFrame(); } }
Instance of Symbol 247 MovieClip "player" in Frame 151
onClipEvent (enterFrame) { 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 290 MovieClip in Frame 151
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 151
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 151
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 151
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 151
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 151
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 151
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 151
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 151
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 151
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 151
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 151
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 151
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 151
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 151
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 151
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 151
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 151
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 151
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 151
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 151
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 151
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 151
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 151
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 151
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 151
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 151
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 151
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 151
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 151
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 151
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 151
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 151
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 151
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 151
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 151
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 151
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 151
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 383 MovieClip in Frame 151
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { this.play(); } }
Instance of Symbol 383 MovieClip in Frame 151
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { this.play(); } }
Instance of Symbol 383 MovieClip in Frame 151
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { this.play(); } }
Instance of Symbol 383 MovieClip in Frame 151
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { this.play(); } }
Instance of Symbol 383 MovieClip in Frame 151
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { this.play(); } }
Frame 152
levela = 18;
Frame 154
stop();
Instance of Symbol 247 MovieClip "player" in Frame 154
onClipEvent (enterFrame) { 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 "blue" in Frame 154
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 287 MovieClip in Frame 154
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.red.gotoAndStop(2); } }
Instance of Symbol 266 MovieClip "red" in Frame 154
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 287 MovieClip in Frame 154
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.blue.gotoAndStop(2); } }
Instance of Symbol 290 MovieClip in Frame 154
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 154
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 154
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 154
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 154
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 154
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 154
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 154
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 154
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 154
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 154
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 154
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 154
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 154
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 154
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 154
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 154
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 154
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 154
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 154
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 154
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 154
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 154
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 154
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 154
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 154
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 154
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 154
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 154
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 154
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 154
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 154
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 154
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 154
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 154
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 154
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 154
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 154
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 154
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 154
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 383 MovieClip in Frame 154
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { this.play(); } }
Instance of Symbol 289 MovieClip in Frame 154
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.nextFrame(); } }
Instance of Symbol 290 MovieClip in Frame 154
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 154
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 154
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 154
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 154
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 154
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 154
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 154
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 154
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 154
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 154
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 154
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 154
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 154
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 154
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 154
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 154
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 154
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 154
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 154
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 154
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 154
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 383 MovieClip in Frame 154
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { this.play(); } }
Instance of Symbol 383 MovieClip in Frame 154
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { this.play(); } }
Frame 155
levela = 19;
Frame 157
stop();
Instance of Symbol 289 MovieClip in Frame 157
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.nextFrame(); } }
Instance of Symbol 247 MovieClip "player" in Frame 157
onClipEvent (enterFrame) { 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 290 MovieClip in Frame 157
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 157
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 157
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 157
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 157
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 157
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 157
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 157
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 157
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 157
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 157
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 157
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 157
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 157
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 157
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 157
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 157
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 157
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 157
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 157
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 157
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 157
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 157
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 157
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 157
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 157
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 157
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 157
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 157
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 157
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 157
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 157
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 157
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 157
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 157
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 157
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 157
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 157
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 157
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 157
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 157
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 157
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 157
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 157
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 157
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 266 MovieClip "blue" in Frame 157
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 287 MovieClip in Frame 157
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.red.gotoAndStop(2); } }
Instance of Symbol 266 MovieClip "red" in Frame 157
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 287 MovieClip in Frame 157
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.blue.gotoAndStop(2); } }
Instance of Symbol 290 MovieClip in Frame 157
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 157
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 157
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 157
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 157
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 157
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 157
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 157
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 157
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 157
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 157
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 157
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 157
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 157
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 157
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 157
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 157
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 157
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 157
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 157
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 157
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 157
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 157
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 157
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 157
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 157
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 157
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Frame 158
levela = 20;
Frame 160
stop();
Instance of Symbol 289 MovieClip in Frame 160
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.nextFrame(); } }
Instance of Symbol 247 MovieClip "player" in Frame 160
onClipEvent (enterFrame) { 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 290 MovieClip in Frame 160
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 160
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 160
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 160
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 160
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 160
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 160
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 160
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 160
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 160
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 160
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 160
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 266 MovieClip "blue" in Frame 160
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 287 MovieClip in Frame 160
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.red.gotoAndStop(2); } }
Instance of Symbol 266 MovieClip "red" in Frame 160
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 287 MovieClip in Frame 160
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.blue.gotoAndStop(2); } }
Instance of Symbol 290 MovieClip in Frame 160
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 160
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 160
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 160
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 160
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 160
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 160
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 160
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 160
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 160
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 160
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 160
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 160
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 160
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 160
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 160
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 160
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 160
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 160
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 160
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 160
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 160
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 160
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 160
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 160
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 160
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 160
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 160
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 160
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 160
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 160
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 160
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 383 MovieClip in Frame 160
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { this.play(); } }
Frame 161
levela = 21;
Frame 162
stop();
Frame 163
stop();
Instance of Symbol 266 MovieClip "blue" in Frame 163
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 287 MovieClip in Frame 163
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.red.gotoAndStop(2); } }
Instance of Symbol 266 MovieClip "red" in Frame 163
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 287 MovieClip in Frame 163
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.blue.gotoAndStop(2); } }
Instance of Symbol 289 MovieClip in Frame 163
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.nextFrame(); } }
Instance of Symbol 247 MovieClip "player" in Frame 163
onClipEvent (enterFrame) { 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 290 MovieClip in Frame 163
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 163
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 163
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 163
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 163
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 163
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 163
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 163
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 163
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 163
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 163
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 163
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 163
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 163
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 163
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 163
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 163
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 163
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 163
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 163
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 163
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 163
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 163
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 163
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 163
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 163
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 163
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 163
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 163
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 163
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 163
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 163
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 163
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Frame 164
levela = 22;
Frame 166
stop();
Instance of Symbol 247 MovieClip "player" in Frame 166
onClipEvent (enterFrame) { 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 290 MovieClip in Frame 166
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 166
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 166
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 166
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 166
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 166
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 166
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 166
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 166
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 166
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 166
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 166
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 166
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 166
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 166
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 166
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 166
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 166
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 166
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 166
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 166
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 166
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 166
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 166
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 289 MovieClip in Frame 166
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.nextFrame(); } }
Instance of Symbol 290 MovieClip in Frame 166
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 166
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 166
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 166
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 166
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 166
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 166
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 166
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 166
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 166
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 166
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 166
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 166
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 166
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 166
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 166
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 411 MovieClip in Frame 166
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 411 MovieClip in Frame 166
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Frame 167
levela = 23;
Frame 169
stop();
Instance of Symbol 289 MovieClip in Frame 169
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.nextFrame(); } }
Instance of Symbol 247 MovieClip "player" in Frame 169
onClipEvent (enterFrame) { 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 "blue" in Frame 169
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 287 MovieClip in Frame 169
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.red.gotoAndStop(2); } }
Instance of Symbol 266 MovieClip "red" in Frame 169
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 287 MovieClip in Frame 169
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.blue.gotoAndStop(2); } }
Instance of Symbol 290 MovieClip in Frame 169
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 169
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 169
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 169
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 169
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 169
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 169
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 169
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 169
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 169
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 169
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 169
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 169
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 169
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 169
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 169
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 169
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 169
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 169
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 169
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 169
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 169
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 169
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 169
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 169
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 169
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 169
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 169
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 169
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 169
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 169
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 169
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 169
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 169
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 169
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 169
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 169
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 169
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 169
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 169
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 169
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 169
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 169
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 169
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 169
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 169
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 169
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 169
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 169
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Frame 170
levela = 24;
Frame 172
stop();
Instance of Symbol 289 MovieClip in Frame 172
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.nextFrame(); } }
Instance of Symbol 247 MovieClip "player" in Frame 172
onClipEvent (enterFrame) { 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 290 MovieClip in Frame 172
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 172
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 172
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 172
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 172
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 172
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 172
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 172
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 172
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 172
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 172
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 172
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 172
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 172
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 172
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 172
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 172
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 172
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 172
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 172
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 172
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 172
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 172
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 172
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 172
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 172
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 172
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 172
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 172
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 172
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 172
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 172
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 172
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 172
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 172
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 172
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 172
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 172
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 172
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 172
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 172
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 172
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 172
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 172
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 172
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 172
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 172
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 172
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 172
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 172
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 172
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 172
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 172
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 172
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 172
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 266 MovieClip "blue" in Frame 172
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 287 MovieClip in Frame 172
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.red.gotoAndStop(2); } }
Instance of Symbol 266 MovieClip "red" in Frame 172
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 287 MovieClip in Frame 172
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.blue.gotoAndStop(2); } }
Instance of Symbol 290 MovieClip in Frame 172
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Frame 173
levela = 25;
Frame 175
stop();
Instance of Symbol 289 MovieClip in Frame 175
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.nextFrame(); } }
Instance of Symbol 247 MovieClip "player" in Frame 175
onClipEvent (enterFrame) { 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 290 MovieClip in Frame 175
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 175
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 175
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 175
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 175
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 175
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 175
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 175
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 175
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 175
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 175
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 175
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 175
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 175
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 175
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 175
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 175
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 175
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 175
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 175
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 175
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 175
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 175
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 175
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 175
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 175
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 175
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 175
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 175
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 175
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 175
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 175
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 175
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 175
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 175
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 175
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 175
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 175
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 175
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 175
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 175
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 175
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 175
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 175
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 175
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 175
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 175
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 175
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 175
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 175
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 175
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 266 MovieClip "blue" in Frame 175
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 287 MovieClip in Frame 175
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.red.gotoAndStop(2); } }
Instance of Symbol 266 MovieClip "red" in Frame 175
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 287 MovieClip in Frame 175
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.blue.gotoAndStop(2); } }
Instance of Symbol 290 MovieClip in Frame 175
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 175
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 175
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 175
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 175
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 175
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 175
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 175
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 175
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 175
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 175
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 175
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 175
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 175
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 175
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 425 MovieClip in Frame 175
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { this.play(); } }
Instance of Symbol 266 MovieClip in Frame 175
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Frame 176
levela = 26;
Frame 177
stop();
Frame 178
stop();
Instance of Symbol 266 MovieClip "blue" in Frame 178
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 287 MovieClip in Frame 178
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.red.gotoAndStop(2); } }
Instance of Symbol 266 MovieClip "red" in Frame 178
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 287 MovieClip in Frame 178
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.blue.gotoAndStop(2); } }
Instance of Symbol 289 MovieClip in Frame 178
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.nextFrame(); } }
Instance of Symbol 290 MovieClip in Frame 178
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 178
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 178
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 178
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 178
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 178
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 178
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 178
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 178
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 178
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 178
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 178
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 178
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 178
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 178
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 178
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 178
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 178
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 178
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 178
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 178
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 178
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 178
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 178
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 178
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 178
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 178
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 178
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 178
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 178
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 178
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 178
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 178
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 178
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 178
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 178
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 178
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 178
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 178
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 178
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 178
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 178
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 178
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 178
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 178
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 178
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 178
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 178
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 178
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 178
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 178
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 178
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 178
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 178
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 178
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 178
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 431 MovieClip in Frame 178
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 247 MovieClip "player" in Frame 178
onClipEvent (enterFrame) { 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 179
levela = 27;
Frame 181
stop();
Instance of Symbol 289 MovieClip in Frame 181
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.nextFrame(); } }
Instance of Symbol 247 MovieClip "player" in Frame 181
onClipEvent (enterFrame) { 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 290 MovieClip in Frame 181
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 181
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 181
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 181
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 181
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 181
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 181
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 181
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 181
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 181
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 181
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 181
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 181
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 181
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 181
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 181
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 181
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 181
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 181
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 181
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 181
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 181
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 181
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 181
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 181
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 181
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 181
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 181
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 181
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 181
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 181
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 181
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 181
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 181
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 181
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 181
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 181
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 181
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 181
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 181
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 181
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 181
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 181
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 181
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 181
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 181
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 181
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 181
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 181
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 181
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 181
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 181
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 181
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 181
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 181
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 181
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 181
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 181
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 181
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 181
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 181
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 181
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 181
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 425 MovieClip in Frame 181
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { this.play(); } }
Instance of Symbol 425 MovieClip in Frame 181
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { this.play(); } }
Instance of Symbol 425 MovieClip in Frame 181
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { this.play(); } }
Frame 182
levela = 28;
Frame 184
stop();
Instance of Symbol 289 MovieClip in Frame 184
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.nextFrame(); } }
Instance of Symbol 247 MovieClip "player" in Frame 184
onClipEvent (enterFrame) { 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 "blue" in Frame 184
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 287 MovieClip in Frame 184
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.red.gotoAndStop(2); } }
Instance of Symbol 266 MovieClip "red" in Frame 184
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 287 MovieClip in Frame 184
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.blue.gotoAndStop(2); } }
Instance of Symbol 290 MovieClip in Frame 184
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 184
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 184
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 184
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 184
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 184
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 184
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 184
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 184
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 184
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 184
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 184
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 184
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 184
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 184
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 184
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 184
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 184
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 184
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 184
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 184
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 184
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 184
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 184
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 184
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 439 MovieClip in Frame 184
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Frame 185
levela = 29;
Frame 187
stop();
Instance of Symbol 289 MovieClip in Frame 187
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.nextFrame(); } }
Instance of Symbol 247 MovieClip "player" in Frame 187
onClipEvent (enterFrame) { 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 290 MovieClip in Frame 187
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 187
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 187
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 187
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 187
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 187
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 187
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 187
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 187
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 187
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 187
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 187
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 187
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 187
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 187
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 187
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 187
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 187
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 187
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 187
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 187
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 187
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 187
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 187
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 187
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 187
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 187
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 187
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 187
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 187
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 187
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 187
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 187
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 187
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 187
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 187
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 187
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 187
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 187
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 187
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 187
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 187
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 187
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 187
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 187
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 187
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 187
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 187
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 187
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 187
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 187
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 187
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 187
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 187
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 187
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 187
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 187
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 187
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 187
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 187
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 187
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 187
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 187
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 187
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 266 MovieClip "blue" in Frame 187
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 287 MovieClip in Frame 187
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.red.gotoAndStop(2); } }
Instance of Symbol 266 MovieClip "red" in Frame 187
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 287 MovieClip in Frame 187
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.blue.gotoAndStop(2); } }
Instance of Symbol 290 MovieClip in Frame 187
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 187
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 187
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 187
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 187
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 187
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 187
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 187
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 187
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 187
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 187
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 187
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 187
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 187
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 187
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Frame 188
levela = 30;
Frame 190
stop();
Instance of Symbol 289 MovieClip in Frame 190
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.nextFrame(); } }
Instance of Symbol 247 MovieClip "player" in Frame 190
onClipEvent (enterFrame) { 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 290 MovieClip in Frame 190
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 190
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 190
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 190
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 190
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 190
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 190
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 190
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 190
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 266 MovieClip "blue" in Frame 190
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 287 MovieClip in Frame 190
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.red.gotoAndStop(2); } }
Instance of Symbol 266 MovieClip "red" in Frame 190
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 287 MovieClip in Frame 190
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.blue.gotoAndStop(2); } }
Instance of Symbol 290 MovieClip in Frame 190
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 190
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 190
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 190
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 190
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 190
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 190
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 190
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 190
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 190
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 190
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 190
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 190
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 190
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 190
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 190
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 190
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 190
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 190
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 190
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 190
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 190
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 190
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 190
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 190
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 190
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 190
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 190
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 190
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 190
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 190
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 190
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 190
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 190
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 190
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 190
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 190
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 190
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 190
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 190
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 190
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 190
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 190
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 190
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 190
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 190
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 190
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 190
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 190
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 190
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 190
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 190
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 190
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 190
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 190
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 190
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 190
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 190
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 190
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 190
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 190
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 190
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 190
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 190
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 190
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 190
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 190
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 190
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 190
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 190
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 190
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 190
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 190
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 190
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 190
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Frame 190
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Frame 191
levela = 30;
Symbol 65 Button
on (release) { getURL ("http://www.armorgames.com/", "blank"); }
Symbol 112 Button
on (release) { _root.play(); }
Symbol 113 MovieClip Frame 143
_root.play(); stop();
Symbol 140 MovieClip Frame 15
stop();
Symbol 143 Button
on (release) { getURL ("http://www.buttonbash.com/forums/", "blank"); }
Symbol 206 Button
on (release) { gotoAndPlay (99); }
Symbol 207 Button
on (release) { play(); }
Symbol 208 Button
on (release) { gotoAndStop (95); }
Symbol 209 Button
on (release) { getURL ("http://www.imperfectsystems.net", "blank"); }
Symbol 210 Button
on (release) { gotoAndStop (96); }
Symbol 227 MovieClip Frame 1
stop();
Symbol 238 MovieClip Frame 1
stop();
Instance of Symbol 227 MovieClip in Symbol 239 MovieClip Frame 1
onClipEvent (enterFrame) { this.gotoAndStop(_root.gravoorcolour); }
Instance of Symbol 227 MovieClip in Symbol 239 MovieClip Frame 1
onClipEvent (enterFrame) { this.gotoAndStop(_root.gravoorcolour); }
Instance of Symbol 227 MovieClip in Symbol 239 MovieClip Frame 1
onClipEvent (enterFrame) { this.gotoAndStop(_root.gravoorcolour); }
Instance of Symbol 227 MovieClip in Symbol 239 MovieClip Frame 1
onClipEvent (enterFrame) { this.gotoAndStop(_root.gravoorcolour); }
Instance of Symbol 238 MovieClip in Symbol 239 MovieClip Frame 1
onClipEvent (enterFrame) { this.gotoAndStop(_root.gravoorcolour); }
Symbol 241 Button
on (release) { gotoAndStop (92); }
Symbol 244 MovieClip Frame 1
stop();
Symbol 247 MovieClip Frame 1
stop();
Symbol 250 Button
on (release) { if (_root.gravoorcolour <= 9) { gravoorcolour = gravoorcolour + 1; } }
Symbol 251 Button
on (release) { if (_root.gravoorcolour >= 2) { gravoorcolour = gravoorcolour - 1; } }
Symbol 259 Button
on (release) { nextFrame(); }
Symbol 266 MovieClip Frame 1
stop();
Symbol 266 MovieClip Frame 2
stop();
Symbol 295 Button
on (release) { saveGame(); }
Instance of Symbol 290 MovieClip in Symbol 313 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Symbol 313 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Symbol 313 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Symbol 313 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Symbol 331 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Symbol 339 MovieClip Frame 59
stop();
Symbol 383 MovieClip Frame 1
stop();
Instance of Symbol 290 MovieClip in Symbol 383 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Symbol 383 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Symbol 383 MovieClip Frame 2
play();
Symbol 383 MovieClip Frame 9
stop();
Symbol 383 MovieClip Frame 10
stop();
Symbol 425 MovieClip Frame 1
stop();
Instance of Symbol 290 MovieClip in Symbol 425 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 290 MovieClip in Symbol 425 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Symbol 425 MovieClip Frame 2
play();
Symbol 425 MovieClip Frame 9
stop();
Symbol 425 MovieClip Frame 10
stop();
Symbol 431 MovieClip Frame 90
stop();

Library Items

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

Instance Names

"blue"Frame 103Symbol 266 MovieClip
"red"Frame 103Symbol 266 MovieClip
"player"Frame 103Symbol 247 MovieClip
"player"Frame 106Symbol 247 MovieClip
"player"Frame 109Symbol 247 MovieClip
"blue"Frame 109Symbol 266 MovieClip
"red"Frame 109Symbol 266 MovieClip
"blue"Frame 112Symbol 266 MovieClip
"red"Frame 112Symbol 266 MovieClip
"player"Frame 112Symbol 247 MovieClip
"player"Frame 115Symbol 247 MovieClip
"blue"Frame 115Symbol 266 MovieClip
"red"Frame 115Symbol 266 MovieClip
"blue"Frame 118Symbol 266 MovieClip
"red"Frame 118Symbol 266 MovieClip
"player"Frame 118Symbol 247 MovieClip
"player"Frame 121Symbol 247 MovieClip
"player"Frame 124Symbol 247 MovieClip
"blue"Frame 124Symbol 266 MovieClip
"red"Frame 124Symbol 266 MovieClip
"player"Frame 127Symbol 247 MovieClip
"blue"Frame 127Symbol 266 MovieClip
"red"Frame 127Symbol 266 MovieClip
"player"Frame 130Symbol 247 MovieClip
"blue"Frame 130Symbol 266 MovieClip
"blue"Frame 133Symbol 266 MovieClip
"red"Frame 133Symbol 266 MovieClip
"player"Frame 133Symbol 247 MovieClip
"player"Frame 136Symbol 247 MovieClip
"player"Frame 139Symbol 247 MovieClip
"blue"Frame 139Symbol 266 MovieClip
"red"Frame 139Symbol 266 MovieClip
"player"Frame 142Symbol 247 MovieClip
"blue"Frame 142Symbol 266 MovieClip
"red"Frame 142Symbol 266 MovieClip
"player"Frame 145Symbol 247 MovieClip
"blue"Frame 145Symbol 266 MovieClip
"red"Frame 145Symbol 266 MovieClip
"yellow"Frame 145Symbol 266 MovieClip
"blue"Frame 148Symbol 266 MovieClip
"red"Frame 148Symbol 266 MovieClip
"player"Frame 148Symbol 247 MovieClip
"player"Frame 151Symbol 247 MovieClip
"player"Frame 154Symbol 247 MovieClip
"blue"Frame 154Symbol 266 MovieClip
"red"Frame 154Symbol 266 MovieClip
"player"Frame 157Symbol 247 MovieClip
"blue"Frame 157Symbol 266 MovieClip
"red"Frame 157Symbol 266 MovieClip
"player"Frame 160Symbol 247 MovieClip
"blue"Frame 160Symbol 266 MovieClip
"red"Frame 160Symbol 266 MovieClip
"blue"Frame 163Symbol 266 MovieClip
"red"Frame 163Symbol 266 MovieClip
"player"Frame 163Symbol 247 MovieClip
"player"Frame 166Symbol 247 MovieClip
"player"Frame 169Symbol 247 MovieClip
"blue"Frame 169Symbol 266 MovieClip
"red"Frame 169Symbol 266 MovieClip
"player"Frame 172Symbol 247 MovieClip
"blue"Frame 172Symbol 266 MovieClip
"red"Frame 172Symbol 266 MovieClip
"player"Frame 175Symbol 247 MovieClip
"blue"Frame 175Symbol 266 MovieClip
"red"Frame 175Symbol 266 MovieClip
"blue"Frame 178Symbol 266 MovieClip
"red"Frame 178Symbol 266 MovieClip
"player"Frame 178Symbol 247 MovieClip
"player"Frame 181Symbol 247 MovieClip
"player"Frame 184Symbol 247 MovieClip
"blue"Frame 184Symbol 266 MovieClip
"red"Frame 184Symbol 266 MovieClip
"player"Frame 187Symbol 247 MovieClip
"blue"Frame 187Symbol 266 MovieClip
"red"Frame 187Symbol 266 MovieClip
"player"Frame 190Symbol 247 MovieClip
"blue"Frame 190Symbol 266 MovieClip
"red"Frame 190Symbol 266 MovieClip
"ht"Symbol 247 MovieClip Frame 1Symbol 246 MovieClip

Special Tags

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

Dynamic Text Variables

gravoorcolourSymbol 253 EditableText""
dieSymbol 263 EditableText""
dieSymbol 298 EditableText""
dieSymbol 307 EditableText""
dieSymbol 311 EditableText""
dieSymbol 317 EditableText""
dieSymbol 321 EditableText""
dieSymbol 326 EditableText""
dieSymbol 329 EditableText""
dieSymbol 335 EditableText""
dieSymbol 338 EditableText""
dieSymbol 353 EditableText""
dieSymbol 357 EditableText""
dieSymbol 363 EditableText""
dieSymbol 367 EditableText""
dieSymbol 371 EditableText""
dieSymbol 375 EditableText""
dieSymbol 379 EditableText""
dieSymbol 387 EditableText""
dieSymbol 390 EditableText""
dieSymbol 394 EditableText""
dieSymbol 402 EditableText""
dieSymbol 406 EditableText""
dieSymbol 415 EditableText""
dieSymbol 419 EditableText""
dieSymbol 422 EditableText""
dieSymbol 429 EditableText""
dieSymbol 435 EditableText""
dieSymbol 438 EditableText""
dieSymbol 443 EditableText""
dieSymbol 447 EditableText""




http://swfchan.com/3/12058/info.shtml
Created: 6/6 -2019 12:08:49 Last modified: 6/6 -2019 12:08:49 Server time: 24/04 -2024 23:40:37