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

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

Gravoor 3.swf

This is the info page for
Flash #58147

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


Text
*FLASH PLAYER 8 NEEDED*

IMPERFECT SYSTEMS

3

R

O

V

A

G

New Game
Load Game
Tutorial
Website

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.

World 1: Forest
Stage 2: Spiders

CONGRATULATIONS

SAVE
CONTINUE

World 1: Forest
Stage 1: Mandatory Easy level

World 1: Forest
Stage 2: Keys

World 1: Forest
Stage 3: Swing

World 1: Forest
Stage 4: Movement

World 1: Forest
Stage 5: Doors

E

L

C

D

W

World 2: Ocean
Stage 1: Fish

World 2: Ocean
Stage 2: Square

World 2: Ocean
Stage 3: Flood

World 2: Ocean
Stage 4: Moving box

World 2: Ocean
Stage 5: Lasers

World 3: Snow
Stage 1: Bricks

World 3: Snow
Stage 2: Maze-like

World 3: Snow
Stage 3: Tunnel

World 3: Snow
Stage 4: Tight

GAME COMPLETE

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("gravoorrobboor312212121savefile"); 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("gravoorrobboor312212121savefile"); 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 91
stop();
Frame 92
loadGame();
Frame 93
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); }
Instance of Symbol 128 MovieClip in Frame 97
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.nextFrame(); } }
Instance of Symbol 131 MovieClip "player" in Frame 97
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 132 MovieClip in Frame 97
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 97
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 97
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 97
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 97
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 97
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 97
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 97
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 97
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 97
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 97
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 97
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 97
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 97
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 97
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 97
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 97
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 97
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 97
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 97
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 97
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 97
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 97
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 97
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 97
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 97
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 97
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 97
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 97
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 97
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 97
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 97
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 97
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 97
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 97
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 97
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 97
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 97
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 97
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 97
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 97
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 97
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 97
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 97
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 97
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 97
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 97
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 97
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 97
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 97
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 97
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 97
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 97
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 97
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 97
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 97
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 97
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 97
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 97
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 97
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 97
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 97
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 97
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 97
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 97
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 97
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 97
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 97
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 97
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 97
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 135 MovieClip "blue" in Frame 97
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 156 MovieClip in Frame 97
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.red.gotoAndStop(2); } }
Instance of Symbol 135 MovieClip "red" in Frame 97
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 156 MovieClip in Frame 97
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.blue.gotoAndStop(2); } }
Frame 102
stop();
Frame 103
stop();
Instance of Symbol 128 MovieClip in Frame 103
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.nextFrame(); } }
Instance of Symbol 131 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 132 MovieClip in Frame 103
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 103
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 103
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 103
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 103
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 103
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 103
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 103
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 103
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 103
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 103
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 103
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 103
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 103
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 103
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 103
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 103
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 103
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 103
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 103
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 103
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 103
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 103
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 103
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 103
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 103
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 103
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 103
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 103
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 103
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 103
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 103
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 103
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 103
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 103
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 103
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 103
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 103
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 103
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 135 MovieClip "blue" in Frame 103
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 103
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 103
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 103
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 103
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 103
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 103
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 103
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 103
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 103
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 103
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 103
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 103
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 103
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 156 MovieClip in Frame 103
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.blue.gotoAndStop(2); } }
Frame 104
levela = 2;
Frame 106
stop();
Instance of Symbol 128 MovieClip in Frame 106
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.nextFrame(); } }
Instance of Symbol 131 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 132 MovieClip in Frame 106
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 106
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 106
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 106
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 106
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 106
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 106
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 106
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 106
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 106
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 106
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 106
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 106
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 106
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 106
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 106
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 106
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 106
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 106
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 106
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 106
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 106
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 106
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 106
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 106
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 106
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 106
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 106
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 106
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 106
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 106
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 106
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 106
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 106
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 106
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 106
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 106
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 106
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 106
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 106
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 106
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 106
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 106
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 106
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 106
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 106
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 106
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 135 MovieClip "red" in Frame 106
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 106
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 106
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 106
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 106
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 106
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 106
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 106
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 106
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 106
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 106
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 106
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 106
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 106
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 106
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 106
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 106
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 106
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 106
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 106
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 106
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 106
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 156 MovieClip in Frame 106
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.red.gotoAndStop(2); } }
Instance of Symbol 178 MovieClip in Frame 106
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 178 MovieClip in Frame 106
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Frame 107
levela = 3;
Frame 109
stop();
Instance of Symbol 128 MovieClip in Frame 109
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.nextFrame(); } }
Instance of Symbol 132 MovieClip in Frame 109
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 109
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 109
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 109
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 109
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 109
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 109
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 109
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 109
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 109
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 135 MovieClip "blue" in Frame 109
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 109
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 109
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 109
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 109
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 109
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 109
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 109
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 109
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 109
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 109
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 109
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 109
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 109
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 109
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 109
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 109
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 109
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 109
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 131 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 156 MovieClip in Frame 109
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.blue.gotoAndStop(2); } }
Frame 110
levela = 4;
Frame 112
stop();
Instance of Symbol 128 MovieClip in Frame 112
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.nextFrame(); } }
Instance of Symbol 131 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; }
Instance of Symbol 132 MovieClip in Frame 112
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 112
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 112
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 112
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 112
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 112
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 112
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 112
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 112
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 112
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 112
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 112
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 112
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 112
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 112
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 112
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 135 MovieClip "blue" in Frame 112
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 112
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 112
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 112
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 112
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 112
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 112
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 112
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 112
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 112
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 112
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 112
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 112
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 112
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 112
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 112
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 112
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 112
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 112
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 112
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 112
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 112
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 112
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 112
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 112
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 112
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 112
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 112
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 112
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 112
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 112
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 112
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 112
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 112
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 112
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 112
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 112
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 112
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 112
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 112
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 112
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 112
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 112
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 156 MovieClip in Frame 112
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.blue.gotoAndStop(2); } }
Instance of Symbol 132 MovieClip in Frame 112
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 112
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 112
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 112
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 112
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 112
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 112
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 112
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 112
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 112
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 112
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 112
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 178 MovieClip in Frame 112
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 178 MovieClip in Frame 112
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 192 MovieClip in Frame 112
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Frame 113
levela = 5;
Frame 115
stop();
Instance of Symbol 128 MovieClip in Frame 115
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.nextFrame(); } }
Instance of Symbol 131 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 132 MovieClip in Frame 115
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 115
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 115
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 115
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 115
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 115
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 115
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 115
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 115
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 115
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 115
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 115
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 115
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 115
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 115
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 115
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 115
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 115
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 115
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 115
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 115
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 115
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 115
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 115
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 115
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 115
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 115
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 115
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 115
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 115
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 115
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 115
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 115
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 115
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 115
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 115
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 115
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 115
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 115
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 115
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 115
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 115
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 115
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 115
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 115
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 115
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 115
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 115
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 115
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 115
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 115
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 115
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 115
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 115
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 115
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 115
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 115
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 115
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 115
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 115
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 115
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 115
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 115
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 115
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 115
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 115
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 115
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 115
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 115
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 115
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 135 MovieClip "blue" in Frame 115
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 156 MovieClip in Frame 115
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.red.gotoAndStop(2); } }
Instance of Symbol 135 MovieClip "red" in Frame 115
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 156 MovieClip in Frame 115
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.blue.gotoAndStop(2); } }
Frame 116
levela = 6;
Frame 118
stop();
Instance of Symbol 131 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; }
Frame 119
levela = 7;
Frame 121
stop();
Instance of Symbol 156 MovieClip in Frame 121
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.red.gotoAndStop(2); } }
Instance of Symbol 135 MovieClip "red" in Frame 121
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 156 MovieClip in Frame 121
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.blue.gotoAndStop(2); } }
Instance of Symbol 128 MovieClip in Frame 121
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.nextFrame(); } }
Instance of Symbol 131 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 132 MovieClip in Frame 121
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 121
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 121
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 121
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 121
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 121
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 121
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 121
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 121
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 121
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 121
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 121
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 121
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 121
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 121
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 121
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 121
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 121
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 121
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 121
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 121
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 121
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 121
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 121
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 121
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 121
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 121
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 121
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 121
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 121
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 121
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 121
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 121
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 121
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 121
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 121
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 121
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 121
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 121
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 121
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 121
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 121
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 121
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 121
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 121
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 121
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 121
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 121
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 121
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 121
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 121
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 121
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 121
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 121
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 121
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 121
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 121
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 121
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 121
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 121
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 121
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 121
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 121
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 121
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 121
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 121
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 135 MovieClip "blue" in Frame 121
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 135 MovieClip "yellow" in Frame 121
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 156 MovieClip in Frame 121
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.yellow.gotoAndStop(2); _root.yellow2.gotoAndStop(2); } }
Instance of Symbol 135 MovieClip "yellow2" in Frame 121
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Frame 122
levela = 8;
Frame 124
stop();
Instance of Symbol 128 MovieClip in Frame 124
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.nextFrame(); } }
Instance of Symbol 131 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 132 MovieClip in Frame 124
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 124
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 124
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 124
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 124
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 124
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 124
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 124
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 124
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 124
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 124
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 124
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 124
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 124
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 124
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 124
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 124
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 124
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 124
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 124
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 124
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 124
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 124
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 124
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 124
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 124
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 124
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 124
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 124
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 124
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 124
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 124
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 124
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 124
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 124
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 124
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 124
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 124
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 124
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 124
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 124
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 124
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 124
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 124
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 124
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 124
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 124
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 124
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 124
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 124
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 124
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 124
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 124
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 124
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 124
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 124
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 124
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 124
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 124
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 124
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 124
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 124
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 124
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 124
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 124
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 124
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 124
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 124
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 124
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 124
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 124
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 124
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 124
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Frame 125
levela = 9;
Frame 127
stop();
Instance of Symbol 131 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 128 MovieClip in Frame 127
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.nextFrame(); } }
Frame 128
levela = 10;
Frame 130
stop();
Instance of Symbol 131 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 128 MovieClip in Frame 130
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.nextFrame(); } }
Instance of Symbol 132 MovieClip in Frame 130
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 130
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 130
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 130
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 130
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 130
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 130
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 130
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 130
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 130
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 130
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 130
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 130
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 130
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 130
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 130
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 130
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 130
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 130
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 130
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 130
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 130
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 130
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 130
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 130
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 130
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 130
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 130
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 130
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 130
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 130
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 130
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 130
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 130
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 130
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 130
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 130
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 130
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 130
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 130
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 130
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 130
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 130
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 130
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 130
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 130
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 130
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 130
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Frame 131
levela = 11;
Frame 133
stop();
Instance of Symbol 131 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 132 MovieClip in Frame 133
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 133
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 133
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 133
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 133
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 133
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 133
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 133
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 133
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 133
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 133
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 133
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 133
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 133
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 133
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 133
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 133
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 133
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 133
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 133
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 133
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 133
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 133
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 133
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 133
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 133
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 133
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 133
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 133
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 133
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 133
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 133
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 133
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 133
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 133
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 133
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 133
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 133
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 133
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 133
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 133
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 133
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 133
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 133
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 133
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 133
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 128 MovieClip in Frame 133
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.nextFrame(); } }
Frame 134
levela = 12;
Frame 136
stop();
Instance of Symbol 128 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.nextFrame(); } }
Instance of Symbol 131 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 132 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 135 MovieClip "blue" in Frame 136
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 156 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.red.gotoAndStop(2); } }
Instance of Symbol 135 MovieClip "red" in Frame 136
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 156 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.blue.gotoAndStop(2); } }
Instance of Symbol 132 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 136
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Frame 137
levela = 13;
Frame 139
stop();
Instance of Symbol 128 MovieClip in Frame 139
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.nextFrame(); } }
Instance of Symbol 131 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 132 MovieClip in Frame 139
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 139
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 139
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 139
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 139
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 139
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 139
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 139
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 139
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 139
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 139
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 139
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 139
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 139
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 139
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 139
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 139
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 139
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 139
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 139
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 139
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 139
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 139
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 139
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 139
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 139
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 139
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 139
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 139
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 139
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 139
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 139
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 139
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 139
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 139
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 139
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 139
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 139
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 139
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 139
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 139
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 139
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 139
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 139
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 139
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 139
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 139
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 139
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 139
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 139
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 139
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 139
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 139
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 139
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 139
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 139
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 139
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 139
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 139
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 139
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 139
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 139
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 139
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 139
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 139
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 139
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 139
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 139
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 135 MovieClip "blue" in Frame 139
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 156 MovieClip in Frame 139
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.red.gotoAndStop(2); } }
Instance of Symbol 135 MovieClip "red" in Frame 139
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 156 MovieClip in Frame 139
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.blue.gotoAndStop(2); } }
Instance of Symbol 132 MovieClip in Frame 139
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 139
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 139
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 139
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Frame 140
levela = 14;
Frame 142
stop();
Instance of Symbol 128 MovieClip in Frame 142
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.nextFrame(); } }
Instance of Symbol 131 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 132 MovieClip in Frame 142
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 142
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 142
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 142
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 142
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 142
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 142
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 142
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 142
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 142
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 142
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 142
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 142
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 142
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 142
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 142
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 142
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 142
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 142
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 142
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 142
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 142
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 142
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 142
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 142
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 142
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 142
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 142
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 142
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 142
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 142
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 142
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 142
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 142
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 142
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 142
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Frame 142
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Symbol 101 MovieClip Frame 15
stop();
Symbol 111 Button
on (release) { gotoAndPlay (99); }
Symbol 112 Button
on (release) { play(); }
Symbol 113 Button
on (release) { gotoAndStop (94); }
Symbol 114 Button
on (release) { getURL ("http://www.imperfectsystems.net", "blank"); }
Symbol 120 Button
on (release) { gotoAndStop (91); }
Symbol 122 Button
on (release) { nextFrame(); }
Symbol 131 MovieClip Frame 1
stop();
Symbol 135 MovieClip Frame 1
stop();
Symbol 135 MovieClip Frame 2
stop();
Symbol 160 Button
on (release) { saveGame(); }
Instance of Symbol 132 MovieClip in Symbol 186 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Symbol 186 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Symbol 186 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Symbol 186 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Symbol 186 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Symbol 186 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Symbol 186 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Symbol 186 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Symbol 186 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Symbol 186 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Symbol 197 MovieClip Frame 144
stop();
Instance of Symbol 132 MovieClip in Symbol 212 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Symbol 212 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Symbol 212 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Symbol 212 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Symbol 212 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Symbol 212 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Symbol 212 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Symbol 212 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Symbol 212 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Symbol 212 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Symbol 212 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Symbol 212 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Symbol 212 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Symbol 212 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Symbol 212 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Symbol 212 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Symbol 212 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Symbol 212 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Symbol 212 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Symbol 212 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Symbol 212 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Symbol 212 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Symbol 212 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Symbol 212 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Symbol 212 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Symbol 212 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Symbol 212 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Symbol 212 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Symbol 212 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Symbol 212 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Symbol 212 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Symbol 212 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 135 MovieClip "blue" in Symbol 212 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 156 MovieClip in Symbol 212 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.fisha.fishb.red.gotoAndStop(2); } }
Instance of Symbol 128 MovieClip in Symbol 212 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.nextFrame(); } }
Instance of Symbol 135 MovieClip "red" in Symbol 212 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 156 MovieClip in Symbol 212 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.fisha.fishb.blue.gotoAndStop(2); } }
Instance of Symbol 221 MovieClip in Symbol 222 MovieClip Frame 18
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Symbol 222 MovieClip Frame 80
stop();
Instance of Symbol 221 MovieClip in Symbol 222 MovieClip Frame 80
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Symbol 227 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Symbol 227 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Symbol 227 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Symbol 227 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Symbol 227 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Symbol 227 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Symbol 227 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Symbol 227 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 232 MovieClip in Symbol 233 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 232 MovieClip in Symbol 233 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 232 MovieClip in Symbol 233 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Symbol 243 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 132 MovieClip in Symbol 243 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Symbol 258 Button
on (release) { gotoAndPlay (3); }

Library Items

Symbol 1 GraphicUsed by:132  Timeline
Symbol 2 GraphicUsed by:22
Symbol 3 GraphicUsed by:22
Symbol 4 GraphicUsed by:22
Symbol 5 GraphicUsed by:22
Symbol 6 GraphicUsed by:22
Symbol 7 GraphicUsed by:22
Symbol 8 GraphicUsed by:22
Symbol 9 GraphicUsed by:22
Symbol 10 GraphicUsed by:22
Symbol 11 GraphicUsed by:22
Symbol 12 GraphicUsed by:22
Symbol 13 GraphicUsed by:22
Symbol 14 GraphicUsed by:22
Symbol 15 GraphicUsed by:22
Symbol 16 GraphicUsed by:22
Symbol 17 GraphicUsed by:22
Symbol 18 GraphicUsed by:22
Symbol 19 GraphicUsed by:22
Symbol 20 GraphicUsed by:22
Symbol 21 GraphicUsed by:22
Symbol 22 MovieClipUses:2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21Used by:131  Timeline
Symbol 23 GraphicUsed by:55
Symbol 24 GraphicUsed by:55
Symbol 25 GraphicUsed by:55
Symbol 26 GraphicUsed by:55
Symbol 27 GraphicUsed by:55
Symbol 28 GraphicUsed by:55
Symbol 29 GraphicUsed by:55
Symbol 30 GraphicUsed by:55
Symbol 31 GraphicUsed by:55
Symbol 32 GraphicUsed by:55
Symbol 33 GraphicUsed by:55
Symbol 34 GraphicUsed by:55
Symbol 35 GraphicUsed by:55
Symbol 36 GraphicUsed by:55
Symbol 37 GraphicUsed by:55
Symbol 38 GraphicUsed by:55
Symbol 39 GraphicUsed by:55
Symbol 40 GraphicUsed by:55
Symbol 41 GraphicUsed by:55
Symbol 42 GraphicUsed by:55
Symbol 43 GraphicUsed by:55
Symbol 44 GraphicUsed by:55
Symbol 45 GraphicUsed by:55
Symbol 46 GraphicUsed by:55
Symbol 47 GraphicUsed by:55
Symbol 48 GraphicUsed by:55
Symbol 49 GraphicUsed by:55
Symbol 50 GraphicUsed by:55
Symbol 51 GraphicUsed by:55
Symbol 52 GraphicUsed by:55
Symbol 53 GraphicUsed by:55
Symbol 54 GraphicUsed by:55
Symbol 55 MovieClipUses:23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54Used by:Timeline
Symbol 56 GraphicUsed by:72
Symbol 57 GraphicUsed by:72
Symbol 58 GraphicUsed by:72
Symbol 59 GraphicUsed by:72
Symbol 60 GraphicUsed by:72
Symbol 61 GraphicUsed by:72
Symbol 62 GraphicUsed by:72
Symbol 63 GraphicUsed by:72
Symbol 64 GraphicUsed by:72
Symbol 65 GraphicUsed by:72
Symbol 66 GraphicUsed by:72
Symbol 67 GraphicUsed by:72
Symbol 68 GraphicUsed by:72
Symbol 69 GraphicUsed by:72
Symbol 70 GraphicUsed by:72
Symbol 71 GraphicUsed by:72
Symbol 72 MovieClipUses:56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71Used by:Timeline
Symbol 73 FontUsed by:74
Symbol 74 TextUses:73Used by:Timeline
Symbol 75 GraphicUsed by:78
Symbol 76 GraphicUsed by:78
Symbol 77 GraphicUsed by:78 101  Timeline
Symbol 78 MovieClipUses:75 76 77Used by:Timeline
Symbol 79 MovieClipUses:SS1Used by:Timeline
Symbol 80 GraphicUsed by:Timeline
Symbol 81 GraphicUsed by:97
Symbol 82 GraphicUsed by:97  Timeline
Symbol 83 GraphicUsed by:84
Symbol 84 MovieClipUses:83Used by:96
Symbol 85 GraphicUsed by:89
Symbol 86 GraphicUsed by:89
Symbol 87 GraphicUsed by:89
Symbol 88 GraphicUsed by:89
Symbol 89 MovieClipUses:85 86 87 88Used by:91
Symbol 90 GraphicUsed by:91
Symbol 91 MovieClipUses:89 90Used by:96
Symbol 92 GraphicUsed by:95
Symbol 93 GraphicUsed by:94
Symbol 94 MovieClipUses:93Used by:95
Symbol 95 MovieClipUses:92 94Used by:96
Symbol 96 MovieClipUses:84 91 95Used by:97  Timeline
Symbol 97 MovieClipUses:81 82 96Used by:Timeline
Symbol 98 GraphicUsed by:101  Timeline
Symbol 99 FontUsed by:100 103 104 105 106 107 108 109 115 116 198 199 200 201 202 259
Symbol 100 TextUses:99Used by:101  Timeline
Symbol 101 MovieClipUses:98 100 77Used by:Timeline
Symbol 102 GraphicUsed by:Timeline
Symbol 103 TextUses:99Used by:Timeline
Symbol 104 TextUses:99Used by:Timeline
Symbol 105 TextUses:99Used by:Timeline
Symbol 106 TextUses:99Used by:Timeline
Symbol 107 TextUses:99Used by:Timeline
Symbol 108 TextUses:99Used by:Timeline
Symbol 109 TextUses:99Used by:Timeline
Symbol 110 GraphicUsed by:111 112 113 114 120
Symbol 111 ButtonUses:110Used by:Timeline
Symbol 112 ButtonUses:110Used by:Timeline
Symbol 113 ButtonUses:110Used by:Timeline
Symbol 114 ButtonUses:110Used by:Timeline
Symbol 115 TextUses:99Used by:Timeline
Symbol 116 TextUses:99Used by:Timeline
Symbol 117 FontUsed by:118 119 123 158 159 166 170 179 188 193 207 214 218 224 229 238 245 250 254
Symbol 118 TextUses:117Used by:Timeline
Symbol 119 TextUses:117Used by:Timeline
Symbol 120 ButtonUses:110Used by:Timeline
Symbol 121 GraphicUsed by:122 160 258
Symbol 122 ButtonUses:121Used by:Timeline
Symbol 123 TextUses:117Used by:Timeline
Symbol 124 GraphicUsed by:Timeline
Symbol 125 FontUsed by:126 168 172 181 189 195 208 216 225 230 240 247 252 255
Symbol 126 EditableTextUses:125Used by:Timeline
Symbol 127 GraphicUsed by:128
Symbol 128 MovieClipUses:127Used by:212  Timeline
Symbol 129 GraphicUsed by:130
Symbol 130 MovieClipUses:129Used by:131
Symbol 131 MovieClipUses:22 130Used by:Timeline
Symbol 132 MovieClipUses:1Used by:186 212 227 243  Timeline
Symbol 133 GraphicUsed by:135
Symbol 134 SoundUsed by:135
Symbol 135 MovieClipUses:133 134Used by:212  Timeline
Symbol 136 GraphicUsed by:155
Symbol 137 GraphicUsed by:155
Symbol 138 GraphicUsed by:155
Symbol 139 GraphicUsed by:155
Symbol 140 GraphicUsed by:155
Symbol 141 GraphicUsed by:155
Symbol 142 GraphicUsed by:155
Symbol 143 GraphicUsed by:155
Symbol 144 GraphicUsed by:155
Symbol 145 GraphicUsed by:155
Symbol 146 GraphicUsed by:155
Symbol 147 GraphicUsed by:155
Symbol 148 GraphicUsed by:155
Symbol 149 GraphicUsed by:155
Symbol 150 GraphicUsed by:155
Symbol 151 GraphicUsed by:155
Symbol 152 GraphicUsed by:155
Symbol 153 GraphicUsed by:155
Symbol 154 GraphicUsed by:155
Symbol 155 MovieClipUses:136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154Used by:156
Symbol 156 MovieClipUses:155Used by:212  Timeline
Symbol 157 GraphicUsed by:Timeline
Symbol 158 TextUses:117Used by:Timeline
Symbol 159 TextUses:117Used by:Timeline
Symbol 160 ButtonUses:121Used by:Timeline
Symbol 161 GraphicUsed by:Timeline
Symbol 162 MovieClipUses:SS2Used by:Timeline
Symbol 163 BitmapUsed by:164
Symbol 164 GraphicUses:163Used by:165
Symbol 165 MovieClipUses:164Used by:Timeline
Symbol 166 TextUses:117Used by:Timeline
Symbol 167 GraphicUsed by:Timeline
Symbol 168 EditableTextUses:125Used by:Timeline
Symbol 169 GraphicUsed by:Timeline
Symbol 170 TextUses:117Used by:Timeline
Symbol 171 GraphicUsed by:Timeline
Symbol 172 EditableTextUses:125Used by:Timeline
Symbol 173 GraphicUsed by:Timeline
Symbol 174 GraphicUsed by:177
Symbol 175 GraphicUsed by:177
Symbol 176 GraphicUsed by:177
Symbol 177 MovieClipUses:174 175 176Used by:178
Symbol 178 MovieClipUses:177Used by:Timeline
Symbol 179 TextUses:117Used by:Timeline
Symbol 180 GraphicUsed by:Timeline
Symbol 181 EditableTextUses:125Used by:Timeline
Symbol 182 GraphicUsed by:186  Timeline
Symbol 183 GraphicUsed by:186
Symbol 184 GraphicUsed by:186
Symbol 185 GraphicUsed by:186
Symbol 186 MovieClipUses:182 183 132 184 185Used by:Timeline
Symbol 187 GraphicUsed by:Timeline
Symbol 188 TextUses:117Used by:Timeline
Symbol 189 EditableTextUses:125Used by:Timeline
Symbol 190 GraphicUsed by:Timeline
Symbol 191 GraphicUsed by:192
Symbol 192 MovieClipUses:191Used by:Timeline
Symbol 193 TextUses:117Used by:Timeline
Symbol 194 GraphicUsed by:Timeline
Symbol 195 EditableTextUses:125Used by:Timeline
Symbol 196 GraphicUsed by:Timeline
Symbol 197 MovieClipUses:SS3Used by:Timeline
Symbol 198 TextUses:99Used by:Timeline
Symbol 199 TextUses:99Used by:Timeline
Symbol 200 TextUses:99Used by:Timeline
Symbol 201 TextUses:99Used by:Timeline
Symbol 202 TextUses:99Used by:Timeline
Symbol 203 BitmapUsed by:204
Symbol 204 GraphicUses:203Used by:205
Symbol 205 MovieClipUses:204Used by:Timeline
Symbol 206 MovieClipUses:SS4Used by:Timeline
Symbol 207 TextUses:117Used by:Timeline
Symbol 208 EditableTextUses:125Used by:Timeline
Symbol 209 GraphicUsed by:213
Symbol 210 GraphicUsed by:212
Symbol 211 GraphicUsed by:212
Symbol 212 MovieClipUses:210 132 135 156 128 211Used by:213
Symbol 213 MovieClipUses:209 212Used by:Timeline
Symbol 214 TextUses:117Used by:Timeline
Symbol 215 GraphicUsed by:227  Timeline
Symbol 216 EditableTextUses:125Used by:Timeline
Symbol 217 GraphicUsed by:Timeline
Symbol 218 TextUses:117Used by:Timeline
Symbol 219 GraphicUsed by:Timeline
Symbol 220 GraphicUsed by:221 222
Symbol 221 MovieClipUses:220Used by:222
Symbol 222 MovieClipUses:220 221Used by:Timeline
Symbol 223 GraphicUsed by:Timeline
Symbol 224 TextUses:117Used by:Timeline
Symbol 225 EditableTextUses:125Used by:Timeline
Symbol 226 GraphicUsed by:227
Symbol 227 MovieClipUses:215 132 226Used by:228
Symbol 228 MovieClipUses:227Used by:Timeline
Symbol 229 TextUses:117Used by:Timeline
Symbol 230 EditableTextUses:125Used by:Timeline
Symbol 231 GraphicUsed by:232
Symbol 232 MovieClipUses:231Used by:233
Symbol 233 MovieClipUses:232Used by:Timeline
Symbol 234 GraphicUsed by:Timeline
Symbol 235 BitmapUsed by:236 257
Symbol 236 GraphicUses:235Used by:Timeline
Symbol 237 MovieClipUses:SS5Used by:Timeline
Symbol 238 TextUses:117Used by:Timeline
Symbol 239 GraphicUsed by:Timeline
Symbol 240 EditableTextUses:125Used by:Timeline
Symbol 241 GraphicUsed by:243
Symbol 242 GraphicUsed by:243
Symbol 243 MovieClipUses:132 241 242Used by:Timeline
Symbol 244 GraphicUsed by:Timeline
Symbol 245 TextUses:117Used by:Timeline
Symbol 246 GraphicUsed by:Timeline
Symbol 247 EditableTextUses:125Used by:Timeline
Symbol 248 GraphicUsed by:Timeline
Symbol 249 GraphicUsed by:Timeline
Symbol 250 TextUses:117Used by:Timeline
Symbol 251 GraphicUsed by:Timeline
Symbol 252 EditableTextUses:125Used by:Timeline
Symbol 253 GraphicUsed by:Timeline
Symbol 254 TextUses:117Used by:Timeline
Symbol 255 EditableTextUses:125Used by:Timeline
Symbol 256 GraphicUsed by:Timeline
Symbol 257 GraphicUses:235Used by:Timeline
Symbol 258 ButtonUses:121Used by:Timeline
Symbol 259 TextUses:99Used by:Timeline
Streaming Sound 1Used by:Symbol 79 MovieClip
Streaming Sound 2Used by:Symbol 162 MovieClip
Streaming Sound 3Used by:Symbol 197 MovieClip
Streaming Sound 4Used by:Symbol 206 MovieClip
Streaming Sound 5Used by:Symbol 237 MovieClip

Instance Names

"player"Frame 97Symbol 131 MovieClip
"blue"Frame 97Symbol 135 MovieClip
"red"Frame 97Symbol 135 MovieClip
"player"Frame 103Symbol 131 MovieClip
"blue"Frame 103Symbol 135 MovieClip
"player"Frame 106Symbol 131 MovieClip
"red"Frame 106Symbol 135 MovieClip
"blue"Frame 109Symbol 135 MovieClip
"player"Frame 109Symbol 131 MovieClip
"player"Frame 112Symbol 131 MovieClip
"blue"Frame 112Symbol 135 MovieClip
"player"Frame 115Symbol 131 MovieClip
"blue"Frame 115Symbol 135 MovieClip
"red"Frame 115Symbol 135 MovieClip
"fisha"Frame 118Symbol 213 MovieClip
"player"Frame 118Symbol 131 MovieClip
"red"Frame 121Symbol 135 MovieClip
"player"Frame 121Symbol 131 MovieClip
"blue"Frame 121Symbol 135 MovieClip
"yellow"Frame 121Symbol 135 MovieClip
"yellow2"Frame 121Symbol 135 MovieClip
"player"Frame 124Symbol 131 MovieClip
"player"Frame 127Symbol 131 MovieClip
"player"Frame 130Symbol 131 MovieClip
"player"Frame 133Symbol 131 MovieClip
"player"Frame 136Symbol 131 MovieClip
"blue"Frame 136Symbol 135 MovieClip
"red"Frame 136Symbol 135 MovieClip
"player"Frame 139Symbol 131 MovieClip
"blue"Frame 139Symbol 135 MovieClip
"red"Frame 139Symbol 135 MovieClip
"player"Frame 142Symbol 131 MovieClip
"ht"Symbol 131 MovieClip Frame 1Symbol 130 MovieClip
"blue"Symbol 212 MovieClip Frame 1Symbol 135 MovieClip
"red"Symbol 212 MovieClip Frame 1Symbol 135 MovieClip
"fishb"Symbol 213 MovieClip Frame 1Symbol 212 MovieClip

Special Tags

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

Dynamic Text Variables

dieSymbol 126 EditableText""
dieSymbol 168 EditableText""
dieSymbol 172 EditableText""
dieSymbol 181 EditableText""
dieSymbol 189 EditableText""
dieSymbol 195 EditableText""
dieSymbol 208 EditableText""
dieSymbol 216 EditableText""
dieSymbol 225 EditableText""
dieSymbol 230 EditableText""
dieSymbol 240 EditableText""
dieSymbol 247 EditableText""
dieSymbol 252 EditableText""
dieSymbol 255 EditableText""




http://swfchan.com/12/58147/info.shtml
Created: 17/4 -2019 10:42:24 Last modified: 17/4 -2019 10:42:24 Server time: 27/04 -2024 19:30:38