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

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

Gravoor 2.swf

This is the info page for
Flash #55326

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


Text
G

N

I

D

A

O

L

S

E

M

H

T

new game
load game
tutorial
level editor

>>> Site <<<

!!BEGIN!!

Gravoor Robboors are strange creatures. they live in space and are
attracted to your mouse cursor. One day a comet hit the gravoor
robboors space ship sending them crashing down to earth. They can't
survive for long in the planets atmosphere, so its up to you to guide
them back home with your mouse cursor.
GOOD LUCK

World 1: Forest
Stage 1: Simple

CONGRATULATIONS

SAVE
CONTINUE

World 1: Forest
Stage 2: Spiders

World 1: Forest
Stage 3: Tunnels

World 1: Forest
Stage 4: Doors

World 1: Forest
Stage 5: Spiral

World 1: Forest
Stage 6: Narrow

World 1: Forest
Stage 7: Circular

World 1: Forest
Stage 8: Its a face

World 2: Sea
Stage 1: Too easy

World 2: Sea
Stage 2: Fishy

World 2: Sea
Stage 3: Lasers

World 2: Sea
Stage 4: Movement

World 2: Sea
Stage 5: 6 heads

World 2: Sea
Stage 6: Pirate ship

World 2: Sea
Stage 7: Squares

World 2: Sea
Stage 8: Flood

World 3: Snow world
Stage 1: Snowman

World 3: Snow world
Stage 2: Laser box of doom 1

World 3: Snow world
Stage 3: Snail

World 3: Snow world
Stage 4: laser beam

World 3: Snow world
Stage 5: Cave in

World 3: Snow world
Stage 6: Ride

World 3: Snow world
Stage 7: Laser box of doom 2

YOU DID IT!!!
You saved all the gravoor robboors and they are now back in
space. well done! I hope you enjoyed this game and if enough
people liked it, i might make a sequel.

Name your stage

Authors name

To test it, position your cursor over the gravoor robboor and press space

Return to menu

You failed the level you made!
Click here to return to editor
Click here to return to main menu

By:

You completed the level you made!
Click here to return to editor
Click here to return to main menu

Tutorial Mode

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

ActionScript [AS1/AS2]

Frame 1
function saveGame() { myLSO = SharedObject.getLocal("gravoorrobboor12212121savefile"); 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("gravoorrobboor12212121savefile"); 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]; } } _root.bytesLoaded = _root.getBytesLoaded(); _root.bytesTotal = _root.getBytesTotal(); _root.percentLoaded = Math.round(100 * (_root.bytesLoaded / _root.bytesTotal)); _root.bar.gotoAndStop(percentLoaded); function itemHandler1(obj, item) { getURL ("http://www.chrisdotexe.tk"); } var myMenu = new ContextMenu(); myMenu.hideBuiltInItems(); item1 = new ContextMenuItem("chrisdotexe.tk", itemHandler1); myMenu.customItems.push(item1); _root.menu = myMenu;
Frame 2
if (_root.percentLoaded == 100) { gotoAndPlay (103); } else { gotoAndPlay (1); }
Frame 3
gotoAndPlay (103);
Frame 212
stop();
Frame 213
play();
Frame 242
if (_root.levela == 1) { gotoAndStop (246); } if (_root.levela == 2) { gotoAndStop (249); } if (_root.levela == 3) { gotoAndStop (252); } if (_root.levela == 4) { gotoAndStop (255); } if (_root.levela == 5) { gotoAndStop (258); } if (_root.levela == 6) { gotoAndStop (261); } if (_root.levela == 7) { gotoAndStop (264); } if (_root.levela == 8) { gotoAndStop (267); } if (_root.levela == 9) { gotoAndStop (270); } if (_root.levela == 10) { gotoAndStop (273); } if (_root.levela == 11) { gotoAndStop (276); } if (_root.levela == 12) { gotoAndStop (279); } if (_root.levela == 13) { gotoAndStop (282); } if (_root.levela == 14) { gotoAndStop (285); } if (_root.levela == 15) { gotoAndStop (288); } if (_root.levela == 16) { gotoAndStop (291); } if (_root.levela == 17) { gotoAndStop (294); } if (_root.levela == 18) { gotoAndStop (297); } if (_root.levela == 19) { gotoAndStop (300); } if (_root.levela == 20) { gotoAndStop (303); } if (_root.levela == 21) { gotoAndStop (306); } if (_root.levela == 22) { gotoAndStop (309); } if (_root.levela == 23) { gotoAndStop (312); } if (_root.levela == 24) { gotoAndStop (315); } if (_root.levela == 25) { gotoAndStop (318); } if (_root.levela == 26) { gotoAndStop (321); } if (_root.levela == 27) { gotoAndStop (324); } if (_root.levela == 28) { gotoAndStop (327); } if (_root.levela == 29) { gotoAndStop (330); } if (_root.levela == 30) { gotoAndStop (333); } if (_root.levela == 31) { gotoAndStop (336); } if (_root.levela == 32) { gotoAndStop (339); } if (_root.levela == 33) { gotoAndStop (342); } if (_root.levela == 34) { gotoAndStop (345); } if (_root.levela == 35) { gotoAndStop (348); } if (_root.levela == 36) { gotoAndStop (351); } if (_root.levela == 37) { gotoAndStop (354); } if (_root.levela == 38) { gotoAndStop (357); } if (_root.levela == 39) { gotoAndStop (360); } if (_root.levela == 40) { gotoAndStop (363); }
Frame 243
stop();
Frame 247
stop();
Instance of Symbol 52 MovieClip in Frame 247
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.nextFrame(); } }
Instance of Symbol 55 MovieClip "player" in Frame 247
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 56 MovieClip "wall" in Frame 247
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 247
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 247
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 247
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Frame 248
levela = 2;
Frame 250
stop();
Instance of Symbol 52 MovieClip in Frame 250
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.nextFrame(); } }
Instance of Symbol 55 MovieClip "player" in Frame 250
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 56 MovieClip "wall" in Frame 250
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 250
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 250
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 250
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 250
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 250
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 70 MovieClip in Frame 250
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 70 MovieClip in Frame 250
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Frame 251
levela = 3;
Frame 253
stop();
Instance of Symbol 52 MovieClip in Frame 253
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.nextFrame(); } }
Instance of Symbol 55 MovieClip "player" in Frame 253
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 56 MovieClip in Frame 253
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 253
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 253
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 253
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 253
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 253
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 253
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 253
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 253
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 253
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 253
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 253
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 253
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 253
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 253
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 253
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 253
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 253
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 253
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 253
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 253
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 253
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 253
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 253
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 253
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 253
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 253
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 253
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 253
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 253
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 253
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 253
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 253
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 253
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 253
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 253
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 253
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 253
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 253
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 253
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 253
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 253
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 253
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 253
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 253
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 253
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 253
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 253
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 253
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 253
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 253
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 253
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 253
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 253
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 253
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 70 MovieClip in Frame 253
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Frame 254
levela = 4;
Frame 256
stop();
Instance of Symbol 52 MovieClip in Frame 256
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.nextFrame(); } }
Instance of Symbol 55 MovieClip "player" in Frame 256
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 56 MovieClip in Frame 256
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 256
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 256
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 256
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 256
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 256
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 256
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 256
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 256
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 256
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 256
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 256
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 256
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 256
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 256
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 256
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 256
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 256
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 256
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 256
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 256
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 256
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 256
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 256
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 256
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 256
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 256
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 256
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 256
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 256
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 256
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 256
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 256
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 256
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 256
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 256
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 256
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 256
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 256
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 256
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 256
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 256
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 256
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 256
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 256
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 256
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 256
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 256
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 256
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 256
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 256
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 256
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 256
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 256
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 256
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 256
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 256
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 256
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 256
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 256
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 256
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 256
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 256
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 256
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 256
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 256
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 256
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 256
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 256
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 256
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 80 MovieClip "blue" in Frame 256
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 82 MovieClip in Frame 256
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.red.gotoAndStop(2); } }
Instance of Symbol 80 MovieClip "red" in Frame 256
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 82 MovieClip in Frame 256
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.blue.gotoAndStop(2); } }
Frame 257
levela = 5;
Frame 259
stop();
Instance of Symbol 52 MovieClip in Frame 259
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.nextFrame(); } }
Instance of Symbol 55 MovieClip "player" in Frame 259
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 80 MovieClip "blue" in Frame 259
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 82 MovieClip in Frame 259
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.blue.gotoAndStop(2); } }
Instance of Symbol 56 MovieClip in Frame 259
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 259
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 259
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 259
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 259
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 259
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 259
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 259
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 259
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 259
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 259
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 259
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 259
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 259
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 259
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 259
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 259
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 259
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 259
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 259
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 259
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 259
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 259
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 259
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 259
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 259
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 259
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 259
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 259
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 259
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 259
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 259
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 259
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 259
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 259
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 259
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 259
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 259
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 259
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 259
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 259
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 259
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 259
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 259
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 259
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 259
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 259
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 259
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 259
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 259
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 259
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 259
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 259
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 259
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 259
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 259
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 259
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 259
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 259
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 259
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Frame 260
levela = 6;
Frame 262
stop();
Instance of Symbol 52 MovieClip in Frame 262
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.nextFrame(); } }
Instance of Symbol 55 MovieClip "player" in Frame 262
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 56 MovieClip in Frame 262
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 262
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 262
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 262
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 262
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 262
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 262
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 262
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 262
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 262
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 262
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 262
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 262
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 262
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 262
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 262
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 262
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 262
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 262
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 262
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 262
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 262
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 262
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 262
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 262
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 262
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 262
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 262
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 262
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 262
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 262
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 262
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 262
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 262
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 262
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 262
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 262
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 262
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 262
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 262
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 262
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 262
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 262
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 262
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 262
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 262
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 262
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 262
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 262
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 262
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 262
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 262
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 262
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 262
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 262
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 262
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 262
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 262
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 262
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 262
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 262
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 262
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Frame 263
levela = 7;
Frame 265
stop();
Instance of Symbol 52 MovieClip in Frame 265
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.nextFrame(); } }
Instance of Symbol 55 MovieClip "player" in Frame 265
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 56 MovieClip in Frame 265
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 265
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 265
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 265
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 265
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 265
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 265
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 265
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 265
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 265
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 265
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 265
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 265
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 265
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 265
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 265
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 265
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 265
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 265
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 265
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 265
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 265
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 265
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 265
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 265
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 265
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 265
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 265
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 265
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 265
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 265
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 265
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 265
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 265
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 265
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 265
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 265
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 265
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 265
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 265
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 265
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 265
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 265
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 265
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 265
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 265
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 265
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 265
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 265
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 265
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 265
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 265
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 265
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 265
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 265
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 265
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 80 MovieClip "blue" in Frame 265
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 80 MovieClip "red" in Frame 265
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 82 MovieClip in Frame 265
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.red.gotoAndStop(2); } }
Instance of Symbol 82 MovieClip in Frame 265
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.blue.gotoAndStop(2); } }
Instance of Symbol 80 MovieClip "yellow" in Frame 265
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 82 MovieClip in Frame 265
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.yellow.gotoAndStop(2); } }
Instance of Symbol 80 MovieClip "green" in Frame 265
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 70 MovieClip in Frame 265
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Frame 266
levela = 8;
Frame 268
stop();
Instance of Symbol 52 MovieClip in Frame 268
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.nextFrame(); } }
Instance of Symbol 55 MovieClip "player" in Frame 268
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 56 MovieClip in Frame 268
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 268
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 268
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 268
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 268
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 268
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 268
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 268
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 268
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 268
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 268
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 268
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 268
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 268
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 268
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 268
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 268
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 268
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 268
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 268
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 268
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 268
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 268
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 268
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 268
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 268
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 268
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 268
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 268
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 268
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 268
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 268
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 268
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 268
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 268
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 80 MovieClip "blue" in Frame 268
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 80 MovieClip "red" in Frame 268
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 82 MovieClip in Frame 268
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.red.gotoAndStop(2); } }
Instance of Symbol 82 MovieClip in Frame 268
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.blue.gotoAndStop(2); } }
Instance of Symbol 80 MovieClip "yellow" in Frame 268
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 82 MovieClip in Frame 268
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.yellow.gotoAndStop(2); } }
Instance of Symbol 80 MovieClip in Frame 268
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 80 MovieClip in Frame 268
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Frame 269
levela = 9;
Frame 271
stop();
Instance of Symbol 55 MovieClip "player" in Frame 271
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 52 MovieClip in Frame 271
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.nextFrame(); } }
Instance of Symbol 56 MovieClip in Frame 271
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 271
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 271
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 271
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 271
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 271
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 271
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 271
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 271
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 271
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 271
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 271
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 271
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 271
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 271
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 271
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 271
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 271
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 271
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 271
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 271
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 271
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 271
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 271
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 271
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 271
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 271
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 271
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 271
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 271
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 271
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 271
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 271
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 271
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 271
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 271
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 271
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 271
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 271
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 271
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 271
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 271
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 271
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 271
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 80 MovieClip "red" in Frame 271
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 82 MovieClip in Frame 271
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.red.gotoAndStop(2); } }
Frame 272
levela = 10;
Frame 274
stop();
Instance of Symbol 55 MovieClip "player" in Frame 274
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 275
levela = 11;
Frame 277
stop();
Instance of Symbol 52 MovieClip in Frame 277
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.nextFrame(); } }
Instance of Symbol 55 MovieClip "player" in Frame 277
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 56 MovieClip in Frame 277
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 277
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 277
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 277
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 277
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 277
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 277
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 277
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 277
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 277
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 277
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 277
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 277
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 277
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 277
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 277
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 277
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 277
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 277
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 277
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 277
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 277
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 277
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 277
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 277
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 277
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 277
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 277
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 277
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 277
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 277
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 277
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 277
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 277
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 277
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 277
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 277
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 277
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 277
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 277
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 277
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 277
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 277
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 277
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 277
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 277
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 277
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 277
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 119 MovieClip in Frame 277
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Frame 278
levela = 12;
Frame 280
stop();
Instance of Symbol 55 MovieClip "player" in Frame 280
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 52 MovieClip in Frame 280
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.nextFrame(); } }
Frame 281
levela = 13;
Frame 283
stop();
Instance of Symbol 52 MovieClip in Frame 283
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.nextFrame(); } }
Instance of Symbol 55 MovieClip "player" in Frame 283
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 56 MovieClip in Frame 283
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 283
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 283
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 283
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 283
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 283
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 283
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 283
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 283
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 283
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 283
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 283
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 283
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 283
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 283
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 283
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 283
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 283
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 283
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 283
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 283
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 283
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 283
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 283
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 283
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 283
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 283
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 283
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 283
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 283
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 283
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 283
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 283
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 283
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 283
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 283
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 283
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 283
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 283
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 283
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 283
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 283
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 283
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 283
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 283
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 283
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 283
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 283
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 283
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 283
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Frame 284
levela = 14;
Frame 286
stop();
Instance of Symbol 55 MovieClip "player" in Frame 286
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 287
levela = 15;
Frame 289
stop();
Instance of Symbol 52 MovieClip in Frame 289
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.nextFrame(); } }
Instance of Symbol 55 MovieClip "player" in Frame 289
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 56 MovieClip in Frame 289
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 289
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 289
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 289
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 289
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 289
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 289
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 289
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 289
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 289
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 289
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 289
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 289
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 289
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 289
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 289
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 289
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 289
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 289
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 289
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 289
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 289
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 289
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 289
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 289
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 289
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 289
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 289
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 289
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 289
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 289
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 289
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 289
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 289
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 289
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 289
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 289
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 289
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 289
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 289
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 289
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 289
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 289
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 289
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 289
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 289
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 289
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 289
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 289
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 289
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 289
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 289
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 289
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 289
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 289
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 289
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 289
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 289
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 289
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 289
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 289
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 289
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 289
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 289
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 289
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 289
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 289
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 289
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 289
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 289
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 289
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 289
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 289
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Frame 290
levela = 16;
Frame 292
stop();
Instance of Symbol 55 MovieClip "player" in Frame 292
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 293
levela = 17;
Frame 295
stop();
Instance of Symbol 52 MovieClip in Frame 295
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.nextFrame(); } }
Instance of Symbol 55 MovieClip "player" in Frame 295
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 56 MovieClip in Frame 295
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 295
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 295
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 295
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 295
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 295
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 295
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 295
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 295
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 295
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 295
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 295
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 295
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 295
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 295
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 295
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 295
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 295
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 295
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 295
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 295
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 295
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 295
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 295
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 295
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 295
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Frame 296
levela = 18;
Frame 298
stop();
Instance of Symbol 56 MovieClip in Frame 298
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 298
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 298
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 298
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 298
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 298
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 298
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 298
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 298
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 298
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 298
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 298
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 298
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 298
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 298
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 298
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 298
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 298
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 298
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 298
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 298
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 298
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 298
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 298
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 52 MovieClip in Frame 298
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.nextFrame(); } }
Instance of Symbol 56 MovieClip in Frame 298
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 298
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 298
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 298
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 298
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 298
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 298
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 298
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 298
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 298
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 298
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 298
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 55 MovieClip "player" in Frame 298
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 56 MovieClip in Frame 298
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 298
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 298
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 298
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 160 MovieClip in Frame 298
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 160 MovieClip in Frame 298
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Frame 299
levela = 19;
Frame 301
stop();
Instance of Symbol 52 MovieClip in Frame 301
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.nextFrame(); } }
Instance of Symbol 55 MovieClip "player" in Frame 301
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 56 MovieClip in Frame 301
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 301
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 301
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 301
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 301
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 301
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 301
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 301
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 301
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 301
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 301
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 301
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 301
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 301
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 301
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 301
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 301
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 301
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 301
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 301
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 301
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 301
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 301
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 301
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 301
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 301
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 301
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 301
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 301
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 301
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 301
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 301
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 301
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 301
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 301
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 301
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 301
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 301
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 301
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 301
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 301
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 301
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 301
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 301
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 301
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 301
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 301
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 301
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 301
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 301
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 80 MovieClip "red" in Frame 301
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 82 MovieClip in Frame 301
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.red.gotoAndStop(2); } }
Instance of Symbol 82 MovieClip in Frame 301
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.yellow.gotoAndStop(2); } }
Instance of Symbol 80 MovieClip "yellow" in Frame 301
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Frame 302
levela = 20;
Frame 304
stop();
Instance of Symbol 52 MovieClip in Frame 304
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.nextFrame(); } }
Instance of Symbol 55 MovieClip "player" in Frame 304
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 56 MovieClip in Frame 304
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 304
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 304
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 304
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 304
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 304
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 304
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 304
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 304
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 304
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 304
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 304
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 304
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 304
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 304
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 304
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 304
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 304
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 304
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 304
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 304
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 304
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 304
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 304
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 304
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 304
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 304
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 304
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 304
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 304
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 304
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 304
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 304
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 304
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 304
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 304
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 304
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 304
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 304
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 304
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 304
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 304
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 304
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 304
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 304
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 304
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 304
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 304
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 304
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 304
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 304
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 304
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 304
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 304
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 304
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 304
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 169 MovieClip in Frame 304
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Frame 305
levela = 21;
Frame 307
stop();
Instance of Symbol 55 MovieClip "player" in Frame 307
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 52 MovieClip in Frame 307
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.nextFrame(); } }
Frame 308
levela = 22;
Frame 310
stop();
Instance of Symbol 52 MovieClip in Frame 310
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.nextFrame(); } }
Instance of Symbol 80 MovieClip "red" in Frame 310
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 82 MovieClip in Frame 310
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.red.gotoAndStop(2); } }
Instance of Symbol 82 MovieClip in Frame 310
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.yellow.gotoAndStop(2); } }
Instance of Symbol 80 MovieClip "yellow" in Frame 310
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 55 MovieClip "player" in Frame 310
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 56 MovieClip in Frame 310
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 310
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 310
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 310
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 310
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 310
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 310
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 310
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 310
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 310
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 310
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 310
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 310
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 310
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 310
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 310
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 310
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 310
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 310
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 310
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 310
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 310
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 310
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 310
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 310
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 310
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 310
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 310
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 310
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 310
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 310
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 310
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 310
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 310
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 310
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 310
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 310
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 310
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 310
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 310
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 310
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 310
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 310
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 310
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 310
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 310
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 310
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 310
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Frame 311
levela = 23;
Frame 313
stop();
Instance of Symbol 56 MovieClip in Frame 313
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 313
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 313
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 313
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 313
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 313
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 313
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 313
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 313
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 313
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 313
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 313
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 313
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 313
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 313
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 313
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 313
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 313
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 313
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 313
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 313
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 313
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 313
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 313
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 52 MovieClip in Frame 313
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.nextFrame(); } }
Instance of Symbol 56 MovieClip in Frame 313
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 313
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 313
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 313
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 313
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 313
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 313
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 313
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 313
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 313
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 313
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 313
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 55 MovieClip "player" in Frame 313
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 56 MovieClip in Frame 313
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 313
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 313
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Frame 313
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 160 MovieClip in Frame 313
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 160 MovieClip in Frame 313
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 160 MovieClip in Frame 313
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 160 MovieClip in Frame 313
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Frame 319
_root.lvlmode = 1; _root.blue.gotoAndStop(1); _root.red.gotoAndStop(1); _root.yellow.gotoAndStop(1); _root.pink.gotoAndStop(1); _root.brown.gotoAndStop(1); _root.white.gotoAndStop(1); stop();
Instance of Symbol 52 MovieClip in Frame 319
on (press) { if (_root.lvlmode == 1) { startDrag (this); } } on (release, releaseOutside) { if (_root.lvlmode == 1) { stopDrag(); } } onClipEvent (enterFrame) { if (_root.lvlmode == 2) { if (_root.player.ht.hitTest(this)) { _root.nextFrame(); } } }
Instance of Symbol 55 MovieClip "player" in Frame 319
on (press) { if (_root.lvlmode == 1) { startDrag (this); } } on (release, releaseOutside) { if (_root.lvlmode == 1) { stopDrag(); } } onClipEvent (enterFrame) { if (_root.lvlmode == 2) { 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 82 MovieClip in Frame 319
on (press) { if (_root.lvlmode == 1) { startDrag (this); } } on (release, releaseOutside) { if (_root.lvlmode == 1) { stopDrag(); } } onClipEvent (enterFrame) { if (_root.lvlmode == 2) { if (_root.player.ht.hitTest(this)) { _root.red.gotoAndStop(2); } } }
Instance of Symbol 82 MovieClip in Frame 319
on (press) { if (_root.lvlmode == 1) { startDrag (this); } } on (release, releaseOutside) { if (_root.lvlmode == 1) { stopDrag(); } } onClipEvent (enterFrame) { if (_root.lvlmode == 2) { if (_root.player.ht.hitTest(this)) { _root.blue.gotoAndStop(2); } } }
Instance of Symbol 82 MovieClip in Frame 319
on (press) { if (_root.lvlmode == 1) { startDrag (this); } } on (release, releaseOutside) { if (_root.lvlmode == 1) { stopDrag(); } } onClipEvent (enterFrame) { if (_root.lvlmode == 2) { if (_root.player.ht.hitTest(this)) { _root.yellow.gotoAndStop(2); } } }
Instance of Symbol 80 MovieClip "red" in Frame 319
on (press) { if (_root.lvlmode == 1) { startDrag (this); } } on (release, releaseOutside) { if (_root.lvlmode == 1) { stopDrag(); } } onClipEvent (enterFrame) { if (_root.lvlmode == 2) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } } }
Instance of Symbol 80 MovieClip "yellow" in Frame 319
on (press) { if (_root.lvlmode == 1) { startDrag (this); } } on (release, releaseOutside) { if (_root.lvlmode == 1) { stopDrag(); } } onClipEvent (enterFrame) { if (_root.lvlmode == 2) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } } }
Instance of Symbol 80 MovieClip "blue" in Frame 319
on (press) { if (_root.lvlmode == 1) { startDrag (this); } } on (release, releaseOutside) { if (_root.lvlmode == 1) { stopDrag(); } } onClipEvent (enterFrame) { if (_root.lvlmode == 2) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } } }
Instance of Symbol 56 MovieClip in Frame 319
on (press) { if (_root.lvlmode == 1) { startDrag (this); } } on (release, releaseOutside) { if (_root.lvlmode == 1) { stopDrag(); } } onClipEvent (enterFrame) { if (_root.lvlmode == 2) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } } }
Instance of Symbol 56 MovieClip in Frame 319
on (press) { if (_root.lvlmode == 1) { startDrag (this); } } on (release, releaseOutside) { if (_root.lvlmode == 1) { stopDrag(); } } onClipEvent (enterFrame) { if (_root.lvlmode == 2) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } } }
Instance of Symbol 56 MovieClip in Frame 319
on (press) { if (_root.lvlmode == 1) { startDrag (this); } } on (release, releaseOutside) { if (_root.lvlmode == 1) { stopDrag(); } } onClipEvent (enterFrame) { if (_root.lvlmode == 2) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } } }
Instance of Symbol 56 MovieClip in Frame 319
on (press) { if (_root.lvlmode == 1) { startDrag (this); } } on (release, releaseOutside) { if (_root.lvlmode == 1) { stopDrag(); } } onClipEvent (enterFrame) { if (_root.lvlmode == 2) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } } }
Instance of Symbol 56 MovieClip in Frame 319
on (press) { if (_root.lvlmode == 1) { startDrag (this); } } on (release, releaseOutside) { if (_root.lvlmode == 1) { stopDrag(); } } onClipEvent (enterFrame) { if (_root.lvlmode == 2) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } } }
Instance of Symbol 56 MovieClip in Frame 319
on (press) { if (_root.lvlmode == 1) { startDrag (this); } } on (release, releaseOutside) { if (_root.lvlmode == 1) { stopDrag(); } } onClipEvent (enterFrame) { if (_root.lvlmode == 2) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } } }
Instance of Symbol 56 MovieClip in Frame 319
on (press) { if (_root.lvlmode == 1) { startDrag (this); } } on (release, releaseOutside) { if (_root.lvlmode == 1) { stopDrag(); } } onClipEvent (enterFrame) { if (_root.lvlmode == 2) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } } }
Instance of Symbol 56 MovieClip in Frame 319
on (press) { if (_root.lvlmode == 1) { startDrag (this); } } on (release, releaseOutside) { if (_root.lvlmode == 1) { stopDrag(); } } onClipEvent (enterFrame) { if (_root.lvlmode == 2) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } } }
Instance of Symbol 56 MovieClip in Frame 319
on (press) { if (_root.lvlmode == 1) { startDrag (this); } } on (release, releaseOutside) { if (_root.lvlmode == 1) { stopDrag(); } } onClipEvent (enterFrame) { if (_root.lvlmode == 2) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } } }
Instance of Symbol 56 MovieClip in Frame 319
on (press) { if (_root.lvlmode == 1) { startDrag (this); } } on (release, releaseOutside) { if (_root.lvlmode == 1) { stopDrag(); } } onClipEvent (enterFrame) { if (_root.lvlmode == 2) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } } }
Instance of Symbol 56 MovieClip in Frame 319
on (press) { if (_root.lvlmode == 1) { startDrag (this); } } on (release, releaseOutside) { if (_root.lvlmode == 1) { stopDrag(); } } onClipEvent (enterFrame) { if (_root.lvlmode == 2) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } } }
Instance of Symbol 56 MovieClip in Frame 319
on (press) { if (_root.lvlmode == 1) { startDrag (this); } } on (release, releaseOutside) { if (_root.lvlmode == 1) { stopDrag(); } } onClipEvent (enterFrame) { if (_root.lvlmode == 2) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } } }
Instance of Symbol 56 MovieClip in Frame 319
on (press) { if (_root.lvlmode == 1) { startDrag (this); } } on (release, releaseOutside) { if (_root.lvlmode == 1) { stopDrag(); } } onClipEvent (enterFrame) { if (_root.lvlmode == 2) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } } }
Instance of Symbol 56 MovieClip in Frame 319
on (press) { if (_root.lvlmode == 1) { startDrag (this); } } on (release, releaseOutside) { if (_root.lvlmode == 1) { stopDrag(); } } onClipEvent (enterFrame) { if (_root.lvlmode == 2) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } } }
Instance of Symbol 56 MovieClip in Frame 319
on (press) { if (_root.lvlmode == 1) { startDrag (this); } } on (release, releaseOutside) { if (_root.lvlmode == 1) { stopDrag(); } } onClipEvent (enterFrame) { if (_root.lvlmode == 2) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } } }
Instance of Symbol 56 MovieClip in Frame 319
on (press) { if (_root.lvlmode == 1) { startDrag (this); } } on (release, releaseOutside) { if (_root.lvlmode == 1) { stopDrag(); } } onClipEvent (enterFrame) { if (_root.lvlmode == 2) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } } }
Instance of Symbol 56 MovieClip in Frame 319
on (press) { if (_root.lvlmode == 1) { startDrag (this); } } on (release, releaseOutside) { if (_root.lvlmode == 1) { stopDrag(); } } onClipEvent (enterFrame) { if (_root.lvlmode == 2) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } } }
Instance of Symbol 56 MovieClip in Frame 319
on (press) { if (_root.lvlmode == 1) { startDrag (this); } } on (release, releaseOutside) { if (_root.lvlmode == 1) { stopDrag(); } } onClipEvent (enterFrame) { if (_root.lvlmode == 2) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } } }
Instance of Symbol 56 MovieClip in Frame 319
on (press) { if (_root.lvlmode == 1) { startDrag (this); } } on (release, releaseOutside) { if (_root.lvlmode == 1) { stopDrag(); } } onClipEvent (enterFrame) { if (_root.lvlmode == 2) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } } }
Instance of Symbol 56 MovieClip in Frame 319
on (press) { if (_root.lvlmode == 1) { startDrag (this); } } on (release, releaseOutside) { if (_root.lvlmode == 1) { stopDrag(); } } onClipEvent (enterFrame) { if (_root.lvlmode == 2) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } } }
Instance of Symbol 56 MovieClip in Frame 319
on (press) { if (_root.lvlmode == 1) { startDrag (this); } } on (release, releaseOutside) { if (_root.lvlmode == 1) { stopDrag(); } } onClipEvent (enterFrame) { if (_root.lvlmode == 2) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } } }
Instance of Symbol 56 MovieClip in Frame 319
on (press) { if (_root.lvlmode == 1) { startDrag (this); } } on (release, releaseOutside) { if (_root.lvlmode == 1) { stopDrag(); } } onClipEvent (enterFrame) { if (_root.lvlmode == 2) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } } }
Instance of Symbol 56 MovieClip in Frame 319
on (press) { if (_root.lvlmode == 1) { startDrag (this); } } on (release, releaseOutside) { if (_root.lvlmode == 1) { stopDrag(); } } onClipEvent (enterFrame) { if (_root.lvlmode == 2) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } } }
Instance of Symbol 56 MovieClip in Frame 319
on (press) { if (_root.lvlmode == 1) { startDrag (this); } } on (release, releaseOutside) { if (_root.lvlmode == 1) { stopDrag(); } } onClipEvent (enterFrame) { if (_root.lvlmode == 2) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } } }
Instance of Symbol 56 MovieClip in Frame 319
on (press) { if (_root.lvlmode == 1) { startDrag (this); } } on (release, releaseOutside) { if (_root.lvlmode == 1) { stopDrag(); } } onClipEvent (enterFrame) { if (_root.lvlmode == 2) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } } }
Instance of Symbol 56 MovieClip in Frame 319
on (press) { if (_root.lvlmode == 1) { startDrag (this); } } on (release, releaseOutside) { if (_root.lvlmode == 1) { stopDrag(); } } onClipEvent (enterFrame) { if (_root.lvlmode == 2) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } } }
Instance of Symbol 56 MovieClip in Frame 319
on (press) { if (_root.lvlmode == 1) { startDrag (this); } } on (release, releaseOutside) { if (_root.lvlmode == 1) { stopDrag(); } } onClipEvent (enterFrame) { if (_root.lvlmode == 2) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } } }
Instance of Symbol 56 MovieClip in Frame 319
on (press) { if (_root.lvlmode == 1) { startDrag (this); } } on (release, releaseOutside) { if (_root.lvlmode == 1) { stopDrag(); } } onClipEvent (enterFrame) { if (_root.lvlmode == 2) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } } }
Instance of Symbol 56 MovieClip in Frame 319
on (press) { if (_root.lvlmode == 1) { startDrag (this); } } on (release, releaseOutside) { if (_root.lvlmode == 1) { stopDrag(); } } onClipEvent (enterFrame) { if (_root.lvlmode == 2) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } } }
Instance of Symbol 56 MovieClip in Frame 319
on (press) { if (_root.lvlmode == 1) { startDrag (this); } } on (release, releaseOutside) { if (_root.lvlmode == 1) { stopDrag(); } } onClipEvent (enterFrame) { if (_root.lvlmode == 2) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } } }
Instance of Symbol 56 MovieClip in Frame 319
on (press) { if (_root.lvlmode == 1) { startDrag (this); } } on (release, releaseOutside) { if (_root.lvlmode == 1) { stopDrag(); } } onClipEvent (enterFrame) { if (_root.lvlmode == 2) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } } }
Instance of Symbol 56 MovieClip in Frame 319
on (press) { if (_root.lvlmode == 1) { startDrag (this); } } on (release, releaseOutside) { if (_root.lvlmode == 1) { stopDrag(); } } onClipEvent (enterFrame) { if (_root.lvlmode == 2) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } } }
Instance of Symbol 56 MovieClip in Frame 319
on (press) { if (_root.lvlmode == 1) { startDrag (this); } } on (release, releaseOutside) { if (_root.lvlmode == 1) { stopDrag(); } } onClipEvent (enterFrame) { if (_root.lvlmode == 2) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } } }
Instance of Symbol 56 MovieClip in Frame 319
on (press) { if (_root.lvlmode == 1) { startDrag (this); } } on (release, releaseOutside) { if (_root.lvlmode == 1) { stopDrag(); } } onClipEvent (enterFrame) { if (_root.lvlmode == 2) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } } }
Instance of Symbol 56 MovieClip in Frame 319
on (press) { if (_root.lvlmode == 1) { startDrag (this); } } on (release, releaseOutside) { if (_root.lvlmode == 1) { stopDrag(); } } onClipEvent (enterFrame) { if (_root.lvlmode == 2) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } } }
Instance of Symbol 56 MovieClip in Frame 319
on (press) { if (_root.lvlmode == 1) { startDrag (this); } } on (release, releaseOutside) { if (_root.lvlmode == 1) { stopDrag(); } } onClipEvent (enterFrame) { if (_root.lvlmode == 2) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } } }
Instance of Symbol 56 MovieClip in Frame 319
on (press) { if (_root.lvlmode == 1) { startDrag (this); } } on (release, releaseOutside) { if (_root.lvlmode == 1) { stopDrag(); } } onClipEvent (enterFrame) { if (_root.lvlmode == 2) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } } }
Instance of Symbol 56 MovieClip in Frame 319
on (press) { if (_root.lvlmode == 1) { startDrag (this); } } on (release, releaseOutside) { if (_root.lvlmode == 1) { stopDrag(); } } onClipEvent (enterFrame) { if (_root.lvlmode == 2) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } } }
Instance of Symbol 56 MovieClip in Frame 319
on (press) { if (_root.lvlmode == 1) { startDrag (this); } } on (release, releaseOutside) { if (_root.lvlmode == 1) { stopDrag(); } } onClipEvent (enterFrame) { if (_root.lvlmode == 2) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } } }
Instance of Symbol 56 MovieClip in Frame 319
on (press) { if (_root.lvlmode == 1) { startDrag (this); } } on (release, releaseOutside) { if (_root.lvlmode == 1) { stopDrag(); } } onClipEvent (enterFrame) { if (_root.lvlmode == 2) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } } }
Instance of Symbol 56 MovieClip in Frame 319
on (press) { if (_root.lvlmode == 1) { startDrag (this); } } on (release, releaseOutside) { if (_root.lvlmode == 1) { stopDrag(); } } onClipEvent (enterFrame) { if (_root.lvlmode == 2) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } } }
Instance of Symbol 56 MovieClip in Frame 319
on (press) { if (_root.lvlmode == 1) { startDrag (this); } } on (release, releaseOutside) { if (_root.lvlmode == 1) { stopDrag(); } } onClipEvent (enterFrame) { if (_root.lvlmode == 2) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } } }
Instance of Symbol 56 MovieClip in Frame 319
on (press) { if (_root.lvlmode == 1) { startDrag (this); } } on (release, releaseOutside) { if (_root.lvlmode == 1) { stopDrag(); } } onClipEvent (enterFrame) { if (_root.lvlmode == 2) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } } }
Instance of Symbol 56 MovieClip in Frame 319
on (press) { if (_root.lvlmode == 1) { startDrag (this); } } on (release, releaseOutside) { if (_root.lvlmode == 1) { stopDrag(); } } onClipEvent (enterFrame) { if (_root.lvlmode == 2) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } } }
Instance of Symbol 56 MovieClip in Frame 319
on (press) { if (_root.lvlmode == 1) { startDrag (this); } } on (release, releaseOutside) { if (_root.lvlmode == 1) { stopDrag(); } } onClipEvent (enterFrame) { if (_root.lvlmode == 2) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } } }
Instance of Symbol 56 MovieClip in Frame 319
on (press) { if (_root.lvlmode == 1) { startDrag (this); } } on (release, releaseOutside) { if (_root.lvlmode == 1) { stopDrag(); } } onClipEvent (enterFrame) { if (_root.lvlmode == 2) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } } }
Instance of Symbol 56 MovieClip in Frame 319
on (press) { if (_root.lvlmode == 1) { startDrag (this); } } on (release, releaseOutside) { if (_root.lvlmode == 1) { stopDrag(); } } onClipEvent (enterFrame) { if (_root.lvlmode == 2) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } } }
Instance of Symbol 56 MovieClip in Frame 319
on (press) { if (_root.lvlmode == 1) { startDrag (this); } } on (release, releaseOutside) { if (_root.lvlmode == 1) { stopDrag(); } } onClipEvent (enterFrame) { if (_root.lvlmode == 2) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } } }
Instance of Symbol 56 MovieClip in Frame 319
on (press) { if (_root.lvlmode == 1) { startDrag (this); } } on (release, releaseOutside) { if (_root.lvlmode == 1) { stopDrag(); } } onClipEvent (enterFrame) { if (_root.lvlmode == 2) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } } }
Instance of Symbol 56 MovieClip in Frame 319
on (press) { if (_root.lvlmode == 1) { startDrag (this); } } on (release, releaseOutside) { if (_root.lvlmode == 1) { stopDrag(); } } onClipEvent (enterFrame) { if (_root.lvlmode == 2) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } } }
Instance of Symbol 56 MovieClip in Frame 319
on (press) { if (_root.lvlmode == 1) { startDrag (this); } } on (release, releaseOutside) { if (_root.lvlmode == 1) { stopDrag(); } } onClipEvent (enterFrame) { if (_root.lvlmode == 2) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } } }
Instance of Symbol 56 MovieClip in Frame 319
on (press) { if (_root.lvlmode == 1) { startDrag (this); } } on (release, releaseOutside) { if (_root.lvlmode == 1) { stopDrag(); } } onClipEvent (enterFrame) { if (_root.lvlmode == 2) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } } }
Instance of Symbol 56 MovieClip in Frame 319
on (press) { if (_root.lvlmode == 1) { startDrag (this); } } on (release, releaseOutside) { if (_root.lvlmode == 1) { stopDrag(); } } onClipEvent (enterFrame) { if (_root.lvlmode == 2) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } } }
Instance of Symbol 56 MovieClip in Frame 319
on (press) { if (_root.lvlmode == 1) { startDrag (this); } } on (release, releaseOutside) { if (_root.lvlmode == 1) { stopDrag(); } } onClipEvent (enterFrame) { if (_root.lvlmode == 2) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } } }
Instance of Symbol 56 MovieClip in Frame 319
on (press) { if (_root.lvlmode == 1) { startDrag (this); } } on (release, releaseOutside) { if (_root.lvlmode == 1) { stopDrag(); } } onClipEvent (enterFrame) { if (_root.lvlmode == 2) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } } }
Instance of Symbol 56 MovieClip in Frame 319
on (press) { if (_root.lvlmode == 1) { startDrag (this); } } on (release, releaseOutside) { if (_root.lvlmode == 1) { stopDrag(); } } onClipEvent (enterFrame) { if (_root.lvlmode == 2) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } } }
Instance of Symbol 56 MovieClip in Frame 319
on (press) { if (_root.lvlmode == 1) { startDrag (this); } } on (release, releaseOutside) { if (_root.lvlmode == 1) { stopDrag(); } } onClipEvent (enterFrame) { if (_root.lvlmode == 2) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } } }
Instance of Symbol 56 MovieClip in Frame 319
on (press) { if (_root.lvlmode == 1) { startDrag (this); } } on (release, releaseOutside) { if (_root.lvlmode == 1) { stopDrag(); } } onClipEvent (enterFrame) { if (_root.lvlmode == 2) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } } }
Instance of Symbol 56 MovieClip in Frame 319
on (press) { if (_root.lvlmode == 1) { startDrag (this); } } on (release, releaseOutside) { if (_root.lvlmode == 1) { stopDrag(); } } onClipEvent (enterFrame) { if (_root.lvlmode == 2) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } } }
Instance of Symbol 56 MovieClip in Frame 319
on (press) { if (_root.lvlmode == 1) { startDrag (this); } } on (release, releaseOutside) { if (_root.lvlmode == 1) { stopDrag(); } } onClipEvent (enterFrame) { if (_root.lvlmode == 2) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } } }
Instance of Symbol 56 MovieClip in Frame 319
on (press) { if (_root.lvlmode == 1) { startDrag (this); } } on (release, releaseOutside) { if (_root.lvlmode == 1) { stopDrag(); } } onClipEvent (enterFrame) { if (_root.lvlmode == 2) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } } }
Instance of Symbol 56 MovieClip in Frame 319
on (press) { if (_root.lvlmode == 1) { startDrag (this); } } on (release, releaseOutside) { if (_root.lvlmode == 1) { stopDrag(); } } onClipEvent (enterFrame) { if (_root.lvlmode == 2) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } } }
Instance of Symbol 56 MovieClip in Frame 319
on (press) { if (_root.lvlmode == 1) { startDrag (this); } } on (release, releaseOutside) { if (_root.lvlmode == 1) { stopDrag(); } } onClipEvent (enterFrame) { if (_root.lvlmode == 2) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } } }
Instance of Symbol 56 MovieClip in Frame 319
on (press) { if (_root.lvlmode == 1) { startDrag (this); } } on (release, releaseOutside) { if (_root.lvlmode == 1) { stopDrag(); } } onClipEvent (enterFrame) { if (_root.lvlmode == 2) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } } }
Instance of Symbol 56 MovieClip in Frame 319
on (press) { if (_root.lvlmode == 1) { startDrag (this); } } on (release, releaseOutside) { if (_root.lvlmode == 1) { stopDrag(); } } onClipEvent (enterFrame) { if (_root.lvlmode == 2) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } } }
Instance of Symbol 56 MovieClip in Frame 319
on (press) { if (_root.lvlmode == 1) { startDrag (this); } } on (release, releaseOutside) { if (_root.lvlmode == 1) { stopDrag(); } } onClipEvent (enterFrame) { if (_root.lvlmode == 2) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } } }
Instance of Symbol 56 MovieClip in Frame 319
on (press) { if (_root.lvlmode == 1) { startDrag (this); } } on (release, releaseOutside) { if (_root.lvlmode == 1) { stopDrag(); } } onClipEvent (enterFrame) { if (_root.lvlmode == 2) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } } }
Instance of Symbol 56 MovieClip in Frame 319
on (press) { if (_root.lvlmode == 1) { startDrag (this); } } on (release, releaseOutside) { if (_root.lvlmode == 1) { stopDrag(); } } onClipEvent (enterFrame) { if (_root.lvlmode == 2) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } } }
Instance of Symbol 56 MovieClip in Frame 319
on (press) { if (_root.lvlmode == 1) { startDrag (this); } } on (release, releaseOutside) { if (_root.lvlmode == 1) { stopDrag(); } } onClipEvent (enterFrame) { if (_root.lvlmode == 2) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } } }
Instance of Symbol 56 MovieClip in Frame 319
on (press) { if (_root.lvlmode == 1) { startDrag (this); } } on (release, releaseOutside) { if (_root.lvlmode == 1) { stopDrag(); } } onClipEvent (enterFrame) { if (_root.lvlmode == 2) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } } }
Instance of Symbol 56 MovieClip in Frame 319
on (press) { if (_root.lvlmode == 1) { startDrag (this); } } on (release, releaseOutside) { if (_root.lvlmode == 1) { stopDrag(); } } onClipEvent (enterFrame) { if (_root.lvlmode == 2) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } } }
Instance of Symbol 56 MovieClip in Frame 319
on (press) { if (_root.lvlmode == 1) { startDrag (this); } } on (release, releaseOutside) { if (_root.lvlmode == 1) { stopDrag(); } } onClipEvent (enterFrame) { if (_root.lvlmode == 2) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } } }
Instance of Symbol 82 MovieClip in Frame 319
on (press) { if (_root.lvlmode == 1) { startDrag (this); } } on (release, releaseOutside) { if (_root.lvlmode == 1) { stopDrag(); } } onClipEvent (enterFrame) { if (_root.lvlmode == 2) { if (_root.player.ht.hitTest(this)) { _root.brown.gotoAndStop(2); } } }
Instance of Symbol 82 MovieClip in Frame 319
on (press) { if (_root.lvlmode == 1) { startDrag (this); } } on (release, releaseOutside) { if (_root.lvlmode == 1) { stopDrag(); } } onClipEvent (enterFrame) { if (_root.lvlmode == 2) { if (_root.player.ht.hitTest(this)) { _root.pink.gotoAndStop(2); } } }
Instance of Symbol 82 MovieClip in Frame 319
on (press) { if (_root.lvlmode == 1) { startDrag (this); } } on (release, releaseOutside) { if (_root.lvlmode == 1) { stopDrag(); } } onClipEvent (enterFrame) { if (_root.lvlmode == 2) { if (_root.player.ht.hitTest(this)) { _root.white.gotoAndStop(2); } } }
Instance of Symbol 80 MovieClip "brown" in Frame 319
on (press) { if (_root.lvlmode == 1) { startDrag (this); } } on (release, releaseOutside) { if (_root.lvlmode == 1) { stopDrag(); } } onClipEvent (enterFrame) { if (_root.lvlmode == 2) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } } }
Instance of Symbol 80 MovieClip "white" in Frame 319
on (press) { if (_root.lvlmode == 1) { startDrag (this); } } on (release, releaseOutside) { if (_root.lvlmode == 1) { stopDrag(); } } onClipEvent (enterFrame) { if (_root.lvlmode == 2) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } } }
Instance of Symbol 80 MovieClip "pink" in Frame 319
on (press) { if (_root.lvlmode == 1) { startDrag (this); } } on (release, releaseOutside) { if (_root.lvlmode == 1) { stopDrag(); } } onClipEvent (enterFrame) { if (_root.lvlmode == 2) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } } }
Frame 320
stop(); _root.lvlmode = 1;
Frame 321
_root.lvlmode = 2;
Frame 322
stop(); _root.lvlmode = 1;
Symbol 4 MovieClip Frame 1
stop();
Symbol 29 Button
on (release) { loadGame(); nextFrame(); }
Symbol 30 Button
on (release) { gotoAndStop (243); }
Symbol 31 Button
on (release) { gotoAndStop (319); }
Symbol 32 Button
on (release) { gotoAndStop (323); }
Symbol 35 Button
on (release) { getURL ("http://www.imperfectsystems.cjb.net", "_Blank"); }
Symbol 39 Button
on (release) { gotoAndStop (246); }
Symbol 45 Button
on (release) { nextFrame(); }
Symbol 55 MovieClip Frame 1
stop();
Symbol 61 Button
on (release) { saveGame(); }
Symbol 80 MovieClip Frame 1
stop();
Symbol 80 MovieClip Frame 2
stop();
Symbol 100 MovieClip Frame 144
stop();
Instance of Symbol 52 MovieClip in Symbol 111 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.nextFrame(); } }
Instance of Symbol 56 MovieClip in Symbol 111 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Symbol 111 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Symbol 111 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Symbol 111 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Symbol 111 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Symbol 111 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Symbol 111 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Symbol 111 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Symbol 111 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Symbol 111 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Symbol 111 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Symbol 111 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Symbol 111 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Symbol 111 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Symbol 111 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Symbol 111 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Symbol 111 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Symbol 111 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Symbol 111 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Symbol 111 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Symbol 111 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Symbol 111 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Symbol 111 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Symbol 111 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Symbol 111 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Symbol 111 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Symbol 111 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Symbol 111 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Symbol 111 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Symbol 111 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 80 MovieClip "red" in Symbol 111 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 82 MovieClip in Symbol 111 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.fish.red.gotoAndStop(2); } }
Instance of Symbol 82 MovieClip in Symbol 111 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.fish.yellow.gotoAndStop(2); } }
Instance of Symbol 80 MovieClip "yellow" in Symbol 111 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Symbol 124 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Symbol 124 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Symbol 124 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Symbol 124 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Symbol 124 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Symbol 124 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Symbol 124 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Symbol 124 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Symbol 124 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Symbol 124 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Symbol 124 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Symbol 124 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Symbol 124 MovieClip Frame 311
stop();
Instance of Symbol 56 MovieClip in Symbol 129 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 52 MovieClip in Symbol 134 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.nextFrame(); } }
Instance of Symbol 56 MovieClip in Symbol 134 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Symbol 134 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Symbol 134 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Symbol 134 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Symbol 134 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Symbol 134 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Symbol 134 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Symbol 134 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Symbol 134 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Symbol 134 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Symbol 134 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Symbol 134 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Symbol 134 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Symbol 134 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Symbol 134 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Symbol 134 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Symbol 134 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Symbol 134 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Symbol 134 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Symbol 134 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Symbol 134 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Symbol 134 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Symbol 134 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Symbol 134 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Symbol 134 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Symbol 134 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Symbol 134 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Symbol 134 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Symbol 134 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Symbol 134 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 80 MovieClip "red" in Symbol 134 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 82 MovieClip in Symbol 134 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.fish.red.gotoAndStop(2); } }
Instance of Symbol 82 MovieClip in Symbol 134 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.fish.yellow.gotoAndStop(2); } }
Instance of Symbol 80 MovieClip "yellow" in Symbol 134 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Symbol 134 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Symbol 134 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Symbol 134 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Symbol 134 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 143 MovieClip in Symbol 145 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 52 MovieClip in Symbol 145 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.nextFrame(); } }
Instance of Symbol 56 MovieClip in Symbol 145 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Symbol 145 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Symbol 145 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Symbol 145 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Symbol 145 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Symbol 145 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Symbol 145 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Symbol 145 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Symbol 145 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Symbol 145 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Symbol 145 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Symbol 145 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Symbol 145 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Symbol 145 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Symbol 145 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Symbol 145 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Symbol 145 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Symbol 145 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Symbol 145 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Symbol 145 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Symbol 145 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Symbol 145 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Symbol 145 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Symbol 145 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Symbol 145 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Symbol 145 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Symbol 145 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Symbol 145 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Symbol 145 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Symbol 145 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Symbol 145 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Symbol 145 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Symbol 145 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Symbol 145 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Symbol 145 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Symbol 145 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Symbol 145 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Symbol 145 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Symbol 145 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Symbol 145 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Symbol 145 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Symbol 145 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Symbol 145 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Symbol 145 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Symbol 145 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Symbol 145 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Symbol 145 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Symbol 145 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Symbol 145 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Symbol 145 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Symbol 145 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Symbol 145 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Symbol 145 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Symbol 145 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Symbol 145 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Symbol 145 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Symbol 169 MovieClip Frame 90
stop();
Instance of Symbol 56 MovieClip in Symbol 173 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Symbol 173 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Symbol 173 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Symbol 173 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Symbol 173 MovieClip Frame 50
stop();
Instance of Symbol 56 MovieClip in Symbol 179 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Symbol 179 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Symbol 179 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Symbol 179 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Symbol 179 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Symbol 179 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Symbol 179 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Symbol 179 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Symbol 179 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Symbol 179 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Symbol 179 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Symbol 179 MovieClip Frame 31
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Symbol 179 MovieClip Frame 31
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Symbol 179 MovieClip Frame 31
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Symbol 179 MovieClip Frame 31
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Symbol 179 MovieClip Frame 31
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Symbol 179 MovieClip Frame 31
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Symbol 179 MovieClip Frame 31
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Symbol 179 MovieClip Frame 31
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Symbol 179 MovieClip Frame 31
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Symbol 179 MovieClip Frame 31
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Instance of Symbol 56 MovieClip in Symbol 179 MovieClip Frame 31
onClipEvent (enterFrame) { if (_root.player.ht.hitTest(this)) { _root.prevFrame(); } }
Symbol 184 Button
on (release) { gotoAndPlay (103); }
Symbol 190 Button
on (keyPress "<Space>") { gotoAndStop (321); }
Symbol 196 Button
on (release) { gotoAndStop (319); }

Library Items

Symbol 1 GraphicUsed by:4 29 30 31 32 39 56 184 190 196  Timeline
Symbol 2 GraphicUsed by:3
Symbol 3 MovieClipUses:2Used by:4 26
Symbol 4 MovieClipUses:1 3Used by:Timeline
Symbol 5 FontUsed by:6 7 8 9 10 11 12 13 14 15 16 17 28 33
Symbol 6 TextUses:5Used by:Timeline
Symbol 7 TextUses:5Used by:Timeline
Symbol 8 TextUses:5Used by:Timeline
Symbol 9 TextUses:5Used by:Timeline
Symbol 10 TextUses:5Used by:Timeline
Symbol 11 TextUses:5Used by:Timeline
Symbol 12 TextUses:5Used by:Timeline
Symbol 13 TextUses:5Used by:Timeline
Symbol 14 TextUses:5Used by:Timeline
Symbol 15 TextUses:5Used by:Timeline
Symbol 16 TextUses:5Used by:Timeline
Symbol 17 TextUses:5Used by:Timeline
Symbol 18 GraphicUsed by:Timeline
Symbol 19 MovieClipUses:SS1Used by:Timeline
Symbol 20 BitmapUsed by:21
Symbol 21 GraphicUses:20Used by:Timeline
Symbol 22 GraphicUsed by:23
Symbol 23 MovieClipUses:22Used by:Timeline
Symbol 24 GraphicUsed by:25
Symbol 25 MovieClipUses:24Used by:26
Symbol 26 MovieClipUses:3 25Used by:55  Timeline
Symbol 27 GraphicUsed by:Timeline
Symbol 28 TextUses:5Used by:Timeline
Symbol 29 ButtonUses:1Used by:Timeline
Symbol 30 ButtonUses:1Used by:Timeline
Symbol 31 ButtonUses:1Used by:Timeline
Symbol 32 ButtonUses:1Used by:Timeline
Symbol 33 TextUses:5Used by:Timeline
Symbol 34 GraphicUsed by:35
Symbol 35 ButtonUses:34Used by:Timeline
Symbol 36 GraphicUsed by:Timeline
Symbol 37 FontUsed by:38 41
Symbol 38 TextUses:37Used by:Timeline
Symbol 39 ButtonUses:1Used by:Timeline
Symbol 40 FontUsed by:41 50 64 73 77 85 89 93 97 106 109 114 122 127 132 136 140 151 155 164 167 174 177 182
Symbol 41 TextUses:40 37Used by:Timeline
Symbol 42 BitmapUsed by:43
Symbol 43 GraphicUses:42Used by:Timeline
Symbol 44 GraphicUsed by:45 61
Symbol 45 ButtonUses:44Used by:Timeline
Symbol 46 FontUsed by:47 59 60 62 71 75 84 87 91 95 103 108 112 121 125 131 135 138 148 153 162 166 171 175 181 183 186 187 195 197 198 199 201 202 203
Symbol 47 TextUses:46Used by:Timeline
Symbol 48 MovieClipUses:SS2Used by:Timeline
Symbol 49 GraphicUsed by:Timeline
Symbol 50 EditableTextUses:40Used by:Timeline
Symbol 51 GraphicUsed by:52
Symbol 52 MovieClipUses:51Used by:111 134 145  Timeline
Symbol 53 GraphicUsed by:54
Symbol 54 MovieClipUses:53Used by:55
Symbol 55 MovieClipUses:26 54Used by:Timeline
Symbol 56 MovieClipUses:1Used by:111 124 129 134 145 173 179  Timeline
Symbol 57 GraphicUsed by:Timeline
Symbol 58 GraphicUsed by:Timeline
Symbol 59 TextUses:46Used by:Timeline
Symbol 60 TextUses:46Used by:Timeline
Symbol 61 ButtonUses:44Used by:Timeline
Symbol 62 TextUses:46Used by:Timeline
Symbol 63 GraphicUsed by:Timeline
Symbol 64 EditableTextUses:40Used by:Timeline
Symbol 65 GraphicUsed by:Timeline
Symbol 66 GraphicUsed by:69
Symbol 67 GraphicUsed by:69
Symbol 68 GraphicUsed by:69
Symbol 69 MovieClipUses:66 67 68Used by:70
Symbol 70 MovieClipUses:69Used by:Timeline
Symbol 71 TextUses:46Used by:Timeline
Symbol 72 GraphicUsed by:Timeline
Symbol 73 EditableTextUses:40Used by:Timeline
Symbol 74 GraphicUsed by:Timeline
Symbol 75 TextUses:46Used by:Timeline
Symbol 76 GraphicUsed by:Timeline
Symbol 77 EditableTextUses:40Used by:Timeline
Symbol 78 GraphicUsed by:80
Symbol 79 SoundUsed by:80
Symbol 80 MovieClipUses:78 79Used by:111 134  Timeline
Symbol 81 GraphicUsed by:82
Symbol 82 MovieClipUses:81Used by:111 134  Timeline
Symbol 83 GraphicUsed by:Timeline
Symbol 84 TextUses:46Used by:Timeline
Symbol 85 EditableTextUses:40Used by:Timeline
Symbol 86 GraphicUsed by:Timeline
Symbol 87 TextUses:46Used by:Timeline
Symbol 88 GraphicUsed by:Timeline
Symbol 89 EditableTextUses:40Used by:Timeline
Symbol 90 GraphicUsed by:Timeline
Symbol 91 TextUses:46Used by:Timeline
Symbol 92 GraphicUsed by:Timeline
Symbol 93 EditableTextUses:40Used by:Timeline
Symbol 94 GraphicUsed by:Timeline
Symbol 95 TextUses:46Used by:Timeline
Symbol 96 GraphicUsed by:Timeline
Symbol 97 EditableTextUses:40Used by:Timeline
Symbol 98 GraphicUsed by:Timeline
Symbol 99 GraphicUsed by:Timeline
Symbol 100 MovieClipUses:SS3Used by:Timeline
Symbol 101 BitmapUsed by:102
Symbol 102 GraphicUses:101Used by:Timeline
Symbol 103 TextUses:46Used by:Timeline
Symbol 104 MovieClipUses:SS4Used by:Timeline
Symbol 105 GraphicUsed by:Timeline
Symbol 106 EditableTextUses:40Used by:Timeline
Symbol 107 GraphicUsed by:Timeline
Symbol 108 TextUses:46Used by:Timeline
Symbol 109 EditableTextUses:40Used by:Timeline
Symbol 110 GraphicUsed by:111
Symbol 111 MovieClipUses:110 52 56 80 82Used by:Timeline
Symbol 112 TextUses:46Used by:Timeline
Symbol 113 GraphicUsed by:124  Timeline
Symbol 114 EditableTextUses:40Used by:Timeline
Symbol 115 GraphicUsed by:119
Symbol 116 GraphicUsed by:119
Symbol 117 GraphicUsed by:119
Symbol 118 GraphicUsed by:119
Symbol 119 MovieClipUses:115 116 117 118Used by:Timeline
Symbol 120 GraphicUsed by:Timeline
Symbol 121 TextUses:46Used by:Timeline
Symbol 122 EditableTextUses:40Used by:Timeline
Symbol 123 GraphicUsed by:124
Symbol 124 MovieClipUses:113 56 123Used by:Timeline
Symbol 125 TextUses:46Used by:Timeline
Symbol 126 GraphicUsed by:Timeline
Symbol 127 EditableTextUses:40Used by:Timeline
Symbol 128 GraphicUsed by:129
Symbol 129 MovieClipUses:128 56Used by:Timeline
Symbol 130 GraphicUsed by:Timeline
Symbol 131 TextUses:46Used by:Timeline
Symbol 132 EditableTextUses:40Used by:Timeline
Symbol 133 GraphicUsed by:134
Symbol 134 MovieClipUses:133 52 56 80 82Used by:Timeline
Symbol 135 TextUses:46Used by:Timeline
Symbol 136 EditableTextUses:40Used by:Timeline
Symbol 137 GraphicUsed by:Timeline
Symbol 138 TextUses:46Used by:Timeline
Symbol 139 GraphicUsed by:Timeline
Symbol 140 EditableTextUses:40Used by:Timeline
Symbol 141 GraphicUsed by:145
Symbol 142 GraphicUsed by:143
Symbol 143 MovieClipUses:142Used by:145
Symbol 144 GraphicUsed by:145
Symbol 145 MovieClipUses:141 143 52 56 144Used by:Timeline
Symbol 146 BitmapUsed by:147
Symbol 147 GraphicUses:146Used by:Timeline
Symbol 148 TextUses:46Used by:Timeline
Symbol 149 MovieClipUses:SS5Used by:Timeline
Symbol 150 GraphicUsed by:Timeline
Symbol 151 EditableTextUses:40Used by:Timeline
Symbol 152 GraphicUsed by:Timeline
Symbol 153 TextUses:46Used by:Timeline
Symbol 154 GraphicUsed by:Timeline
Symbol 155 EditableTextUses:40Used by:Timeline
Symbol 156 GraphicUsed by:160
Symbol 157 GraphicUsed by:160
Symbol 158 GraphicUsed by:160
Symbol 159 GraphicUsed by:160
Symbol 160 MovieClipUses:156 157 158 159Used by:Timeline
Symbol 161 GraphicUsed by:Timeline
Symbol 162 TextUses:46Used by:Timeline
Symbol 163 GraphicUsed by:Timeline
Symbol 164 EditableTextUses:40Used by:Timeline
Symbol 165 GraphicUsed by:Timeline
Symbol 166 TextUses:46Used by:Timeline
Symbol 167 EditableTextUses:40Used by:Timeline
Symbol 168 GraphicUsed by:169
Symbol 169 MovieClipUses:168Used by:Timeline
Symbol 170 GraphicUsed by:Timeline
Symbol 171 TextUses:46Used by:Timeline
Symbol 172 GraphicUsed by:173
Symbol 173 MovieClipUses:172 56Used by:Timeline
Symbol 174 EditableTextUses:40Used by:Timeline
Symbol 175 TextUses:46Used by:Timeline
Symbol 176 GraphicUsed by:Timeline
Symbol 177 EditableTextUses:40Used by:Timeline
Symbol 178 GraphicUsed by:179
Symbol 179 MovieClipUses:178 56Used by:Timeline
Symbol 180 GraphicUsed by:Timeline
Symbol 181 TextUses:46Used by:Timeline
Symbol 182 EditableTextUses:40Used by:Timeline
Symbol 183 TextUses:46Used by:Timeline
Symbol 184 ButtonUses:1Used by:Timeline
Symbol 185 GraphicUsed by:Timeline
Symbol 186 EditableTextUses:46Used by:Timeline
Symbol 187 EditableTextUses:46Used by:Timeline
Symbol 188 FontUsed by:189
Symbol 189 EditableTextUses:188Used by:Timeline
Symbol 190 ButtonUses:1Used by:Timeline
Symbol 191 MovieClipUses:SS6Used by:Timeline
Symbol 192 FontUsed by:193
Symbol 193 TextUses:192Used by:Timeline
Symbol 194 GraphicUsed by:Timeline
Symbol 195 TextUses:46Used by:Timeline
Symbol 196 ButtonUses:1Used by:Timeline
Symbol 197 EditableTextUses:46Used by:Timeline
Symbol 198 EditableTextUses:46Used by:Timeline
Symbol 199 TextUses:46Used by:Timeline
Symbol 200 GraphicUsed by:Timeline
Symbol 201 TextUses:46Used by:Timeline
Symbol 202 TextUses:46Used by:Timeline
Symbol 203 TextUses:46Used by:Timeline
Symbol 204 MovieClipUses:SS7Used by:Timeline
Streaming Sound 1Used by:Symbol 19 MovieClip
Streaming Sound 2Used by:Symbol 48 MovieClip
Streaming Sound 3Used by:Symbol 100 MovieClip
Streaming Sound 4Used by:Symbol 104 MovieClip
Streaming Sound 5Used by:Symbol 149 MovieClip
Streaming Sound 6Used by:Symbol 191 MovieClip
Streaming Sound 7Used by:Symbol 204 MovieClip

Instance Names

"bar"Frame 1Symbol 4 MovieClip
"player"Frame 247Symbol 55 MovieClip
"wall"Frame 247Symbol 56 MovieClip
"player"Frame 250Symbol 55 MovieClip
"wall"Frame 250Symbol 56 MovieClip
"player"Frame 253Symbol 55 MovieClip
"player"Frame 256Symbol 55 MovieClip
"blue"Frame 256Symbol 80 MovieClip
"red"Frame 256Symbol 80 MovieClip
"player"Frame 259Symbol 55 MovieClip
"blue"Frame 259Symbol 80 MovieClip
"player"Frame 262Symbol 55 MovieClip
"player"Frame 265Symbol 55 MovieClip
"blue"Frame 265Symbol 80 MovieClip
"red"Frame 265Symbol 80 MovieClip
"yellow"Frame 265Symbol 80 MovieClip
"green"Frame 265Symbol 80 MovieClip
"player"Frame 268Symbol 55 MovieClip
"blue"Frame 268Symbol 80 MovieClip
"red"Frame 268Symbol 80 MovieClip
"yellow"Frame 268Symbol 80 MovieClip
"player"Frame 271Symbol 55 MovieClip
"red"Frame 271Symbol 80 MovieClip
"fish"Frame 274Symbol 111 MovieClip
"player"Frame 274Symbol 55 MovieClip
"player"Frame 277Symbol 55 MovieClip
"player"Frame 280Symbol 55 MovieClip
"player"Frame 283Symbol 55 MovieClip
"fish"Frame 286Symbol 134 MovieClip
"player"Frame 286Symbol 55 MovieClip
"player"Frame 289Symbol 55 MovieClip
"player"Frame 292Symbol 55 MovieClip
"player"Frame 295Symbol 55 MovieClip
"player"Frame 298Symbol 55 MovieClip
"player"Frame 301Symbol 55 MovieClip
"red"Frame 301Symbol 80 MovieClip
"yellow"Frame 301Symbol 80 MovieClip
"player"Frame 304Symbol 55 MovieClip
"player"Frame 307Symbol 55 MovieClip
"red"Frame 310Symbol 80 MovieClip
"yellow"Frame 310Symbol 80 MovieClip
"player"Frame 310Symbol 55 MovieClip
"player"Frame 313Symbol 55 MovieClip
"player"Frame 319Symbol 55 MovieClip
"red"Frame 319Symbol 80 MovieClip
"yellow"Frame 319Symbol 80 MovieClip
"blue"Frame 319Symbol 80 MovieClip
"brown"Frame 319Symbol 80 MovieClip
"white"Frame 319Symbol 80 MovieClip
"pink"Frame 319Symbol 80 MovieClip
"ht"Symbol 55 MovieClip Frame 1Symbol 54 MovieClip
"red"Symbol 111 MovieClip Frame 1Symbol 80 MovieClip
"yellow"Symbol 111 MovieClip Frame 1Symbol 80 MovieClip
"red"Symbol 134 MovieClip Frame 1Symbol 80 MovieClip
"yellow"Symbol 134 MovieClip Frame 1Symbol 80 MovieClip

Dynamic Text Variables

dieSymbol 50 EditableText""
dieSymbol 64 EditableText""
dieSymbol 73 EditableText""
dieSymbol 77 EditableText""
dieSymbol 85 EditableText""
dieSymbol 89 EditableText""
dieSymbol 93 EditableText""
dieSymbol 97 EditableText""
dieSymbol 106 EditableText""
dieSymbol 109 EditableText""
dieSymbol 114 EditableText""
dieSymbol 122 EditableText""
dieSymbol 127 EditableText""
dieSymbol 132 EditableText""
dieSymbol 136 EditableText""
dieSymbol 140 EditableText""
dieSymbol 151 EditableText""
dieSymbol 155 EditableText""
dieSymbol 164 EditableText""
dieSymbol 167 EditableText""
dieSymbol 174 EditableText""
dieSymbol 177 EditableText""
dieSymbol 182 EditableText""
namestageSymbol 186 EditableText"Name your stage"
yournamestageSymbol 187 EditableText"Authors name"
namestageSymbol 197 EditableText" "
yournamestageSymbol 198 EditableText""




http://swfchan.com/12/55326/info.shtml
Created: 20/4 -2019 14:41:07 Last modified: 20/4 -2019 14:41:07 Server time: 09/05 -2024 14:35:07