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

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

Bounty Hunter RPG.swf

This is the info page for
Flash #75316

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


Text
http://www.theory-tests.co.uk/members/tests/free/

Bounty hunter HQ

BOUNTY HUNTER HQ

WANTED

Last seen in the bar downtown

Approach with caution

Suspect may be armed

ACCEPT

ACCEPT

HENTAI

Stand here for
HENTAI

PRESS TO EXIT

I love it in here.
I come every day.

Come back tomorrow

Closed

Stuck?
Try using the
mouse you
dumbass

NDS

NDS

Written by
Martyn Mcclean

Part 2 comming soon

VOTE 5

ActionScript [AS1/AS2]

Instance of Symbol 24 MovieClip in Frame 1
onClipEvent (load) { startDrag ("", true); Mouse.hide(); }
Frame 2
stop();
Instance of Symbol 26 MovieClip in Frame 2
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.character._x = _root.character._x + 20; } }
Instance of Symbol 26 MovieClip in Frame 2
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.character._x = _root.character._x + 20; } }
Instance of Symbol 28 MovieClip in Frame 2
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.character._y = _root.character._y - 20; } }
Instance of Symbol 30 MovieClip in Frame 2
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.character._x = _root.character._x - 20; } }
Instance of Symbol 32 MovieClip in Frame 2
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.character._y = _root.character._y + 20; } }
Instance of Symbol 26 MovieClip in Frame 2
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.character._x = _root.character._x + 20; } }
Instance of Symbol 28 MovieClip in Frame 2
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.character._y = _root.character._y - 20; } }
Instance of Symbol 30 MovieClip in Frame 2
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.character._x = _root.character._x - 20; } }
Instance of Symbol 28 MovieClip in Frame 2
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.character._y = _root.character._y - 20; } }
Instance of Symbol 34 MovieClip in Frame 2
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.character._x = _root.character._x - 20; } }
Instance of Symbol 32 MovieClip in Frame 2
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.character._y = _root.character._y + 20; } }
Instance of Symbol 28 MovieClip in Frame 2
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.character._y = _root.character._y - 20; } }
Instance of Symbol 26 MovieClip in Frame 2
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.character._x = _root.character._x + 20; } }
Instance of Symbol 32 MovieClip in Frame 2
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.character._y = _root.character._y + 20; } }
Instance of Symbol 32 MovieClip in Frame 2
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.character._y = _root.character._y + 20; } }
Instance of Symbol 32 MovieClip in Frame 2
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.character._y = _root.character._y + 20; } }
Instance of Symbol 41 MovieClip in Frame 2
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.character._x = _root.character._x + 20; } }
Instance of Symbol 32 MovieClip in Frame 2
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.character._y = _root.character._y + 20; } }
Instance of Symbol 44 MovieClip in Frame 2
onClipEvent (enterFrame) { if (_parent.character.hitTest(this)) { _parent.play(); } }
Instance of Symbol 64 MovieClip "character" in Frame 2
onClipEvent (enterFrame) { if (Key.isDown(38)) { _y = (_y - 10); _rotation = 0; this.gotoAndStop(2); } if (Key.isDown(40)) { _y = (_y + 10); _rotation = 0; this.gotoAndStop(1); } if (Key.isDown(39)) { _x = (_x + 10); _rotation = 0; this.gotoAndStop(4); } if (Key.isDown(37)) { _x = (_x - 10); _rotation = 0; this.gotoAndStop(3); } } onClipEvent (load) { speed = 0; } onClipEvent (enterFrame) { if (Key.isDown(32) && (_root.character.hitTest(_root.car))) { speed = speed + 1; } if (Key.isDown(40) && (_root.character.hitTest(_root.car))) { speed = speed - 1; } if (Math.abs(speed) > 25) { speed = speed * 0.6; } if (Key.isDown(37) && (_root.character.hitTest(_root.car))) { _rotation = (_rotation - 15); } if (Key.isDown(39) && (_root.character.hitTest(_root.car))) { _rotation = (_rotation + 15); } speed = speed * 0.98; x = Math.sin(_rotation * (Math.PI/180)) * speed; y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1; if (!_root.move.hitTest(_x + x, _y + y, true)) { _x = (_x + x); _y = (_y + y); } else { speed = speed * -0.6; } } onClipEvent (enterFrame) { if (_root.character.hitTest(_root.car)) { _root.character._visible = false; } } onClipEvent (enterFrame) { if (Key.isDown(65)) { _root.character._visible = true; } } onClipEvent (enterFrame) { if ((visible = true)) { speed = 0; _rotation = 0; } } onClipEvent (enterFrame) { if (Key.isDown(38) && (_visible == true)) { _y = (_y - 5); } } onClipEvent (enterFrame) { if (Key.isDown(40) && (_visible == true)) { _y = (_y + 5); } } onClipEvent (enterFrame) { if (Key.isDown(37) && (_visible == true)) { _x = (_x - 5); } } onClipEvent (enterFrame) { if (Key.isDown(39) && (_visible == true)) { _x = (_x + 5); } } onClipEvent (enterFrame) { if (_root.character._visible == false) { _y = _root.car._y; _x = _root.car._x; } }
Frame 3
stop();
Instance of Symbol 30 MovieClip in Frame 3
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.character._x = _root.character._x - 20; } }
Instance of Symbol 32 MovieClip in Frame 3
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.character._y = _root.character._y + 20; } }
Instance of Symbol 28 MovieClip in Frame 3
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.character._y = _root.character._y - 20; } }
Instance of Symbol 28 MovieClip in Frame 3
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.character._y = _root.character._y - 20; } }
Instance of Symbol 28 MovieClip in Frame 3
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.character._y = _root.character._y - 20; } }
Instance of Symbol 30 MovieClip in Frame 3
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.character._x = _root.character._x - 20; } }
Instance of Symbol 30 MovieClip in Frame 3
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.character._x = _root.character._x - 20; } }
Instance of Symbol 28 MovieClip in Frame 3
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.character._y = _root.character._y - 20; } }
Instance of Symbol 28 MovieClip in Frame 3
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.character._y = _root.character._y - 20; } }
Instance of Symbol 26 MovieClip in Frame 3
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.character._x = _root.character._x + 20; } }
Instance of Symbol 32 MovieClip in Frame 3
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.character._y = _root.character._y + 20; } }
Instance of Symbol 32 MovieClip in Frame 3
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.character._y = _root.character._y + 20; } }
Instance of Symbol 26 MovieClip in Frame 3
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.character._x = _root.character._x + 20; } }
Instance of Symbol 69 MovieClip in Frame 3
onClipEvent (enterFrame) { if (_parent.character.hitTest(this)) { _parent.gotoAndPlay(3); } }
Instance of Symbol 77 MovieClip "character" in Frame 3
onClipEvent (enterFrame) { if (Key.isDown(38)) { _y = (_y - 10); _rotation = 0; this.gotoAndStop(2); } if (Key.isDown(40)) { _y = (_y + 10); _rotation = 0; this.gotoAndStop(1); } if (Key.isDown(39)) { _x = (_x + 10); _rotation = 0; this.gotoAndStop(4); } if (Key.isDown(37)) { _x = (_x - 10); _rotation = 0; this.gotoAndStop(3); } } onClipEvent (load) { speed = 0; } onClipEvent (enterFrame) { if (Key.isDown(32) && (_root.character.hitTest(_root.car))) { speed = speed + 1; } if (Key.isDown(40) && (_root.character.hitTest(_root.car))) { speed = speed - 1; } if (Math.abs(speed) > 25) { speed = speed * 0.6; } if (Key.isDown(37) && (_root.character.hitTest(_root.car))) { _rotation = (_rotation - 15); } if (Key.isDown(39) && (_root.character.hitTest(_root.car))) { _rotation = (_rotation + 15); } speed = speed * 0.98; x = Math.sin(_rotation * (Math.PI/180)) * speed; y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1; if (!_root.move.hitTest(_x + x, _y + y, true)) { _x = (_x + x); _y = (_y + y); } else { speed = speed * -0.6; } } onClipEvent (enterFrame) { if (_root.character.hitTest(_root.car)) { _root.character._visible = false; } } onClipEvent (enterFrame) { if (Key.isDown(65)) { _root.character._visible = true; } } onClipEvent (enterFrame) { if ((visible = true)) { speed = 0; _rotation = 0; } } onClipEvent (enterFrame) { if (Key.isDown(38) && (_visible == true)) { _y = (_y - 5); } } onClipEvent (enterFrame) { if (Key.isDown(40) && (_visible == true)) { _y = (_y + 5); } } onClipEvent (enterFrame) { if (Key.isDown(37) && (_visible == true)) { _x = (_x - 5); } } onClipEvent (enterFrame) { if (Key.isDown(39) && (_visible == true)) { _x = (_x + 5); } } onClipEvent (enterFrame) { if (_root.character._visible == false) { _y = _root.car._y; _x = _root.car._x; } }
Frame 75
stop();
Instance of Symbol 30 MovieClip in Frame 75
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.character._x = _root.character._x - 20; } }
Instance of Symbol 32 MovieClip in Frame 75
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.character._y = _root.character._y + 20; } }
Instance of Symbol 26 MovieClip in Frame 75
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.character._x = _root.character._x + 20; } }
Instance of Symbol 28 MovieClip in Frame 75
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.character._y = _root.character._y - 20; } }
Instance of Symbol 28 MovieClip in Frame 75
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.character._y = _root.character._y - 20; } }
Instance of Symbol 28 MovieClip in Frame 75
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.character._y = _root.character._y - 20; } }
Instance of Symbol 30 MovieClip in Frame 75
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.character._x = _root.character._x - 20; } }
Instance of Symbol 30 MovieClip in Frame 75
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.character._x = _root.character._x - 20; } }
Instance of Symbol 28 MovieClip in Frame 75
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.character._y = _root.character._y - 20; } }
Instance of Symbol 28 MovieClip in Frame 75
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.character._y = _root.character._y - 20; } }
Instance of Symbol 26 MovieClip in Frame 75
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.character._x = _root.character._x + 20; } }
Instance of Symbol 26 MovieClip in Frame 75
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.character._x = _root.character._x + 20; } }
Instance of Symbol 32 MovieClip in Frame 75
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.character._y = _root.character._y + 20; } }
Instance of Symbol 32 MovieClip in Frame 75
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.character._y = _root.character._y + 20; } }
Instance of Symbol 30 MovieClip in Frame 75
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.character._x = _root.character._x - 20; } }
Instance of Symbol 30 MovieClip in Frame 75
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.character._x = _root.character._x - 20; } }
Instance of Symbol 30 MovieClip in Frame 75
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.character._x = _root.character._x - 20; } }
Instance of Symbol 32 MovieClip in Frame 75
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.character._y = _root.character._y + 20; } }
Instance of Symbol 28 MovieClip in Frame 75
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.character._y = _root.character._y - 20; } }
Instance of Symbol 30 MovieClip in Frame 75
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.character._x = _root.character._x - 20; } }
Instance of Symbol 32 MovieClip in Frame 75
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.character._y = _root.character._y + 20; } }
Instance of Symbol 26 MovieClip in Frame 75
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.character._x = _root.character._x + 20; } }
Instance of Symbol 28 MovieClip in Frame 75
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.character._y = _root.character._y - 20; } }
Instance of Symbol 28 MovieClip in Frame 75
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.character._y = _root.character._y - 20; } }
Instance of Symbol 28 MovieClip in Frame 75
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.character._y = _root.character._y - 20; } }
Instance of Symbol 30 MovieClip in Frame 75
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.character._x = _root.character._x - 20; } }
Instance of Symbol 30 MovieClip in Frame 75
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.character._x = _root.character._x - 20; } }
Instance of Symbol 28 MovieClip in Frame 75
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.character._y = _root.character._y - 20; } }
Instance of Symbol 28 MovieClip in Frame 75
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.character._y = _root.character._y - 20; } }
Instance of Symbol 26 MovieClip in Frame 75
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.character._x = _root.character._x + 20; } }
Instance of Symbol 26 MovieClip in Frame 75
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.character._x = _root.character._x + 20; } }
Instance of Symbol 32 MovieClip in Frame 75
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.character._y = _root.character._y + 20; } }
Instance of Symbol 32 MovieClip in Frame 75
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.character._y = _root.character._y + 20; } }
Instance of Symbol 30 MovieClip in Frame 75
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.character._x = _root.character._x - 20; } }
Instance of Symbol 26 MovieClip in Frame 75
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.character._x = _root.character._x + 20; } }
Instance of Symbol 32 MovieClip in Frame 75
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.character._y = _root.character._y + 20; } }
Instance of Symbol 44 MovieClip in Frame 75
onClipEvent (enterFrame) { if (_parent.character.hitTest(this)) { _parent.gotoAndStop(2); } }
Instance of Symbol 129 MovieClip in Frame 75
onClipEvent (enterFrame) { if (_parent.character.hitTest(this)) { _parent.play(); } }
Instance of Symbol 130 MovieClip "character" in Frame 75
onClipEvent (enterFrame) { if (Key.isDown(38)) { _y = (_y - 10); _rotation = 0; this.gotoAndStop(2); } if (Key.isDown(40)) { _y = (_y + 10); _rotation = 0; this.gotoAndStop(1); } if (Key.isDown(39)) { _x = (_x + 10); _rotation = 0; this.gotoAndStop(4); } if (Key.isDown(37)) { _x = (_x - 10); _rotation = 0; this.gotoAndStop(3); } } onClipEvent (load) { speed = 0; } onClipEvent (enterFrame) { if (Key.isDown(32) && (_root.character.hitTest(_root.car))) { speed = speed + 1; } if (Key.isDown(40) && (_root.character.hitTest(_root.car))) { speed = speed - 1; } if (Math.abs(speed) > 25) { speed = speed * 0.6; } if (Key.isDown(37) && (_root.character.hitTest(_root.car))) { _rotation = (_rotation - 15); } if (Key.isDown(39) && (_root.character.hitTest(_root.car))) { _rotation = (_rotation + 15); } speed = speed * 0.98; x = Math.sin(_rotation * (Math.PI/180)) * speed; y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1; if (!_root.move.hitTest(_x + x, _y + y, true)) { _x = (_x + x); _y = (_y + y); } else { speed = speed * -0.6; } } onClipEvent (enterFrame) { if (_root.character.hitTest(_root.car)) { _root.character._visible = false; } } onClipEvent (enterFrame) { if (Key.isDown(65)) { _root.character._visible = true; } } onClipEvent (enterFrame) { if ((visible = true)) { speed = 0; _rotation = 0; } } onClipEvent (enterFrame) { if (Key.isDown(38) && (_visible == true)) { _y = (_y - 5); } } onClipEvent (enterFrame) { if (Key.isDown(40) && (_visible == true)) { _y = (_y + 5); } } onClipEvent (enterFrame) { if (Key.isDown(37) && (_visible == true)) { _x = (_x - 5); } } onClipEvent (enterFrame) { if (Key.isDown(39) && (_visible == true)) { _x = (_x + 5); } } onClipEvent (enterFrame) { if (_root.character._visible == false) { _y = _root.car._y; _x = _root.car._x; } }
Frame 76
stop();
Instance of Symbol 26 MovieClip in Frame 76
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.character._x = _root.character._x + 20; } }
Instance of Symbol 28 MovieClip in Frame 76
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.character._y = _root.character._y - 20; } }
Instance of Symbol 26 MovieClip in Frame 76
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.character._x = _root.character._x + 20; } }
Instance of Symbol 26 MovieClip in Frame 76
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.character._x = _root.character._x + 20; } }
Instance of Symbol 28 MovieClip in Frame 76
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.character._y = _root.character._y - 20; } }
Instance of Symbol 32 MovieClip in Frame 76
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.character._y = _root.character._y + 20; } }
Instance of Symbol 30 MovieClip in Frame 76
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.character._x = _root.character._x - 20; } }
Instance of Symbol 30 MovieClip in Frame 76
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.character._x = _root.character._x - 20; } }
Instance of Symbol 32 MovieClip in Frame 76
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.character._y = _root.character._y + 20; } }
Instance of Symbol 26 MovieClip in Frame 76
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.character._x = _root.character._x + 20; } }
Instance of Symbol 28 MovieClip in Frame 76
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.character._y = _root.character._y - 20; } }
Instance of Symbol 30 MovieClip in Frame 76
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.character._x = _root.character._x - 20; } }
Instance of Symbol 28 MovieClip in Frame 76
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.character._y = _root.character._y - 20; } }
Instance of Symbol 34 MovieClip in Frame 76
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.character._x = _root.character._x - 20; } }
Instance of Symbol 32 MovieClip in Frame 76
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.character._y = _root.character._y + 20; } }
Instance of Symbol 28 MovieClip in Frame 76
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.character._y = _root.character._y - 20; } }
Instance of Symbol 26 MovieClip in Frame 76
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.character._x = _root.character._x + 20; } }
Instance of Symbol 32 MovieClip in Frame 76
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.character._y = _root.character._y + 20; } }
Instance of Symbol 32 MovieClip in Frame 76
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.character._y = _root.character._y + 20; } }
Instance of Symbol 32 MovieClip in Frame 76
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.character._y = _root.character._y + 20; } }
Instance of Symbol 41 MovieClip in Frame 76
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.character._x = _root.character._x + 20; } }
Instance of Symbol 32 MovieClip in Frame 76
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.character._y = _root.character._y + 20; } }
Instance of Symbol 32 MovieClip in Frame 76
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.character._y = _root.character._y + 20; } }
Instance of Symbol 134 MovieClip in Frame 76
onClipEvent (enterFrame) { if (_parent.character.hitTest(this)) { _parent.play(); } }
Instance of Symbol 64 MovieClip "character" in Frame 76
onClipEvent (enterFrame) { if (Key.isDown(38)) { _y = (_y - 10); _rotation = 0; this.gotoAndStop(2); } if (Key.isDown(40)) { _y = (_y + 10); _rotation = 0; this.gotoAndStop(1); } if (Key.isDown(39)) { _x = (_x + 10); _rotation = 0; this.gotoAndStop(4); } if (Key.isDown(37)) { _x = (_x - 10); _rotation = 0; this.gotoAndStop(3); } } onClipEvent (load) { speed = 0; } onClipEvent (enterFrame) { if (Key.isDown(32) && (_root.character.hitTest(_root.car))) { speed = speed + 1; } if (Key.isDown(40) && (_root.character.hitTest(_root.car))) { speed = speed - 1; } if (Math.abs(speed) > 25) { speed = speed * 0.6; } if (Key.isDown(37) && (_root.character.hitTest(_root.car))) { _rotation = (_rotation - 15); } if (Key.isDown(39) && (_root.character.hitTest(_root.car))) { _rotation = (_rotation + 15); } speed = speed * 0.98; x = Math.sin(_rotation * (Math.PI/180)) * speed; y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1; if (!_root.move.hitTest(_x + x, _y + y, true)) { _x = (_x + x); _y = (_y + y); } else { speed = speed * -0.6; } } onClipEvent (enterFrame) { if (_root.character.hitTest(_root.car)) { _root.character._visible = false; } } onClipEvent (enterFrame) { if (Key.isDown(65)) { _root.character._visible = true; } } onClipEvent (enterFrame) { if ((visible = true)) { speed = 0; _rotation = 0; } } onClipEvent (enterFrame) { if (Key.isDown(38) && (_visible == true)) { _y = (_y - 5); } } onClipEvent (enterFrame) { if (Key.isDown(40) && (_visible == true)) { _y = (_y + 5); } } onClipEvent (enterFrame) { if (Key.isDown(37) && (_visible == true)) { _x = (_x - 5); } } onClipEvent (enterFrame) { if (Key.isDown(39) && (_visible == true)) { _x = (_x + 5); } } onClipEvent (enterFrame) { if (_root.character._visible == false) { _y = _root.car._y; _x = _root.car._x; } }
Frame 130
stop();
Instance of Symbol 24 MovieClip in Frame 130
onClipEvent (load) { startDrag ("", true); Mouse.hide(); }
Frame 131
stop();
Instance of Symbol 26 MovieClip in Frame 131
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.character._x = _root.character._x + 20; } }
Instance of Symbol 28 MovieClip in Frame 131
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.character._y = _root.character._y - 20; } }
Instance of Symbol 26 MovieClip in Frame 131
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.character._x = _root.character._x + 20; } }
Instance of Symbol 26 MovieClip in Frame 131
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.character._x = _root.character._x + 20; } }
Instance of Symbol 28 MovieClip in Frame 131
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.character._y = _root.character._y - 20; } }
Instance of Symbol 32 MovieClip in Frame 131
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.character._y = _root.character._y + 20; } }
Instance of Symbol 30 MovieClip in Frame 131
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.character._x = _root.character._x - 20; } }
Instance of Symbol 30 MovieClip in Frame 131
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.character._x = _root.character._x - 20; } }
Instance of Symbol 32 MovieClip in Frame 131
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.character._y = _root.character._y + 20; } }
Instance of Symbol 26 MovieClip in Frame 131
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.character._x = _root.character._x + 20; } }
Instance of Symbol 28 MovieClip in Frame 131
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.character._y = _root.character._y - 20; } }
Instance of Symbol 30 MovieClip in Frame 131
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.character._x = _root.character._x - 20; } }
Instance of Symbol 32 MovieClip in Frame 131
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.character._y = _root.character._y + 20; } }
Instance of Symbol 26 MovieClip in Frame 131
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.character._x = _root.character._x + 20; } }
Instance of Symbol 30 MovieClip in Frame 131
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.character._x = _root.character._x - 20; } }
Instance of Symbol 28 MovieClip in Frame 131
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.character._y = _root.character._y - 20; } }
Instance of Symbol 34 MovieClip in Frame 131
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.character._x = _root.character._x - 20; } }
Instance of Symbol 32 MovieClip in Frame 131
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.character._y = _root.character._y + 20; } }
Instance of Symbol 28 MovieClip in Frame 131
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.character._y = _root.character._y - 20; } }
Instance of Symbol 26 MovieClip in Frame 131
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.character._x = _root.character._x + 20; } }
Instance of Symbol 32 MovieClip in Frame 131
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.character._y = _root.character._y + 20; } }
Instance of Symbol 32 MovieClip in Frame 131
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.character._y = _root.character._y + 20; } }
Instance of Symbol 34 MovieClip in Frame 131
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.character._x = _root.character._x - 20; } }
Instance of Symbol 32 MovieClip in Frame 131
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.character._y = _root.character._y + 20; } }
Instance of Symbol 30 MovieClip in Frame 131
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.character._x = _root.character._x - 20; } }
Instance of Symbol 32 MovieClip in Frame 131
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.character._y = _root.character._y + 20; } }
Instance of Symbol 32 MovieClip in Frame 131
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.character._y = _root.character._y + 20; } }
Instance of Symbol 164 MovieClip in Frame 131
onClipEvent (enterFrame) { if (_parent.character.hitTest(this)) { _parent.play(); } }
Instance of Symbol 166 MovieClip "character" in Frame 131
onClipEvent (enterFrame) { if (Key.isDown(38)) { _y = (_y - 10); _rotation = 0; this.gotoAndStop(2); } if (Key.isDown(40)) { _y = (_y + 10); _rotation = 0; this.gotoAndStop(1); } if (Key.isDown(39)) { _x = (_x + 10); _rotation = 0; this.gotoAndStop(4); } if (Key.isDown(37)) { _x = (_x - 10); _rotation = 0; this.gotoAndStop(3); } } onClipEvent (load) { speed = 0; } onClipEvent (enterFrame) { if (Key.isDown(32) && (_root.character.hitTest(_root.car))) { speed = speed + 1; } if (Key.isDown(40) && (_root.character.hitTest(_root.car))) { speed = speed - 1; } if (Math.abs(speed) > 25) { speed = speed * 0.6; } if (Key.isDown(37) && (_root.character.hitTest(_root.car))) { _rotation = (_rotation - 15); } if (Key.isDown(39) && (_root.character.hitTest(_root.car))) { _rotation = (_rotation + 15); } speed = speed * 0.98; x = Math.sin(_rotation * (Math.PI/180)) * speed; y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1; if (!_root.move.hitTest(_x + x, _y + y, true)) { _x = (_x + x); _y = (_y + y); } else { speed = speed * -0.6; } } onClipEvent (enterFrame) { if (_root.character.hitTest(_root.car)) { _root.character._visible = false; } } onClipEvent (enterFrame) { if (Key.isDown(65)) { _root.character._visible = true; } } onClipEvent (enterFrame) { if ((visible = true)) { speed = 0; _rotation = 0; } } onClipEvent (enterFrame) { if (Key.isDown(38) && (_visible == true)) { _y = (_y - 5); } } onClipEvent (enterFrame) { if (Key.isDown(40) && (_visible == true)) { _y = (_y + 5); } } onClipEvent (enterFrame) { if (Key.isDown(37) && (_visible == true)) { _x = (_x - 5); } } onClipEvent (enterFrame) { if (Key.isDown(39) && (_visible == true)) { _x = (_x + 5); } } onClipEvent (enterFrame) { if (_root.character._visible == false) { _y = _root.car._y; _x = _root.car._x; } }
Frame 132
stop();
Instance of Symbol 30 MovieClip in Frame 132
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.character._x = _root.character._x - 20; } }
Instance of Symbol 32 MovieClip in Frame 132
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.character._y = _root.character._y + 20; } }
Instance of Symbol 26 MovieClip in Frame 132
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.character._x = _root.character._x + 20; } }
Instance of Symbol 28 MovieClip in Frame 132
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.character._y = _root.character._y - 20; } }
Instance of Symbol 26 MovieClip in Frame 132
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.character._x = _root.character._x + 20; } }
Instance of Symbol 32 MovieClip in Frame 132
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.character._y = _root.character._y + 20; } }
Instance of Symbol 30 MovieClip in Frame 132
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.character._x = _root.character._x - 20; } }
Instance of Symbol 26 MovieClip in Frame 132
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.character._x = _root.character._x + 20; } }
Instance of Symbol 32 MovieClip in Frame 132
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.character._y = _root.character._y + 20; } }
Instance of Symbol 28 MovieClip in Frame 132
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.character._y = _root.character._y - 20; } }
Instance of Symbol 30 MovieClip in Frame 132
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.character._x = _root.character._x - 20; } }
Instance of Symbol 32 MovieClip in Frame 132
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.character._y = _root.character._y + 20; } }
Instance of Symbol 26 MovieClip in Frame 132
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.character._x = _root.character._x + 20; } }
Instance of Symbol 28 MovieClip in Frame 132
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.character._y = _root.character._y - 20; } }
Instance of Symbol 26 MovieClip in Frame 132
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.character._x = _root.character._x + 20; } }
Instance of Symbol 32 MovieClip in Frame 132
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.character._y = _root.character._y + 20; } }
Instance of Symbol 30 MovieClip in Frame 132
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.character._x = _root.character._x - 20; } }
Instance of Symbol 26 MovieClip in Frame 132
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.character._x = _root.character._x + 20; } }
Instance of Symbol 32 MovieClip in Frame 132
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.character._y = _root.character._y + 20; } }
Instance of Symbol 28 MovieClip in Frame 132
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.character._y = _root.character._y - 20; } }
Instance of Symbol 32 MovieClip in Frame 132
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.character._y = _root.character._y + 20; } }
Instance of Symbol 30 MovieClip in Frame 132
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.character._x = _root.character._x - 20; } }
Instance of Symbol 32 MovieClip in Frame 132
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.character._y = _root.character._y + 20; } }
Instance of Symbol 177 MovieClip in Frame 132
onClipEvent (enterFrame) { if (_parent.character.hitTest(this)) { _parent.play(); } }
Instance of Symbol 166 MovieClip "character" in Frame 132
onClipEvent (enterFrame) { if (Key.isDown(38)) { _y = (_y - 10); _rotation = 0; this.gotoAndStop(2); } if (Key.isDown(40)) { _y = (_y + 10); _rotation = 0; this.gotoAndStop(1); } if (Key.isDown(39)) { _x = (_x + 10); _rotation = 0; this.gotoAndStop(4); } if (Key.isDown(37)) { _x = (_x - 10); _rotation = 0; this.gotoAndStop(3); } } onClipEvent (load) { speed = 0; } onClipEvent (enterFrame) { if (Key.isDown(32) && (_root.character.hitTest(_root.car))) { speed = speed + 1; } if (Key.isDown(40) && (_root.character.hitTest(_root.car))) { speed = speed - 1; } if (Math.abs(speed) > 25) { speed = speed * 0.6; } if (Key.isDown(37) && (_root.character.hitTest(_root.car))) { _rotation = (_rotation - 15); } if (Key.isDown(39) && (_root.character.hitTest(_root.car))) { _rotation = (_rotation + 15); } speed = speed * 0.98; x = Math.sin(_rotation * (Math.PI/180)) * speed; y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1; if (!_root.move.hitTest(_x + x, _y + y, true)) { _x = (_x + x); _y = (_y + y); } else { speed = speed * -0.6; } } onClipEvent (enterFrame) { if (_root.character.hitTest(_root.car)) { _root.character._visible = false; } } onClipEvent (enterFrame) { if (Key.isDown(65)) { _root.character._visible = true; } } onClipEvent (enterFrame) { if ((visible = true)) { speed = 0; _rotation = 0; } } onClipEvent (enterFrame) { if (Key.isDown(38) && (_visible == true)) { _y = (_y - 5); } } onClipEvent (enterFrame) { if (Key.isDown(40) && (_visible == true)) { _y = (_y + 5); } } onClipEvent (enterFrame) { if (Key.isDown(37) && (_visible == true)) { _x = (_x - 5); } } onClipEvent (enterFrame) { if (Key.isDown(39) && (_visible == true)) { _x = (_x + 5); } } onClipEvent (enterFrame) { if (_root.character._visible == false) { _y = _root.car._y; _x = _root.car._x; } }
Frame 133
stop();
Instance of Symbol 30 MovieClip in Frame 133
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.character._x = _root.character._x - 20; } }
Instance of Symbol 28 MovieClip in Frame 133
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.character._y = _root.character._y - 20; } }
Instance of Symbol 181 MovieClip in Frame 133
onClipEvent (enterFrame) { if (_parent.character.hitTest(this)) { _parent.play(); } }
Instance of Symbol 166 MovieClip "character" in Frame 133
onClipEvent (enterFrame) { if (Key.isDown(38)) { _y = (_y - 10); _rotation = 0; this.gotoAndStop(2); } if (Key.isDown(40)) { _y = (_y + 10); _rotation = 0; this.gotoAndStop(1); } if (Key.isDown(39)) { _x = (_x + 10); _rotation = 0; this.gotoAndStop(4); } if (Key.isDown(37)) { _x = (_x - 10); _rotation = 0; this.gotoAndStop(3); } } onClipEvent (load) { speed = 0; } onClipEvent (enterFrame) { if (Key.isDown(32) && (_root.character.hitTest(_root.car))) { speed = speed + 1; } if (Key.isDown(40) && (_root.character.hitTest(_root.car))) { speed = speed - 1; } if (Math.abs(speed) > 25) { speed = speed * 0.6; } if (Key.isDown(37) && (_root.character.hitTest(_root.car))) { _rotation = (_rotation - 15); } if (Key.isDown(39) && (_root.character.hitTest(_root.car))) { _rotation = (_rotation + 15); } speed = speed * 0.98; x = Math.sin(_rotation * (Math.PI/180)) * speed; y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1; if (!_root.move.hitTest(_x + x, _y + y, true)) { _x = (_x + x); _y = (_y + y); } else { speed = speed * -0.6; } } onClipEvent (enterFrame) { if (_root.character.hitTest(_root.car)) { _root.character._visible = false; } } onClipEvent (enterFrame) { if (Key.isDown(65)) { _root.character._visible = true; } } onClipEvent (enterFrame) { if ((visible = true)) { speed = 0; _rotation = 0; } } onClipEvent (enterFrame) { if (Key.isDown(38) && (_visible == true)) { _y = (_y - 5); } } onClipEvent (enterFrame) { if (Key.isDown(40) && (_visible == true)) { _y = (_y + 5); } } onClipEvent (enterFrame) { if (Key.isDown(37) && (_visible == true)) { _x = (_x - 5); } } onClipEvent (enterFrame) { if (Key.isDown(39) && (_visible == true)) { _x = (_x + 5); } } onClipEvent (enterFrame) { if (_root.character._visible == false) { _y = _root.car._y; _x = _root.car._x; } }
Instance of Symbol 194 MovieClip in Frame 133
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { this.gotoAndPlay(2); } else { this.gotoAndPlay(1); } }
Instance of Symbol 24 MovieClip in Frame 133
onClipEvent (load) { startDrag ("", true); Mouse.hide(); }
Frame 134
stop(); stop(); stop(); stop();
Frame 135
stop(); stop(); stop(); stop();
Frame 136
stop(); stop();
Frame 137
stop();
Frame 138
stop();
Frame 139
stop();
Frame 140
stop(); stop();
Instance of Symbol 30 MovieClip in Frame 140
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.character._x = _root.character._x - 20; } }
Instance of Symbol 32 MovieClip in Frame 140
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.character._y = _root.character._y + 20; } }
Instance of Symbol 26 MovieClip in Frame 140
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.character._x = _root.character._x + 20; } }
Instance of Symbol 28 MovieClip in Frame 140
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.character._y = _root.character._y - 20; } }
Instance of Symbol 30 MovieClip in Frame 140
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.character._x = _root.character._x - 20; } }
Instance of Symbol 28 MovieClip in Frame 140
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.character._y = _root.character._y - 20; } }
Instance of Symbol 26 MovieClip in Frame 140
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.character._x = _root.character._x + 20; } }
Instance of Symbol 32 MovieClip in Frame 140
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.character._y = _root.character._y + 20; } }
Instance of Symbol 166 MovieClip "character" in Frame 140
onClipEvent (enterFrame) { if (Key.isDown(38)) { _y = (_y - 10); _rotation = 0; this.gotoAndStop(2); } if (Key.isDown(40)) { _y = (_y + 10); _rotation = 0; this.gotoAndStop(1); } if (Key.isDown(39)) { _x = (_x + 10); _rotation = 0; this.gotoAndStop(4); } if (Key.isDown(37)) { _x = (_x - 10); _rotation = 0; this.gotoAndStop(3); } } onClipEvent (load) { speed = 0; } onClipEvent (enterFrame) { if (Key.isDown(32) && (_root.character.hitTest(_root.car))) { speed = speed + 1; } if (Key.isDown(40) && (_root.character.hitTest(_root.car))) { speed = speed - 1; } if (Math.abs(speed) > 25) { speed = speed * 0.6; } if (Key.isDown(37) && (_root.character.hitTest(_root.car))) { _rotation = (_rotation - 15); } if (Key.isDown(39) && (_root.character.hitTest(_root.car))) { _rotation = (_rotation + 15); } speed = speed * 0.98; x = Math.sin(_rotation * (Math.PI/180)) * speed; y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1; if (!_root.move.hitTest(_x + x, _y + y, true)) { _x = (_x + x); _y = (_y + y); } else { speed = speed * -0.6; } } onClipEvent (enterFrame) { if (_root.character.hitTest(_root.car)) { _root.character._visible = false; } } onClipEvent (enterFrame) { if (Key.isDown(65)) { _root.character._visible = true; } } onClipEvent (enterFrame) { if ((visible = true)) { speed = 0; _rotation = 0; } } onClipEvent (enterFrame) { if (Key.isDown(38) && (_visible == true)) { _y = (_y - 5); } } onClipEvent (enterFrame) { if (Key.isDown(40) && (_visible == true)) { _y = (_y + 5); } } onClipEvent (enterFrame) { if (Key.isDown(37) && (_visible == true)) { _x = (_x - 5); } } onClipEvent (enterFrame) { if (Key.isDown(39) && (_visible == true)) { _x = (_x + 5); } } onClipEvent (enterFrame) { if (_root.character._visible == false) { _y = _root.car._y; _x = _root.car._x; } }
Instance of Symbol 194 MovieClip in Frame 140
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { this.gotoAndPlay(2); } else { this.gotoAndPlay(1); } }
Frame 141
stop();
Instance of Symbol 30 MovieClip in Frame 141
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.character._x = _root.character._x - 20; } }
Instance of Symbol 32 MovieClip in Frame 141
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.character._y = _root.character._y + 20; } }
Instance of Symbol 26 MovieClip in Frame 141
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.character._x = _root.character._x + 20; } }
Instance of Symbol 28 MovieClip in Frame 141
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.character._y = _root.character._y - 20; } }
Instance of Symbol 26 MovieClip in Frame 141
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.character._x = _root.character._x + 20; } }
Instance of Symbol 32 MovieClip in Frame 141
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.character._y = _root.character._y + 20; } }
Instance of Symbol 30 MovieClip in Frame 141
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.character._x = _root.character._x - 20; } }
Instance of Symbol 26 MovieClip in Frame 141
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.character._x = _root.character._x + 20; } }
Instance of Symbol 32 MovieClip in Frame 141
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.character._y = _root.character._y + 20; } }
Instance of Symbol 28 MovieClip in Frame 141
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.character._y = _root.character._y - 20; } }
Instance of Symbol 32 MovieClip in Frame 141
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.character._y = _root.character._y + 20; } }
Instance of Symbol 30 MovieClip in Frame 141
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.character._x = _root.character._x - 20; } }
Instance of Symbol 32 MovieClip in Frame 141
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.character._y = _root.character._y + 20; } }
Instance of Symbol 30 MovieClip in Frame 141
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.character._x = _root.character._x - 20; } }
Instance of Symbol 214 MovieClip in Frame 141
onClipEvent (enterFrame) { if (_parent.character.hitTest(this)) { _parent.play(); } }
Instance of Symbol 166 MovieClip "character" in Frame 141
onClipEvent (enterFrame) { if (Key.isDown(38)) { _y = (_y - 10); _rotation = 0; this.gotoAndStop(2); } if (Key.isDown(40)) { _y = (_y + 10); _rotation = 0; this.gotoAndStop(1); } if (Key.isDown(39)) { _x = (_x + 10); _rotation = 0; this.gotoAndStop(4); } if (Key.isDown(37)) { _x = (_x - 10); _rotation = 0; this.gotoAndStop(3); } } onClipEvent (load) { speed = 0; } onClipEvent (enterFrame) { if (Key.isDown(32) && (_root.character.hitTest(_root.car))) { speed = speed + 1; } if (Key.isDown(40) && (_root.character.hitTest(_root.car))) { speed = speed - 1; } if (Math.abs(speed) > 25) { speed = speed * 0.6; } if (Key.isDown(37) && (_root.character.hitTest(_root.car))) { _rotation = (_rotation - 15); } if (Key.isDown(39) && (_root.character.hitTest(_root.car))) { _rotation = (_rotation + 15); } speed = speed * 0.98; x = Math.sin(_rotation * (Math.PI/180)) * speed; y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1; if (!_root.move.hitTest(_x + x, _y + y, true)) { _x = (_x + x); _y = (_y + y); } else { speed = speed * -0.6; } } onClipEvent (enterFrame) { if (_root.character.hitTest(_root.car)) { _root.character._visible = false; } } onClipEvent (enterFrame) { if (Key.isDown(65)) { _root.character._visible = true; } } onClipEvent (enterFrame) { if ((visible = true)) { speed = 0; _rotation = 0; } } onClipEvent (enterFrame) { if (Key.isDown(38) && (_visible == true)) { _y = (_y - 5); } } onClipEvent (enterFrame) { if (Key.isDown(40) && (_visible == true)) { _y = (_y + 5); } } onClipEvent (enterFrame) { if (Key.isDown(37) && (_visible == true)) { _x = (_x - 5); } } onClipEvent (enterFrame) { if (Key.isDown(39) && (_visible == true)) { _x = (_x + 5); } } onClipEvent (enterFrame) { if (_root.character._visible == false) { _y = _root.car._y; _x = _root.car._x; } }
Frame 142
stop();
Instance of Symbol 30 MovieClip in Frame 142
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.character._x = _root.character._x - 20; } }
Instance of Symbol 32 MovieClip in Frame 142
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.character._y = _root.character._y + 20; } }
Instance of Symbol 28 MovieClip in Frame 142
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.character._y = _root.character._y - 20; } }
Instance of Symbol 30 MovieClip in Frame 142
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.character._x = _root.character._x - 20; } }
Instance of Symbol 32 MovieClip in Frame 142
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.character._y = _root.character._y + 20; } }
Instance of Symbol 28 MovieClip in Frame 142
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.character._y = _root.character._y - 20; } }
Instance of Symbol 30 MovieClip in Frame 142
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.character._x = _root.character._x - 20; } }
Instance of Symbol 32 MovieClip in Frame 142
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.character._y = _root.character._y + 20; } }
Instance of Symbol 30 MovieClip in Frame 142
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.character._x = _root.character._x - 20; } }
Instance of Symbol 26 MovieClip in Frame 142
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.character._x = _root.character._x + 20; } }
Instance of Symbol 229 MovieClip in Frame 142
onClipEvent (enterFrame) { if (_parent.character.hitTest(this)) { _parent.play(); } }
Instance of Symbol 166 MovieClip "character" in Frame 142
onClipEvent (enterFrame) { if (Key.isDown(38)) { _y = (_y - 10); _rotation = 0; this.gotoAndStop(2); } if (Key.isDown(40)) { _y = (_y + 10); _rotation = 0; this.gotoAndStop(1); } if (Key.isDown(39)) { _x = (_x + 10); _rotation = 0; this.gotoAndStop(4); } if (Key.isDown(37)) { _x = (_x - 10); _rotation = 0; this.gotoAndStop(3); } } onClipEvent (load) { speed = 0; } onClipEvent (enterFrame) { if (Key.isDown(32) && (_root.character.hitTest(_root.car))) { speed = speed + 1; } if (Key.isDown(40) && (_root.character.hitTest(_root.car))) { speed = speed - 1; } if (Math.abs(speed) > 25) { speed = speed * 0.6; } if (Key.isDown(37) && (_root.character.hitTest(_root.car))) { _rotation = (_rotation - 15); } if (Key.isDown(39) && (_root.character.hitTest(_root.car))) { _rotation = (_rotation + 15); } speed = speed * 0.98; x = Math.sin(_rotation * (Math.PI/180)) * speed; y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1; if (!_root.move.hitTest(_x + x, _y + y, true)) { _x = (_x + x); _y = (_y + y); } else { speed = speed * -0.6; } } onClipEvent (enterFrame) { if (_root.character.hitTest(_root.car)) { _root.character._visible = false; } } onClipEvent (enterFrame) { if (Key.isDown(65)) { _root.character._visible = true; } } onClipEvent (enterFrame) { if ((visible = true)) { speed = 0; _rotation = 0; } } onClipEvent (enterFrame) { if (Key.isDown(38) && (_visible == true)) { _y = (_y - 5); } } onClipEvent (enterFrame) { if (Key.isDown(40) && (_visible == true)) { _y = (_y + 5); } } onClipEvent (enterFrame) { if (Key.isDown(37) && (_visible == true)) { _x = (_x - 5); } } onClipEvent (enterFrame) { if (Key.isDown(39) && (_visible == true)) { _x = (_x + 5); } } onClipEvent (enterFrame) { if (_root.character._visible == false) { _y = _root.car._y; _x = _root.car._x; } }
Frame 186
stop();
Instance of Symbol 24 MovieClip in Frame 186
onClipEvent (load) { startDrag ("", true); Mouse.hide(); }
Frame 279
stop();
Instance of Symbol 24 MovieClip in Frame 279
onClipEvent (load) { startDrag ("", true); Mouse.hide(); }
Instance of Symbol 316 MovieClip in Frame 327
onClipEvent (load) { startDrag ("", true); Mouse.hide(); }
Frame 369
stop();
Instance of Symbol 24 MovieClip in Frame 369
onClipEvent (load) { startDrag ("", true); Mouse.hide(); }
Instance of Symbol 316 MovieClip in Frame 371
onClipEvent (load) { startDrag ("", true); Mouse.hide(); }
Frame 387
stop();
Instance of Symbol 24 MovieClip in Frame 387
onClipEvent (load) { startDrag ("", true); Mouse.hide(); }
Frame 475
stop();
Instance of Symbol 24 MovieClip in Frame 475
onClipEvent (load) { startDrag ("", true); Mouse.hide(); }
Instance of Symbol 30 MovieClip in Frame 491
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.character._x = _root.character._x - 20; } }
Instance of Symbol 32 MovieClip in Frame 491
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.character._y = _root.character._y + 20; } }
Instance of Symbol 28 MovieClip in Frame 491
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.character._y = _root.character._y - 20; } }
Instance of Symbol 32 MovieClip in Frame 491
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.character._y = _root.character._y + 20; } }
Instance of Symbol 28 MovieClip in Frame 491
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.character._y = _root.character._y - 20; } }
Instance of Symbol 30 MovieClip in Frame 491
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.character._x = _root.character._x - 20; } }
Instance of Symbol 32 MovieClip in Frame 491
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.character._y = _root.character._y + 20; } }
Instance of Symbol 30 MovieClip in Frame 491
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.character._x = _root.character._x - 20; } }
Instance of Symbol 26 MovieClip in Frame 491
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.character._x = _root.character._x + 20; } }
Instance of Symbol 26 MovieClip in Frame 491
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.character._x = _root.character._x + 20; } }
Instance of Symbol 428 MovieClip in Frame 491
onClipEvent (enterFrame) { if (_parent.character.hitTest(this)) { _parent.play(); } }
Instance of Symbol 166 MovieClip "character" in Frame 491
onClipEvent (enterFrame) { if (Key.isDown(38)) { _y = (_y - 10); _rotation = 0; this.gotoAndStop(2); } if (Key.isDown(40)) { _y = (_y + 10); _rotation = 0; this.gotoAndStop(1); } if (Key.isDown(39)) { _x = (_x + 10); _rotation = 0; this.gotoAndStop(4); } if (Key.isDown(37)) { _x = (_x - 10); _rotation = 0; this.gotoAndStop(3); } } onClipEvent (load) { speed = 0; } onClipEvent (enterFrame) { if (Key.isDown(32) && (_root.character.hitTest(_root.car))) { speed = speed + 1; } if (Key.isDown(40) && (_root.character.hitTest(_root.car))) { speed = speed - 1; } if (Math.abs(speed) > 25) { speed = speed * 0.6; } if (Key.isDown(37) && (_root.character.hitTest(_root.car))) { _rotation = (_rotation - 15); } if (Key.isDown(39) && (_root.character.hitTest(_root.car))) { _rotation = (_rotation + 15); } speed = speed * 0.98; x = Math.sin(_rotation * (Math.PI/180)) * speed; y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1; if (!_root.move.hitTest(_x + x, _y + y, true)) { _x = (_x + x); _y = (_y + y); } else { speed = speed * -0.6; } } onClipEvent (enterFrame) { if (_root.character.hitTest(_root.car)) { _root.character._visible = false; } } onClipEvent (enterFrame) { if (Key.isDown(65)) { _root.character._visible = true; } } onClipEvent (enterFrame) { if ((visible = true)) { speed = 0; _rotation = 0; } } onClipEvent (enterFrame) { if (Key.isDown(38) && (_visible == true)) { _y = (_y - 5); } } onClipEvent (enterFrame) { if (Key.isDown(40) && (_visible == true)) { _y = (_y + 5); } } onClipEvent (enterFrame) { if (Key.isDown(37) && (_visible == true)) { _x = (_x - 5); } } onClipEvent (enterFrame) { if (Key.isDown(39) && (_visible == true)) { _x = (_x + 5); } } onClipEvent (enterFrame) { if (_root.character._visible == false) { _y = _root.car._y; _x = _root.car._x; } }
Frame 492
stop();
Instance of Symbol 30 MovieClip in Frame 492
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.character._x = _root.character._x - 20; } }
Instance of Symbol 32 MovieClip in Frame 492
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.character._y = _root.character._y + 20; } }
Instance of Symbol 28 MovieClip in Frame 492
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.character._y = _root.character._y - 20; } }
Instance of Symbol 32 MovieClip in Frame 492
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.character._y = _root.character._y + 20; } }
Instance of Symbol 28 MovieClip in Frame 492
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.character._y = _root.character._y - 20; } }
Instance of Symbol 30 MovieClip in Frame 492
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.character._x = _root.character._x - 20; } }
Instance of Symbol 32 MovieClip in Frame 492
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.character._y = _root.character._y + 20; } }
Instance of Symbol 30 MovieClip in Frame 492
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.character._x = _root.character._x - 20; } }
Instance of Symbol 26 MovieClip in Frame 492
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.character._x = _root.character._x + 20; } }
Instance of Symbol 26 MovieClip in Frame 492
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.character._x = _root.character._x + 20; } }
Instance of Symbol 24 MovieClip in Frame 492
onClipEvent (load) { startDrag ("", true); Mouse.hide(); }
Instance of Symbol 428 MovieClip in Frame 492
onClipEvent (enterFrame) { if (_parent.character.hitTest(this)) { _parent.play(); } }
Instance of Symbol 166 MovieClip "character" in Frame 492
onClipEvent (enterFrame) { if (Key.isDown(38)) { _y = (_y - 10); _rotation = 0; this.gotoAndStop(2); } if (Key.isDown(40)) { _y = (_y + 10); _rotation = 0; this.gotoAndStop(1); } if (Key.isDown(39)) { _x = (_x + 10); _rotation = 0; this.gotoAndStop(4); } if (Key.isDown(37)) { _x = (_x - 10); _rotation = 0; this.gotoAndStop(3); } } onClipEvent (load) { speed = 0; } onClipEvent (enterFrame) { if (Key.isDown(32) && (_root.character.hitTest(_root.car))) { speed = speed + 1; } if (Key.isDown(40) && (_root.character.hitTest(_root.car))) { speed = speed - 1; } if (Math.abs(speed) > 25) { speed = speed * 0.6; } if (Key.isDown(37) && (_root.character.hitTest(_root.car))) { _rotation = (_rotation - 15); } if (Key.isDown(39) && (_root.character.hitTest(_root.car))) { _rotation = (_rotation + 15); } speed = speed * 0.98; x = Math.sin(_rotation * (Math.PI/180)) * speed; y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1; if (!_root.move.hitTest(_x + x, _y + y, true)) { _x = (_x + x); _y = (_y + y); } else { speed = speed * -0.6; } } onClipEvent (enterFrame) { if (_root.character.hitTest(_root.car)) { _root.character._visible = false; } } onClipEvent (enterFrame) { if (Key.isDown(65)) { _root.character._visible = true; } } onClipEvent (enterFrame) { if ((visible = true)) { speed = 0; _rotation = 0; } } onClipEvent (enterFrame) { if (Key.isDown(38) && (_visible == true)) { _y = (_y - 5); } } onClipEvent (enterFrame) { if (Key.isDown(40) && (_visible == true)) { _y = (_y + 5); } } onClipEvent (enterFrame) { if (Key.isDown(37) && (_visible == true)) { _x = (_x - 5); } } onClipEvent (enterFrame) { if (Key.isDown(39) && (_visible == true)) { _x = (_x + 5); } } onClipEvent (enterFrame) { if (_root.character._visible == false) { _y = _root.car._y; _x = _root.car._x; } }
Frame 603
stop();
Instance of Symbol 30 MovieClip in Frame 603
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.character._x = _root.character._x - 20; } }
Instance of Symbol 32 MovieClip in Frame 603
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.character._y = _root.character._y + 20; } }
Instance of Symbol 28 MovieClip in Frame 603
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.character._y = _root.character._y - 20; } }
Instance of Symbol 30 MovieClip in Frame 603
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.character._x = _root.character._x - 20; } }
Instance of Symbol 30 MovieClip in Frame 603
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.character._x = _root.character._x - 20; } }
Instance of Symbol 32 MovieClip in Frame 603
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.character._y = _root.character._y + 20; } }
Instance of Symbol 28 MovieClip in Frame 603
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.character._y = _root.character._y - 20; } }
Instance of Symbol 30 MovieClip in Frame 603
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.character._x = _root.character._x - 20; } }
Instance of Symbol 32 MovieClip in Frame 603
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.character._y = _root.character._y + 20; } }
Instance of Symbol 28 MovieClip in Frame 603
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.character._y = _root.character._y - 20; } }
Instance of Symbol 30 MovieClip in Frame 603
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.character._x = _root.character._x - 20; } }
Instance of Symbol 30 MovieClip in Frame 603
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.character._x = _root.character._x - 20; } }
Instance of Symbol 32 MovieClip in Frame 603
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.character._y = _root.character._y + 20; } }
Instance of Symbol 28 MovieClip in Frame 603
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.character._y = _root.character._y - 20; } }
Instance of Symbol 30 MovieClip in Frame 603
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.character._x = _root.character._x - 20; } }
Instance of Symbol 28 MovieClip in Frame 603
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.character._y = _root.character._y - 20; } }
Instance of Symbol 26 MovieClip in Frame 603
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.character._x = _root.character._x + 20; } }
Instance of Symbol 466 MovieClip in Frame 603
onClipEvent (enterFrame) { if (_parent.character.hitTest(this)) { _parent.play(); } }
Instance of Symbol 166 MovieClip "character" in Frame 603
onClipEvent (enterFrame) { if (Key.isDown(38)) { _y = (_y - 10); _rotation = 0; this.gotoAndStop(2); } if (Key.isDown(40)) { _y = (_y + 10); _rotation = 0; this.gotoAndStop(1); } if (Key.isDown(39)) { _x = (_x + 10); _rotation = 0; this.gotoAndStop(4); } if (Key.isDown(37)) { _x = (_x - 10); _rotation = 0; this.gotoAndStop(3); } } onClipEvent (load) { speed = 0; } onClipEvent (enterFrame) { if (Key.isDown(32) && (_root.character.hitTest(_root.car))) { speed = speed + 1; } if (Key.isDown(40) && (_root.character.hitTest(_root.car))) { speed = speed - 1; } if (Math.abs(speed) > 25) { speed = speed * 0.6; } if (Key.isDown(37) && (_root.character.hitTest(_root.car))) { _rotation = (_rotation - 15); } if (Key.isDown(39) && (_root.character.hitTest(_root.car))) { _rotation = (_rotation + 15); } speed = speed * 0.98; x = Math.sin(_rotation * (Math.PI/180)) * speed; y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1; if (!_root.move.hitTest(_x + x, _y + y, true)) { _x = (_x + x); _y = (_y + y); } else { speed = speed * -0.6; } } onClipEvent (enterFrame) { if (_root.character.hitTest(_root.car)) { _root.character._visible = false; } } onClipEvent (enterFrame) { if (Key.isDown(65)) { _root.character._visible = true; } } onClipEvent (enterFrame) { if ((visible = true)) { speed = 0; _rotation = 0; } } onClipEvent (enterFrame) { if (Key.isDown(38) && (_visible == true)) { _y = (_y - 5); } } onClipEvent (enterFrame) { if (Key.isDown(40) && (_visible == true)) { _y = (_y + 5); } } onClipEvent (enterFrame) { if (Key.isDown(37) && (_visible == true)) { _x = (_x - 5); } } onClipEvent (enterFrame) { if (Key.isDown(39) && (_visible == true)) { _x = (_x + 5); } } onClipEvent (enterFrame) { if (_root.character._visible == false) { _y = _root.car._y; _x = _root.car._x; } }
Frame 716
stop();
Instance of Symbol 24 MovieClip in Frame 716
onClipEvent (load) { startDrag ("", true); Mouse.hide(); }
Instance of Symbol 542 MovieClip in Frame 777
onClipEvent (load) { startDrag ("", true); Mouse.hide(); }
Frame 872
stop();
Instance of Symbol 24 MovieClip in Frame 872
onClipEvent (load) { startDrag ("", true); Mouse.hide(); }
Instance of Symbol 616 MovieClip in Frame 887
onClipEvent (load) { startDrag ("", true); Mouse.hide(); }
Frame 917
stop();
Instance of Symbol 24 MovieClip in Frame 917
onClipEvent (load) { startDrag ("", true); Mouse.hide(); }
Instance of Symbol 665 MovieClip in Frame 1008
onClipEvent (load) { startDrag ("", true); Mouse.hide(); }
Frame 1053
stop();
Instance of Symbol 24 MovieClip in Frame 1053
onClipEvent (load) { startDrag ("", true); Mouse.hide(); }
Frame 1128
stop();
Instance of Symbol 24 MovieClip in Frame 1128
onClipEvent (load) { startDrag ("", true); Mouse.hide(); }
Instance of Symbol 30 MovieClip in Frame 1286
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.character._x = _root.character._x - 20; } }
Instance of Symbol 32 MovieClip in Frame 1286
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.character._y = _root.character._y + 20; } }
Instance of Symbol 28 MovieClip in Frame 1286
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.character._y = _root.character._y - 20; } }
Instance of Symbol 32 MovieClip in Frame 1286
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.character._y = _root.character._y + 20; } }
Instance of Symbol 28 MovieClip in Frame 1286
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.character._y = _root.character._y - 20; } }
Instance of Symbol 30 MovieClip in Frame 1286
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.character._x = _root.character._x - 20; } }
Instance of Symbol 32 MovieClip in Frame 1286
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.character._y = _root.character._y + 20; } }
Instance of Symbol 30 MovieClip in Frame 1286
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.character._x = _root.character._x - 20; } }
Instance of Symbol 26 MovieClip in Frame 1286
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.character._x = _root.character._x + 20; } }
Instance of Symbol 26 MovieClip in Frame 1286
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.character._x = _root.character._x + 20; } }
Instance of Symbol 24 MovieClip in Frame 1286
onClipEvent (load) { startDrag ("", true); Mouse.hide(); }
Instance of Symbol 32 MovieClip in Frame 1286
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.character._y = _root.character._y + 20; } }
Instance of Symbol 780 MovieClip in Frame 1286
onClipEvent (enterFrame) { if (_parent.character.hitTest(this)) { _parent.play(); } }
Instance of Symbol 166 MovieClip "character" in Frame 1286
onClipEvent (enterFrame) { if (Key.isDown(38)) { _y = (_y - 10); _rotation = 0; this.gotoAndStop(2); } if (Key.isDown(40)) { _y = (_y + 10); _rotation = 0; this.gotoAndStop(1); } if (Key.isDown(39)) { _x = (_x + 10); _rotation = 0; this.gotoAndStop(4); } if (Key.isDown(37)) { _x = (_x - 10); _rotation = 0; this.gotoAndStop(3); } } onClipEvent (load) { speed = 0; } onClipEvent (enterFrame) { if (Key.isDown(32) && (_root.character.hitTest(_root.car))) { speed = speed + 1; } if (Key.isDown(40) && (_root.character.hitTest(_root.car))) { speed = speed - 1; } if (Math.abs(speed) > 25) { speed = speed * 0.6; } if (Key.isDown(37) && (_root.character.hitTest(_root.car))) { _rotation = (_rotation - 15); } if (Key.isDown(39) && (_root.character.hitTest(_root.car))) { _rotation = (_rotation + 15); } speed = speed * 0.98; x = Math.sin(_rotation * (Math.PI/180)) * speed; y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1; if (!_root.move.hitTest(_x + x, _y + y, true)) { _x = (_x + x); _y = (_y + y); } else { speed = speed * -0.6; } } onClipEvent (enterFrame) { if (_root.character.hitTest(_root.car)) { _root.character._visible = false; } } onClipEvent (enterFrame) { if (Key.isDown(65)) { _root.character._visible = true; } } onClipEvent (enterFrame) { if ((visible = true)) { speed = 0; _rotation = 0; } } onClipEvent (enterFrame) { if (Key.isDown(38) && (_visible == true)) { _y = (_y - 5); } } onClipEvent (enterFrame) { if (Key.isDown(40) && (_visible == true)) { _y = (_y + 5); } } onClipEvent (enterFrame) { if (Key.isDown(37) && (_visible == true)) { _x = (_x - 5); } } onClipEvent (enterFrame) { if (Key.isDown(39) && (_visible == true)) { _x = (_x + 5); } } onClipEvent (enterFrame) { if (_root.character._visible == false) { _y = _root.car._y; _x = _root.car._x; } }
Frame 1302
stop();
Instance of Symbol 32 MovieClip in Frame 1303
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.character._y = _root.character._y + 20; } }
Instance of Symbol 32 MovieClip in Frame 1303
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.character._y = _root.character._y + 20; } }
Instance of Symbol 32 MovieClip in Frame 1303
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.character._y = _root.character._y + 20; } }
Instance of Symbol 28 MovieClip in Frame 1303
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.character._y = _root.character._y - 20; } }
Instance of Symbol 30 MovieClip in Frame 1303
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.character._x = _root.character._x - 20; } }
Instance of Symbol 28 MovieClip in Frame 1303
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.character._y = _root.character._y - 20; } }
Instance of Symbol 26 MovieClip in Frame 1303
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.character._x = _root.character._x + 20; } }
Instance of Symbol 28 MovieClip in Frame 1303
onClipEvent (enterFrame) { if (this.hitTest(_root.character)) { _root.character._y = _root.character._y - 20; } }
Instance of Symbol 789 MovieClip in Frame 1303
onClipEvent (enterFrame) { if (_parent.character.hitTest(this)) { _parent.play(); } }
Instance of Symbol 166 MovieClip "character" in Frame 1303
onClipEvent (enterFrame) { if (Key.isDown(38)) { _y = (_y - 10); _rotation = 0; this.gotoAndStop(2); } if (Key.isDown(40)) { _y = (_y + 10); _rotation = 0; this.gotoAndStop(1); } if (Key.isDown(39)) { _x = (_x + 10); _rotation = 0; this.gotoAndStop(4); } if (Key.isDown(37)) { _x = (_x - 10); _rotation = 0; this.gotoAndStop(3); } } onClipEvent (load) { speed = 0; } onClipEvent (enterFrame) { if (Key.isDown(32) && (_root.character.hitTest(_root.car))) { speed = speed + 1; } if (Key.isDown(40) && (_root.character.hitTest(_root.car))) { speed = speed - 1; } if (Math.abs(speed) > 25) { speed = speed * 0.6; } if (Key.isDown(37) && (_root.character.hitTest(_root.car))) { _rotation = (_rotation - 15); } if (Key.isDown(39) && (_root.character.hitTest(_root.car))) { _rotation = (_rotation + 15); } speed = speed * 0.98; x = Math.sin(_rotation * (Math.PI/180)) * speed; y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1; if (!_root.move.hitTest(_x + x, _y + y, true)) { _x = (_x + x); _y = (_y + y); } else { speed = speed * -0.6; } } onClipEvent (enterFrame) { if (_root.character.hitTest(_root.car)) { _root.character._visible = false; } } onClipEvent (enterFrame) { if (Key.isDown(65)) { _root.character._visible = true; } } onClipEvent (enterFrame) { if ((visible = true)) { speed = 0; _rotation = 0; } } onClipEvent (enterFrame) { if (Key.isDown(38) && (_visible == true)) { _y = (_y - 5); } } onClipEvent (enterFrame) { if (Key.isDown(40) && (_visible == true)) { _y = (_y + 5); } } onClipEvent (enterFrame) { if (Key.isDown(37) && (_visible == true)) { _x = (_x - 5); } } onClipEvent (enterFrame) { if (Key.isDown(39) && (_visible == true)) { _x = (_x + 5); } } onClipEvent (enterFrame) { if (_root.character._visible == false) { _y = _root.car._y; _x = _root.car._x; } }
Frame 1337
stop();
Frame 1474
stopAllSounds();
Frame 1479
stop();
Instance of Symbol 24 MovieClip in Frame 1479
onClipEvent (load) { startDrag ("", true); Mouse.hide(); }
Frame 1556
stopAllSounds();
Frame 1563
stop();
Instance of Symbol 24 MovieClip in Frame 1563
onClipEvent (load) { startDrag ("", true); Mouse.hide(); }
Frame 1637
stopAllSounds();
Frame 1644
stop();
Instance of Symbol 24 MovieClip in Frame 1644
onClipEvent (load) { startDrag ("", true); Mouse.hide(); }
Instance of Symbol 844 MovieClip in Frame 1659
onClipEvent (load) { startDrag ("", true); Mouse.hide(); }
Frame 1685
stopAllSounds();
Frame 1691
stop();
Instance of Symbol 24 MovieClip in Frame 1691
onClipEvent (load) { startDrag ("", true); Mouse.hide(); }
Instance of Symbol 316 MovieClip in Frame 2002
onClipEvent (load) { startDrag ("", true); Mouse.hide(); }
Frame 2076
stopAllSounds();
Frame 2082
stop();
Instance of Symbol 24 MovieClip in Frame 2082
onClipEvent (load) { startDrag ("", true); Mouse.hide(); }
Instance of Symbol 316 MovieClip in Frame 2083
onClipEvent (load) { startDrag ("", true); Mouse.hide(); }
Instance of Symbol 316 MovieClip in Frame 2085
onClipEvent (load) { startDrag ("", true); Mouse.hide(); }
Frame 2113
stopAllSounds();
Instance of Symbol 316 MovieClip in Frame 2140
onClipEvent (load) { startDrag ("", true); Mouse.hide(); }
Frame 2159
stopAllSounds();
Frame 2160
stop();
Instance of Symbol 24 MovieClip in Frame 2160
onClipEvent (load) { startDrag ("", true); Mouse.hide(); }
Instance of Symbol 316 MovieClip in Frame 2161
onClipEvent (load) { startDrag ("", true); Mouse.hide(); }
Frame 2208
stopAllSounds();
Frame 2209
stop();
Instance of Symbol 24 MovieClip in Frame 2209
onClipEvent (load) { startDrag ("", true); Mouse.hide(); }
Instance of Symbol 316 MovieClip in Frame 2210
onClipEvent (load) { startDrag ("", true); Mouse.hide(); }
Frame 2256
stopAllSounds();
Frame 2257
stop();
Instance of Symbol 24 MovieClip in Frame 2257
onClipEvent (load) { startDrag ("", true); Mouse.hide(); }
Instance of Symbol 316 MovieClip in Frame 2258
onClipEvent (load) { startDrag ("", true); Mouse.hide(); }
Frame 2301
stopAllSounds();
Symbol 10 Button
on (release) { getURL ("http://www.newgrounds.com", "_blank"); }
Symbol 18 Button
on (release) { _root.play(); }
Symbol 19 MovieClip Frame 1
_root.stop(); PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100; if (PercentLoaded != 100) { bar._xscale = PercentLoaded; } else { gotoAndStop ("loaded"); }
Symbol 19 MovieClip Frame 2
gotoAndPlay (1);
Symbol 64 MovieClip Frame 1
stop();
Instance of Symbol 49 MovieClip "player" in Symbol 64 MovieClip Frame 1
onClipEvent (enterFrame) { if (!Key.isDown(40)) { this._y = this._y - speed; this.gotoAndStop(1); } else { this.play(); } }
Symbol 64 MovieClip Frame 2
stop();
Instance of Symbol 53 MovieClip in Symbol 64 MovieClip Frame 2
onClipEvent (enterFrame) { if (!Key.isDown(38)) { this._y = this._y - speed; this.gotoAndStop(1); } else { this.play(); } }
Symbol 64 MovieClip Frame 3
stop();
Instance of Symbol 58 MovieClip in Symbol 64 MovieClip Frame 3
onClipEvent (enterFrame) { if (!Key.isDown(37)) { this._y = this._y - speed; this.gotoAndStop(1); } else { this.play(); } }
Symbol 64 MovieClip Frame 4
stop();
Instance of Symbol 63 MovieClip in Symbol 64 MovieClip Frame 4
onClipEvent (enterFrame) { if (!Key.isDown(39)) { this._y = this._y - speed; this.gotoAndStop(1); } else { this.play(); } }
Symbol 69 MovieClip Frame 17
stop();
Symbol 77 MovieClip Frame 1
stop();
Instance of Symbol 49 MovieClip "player" in Symbol 77 MovieClip Frame 1
onClipEvent (enterFrame) { if (!Key.isDown(40)) { this._y = this._y - speed; this.gotoAndStop(1); } else { this.play(); } }
Symbol 77 MovieClip Frame 2
stop();
Instance of Symbol 53 MovieClip in Symbol 77 MovieClip Frame 2
onClipEvent (enterFrame) { if (!Key.isDown(38)) { this._y = this._y - speed; this.gotoAndStop(1); } else { this.play(); } }
Symbol 77 MovieClip Frame 3
stop();
Instance of Symbol 58 MovieClip in Symbol 77 MovieClip Frame 3
onClipEvent (enterFrame) { if (!Key.isDown(37)) { this._y = this._y - speed; this.gotoAndStop(1); } else { this.play(); } }
Symbol 77 MovieClip Frame 4
stop();
Instance of Symbol 63 MovieClip in Symbol 77 MovieClip Frame 4
onClipEvent (enterFrame) { if (!Key.isDown(39)) { this._y = this._y - speed; this.gotoAndStop(1); } else { this.play(); } }
Symbol 130 MovieClip Frame 1
stop();
Instance of Symbol 49 MovieClip "player" in Symbol 130 MovieClip Frame 1
onClipEvent (enterFrame) { if (!Key.isDown(40)) { this._y = this._y - speed; this.gotoAndStop(1); } else { this.play(); } }
Symbol 130 MovieClip Frame 2
stop();
Instance of Symbol 53 MovieClip in Symbol 130 MovieClip Frame 2
onClipEvent (enterFrame) { if (!Key.isDown(38)) { this._y = this._y - speed; this.gotoAndStop(1); } else { this.play(); } }
Symbol 130 MovieClip Frame 3
stop();
Instance of Symbol 58 MovieClip in Symbol 130 MovieClip Frame 3
onClipEvent (enterFrame) { if (!Key.isDown(37)) { this._y = this._y - speed; this.gotoAndStop(1); } else { this.play(); } }
Symbol 130 MovieClip Frame 4
stop();
Instance of Symbol 63 MovieClip in Symbol 130 MovieClip Frame 4
onClipEvent (enterFrame) { if (!Key.isDown(39)) { this._y = this._y - speed; this.gotoAndStop(1); } else { this.play(); } }
Symbol 141 MovieClip Frame 7
stop();
Symbol 150 MovieClip Frame 8
stop();
Symbol 160 Button
on (release) { play(); }
Symbol 162 MovieClip Frame 20
stop();
Symbol 166 MovieClip Frame 1
stop();
Instance of Symbol 49 MovieClip "player" in Symbol 166 MovieClip Frame 1
onClipEvent (enterFrame) { if (!Key.isDown(40)) { this._y = this._y - speed; this.gotoAndStop(1); } else { this.play(); } }
Symbol 166 MovieClip Frame 2
stop();
Instance of Symbol 53 MovieClip in Symbol 166 MovieClip Frame 2
onClipEvent (enterFrame) { if (!Key.isDown(38)) { this._y = this._y - speed; this.gotoAndStop(1); } else { this.play(); } }
Symbol 166 MovieClip Frame 3
stop();
Instance of Symbol 58 MovieClip in Symbol 166 MovieClip Frame 3
onClipEvent (enterFrame) { if (!Key.isDown(37)) { this._y = this._y - speed; this.gotoAndStop(1); } else { this.play(); } }
Symbol 166 MovieClip Frame 4
stop();
Instance of Symbol 63 MovieClip in Symbol 166 MovieClip Frame 4
onClipEvent (enterFrame) { if (!Key.isDown(39)) { this._y = this._y - speed; this.gotoAndStop(1); } else { this.play(); } }
Symbol 187 Button
on (press) { gotoAndStop (141); }
Symbol 194 MovieClip Frame 1
stop();
Symbol 202 Button
on (press) { play(); }
Symbol 218 MovieClip Frame 5
stop();
Symbol 276 Button
on (press) { play(); }
Symbol 278 Button
on (press) { gotoAndPlay (425); }
Symbol 280 Button
on (press) { gotoAndPlay (392); }
Symbol 282 MovieClip Frame 11
stop();
Symbol 302 Button
on (press) { play(); }
Symbol 304 Button
on (press) { gotoAndPlay (425); }
Symbol 305 Button
on (press) { gotoAndPlay (187); }
Symbol 311 Button
on (press) { gotoAndPlay (371); }
Symbol 358 MovieClip Frame 34
stop();
Symbol 365 Button
on (press) { gotoAndPlay (143); }
Symbol 369 MovieClip Frame 9
stop();
Symbol 388 Button
on (press) { gotoAndPlay (491); }
Symbol 442 MovieClip Frame 40
stop();
Symbol 519 Button
on (press) { play(); }
Symbol 540 Button
on (press) { gotoAndPlay (873); }
Symbol 584 MovieClip Frame 95
stop();
Symbol 589 MovieClip Frame 23
stop();
Symbol 591 MovieClip Frame 33
stop();
Symbol 592 MovieClip Frame 26
stop();
Symbol 596 MovieClip Frame 27
stop();
Symbol 598 Button
on (press) { gotoAndPlay (632); }
Symbol 614 Button
on (press) { gotoAndPlay (918); }
Symbol 663 Button
on (press) { gotoAndPlay (1054); }
Symbol 726 Button
on (release) { play(); }
Symbol 813 Button
on (keyPress "<Up>") { gotoAndPlay (1481); }
Symbol 827 Button
on (press) { gotoAndPlay (1373); }
Symbol 828 Button
on (keyPress "<Up>") { gotoAndPlay (109); }
Symbol 829 Button
on (keyPress "<Up>") { gotoAndPlay (1565); }
Symbol 834 Button
on (keyPress "<Up>") { gotoAndPlay (1646); }
Symbol 845 Button
on (press) { gotoAndPlay (1693); }
Symbol 944 Button
on (press) { gotoAndPlay (2083); }
Symbol 983 MovieClip Frame 40
stop();
Symbol 986 Button
on (press) { gotoAndPlay (1989); }
Symbol 1024 Button
on (press) { gotoAndPlay (2161); }
Symbol 1035 Button
on (press) { gotoAndPlay (2114); }
Symbol 1039 Button
on (press) { gotoAndPlay (16); }
Symbol 1041 Button
on (press) { gotoAndPlay (16); }
Symbol 1051 Button
on (press) { gotoAndPlay (2); }
Symbol 1063 MovieClip Frame 1
stop();
Symbol 1063 MovieClip Frame 7
stop();
Symbol 1063 MovieClip Frame 9
stop();
Symbol 1063 MovieClip Frame 13
stop();
Symbol 1063 MovieClip Frame 15
stop();
Symbol 1063 MovieClip Frame 21
stop();
Symbol 1063 MovieClip Frame 23
stop();
Symbol 1068 Button
on (press) { gotoAndPlay (2211); }
Symbol 1076 Button
on (press) { gotoAndPlay (2258); }

Library Items

Symbol 1 GraphicUsed by:19
Symbol 2 GraphicUsed by:3
Symbol 3 MovieClipUses:2Used by:19
Symbol 4 GraphicUsed by:19
Symbol 5 GraphicUsed by:19
Symbol 6 GraphicUsed by:9 10
Symbol 7 GraphicUsed by:9 10
Symbol 8 GraphicUsed by:9 10
Symbol 9 MovieClipUses:6 7 8Used by:10
Symbol 10 ButtonUses:9 6 7 8Used by:19
Symbol 11 GraphicUsed by:19
Symbol 12 GraphicUsed by:18
Symbol 13 GraphicUsed by:18
Symbol 14 GraphicUsed by:18
Symbol 15 GraphicUsed by:18
Symbol 16 GraphicUsed by:18
Symbol 17 GraphicUsed by:18
Symbol 18 ButtonUses:12 13 14 15 16 17Used by:19
Symbol 19 MovieClipUses:1 3 4 5 10 11 18Used by:Timeline
Symbol 20 GraphicUsed by:Timeline
Symbol 21 FontUsed by:22 42 137 148 157 159 171 180 186 193 211 217 849 923 1000 1090
Symbol 22 TextUses:21Used by:Timeline
Symbol 23 GraphicUsed by:24
Symbol 24 MovieClipUses:23Used by:Timeline
Symbol 25 GraphicUsed by:26
Symbol 26 MovieClipUses:25Used by:Timeline
Symbol 27 GraphicUsed by:28
Symbol 28 MovieClipUses:27Used by:Timeline
Symbol 29 GraphicUsed by:30
Symbol 30 MovieClipUses:29Used by:Timeline
Symbol 31 GraphicUsed by:32
Symbol 32 MovieClipUses:31Used by:Timeline
Symbol 33 GraphicUsed by:34
Symbol 34 MovieClipUses:33Used by:Timeline
Symbol 35 GraphicUsed by:Timeline
Symbol 36 GraphicUsed by:38
Symbol 37 GraphicUsed by:38
Symbol 38 MovieClipUses:36 37Used by:Timeline
Symbol 39 GraphicUsed by:Timeline
Symbol 40 GraphicUsed by:41 162
Symbol 41 MovieClipUses:40Used by:Timeline
Symbol 42 TextUses:21Used by:Timeline
Symbol 43 GraphicUsed by:44
Symbol 44 MovieClipUses:43Used by:Timeline
Symbol 45 GraphicUsed by:49
Symbol 46 GraphicUsed by:49
Symbol 47 GraphicUsed by:49
Symbol 48 GraphicUsed by:49
Symbol 49 MovieClipUses:45 46 47 48Used by:64 77 130 166
Symbol 50 GraphicUsed by:53
Symbol 51 GraphicUsed by:53
Symbol 52 GraphicUsed by:53
Symbol 53 MovieClipUses:50 51 52Used by:64 77 130 166
Symbol 54 GraphicUsed by:58
Symbol 55 GraphicUsed by:58
Symbol 56 GraphicUsed by:58
Symbol 57 GraphicUsed by:58
Symbol 58 MovieClipUses:54 55 56 57Used by:64 77 130 166
Symbol 59 GraphicUsed by:63
Symbol 60 GraphicUsed by:63
Symbol 61 GraphicUsed by:63
Symbol 62 GraphicUsed by:63
Symbol 63 MovieClipUses:59 60 61 62Used by:64 77 130 166
Symbol 64 MovieClipUses:49 53 58 63Used by:Timeline
Symbol 65 SoundUsed by:Timeline
Symbol 66 GraphicUsed by:69
Symbol 67 GraphicUsed by:69
Symbol 68 GraphicUsed by:69
Symbol 69 MovieClipUses:66 67 68Used by:Timeline
Symbol 70 GraphicUsed by:Timeline
Symbol 71 GraphicUsed by:73
Symbol 72 GraphicUsed by:73
Symbol 73 MovieClipUses:71 72Used by:Timeline
Symbol 74 GraphicUsed by:75
Symbol 75 MovieClipUses:74Used by:Timeline
Symbol 76 GraphicUsed by:Timeline
Symbol 77 MovieClipUses:49 53 58 63Used by:Timeline
Symbol 78 GraphicUsed by:Timeline
Symbol 79 GraphicUsed by:Timeline
Symbol 80 SoundUsed by:Timeline
Symbol 81 GraphicUsed by:Timeline
Symbol 82 GraphicUsed by:Timeline
Symbol 83 GraphicUsed by:Timeline
Symbol 84 GraphicUsed by:Timeline
Symbol 85 GraphicUsed by:Timeline
Symbol 86 GraphicUsed by:Timeline
Symbol 87 GraphicUsed by:Timeline
Symbol 88 GraphicUsed by:Timeline
Symbol 89 GraphicUsed by:Timeline
Symbol 90 GraphicUsed by:Timeline
Symbol 91 GraphicUsed by:Timeline
Symbol 92 GraphicUsed by:Timeline
Symbol 93 GraphicUsed by:Timeline
Symbol 94 GraphicUsed by:Timeline
Symbol 95 GraphicUsed by:Timeline
Symbol 96 GraphicUsed by:Timeline
Symbol 97 GraphicUsed by:Timeline
Symbol 98 GraphicUsed by:Timeline
Symbol 99 GraphicUsed by:Timeline
Symbol 100 GraphicUsed by:Timeline
Symbol 101 GraphicUsed by:Timeline
Symbol 102 GraphicUsed by:Timeline
Symbol 103 GraphicUsed by:Timeline
Symbol 104 GraphicUsed by:Timeline
Symbol 105 GraphicUsed by:Timeline
Symbol 106 GraphicUsed by:Timeline
Symbol 107 GraphicUsed by:Timeline
Symbol 108 GraphicUsed by:Timeline
Symbol 109 GraphicUsed by:Timeline
Symbol 110 GraphicUsed by:Timeline
Symbol 111 GraphicUsed by:Timeline
Symbol 112 GraphicUsed by:Timeline
Symbol 113 GraphicUsed by:Timeline
Symbol 114 GraphicUsed by:Timeline
Symbol 115 GraphicUsed by:Timeline
Symbol 116 GraphicUsed by:Timeline
Symbol 117 GraphicUsed by:Timeline
Symbol 118 GraphicUsed by:Timeline
Symbol 119 GraphicUsed by:Timeline
Symbol 120 GraphicUsed by:Timeline
Symbol 121 GraphicUsed by:Timeline
Symbol 122 GraphicUsed by:Timeline
Symbol 123 GraphicUsed by:Timeline
Symbol 124 GraphicUsed by:Timeline
Symbol 125 GraphicUsed by:Timeline
Symbol 126 GraphicUsed by:Timeline
Symbol 127 GraphicUsed by:Timeline
Symbol 128 GraphicUsed by:129
Symbol 129 MovieClipUses:128Used by:Timeline
Symbol 130 MovieClipUses:49 53 58 63Used by:Timeline
Symbol 131 GraphicUsed by:Timeline
Symbol 132 GraphicUsed by:Timeline
Symbol 133 GraphicUsed by:134
Symbol 134 MovieClipUses:133Used by:Timeline
Symbol 135 GraphicUsed by:Timeline
Symbol 136 GraphicUsed by:Timeline
Symbol 137 TextUses:21Used by:Timeline
Symbol 138 SoundUsed by:Timeline
Symbol 139 GraphicUsed by:140 1051
Symbol 140 MovieClipUses:139Used by:141 1051
Symbol 141 MovieClipUses:140Used by:Timeline
Symbol 142 GraphicUsed by:143
Symbol 143 MovieClipUses:142Used by:Timeline
Symbol 144 GraphicUsed by:Timeline
Symbol 145 ShapeTweeningUsed by:150
Symbol 146 ShapeTweeningUsed by:150
Symbol 147 GraphicUsed by:150
Symbol 148 TextUses:21Used by:150
Symbol 149 GraphicUsed by:150
Symbol 150 MovieClipUses:145 146 147 148 149Used by:Timeline
Symbol 151 FontUsed by:152 154 155
Symbol 152 TextUses:151Used by:Timeline
Symbol 153 SoundUsed by:Timeline
Symbol 154 TextUses:151Used by:Timeline
Symbol 155 TextUses:151Used by:Timeline
Symbol 156 GraphicUsed by:160
Symbol 157 TextUses:21Used by:160
Symbol 158 GraphicUsed by:160
Symbol 159 TextUses:21Used by:160
Symbol 160 ButtonUses:156 157 158 159Used by:Timeline
Symbol 161 GraphicUsed by:Timeline
Symbol 162 MovieClipUses:40Used by:Timeline
Symbol 163 GraphicUsed by:164
Symbol 164 MovieClipUses:163Used by:Timeline
Symbol 165 GraphicUsed by:Timeline
Symbol 166 MovieClipUses:49 53 58 63Used by:Timeline
Symbol 167 SoundUsed by:Timeline
Symbol 168 BitmapUsed by:170 190 195 209 212 215
Symbol 169 BitmapUsed by:170 190 195 200 212 215
Symbol 170 GraphicUses:168 169Used by:Timeline
Symbol 171 TextUses:21Used by:Timeline
Symbol 172 GraphicUsed by:175
Symbol 173 GraphicUsed by:175
Symbol 174 GraphicUsed by:175
Symbol 175 MovieClipUses:172 173 174Used by:Timeline
Symbol 176 GraphicUsed by:177
Symbol 177 MovieClipUses:176Used by:Timeline
Symbol 178 GraphicUsed by:Timeline
Symbol 179 GraphicUsed by:181
Symbol 180 TextUses:21Used by:181
Symbol 181 MovieClipUses:179 180Used by:Timeline
Symbol 182 GraphicUsed by:Timeline
Symbol 183 GraphicUsed by:184 187
Symbol 184 MovieClipUses:183Used by:187
Symbol 185 GraphicUsed by:187
Symbol 186 TextUses:21Used by:187
Symbol 187 ButtonUses:184 185 186 183Used by:Timeline
Symbol 188 BitmapUsed by:190 203 212
Symbol 189 BitmapUsed by:190 195 196 204 212
Symbol 190 GraphicUses:168 188 169 189Used by:Timeline
Symbol 191 GraphicUsed by:194
Symbol 192 GraphicUsed by:194
Symbol 193 TextUses:21Used by:194
Symbol 194 MovieClipUses:191 192 193Used by:Timeline
Symbol 195 GraphicUses:169 168 189Used by:Timeline
Symbol 196 GraphicUses:189Used by:197
Symbol 197 ButtonUses:196Used by:Timeline
Symbol 198 GraphicUsed by:199
Symbol 199 ButtonUses:198Used by:Timeline
Symbol 200 GraphicUses:169Used by:Timeline
Symbol 201 GraphicUsed by:202
Symbol 202 ButtonUses:201Used by:Timeline
Symbol 203 GraphicUses:188Used by:Timeline
Symbol 204 GraphicUses:189Used by:Timeline
Symbol 205 BitmapUsed by:206
Symbol 206 GraphicUses:205Used by:Timeline
Symbol 207 BitmapUsed by:208
Symbol 208 GraphicUses:207Used by:Timeline
Symbol 209 GraphicUses:168Used by:Timeline
Symbol 210 GraphicUsed by:Timeline
Symbol 211 TextUses:21Used by:Timeline
Symbol 212 GraphicUses:168 188 169 189Used by:Timeline
Symbol 213 GraphicUsed by:214
Symbol 214 MovieClipUses:213Used by:Timeline
Symbol 215 GraphicUses:169 168Used by:Timeline
Symbol 216 GraphicUsed by:218
Symbol 217 TextUses:21Used by:218
Symbol 218 MovieClipUses:216 217Used by:Timeline
Symbol 219 BitmapUsed by:221 230 248 297 309 320 371 386 389 394 408 426 430 495 497 498 499 500 501 502 503 508 510 512 514 516 517 521 524 525 526 528 530 539 549 778 779
Symbol 220 BitmapUsed by:221 430 778
Symbol 221 GraphicUses:219 220Used by:Timeline
Symbol 222 GraphicUsed by:229
Symbol 223 GraphicUsed by:229
Symbol 224 GraphicUsed by:229
Symbol 225 GraphicUsed by:229
Symbol 226 GraphicUsed by:229
Symbol 227 GraphicUsed by:229
Symbol 228 GraphicUsed by:229
Symbol 229 MovieClipUses:222 223 224 225 226 227 228Used by:Timeline
Symbol 230 GraphicUses:219Used by:Timeline
Symbol 231 GraphicUsed by:Timeline
Symbol 232 GraphicUsed by:Timeline
Symbol 233 GraphicUsed by:Timeline
Symbol 234 GraphicUsed by:Timeline
Symbol 235 GraphicUsed by:Timeline
Symbol 236 SoundUsed by:Timeline
Symbol 237 GraphicUsed by:Timeline
Symbol 238 GraphicUsed by:Timeline
Symbol 239 GraphicUsed by:Timeline
Symbol 240 GraphicUsed by:Timeline
Symbol 241 GraphicUsed by:Timeline
Symbol 242 GraphicUsed by:Timeline
Symbol 243 GraphicUsed by:Timeline
Symbol 244 GraphicUsed by:Timeline
Symbol 245 GraphicUsed by:Timeline
Symbol 246 GraphicUsed by:Timeline
Symbol 247 GraphicUsed by:Timeline
Symbol 248 GraphicUses:219Used by:Timeline
Symbol 249 GraphicUsed by:273
Symbol 250 GraphicUsed by:273
Symbol 251 GraphicUsed by:273
Symbol 252 GraphicUsed by:273
Symbol 253 GraphicUsed by:273
Symbol 254 GraphicUsed by:273
Symbol 255 GraphicUsed by:273
Symbol 256 GraphicUsed by:273
Symbol 257 GraphicUsed by:273
Symbol 258 GraphicUsed by:273
Symbol 259 GraphicUsed by:273
Symbol 260 GraphicUsed by:273
Symbol 261 GraphicUsed by:273
Symbol 262 GraphicUsed by:273
Symbol 263 SoundUsed by:273
Symbol 264 GraphicUsed by:273
Symbol 265 GraphicUsed by:273
Symbol 266 GraphicUsed by:273
Symbol 267 GraphicUsed by:273
Symbol 268 GraphicUsed by:273
Symbol 269 GraphicUsed by:273
Symbol 270 GraphicUsed by:273
Symbol 271 GraphicUsed by:273
Symbol 272 GraphicUsed by:273
Symbol 273 MovieClipUses:249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272Used by:Timeline
Symbol 274 GraphicUsed by:Timeline
Symbol 275 GraphicUsed by:276 305
Symbol 276 ButtonUses:275Used by:Timeline
Symbol 277 GraphicUsed by:278
Symbol 278 ButtonUses:277Used by:Timeline
Symbol 279 GraphicUsed by:280
Symbol 280 ButtonUses:279Used by:Timeline
Symbol 281 GraphicUsed by:282
Symbol 282 MovieClipUses:281Used by:Timeline
Symbol 283 GraphicUsed by:Timeline
Symbol 284 GraphicUsed by:Timeline
Symbol 285 SoundUsed by:Timeline
Symbol 286 GraphicUsed by:Timeline
Symbol 287 SoundUsed by:Timeline
Symbol 288 GraphicUsed by:Timeline
Symbol 289 GraphicUsed by:Timeline
Symbol 290 GraphicUsed by:292
Symbol 291 GraphicUsed by:292
Symbol 292 MovieClipUses:290 291Used by:Timeline
Symbol 293 GraphicUsed by:Timeline
Symbol 294 GraphicUsed by:Timeline
Symbol 295 GraphicUsed by:Timeline
Symbol 296 GraphicUsed by:Timeline
Symbol 297 GraphicUses:219Used by:Timeline
Symbol 298 GraphicUsed by:Timeline
Symbol 299 SoundUsed by:Timeline
Symbol 300 GraphicUsed by:Timeline
Symbol 301 GraphicUsed by:302
Symbol 302 ButtonUses:301Used by:Timeline
Symbol 303 GraphicUsed by:304
Symbol 304 ButtonUses:303Used by:Timeline
Symbol 305 ButtonUses:275Used by:Timeline
Symbol 306 GraphicUsed by:Timeline
Symbol 307 SoundUsed by:Timeline
Symbol 308 SoundUsed by:Timeline
Symbol 309 GraphicUses:219Used by:Timeline
Symbol 310 GraphicUsed by:311
Symbol 311 ButtonUses:310Used by:Timeline
Symbol 312 GraphicUsed by:314
Symbol 313 GraphicUsed by:314
Symbol 314 MovieClipUses:312 313Used by:Timeline
Symbol 315 GraphicUsed by:316
Symbol 316 MovieClipUses:315Used by:Timeline
Symbol 317 SoundUsed by:Timeline
Symbol 318 SoundUsed by:Timeline
Symbol 319 SoundUsed by:Timeline
Symbol 320 GraphicUses:219Used by:Timeline
Symbol 321 GraphicUsed by:Timeline
Symbol 322 GraphicUsed by:325
Symbol 323 GraphicUsed by:325
Symbol 324 GraphicUsed by:325
Symbol 325 MovieClipUses:322 323 324Used by:Timeline
Symbol 326 GraphicUsed by:Timeline
Symbol 327 SoundUsed by:Timeline
Symbol 328 GraphicUsed by:Timeline
Symbol 329 GraphicUsed by:Timeline
Symbol 330 GraphicUsed by:Timeline
Symbol 331 GraphicUsed by:Timeline
Symbol 332 GraphicUsed by:Timeline
Symbol 333 GraphicUsed by:Timeline
Symbol 334 GraphicUsed by:Timeline
Symbol 335 GraphicUsed by:Timeline
Symbol 336 GraphicUsed by:Timeline
Symbol 337 GraphicUsed by:Timeline
Symbol 338 GraphicUsed by:Timeline
Symbol 339 GraphicUsed by:Timeline
Symbol 340 GraphicUsed by:Timeline
Symbol 341 GraphicUsed by:Timeline
Symbol 342 GraphicUsed by:Timeline
Symbol 343 GraphicUsed by:Timeline
Symbol 344 GraphicUsed by:Timeline
Symbol 345 GraphicUsed by:Timeline
Symbol 346 GraphicUsed by:Timeline
Symbol 347 GraphicUsed by:Timeline
Symbol 348 GraphicUsed by:Timeline
Symbol 349 GraphicUsed by:352
Symbol 350 GraphicUsed by:352
Symbol 351 GraphicUsed by:352
Symbol 352 MovieClipUses:349 350 351Used by:Timeline
Symbol 353 GraphicUsed by:Timeline
Symbol 354 GraphicUsed by:Timeline
Symbol 355 GraphicUsed by:Timeline
Symbol 356 GraphicUsed by:358
Symbol 357 GraphicUsed by:358
Symbol 358 MovieClipUses:356 357Used by:Timeline
Symbol 359 GraphicUsed by:Timeline
Symbol 360 GraphicUsed by:363
Symbol 361 GraphicUsed by:363
Symbol 362 GraphicUsed by:363
Symbol 363 MovieClipUses:360 361 362Used by:Timeline
Symbol 364 GraphicUsed by:365
Symbol 365 ButtonUses:364Used by:Timeline
Symbol 366 GraphicUsed by:Timeline
Symbol 367 BitmapUsed by:368 593 594
Symbol 368 GraphicUses:367Used by:369
Symbol 369 MovieClipUses:368Used by:Timeline
Symbol 370 SoundUsed by:Timeline
Symbol 371 GraphicUses:219Used by:Timeline
Symbol 372 GraphicUsed by:Timeline
Symbol 373 SoundUsed by:Timeline
Symbol 374 GraphicUsed by:Timeline
Symbol 375 SoundUsed by:Timeline
Symbol 376 GraphicUsed by:Timeline
Symbol 377 GraphicUsed by:Timeline
Symbol 378 GraphicUsed by:Timeline
Symbol 379 GraphicUsed by:Timeline
Symbol 380 GraphicUsed by:Timeline
Symbol 381 GraphicUsed by:Timeline
Symbol 382 GraphicUsed by:Timeline
Symbol 383 GraphicUsed by:Timeline
Symbol 384 GraphicUsed by:Timeline
Symbol 385 GraphicUsed by:Timeline
Symbol 386 GraphicUses:219Used by:Timeline
Symbol 387 GraphicUsed by:388
Symbol 388 ButtonUses:387Used by:Timeline
Symbol 389 GraphicUses:219Used by:Timeline
Symbol 390 GraphicUsed by:Timeline
Symbol 391 SoundUsed by:Timeline
Symbol 392 SoundUsed by:Timeline
Symbol 393 GraphicUsed by:Timeline
Symbol 394 GraphicUses:219Used by:Timeline
Symbol 395 GraphicUsed by:Timeline
Symbol 396 GraphicUsed by:Timeline
Symbol 397 GraphicUsed by:Timeline
Symbol 398 GraphicUsed by:Timeline
Symbol 399 GraphicUsed by:Timeline
Symbol 400 GraphicUsed by:Timeline
Symbol 401 GraphicUsed by:Timeline
Symbol 402 GraphicUsed by:Timeline
Symbol 403 GraphicUsed by:Timeline
Symbol 404 GraphicUsed by:Timeline
Symbol 405 GraphicUsed by:Timeline
Symbol 406 GraphicUsed by:407
Symbol 407 MovieClipUses:406Used by:Timeline
Symbol 408 GraphicUses:219Used by:Timeline
Symbol 409 GraphicUsed by:Timeline
Symbol 410 GraphicUsed by:Timeline
Symbol 411 GraphicUsed by:Timeline
Symbol 412 SoundUsed by:Timeline
Symbol 413 GraphicUsed by:Timeline
Symbol 414 GraphicUsed by:Timeline
Symbol 415 GraphicUsed by:Timeline
Symbol 416 GraphicUsed by:Timeline
Symbol 417 GraphicUsed by:Timeline
Symbol 418 GraphicUsed by:Timeline
Symbol 419 GraphicUsed by:Timeline
Symbol 420 GraphicUsed by:Timeline
Symbol 421 GraphicUsed by:Timeline
Symbol 422 GraphicUsed by:Timeline
Symbol 423 GraphicUsed by:Timeline
Symbol 424 GraphicUsed by:Timeline
Symbol 425 GraphicUsed by:Timeline
Symbol 426 GraphicUses:219Used by:Timeline
Symbol 427 GraphicUsed by:428
Symbol 428 MovieClipUses:427Used by:Timeline
Symbol 429 GraphicUsed by:Timeline
Symbol 430 GraphicUses:220 219Used by:Timeline
Symbol 431 GraphicUsed by:435
Symbol 432 GraphicUsed by:433
Symbol 433 MovieClipUses:432Used by:435
Symbol 434 GraphicUsed by:435
Symbol 435 MovieClipUses:431 433 434Used by:Timeline
Symbol 436 BitmapUsed by:437 438
Symbol 437 GraphicUses:436Used by:Timeline
Symbol 438 GraphicUses:436Used by:439
Symbol 439 MovieClipUses:438Used by:Timeline
Symbol 440 GraphicUsed by:Timeline
Symbol 441 GraphicUsed by:442
Symbol 442 MovieClipUses:441Used by:Timeline
Symbol 443 GraphicUsed by:Timeline
Symbol 444 GraphicUsed by:445
Symbol 445 MovieClipUses:444Used by:Timeline
Symbol 446 BitmapUsed by:447
Symbol 447 GraphicUses:446Used by:Timeline
Symbol 448 GraphicUsed by:Timeline
Symbol 449 GraphicUsed by:450
Symbol 450 MovieClipUses:449Used by:Timeline
Symbol 451 GraphicUsed by:Timeline
Symbol 452 GraphicUsed by:Timeline
Symbol 453 GraphicUsed by:Timeline
Symbol 454 GraphicUsed by:Timeline
Symbol 455 GraphicUsed by:Timeline
Symbol 456 GraphicUsed by:457
Symbol 457 MovieClipUses:456Used by:Timeline
Symbol 458 GraphicUsed by:459
Symbol 459 MovieClipUses:458Used by:Timeline
Symbol 460 GraphicUsed by:Timeline
Symbol 461 GraphicUsed by:Timeline
Symbol 462 GraphicUsed by:Timeline
Symbol 463 GraphicUsed by:Timeline
Symbol 464 GraphicUsed by:Timeline
Symbol 465 GraphicUsed by:466
Symbol 466 MovieClipUses:465Used by:Timeline
Symbol 467 GraphicUsed by:Timeline
Symbol 468 GraphicUsed by:469
Symbol 469 MovieClipUses:468Used by:Timeline
Symbol 470 GraphicUsed by:Timeline
Symbol 471 GraphicUsed by:Timeline
Symbol 472 GraphicUsed by:473
Symbol 473 MovieClipUses:472Used by:Timeline
Symbol 474 BitmapUsed by:475 543 612 651 657
Symbol 475 GraphicUses:474Used by:Timeline
Symbol 476 GraphicUsed by:Timeline
Symbol 477 GraphicUsed by:Timeline
Symbol 478 GraphicUsed by:Timeline
Symbol 479 GraphicUsed by:Timeline
Symbol 480 GraphicUsed by:Timeline
Symbol 481 GraphicUsed by:Timeline
Symbol 482 GraphicUsed by:Timeline
Symbol 483 GraphicUsed by:Timeline
Symbol 484 GraphicUsed by:Timeline
Symbol 485 SoundUsed by:Timeline
Symbol 486 GraphicUsed by:Timeline
Symbol 487 GraphicUsed by:Timeline
Symbol 488 GraphicUsed by:Timeline
Symbol 489 GraphicUsed by:Timeline
Symbol 490 GraphicUsed by:Timeline
Symbol 491 GraphicUsed by:Timeline
Symbol 492 GraphicUsed by:Timeline
Symbol 493 GraphicUsed by:Timeline
Symbol 494 GraphicUsed by:Timeline
Symbol 495 GraphicUses:219Used by:Timeline
Symbol 496 GraphicUsed by:Timeline
Symbol 497 GraphicUses:219Used by:Timeline
Symbol 498 GraphicUses:219Used by:Timeline
Symbol 499 GraphicUses:219Used by:Timeline
Symbol 500 GraphicUses:219Used by:Timeline
Symbol 501 GraphicUses:219Used by:Timeline
Symbol 502 GraphicUses:219Used by:Timeline
Symbol 503 GraphicUses:219Used by:Timeline
Symbol 504 GraphicUsed by:Timeline
Symbol 505 GraphicUsed by:Timeline
Symbol 506 GraphicUsed by:Timeline
Symbol 507 GraphicUsed by:Timeline
Symbol 508 GraphicUses:219Used by:Timeline
Symbol 509 GraphicUsed by:Timeline
Symbol 510 GraphicUses:219Used by:Timeline
Symbol 511 GraphicUsed by:Timeline
Symbol 512 GraphicUses:219Used by:Timeline
Symbol 513 GraphicUsed by:Timeline
Symbol 514 GraphicUses:219Used by:Timeline
Symbol 515 GraphicUsed by:Timeline
Symbol 516 GraphicUses:219Used by:Timeline
Symbol 517 GraphicUses:219Used by:Timeline
Symbol 518 GraphicUsed by:519
Symbol 519 ButtonUses:518Used by:Timeline
Symbol 520 SoundUsed by:Timeline
Symbol 521 GraphicUses:219Used by:Timeline
Symbol 522 GraphicUsed by:523
Symbol 523 MovieClipUses:522Used by:Timeline
Symbol 524 GraphicUses:219Used by:Timeline
Symbol 525 GraphicUses:219Used by:Timeline
Symbol 526 GraphicUses:219Used by:Timeline
Symbol 527 GraphicUsed by:Timeline
Symbol 528 GraphicUses:219Used by:Timeline
Symbol 529 SoundUsed by:Timeline
Symbol 530 GraphicUses:219Used by:531
Symbol 531 MovieClipUses:530Used by:Timeline
Symbol 532 GraphicUsed by:Timeline
Symbol 533 GraphicUsed by:Timeline
Symbol 534 GraphicUsed by:Timeline
Symbol 535 GraphicUsed by:Timeline
Symbol 536 GraphicUsed by:Timeline
Symbol 537 GraphicUsed by:Timeline
Symbol 538 GraphicUsed by:Timeline
Symbol 539 GraphicUses:219Used by:540
Symbol 540 ButtonUses:539Used by:Timeline
Symbol 541 GraphicUsed by:542
Symbol 542 MovieClipUses:541Used by:Timeline
Symbol 543 GraphicUses:474Used by:Timeline
Symbol 544 GraphicUsed by:Timeline
Symbol 545 GraphicUsed by:Timeline
Symbol 546 GraphicUsed by:Timeline
Symbol 547 GraphicUsed by:Timeline
Symbol 548 GraphicUsed by:Timeline
Symbol 549 GraphicUses:219Used by:Timeline
Symbol 550 GraphicUsed by:Timeline
Symbol 551 GraphicUsed by:Timeline
Symbol 552 GraphicUsed by:Timeline
Symbol 553 GraphicUsed by:Timeline
Symbol 554 GraphicUsed by:Timeline
Symbol 555 GraphicUsed by:Timeline
Symbol 556 GraphicUsed by:Timeline
Symbol 557 GraphicUsed by:Timeline
Symbol 558 GraphicUsed by:Timeline
Symbol 559 GraphicUsed by:Timeline
Symbol 560 GraphicUsed by:Timeline
Symbol 561 GraphicUsed by:Timeline
Symbol 562 GraphicUsed by:Timeline
Symbol 563 GraphicUsed by:Timeline
Symbol 564 GraphicUsed by:Timeline
Symbol 565 GraphicUsed by:Timeline
Symbol 566 GraphicUsed by:Timeline
Symbol 567 GraphicUsed by:Timeline
Symbol 568 GraphicUsed by:Timeline
Symbol 569 GraphicUsed by:Timeline
Symbol 570 GraphicUsed by:Timeline
Symbol 571 GraphicUsed by:Timeline
Symbol 572 GraphicUsed by:Timeline
Symbol 573 GraphicUsed by:Timeline
Symbol 574 SoundUsed by:Timeline
Symbol 575 SoundUsed by:Timeline
Symbol 576 SoundUsed by:Timeline
Symbol 577 GraphicUsed by:Timeline
Symbol 578 GraphicUsed by:Timeline
Symbol 579 GraphicUsed by:Timeline
Symbol 580 GraphicUsed by:Timeline
Symbol 581 GraphicUsed by:Timeline
Symbol 582 GraphicUsed by:Timeline
Symbol 583 GraphicUsed by:584
Symbol 584 MovieClipUses:583Used by:Timeline
Symbol 585 GraphicUsed by:Timeline
Symbol 586 GraphicUsed by:Timeline
Symbol 587 GraphicUsed by:589
Symbol 588 GraphicUsed by:589
Symbol 589 MovieClipUses:587 588Used by:Timeline
Symbol 590 GraphicUsed by:591 592
Symbol 591 MovieClipUses:590Used by:Timeline
Symbol 592 MovieClipUses:590Used by:Timeline
Symbol 593 GraphicUses:367Used by:596
Symbol 594 GraphicUses:367Used by:596
Symbol 595 SoundUsed by:596
Symbol 596 MovieClipUses:593 594 595Used by:Timeline
Symbol 597 GraphicUsed by:598
Symbol 598 ButtonUses:597Used by:Timeline
Symbol 599 GraphicUsed by:Timeline
Symbol 600 GraphicUsed by:Timeline
Symbol 601 GraphicUsed by:Timeline
Symbol 602 GraphicUsed by:Timeline
Symbol 603 GraphicUsed by:Timeline
Symbol 604 GraphicUsed by:Timeline
Symbol 605 GraphicUsed by:Timeline
Symbol 606 SoundUsed by:Timeline
Symbol 607 SoundUsed by:Timeline
Symbol 608 SoundUsed by:Timeline
Symbol 609 GraphicUsed by:Timeline
Symbol 610 SoundUsed by:Timeline
Symbol 611 GraphicUsed by:Timeline
Symbol 612 GraphicUses:474Used by:Timeline
Symbol 613 GraphicUsed by:614
Symbol 614 ButtonUses:613Used by:Timeline
Symbol 615 GraphicUsed by:616
Symbol 616 MovieClipUses:615Used by:Timeline
Symbol 617 GraphicUsed by:Timeline
Symbol 618 GraphicUsed by:Timeline
Symbol 619 GraphicUsed by:Timeline
Symbol 620 GraphicUsed by:Timeline
Symbol 621 GraphicUsed by:Timeline
Symbol 622 GraphicUsed by:Timeline
Symbol 623 GraphicUsed by:Timeline
Symbol 624 GraphicUsed by:Timeline
Symbol 625 GraphicUsed by:Timeline
Symbol 626 GraphicUsed by:Timeline
Symbol 627 GraphicUsed by:Timeline
Symbol 628 GraphicUsed by:Timeline
Symbol 629 GraphicUsed by:Timeline
Symbol 630 GraphicUsed by:Timeline
Symbol 631 GraphicUsed by:Timeline
Symbol 632 GraphicUsed by:Timeline
Symbol 633 GraphicUsed by:Timeline
Symbol 634 GraphicUsed by:Timeline
Symbol 635 GraphicUsed by:Timeline
Symbol 636 GraphicUsed by:Timeline
Symbol 637 GraphicUsed by:Timeline
Symbol 638 GraphicUsed by:Timeline
Symbol 639 GraphicUsed by:Timeline
Symbol 640 GraphicUsed by:Timeline
Symbol 641 SoundUsed by:Timeline
Symbol 642 GraphicUsed by:Timeline
Symbol 643 GraphicUsed by:Timeline
Symbol 644 GraphicUsed by:Timeline
Symbol 645 GraphicUsed by:Timeline
Symbol 646 GraphicUsed by:Timeline
Symbol 647 GraphicUsed by:Timeline
Symbol 648 GraphicUsed by:Timeline
Symbol 649 GraphicUsed by:Timeline
Symbol 650 GraphicUsed by:Timeline
Symbol 651 GraphicUses:474Used by:Timeline
Symbol 652 GraphicUsed by:Timeline
Symbol 653 GraphicUsed by:656 663
Symbol 654 GraphicUsed by:656
Symbol 655 GraphicUsed by:656
Symbol 656 MovieClipUses:653 654 655Used by:661  Timeline
Symbol 657 GraphicUses:474Used by:Timeline
Symbol 658 GraphicUsed by:Timeline
Symbol 659 GraphicUsed by:Timeline
Symbol 660 GraphicUsed by:661 663
Symbol 661 MovieClipUses:660 656Used by:663  Timeline
Symbol 662 GraphicUsed by:Timeline
Symbol 663 ButtonUses:661 660 653Used by:Timeline
Symbol 664 GraphicUsed by:665
Symbol 665 MovieClipUses:664Used by:Timeline
Symbol 666 GraphicUsed by:Timeline
Symbol 667 GraphicUsed by:Timeline
Symbol 668 GraphicUsed by:Timeline
Symbol 669 GraphicUsed by:Timeline
Symbol 670 GraphicUsed by:Timeline
Symbol 671 GraphicUsed by:673
Symbol 672 GraphicUsed by:673
Symbol 673 MovieClipUses:671 672Used by:Timeline
Symbol 674 SoundUsed by:Timeline
Symbol 675 GraphicUsed by:677
Symbol 676 GraphicUsed by:677
Symbol 677 MovieClipUses:675 676Used by:Timeline
Symbol 678 GraphicUsed by:Timeline
Symbol 679 GraphicUsed by:Timeline
Symbol 680 GraphicUsed by:Timeline
Symbol 681 GraphicUsed by:Timeline
Symbol 682 GraphicUsed by:Timeline
Symbol 683 GraphicUsed by:Timeline
Symbol 684 GraphicUsed by:Timeline
Symbol 685 GraphicUsed by:Timeline
Symbol 686 GraphicUsed by:Timeline
Symbol 687 GraphicUsed by:Timeline
Symbol 688 GraphicUsed by:Timeline
Symbol 689 GraphicUsed by:Timeline
Symbol 690 GraphicUsed by:Timeline
Symbol 691 GraphicUsed by:Timeline
Symbol 692 GraphicUsed by:Timeline
Symbol 693 GraphicUsed by:Timeline
Symbol 694 GraphicUsed by:Timeline
Symbol 695 GraphicUsed by:Timeline
Symbol 696 SoundUsed by:Timeline
Symbol 697 GraphicUsed by:Timeline
Symbol 698 GraphicUsed by:Timeline
Symbol 699 SoundUsed by:Timeline
Symbol 700 GraphicUsed by:Timeline
Symbol 701 GraphicUsed by:Timeline
Symbol 702 GraphicUsed by:Timeline
Symbol 703 GraphicUsed by:Timeline
Symbol 704 GraphicUsed by:Timeline
Symbol 705 GraphicUsed by:707
Symbol 706 GraphicUsed by:707
Symbol 707 MovieClipUses:705 706Used by:Timeline
Symbol 708 GraphicUsed by:Timeline
Symbol 709 GraphicUsed by:712
Symbol 710 GraphicUsed by:712
Symbol 711 GraphicUsed by:712
Symbol 712 MovieClipUses:709 710 711Used by:Timeline
Symbol 713 GraphicUsed by:716
Symbol 714 GraphicUsed by:716
Symbol 715 GraphicUsed by:716
Symbol 716 MovieClipUses:713 714 715Used by:Timeline
Symbol 717 GraphicUsed by:Timeline
Symbol 718 GraphicUsed by:721
Symbol 719 GraphicUsed by:721
Symbol 720 GraphicUsed by:721
Symbol 721 MovieClipUses:718 719 720Used by:Timeline
Symbol 722 SoundUsed by:Timeline
Symbol 723 GraphicUsed by:Timeline
Symbol 724 GraphicUsed by:Timeline
Symbol 725 GraphicUsed by:726
Symbol 726 ButtonUses:725Used by:Timeline
Symbol 727 GraphicUsed by:Timeline
Symbol 728 GraphicUsed by:Timeline
Symbol 729 GraphicUsed by:Timeline
Symbol 730 GraphicUsed by:Timeline
Symbol 731 GraphicUsed by:Timeline
Symbol 732 GraphicUsed by:736
Symbol 733 GraphicUsed by:736
Symbol 734 GraphicUsed by:736
Symbol 735 GraphicUsed by:736
Symbol 736 MovieClipUses:732 733 734 735Used by:Timeline
Symbol 737 GraphicUsed by:Timeline
Symbol 738 SoundUsed by:Timeline
Symbol 739 GraphicUsed by:Timeline
Symbol 740 GraphicUsed by:Timeline
Symbol 741 GraphicUsed by:Timeline
Symbol 742 GraphicUsed by:Timeline
Symbol 743 GraphicUsed by:Timeline
Symbol 744 GraphicUsed by:Timeline
Symbol 745 GraphicUsed by:Timeline
Symbol 746 GraphicUsed by:Timeline
Symbol 747 GraphicUsed by:Timeline
Symbol 748 GraphicUsed by:Timeline
Symbol 749 GraphicUsed by:Timeline
Symbol 750 GraphicUsed by:752
Symbol 751 GraphicUsed by:752
Symbol 752 MovieClipUses:750 751Used by:Timeline
Symbol 753 SoundUsed by:Timeline
Symbol 754 GraphicUsed by:Timeline
Symbol 755 GraphicUsed by:Timeline
Symbol 756 GraphicUsed by:Timeline
Symbol 757 GraphicUsed by:Timeline
Symbol 758 GraphicUsed by:Timeline
Symbol 759 GraphicUsed by:Timeline
Symbol 760 GraphicUsed by:Timeline
Symbol 761 SoundUsed by:Timeline
Symbol 762 GraphicUsed by:Timeline
Symbol 763 GraphicUsed by:Timeline
Symbol 764 GraphicUsed by:Timeline
Symbol 765 GraphicUsed by:Timeline
Symbol 766 GraphicUsed by:Timeline
Symbol 767 GraphicUsed by:Timeline
Symbol 768 GraphicUsed by:Timeline
Symbol 769 GraphicUsed by:Timeline
Symbol 770 GraphicUsed by:Timeline
Symbol 771 GraphicUsed by:Timeline
Symbol 772 GraphicUsed by:Timeline
Symbol 773 GraphicUsed by:Timeline
Symbol 774 GraphicUsed by:Timeline
Symbol 775 GraphicUsed by:Timeline
Symbol 776 GraphicUsed by:Timeline
Symbol 777 GraphicUsed by:Timeline
Symbol 778 GraphicUses:220 219Used by:Timeline
Symbol 779 GraphicUses:219Used by:780
Symbol 780 MovieClipUses:779Used by:Timeline
Symbol 781 GraphicUsed by:785
Symbol 782 GraphicUsed by:785
Symbol 783 GraphicUsed by:785
Symbol 784 GraphicUsed by:785
Symbol 785 MovieClipUses:781 782 783 784Used by:Timeline
Symbol 786 GraphicUsed by:Timeline
Symbol 787 GraphicUsed by:Timeline
Symbol 788 GraphicUsed by:789
Symbol 789 MovieClipUses:788Used by:Timeline
Symbol 790 GraphicUsed by:Timeline
Symbol 791 GraphicUsed by:794
Symbol 792 GraphicUsed by:794
Symbol 793 GraphicUsed by:794
Symbol 794 MovieClipUses:791 792 793Used by:Timeline
Symbol 795 GraphicUsed by:797
Symbol 796 GraphicUsed by:797
Symbol 797 MovieClipUses:795 796Used by:Timeline
Symbol 798 GraphicUsed by:Timeline
Symbol 799 GraphicUsed by:800
Symbol 800 MovieClipUses:799Used by:Timeline
Symbol 801 GraphicUsed by:Timeline
Symbol 802 GraphicUsed by:Timeline
Symbol 803 GraphicUsed by:809  Timeline
Symbol 804 GraphicUsed by:809  Timeline
Symbol 805 GraphicUsed by:809  Timeline
Symbol 806 GraphicUsed by:809  Timeline
Symbol 807 GraphicUsed by:809  Timeline
Symbol 808 GraphicUsed by:809  Timeline
Symbol 809 MovieClipUses:803 804 805 806 807 808Used by:Timeline
Symbol 810 SoundUsed by:Timeline
Symbol 811 GraphicUsed by:Timeline
Symbol 812 GraphicUsed by:813 828
Symbol 813 ButtonUses:812Used by:Timeline
Symbol 814 SoundUsed by:Timeline
Symbol 815 GraphicUsed by:Timeline
Symbol 816 GraphicUsed by:Timeline
Symbol 817 GraphicUsed by:819
Symbol 818 GraphicUsed by:819
Symbol 819 MovieClipUses:817 818Used by:Timeline
Symbol 820 GraphicUsed by:Timeline
Symbol 821 GraphicUsed by:Timeline
Symbol 822 SoundUsed by:Timeline
Symbol 823 GraphicUsed by:Timeline
Symbol 824 GraphicUsed by:827 1035
Symbol 825 GraphicUsed by:826 827 1035
Symbol 826 MovieClipUses:825Used by:827 1035
Symbol 827 ButtonUses:824 826 825Used by:Timeline
Symbol 828 ButtonUses:812Used by:829
Symbol 829 ButtonUses:828Used by:Timeline
Symbol 830 GraphicUsed by:Timeline
Symbol 831 GraphicUsed by:Timeline
Symbol 832 GraphicUsed by:Timeline
Symbol 833 GraphicUsed by:834
Symbol 834 ButtonUses:833Used by:Timeline
Symbol 835 GraphicUsed by:Timeline
Symbol 836 GraphicUsed by:Timeline
Symbol 837 GraphicUsed by:Timeline
Symbol 838 GraphicUsed by:Timeline
Symbol 839 GraphicUsed by:Timeline
Symbol 840 GraphicUsed by:Timeline
Symbol 841 GraphicUsed by:842 845
Symbol 842 ButtonUses:841Used by:Timeline
Symbol 843 GraphicUsed by:844
Symbol 844 MovieClipUses:843Used by:Timeline
Symbol 845 ButtonUses:841Used by:Timeline
Symbol 846 GraphicUsed by:Timeline
Symbol 847 GraphicUsed by:Timeline
Symbol 848 GraphicUsed by:Timeline
Symbol 849 TextUses:21Used by:Timeline
Symbol 850 GraphicUsed by:Timeline
Symbol 851 GraphicUsed by:Timeline
Symbol 852 GraphicUsed by:Timeline
Symbol 853 GraphicUsed by:Timeline
Symbol 854 GraphicUsed by:Timeline
Symbol 855 GraphicUsed by:Timeline
Symbol 856 GraphicUsed by:Timeline
Symbol 857 GraphicUsed by:Timeline
Symbol 858 GraphicUsed by:Timeline
Symbol 859 SoundUsed by:Timeline
Symbol 860 GraphicUsed by:Timeline
Symbol 861 GraphicUsed by:Timeline
Symbol 862 GraphicUsed by:Timeline
Symbol 863 GraphicUsed by:Timeline
Symbol 864 GraphicUsed by:Timeline
Symbol 865 GraphicUsed by:Timeline
Symbol 866 GraphicUsed by:Timeline
Symbol 867 GraphicUsed by:Timeline
Symbol 868 SoundUsed by:Timeline
Symbol 869 GraphicUsed by:Timeline
Symbol 870 SoundUsed by:Timeline
Symbol 871 GraphicUsed by:Timeline
Symbol 872 GraphicUsed by:Timeline
Symbol 873 GraphicUsed by:Timeline
Symbol 874 GraphicUsed by:Timeline
Symbol 875 GraphicUsed by:Timeline
Symbol 876 GraphicUsed by:Timeline
Symbol 877 GraphicUsed by:Timeline
Symbol 878 GraphicUsed by:Timeline
Symbol 879 GraphicUsed by:Timeline
Symbol 880 GraphicUsed by:Timeline
Symbol 881 SoundUsed by:Timeline
Symbol 882 GraphicUsed by:Timeline
Symbol 883 GraphicUsed by:Timeline
Symbol 884 GraphicUsed by:Timeline
Symbol 885 GraphicUsed by:Timeline
Symbol 886 GraphicUsed by:Timeline
Symbol 887 GraphicUsed by:Timeline
Symbol 888 GraphicUsed by:Timeline
Symbol 889 GraphicUsed by:Timeline
Symbol 890 GraphicUsed by:Timeline
Symbol 891 GraphicUsed by:Timeline
Symbol 892 GraphicUsed by:Timeline
Symbol 893 GraphicUsed by:Timeline
Symbol 894 GraphicUsed by:Timeline
Symbol 895 GraphicUsed by:Timeline
Symbol 896 GraphicUsed by:Timeline
Symbol 897 GraphicUsed by:Timeline
Symbol 898 GraphicUsed by:Timeline
Symbol 899 GraphicUsed by:Timeline
Symbol 900 GraphicUsed by:Timeline
Symbol 901 GraphicUsed by:Timeline
Symbol 902 GraphicUsed by:Timeline
Symbol 903 GraphicUsed by:Timeline
Symbol 904 GraphicUsed by:Timeline
Symbol 905 GraphicUsed by:Timeline
Symbol 906 GraphicUsed by:Timeline
Symbol 907 GraphicUsed by:910
Symbol 908 GraphicUsed by:910
Symbol 909 GraphicUsed by:910
Symbol 910 MovieClipUses:907 908 909Used by:Timeline
Symbol 911 GraphicUsed by:Timeline
Symbol 912 GraphicUsed by:918
Symbol 913 ShapeTweeningUsed by:918
Symbol 914 GraphicUsed by:915
Symbol 915 MovieClipUses:914Used by:918
Symbol 916 ShapeTweeningUsed by:918
Symbol 917 GraphicUsed by:918
Symbol 918 MovieClipUses:912 913 915 916 917Used by:Timeline
Symbol 919 SoundUsed by:Timeline
Symbol 920 SoundUsed by:Timeline
Symbol 921 GraphicUsed by:Timeline
Symbol 922 GraphicUsed by:Timeline
Symbol 923 TextUses:21Used by:Timeline
Symbol 924 GraphicUsed by:925
Symbol 925 MovieClipUses:924Used by:Timeline
Symbol 926 GraphicUsed by:Timeline
Symbol 927 GraphicUsed by:931
Symbol 928 GraphicUsed by:931
Symbol 929 GraphicUsed by:931
Symbol 930 GraphicUsed by:931
Symbol 931 MovieClipUses:927 928 929 930Used by:939
Symbol 932 GraphicUsed by:935
Symbol 933 GraphicUsed by:935
Symbol 934 GraphicUsed by:935
Symbol 935 MovieClipUses:932 933 934Used by:939
Symbol 936 GraphicUsed by:938
Symbol 937 GraphicUsed by:938
Symbol 938 MovieClipUses:936 937Used by:939
Symbol 939 MovieClipUses:931 935 938Used by:Timeline
Symbol 940 BitmapUsed by:941 942 943
Symbol 941 GraphicUses:940Used by:Timeline
Symbol 942 GraphicUses:940Used by:944 989
Symbol 943 GraphicUses:940Used by:944 989
Symbol 944 ButtonUses:942 943Used by:Timeline
Symbol 945 GraphicUsed by:Timeline
Symbol 946 GraphicUsed by:Timeline
Symbol 947 GraphicUsed by:Timeline
Symbol 948 GraphicUsed by:Timeline
Symbol 949 GraphicUsed by:Timeline
Symbol 950 GraphicUsed by:Timeline
Symbol 951 GraphicUsed by:Timeline
Symbol 952 GraphicUsed by:Timeline
Symbol 953 GraphicUsed by:Timeline
Symbol 954 GraphicUsed by:Timeline
Symbol 955 GraphicUsed by:Timeline
Symbol 956 GraphicUsed by:Timeline
Symbol 957 GraphicUsed by:Timeline
Symbol 958 GraphicUsed by:Timeline
Symbol 959 GraphicUsed by:Timeline
Symbol 960 GraphicUsed by:Timeline
Symbol 961 GraphicUsed by:Timeline
Symbol 962 GraphicUsed by:Timeline
Symbol 963 GraphicUsed by:Timeline
Symbol 964 GraphicUsed by:Timeline
Symbol 965 GraphicUsed by:Timeline
Symbol 966 GraphicUsed by:Timeline
Symbol 967 GraphicUsed by:Timeline
Symbol 968 GraphicUsed by:Timeline
Symbol 969 GraphicUsed by:Timeline
Symbol 970 GraphicUsed by:Timeline
Symbol 971 GraphicUsed by:Timeline
Symbol 972 GraphicUsed by:Timeline
Symbol 973 SoundUsed by:Timeline
Symbol 974 GraphicUsed by:Timeline
Symbol 975 GraphicUsed by:Timeline
Symbol 976 GraphicUsed by:Timeline
Symbol 977 GraphicUsed by:Timeline
Symbol 978 GraphicUsed by:Timeline
Symbol 979 GraphicUsed by:Timeline
Symbol 980 GraphicUsed by:Timeline
Symbol 981 GraphicUsed by:Timeline
Symbol 982 GraphicUsed by:983
Symbol 983 MovieClipUses:982Used by:Timeline
Symbol 984 GraphicUsed by:Timeline
Symbol 985 GraphicUsed by:986
Symbol 986 ButtonUses:985Used by:Timeline
Symbol 987 GraphicUsed by:Timeline
Symbol 988 GraphicUsed by:Timeline
Symbol 989 ButtonUses:942 943Used by:Timeline
Symbol 990 GraphicUsed by:991
Symbol 991 MovieClipUses:990Used by:Timeline
Symbol 992 GraphicUsed by:Timeline
Symbol 993 GraphicUsed by:Timeline
Symbol 994 SoundUsed by:Timeline
Symbol 995 GraphicUsed by:Timeline
Symbol 996 GraphicUsed by:Timeline
Symbol 997 GraphicUsed by:Timeline
Symbol 998 GraphicUsed by:Timeline
Symbol 999 GraphicUsed by:Timeline
Symbol 1000 TextUses:21Used by:Timeline
Symbol 1001 GraphicUsed by:Timeline
Symbol 1002 GraphicUsed by:Timeline
Symbol 1003 GraphicUsed by:Timeline
Symbol 1004 GraphicUsed by:Timeline
Symbol 1005 GraphicUsed by:Timeline
Symbol 1006 GraphicUsed by:Timeline
Symbol 1007 GraphicUsed by:Timeline
Symbol 1008 GraphicUsed by:Timeline
Symbol 1009 GraphicUsed by:Timeline
Symbol 1010 GraphicUsed by:Timeline
Symbol 1011 GraphicUsed by:Timeline
Symbol 1012 GraphicUsed by:Timeline
Symbol 1013 GraphicUsed by:Timeline
Symbol 1014 GraphicUsed by:Timeline
Symbol 1015 GraphicUsed by:Timeline
Symbol 1016 GraphicUsed by:1017 1024
Symbol 1017 ButtonUses:1016Used by:Timeline
Symbol 1018 GraphicUsed by:Timeline
Symbol 1019 GraphicUsed by:Timeline
Symbol 1020 GraphicUsed by:Timeline
Symbol 1021 GraphicUsed by:Timeline
Symbol 1022 GraphicUsed by:Timeline
Symbol 1023 SoundUsed by:Timeline
Symbol 1024 ButtonUses:1016Used by:Timeline
Symbol 1025 SoundUsed by:Timeline
Symbol 1026 GraphicUsed by:Timeline
Symbol 1027 GraphicUsed by:1030
Symbol 1028 GraphicUsed by:1030
Symbol 1029 GraphicUsed by:1030
Symbol 1030 MovieClipUses:1027 1028 1029Used by:Timeline
Symbol 1031 SoundUsed by:Timeline
Symbol 1032 GraphicUsed by:Timeline
Symbol 1033 GraphicUsed by:Timeline
Symbol 1034 GraphicUsed by:Timeline
Symbol 1035 ButtonUses:824 826 825Used by:Timeline
Symbol 1036 GraphicUsed by:Timeline
Symbol 1037 GraphicUsed by:Timeline
Symbol 1038 GraphicUsed by:1063
Symbol 1039 ButtonUsed by:1063
Symbol 1040 GraphicUsed by:1041
Symbol 1041 ButtonUses:1040Used by:1063
Symbol 1042 GraphicUsed by:1063
Symbol 1043 SoundUsed by:1063
Symbol 1044 GraphicUsed by:1063
Symbol 1045 SoundUsed by:1063
Symbol 1046 GraphicUsed by:1063
Symbol 1047 GraphicUsed by:1063
Symbol 1048 GraphicUsed by:1063
Symbol 1049 GraphicUsed by:1063
Symbol 1050 GraphicUsed by:1063
Symbol 1051 ButtonUses:140 139Used by:1063
Symbol 1052 GraphicUsed by:1063
Symbol 1053 SoundUsed by:1063
Symbol 1054 GraphicUsed by:1063
Symbol 1055 GraphicUsed by:1063
Symbol 1056 GraphicUsed by:1063
Symbol 1057 GraphicUsed by:1063
Symbol 1058 SoundUsed by:1063
Symbol 1059 GraphicUsed by:1063
Symbol 1060 GraphicUsed by:1063
Symbol 1061 GraphicUsed by:1063
Symbol 1062 GraphicUsed by:1063
Symbol 1063 MovieClipUses:1038 1039 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062Used by:Timeline
Symbol 1064 GraphicUsed by:1065
Symbol 1065 MovieClipUses:1064Used by:Timeline
Symbol 1066 GraphicUsed by:1067 1068
Symbol 1067 ButtonUses:1066Used by:Timeline
Symbol 1068 ButtonUses:1066Used by:Timeline
Symbol 1069 GraphicUsed by:Timeline
Symbol 1070 GraphicUsed by:Timeline
Symbol 1071 GraphicUsed by:Timeline
Symbol 1072 GraphicUsed by:Timeline
Symbol 1073 GraphicUsed by:Timeline
Symbol 1074 GraphicUsed by:Timeline
Symbol 1075 GraphicUsed by:1076  Timeline
Symbol 1076 ButtonUses:1075Used by:Timeline
Symbol 1077 GraphicUsed by:Timeline
Symbol 1078 GraphicUsed by:Timeline
Symbol 1079 GraphicUsed by:Timeline
Symbol 1080 GraphicUsed by:Timeline
Symbol 1081 GraphicUsed by:Timeline
Symbol 1082 GraphicUsed by:Timeline
Symbol 1083 GraphicUsed by:Timeline
Symbol 1084 BitmapUsed by:1085
Symbol 1085 GraphicUses:1084Used by:Timeline
Symbol 1086 FontUsed by:1087 1089
Symbol 1087 TextUses:1086Used by:Timeline
Symbol 1088 SoundUsed by:Timeline
Symbol 1089 TextUses:1086Used by:Timeline
Symbol 1090 TextUses:21Used by:1091
Symbol 1091 MovieClipUses:1090Used by:Timeline

Instance Names

"character"Frame 2Symbol 64 MovieClip
"character"Frame 3Symbol 77 MovieClip
"character"Frame 75Symbol 130 MovieClip
"character"Frame 76Symbol 64 MovieClip
"character"Frame 131Symbol 166 MovieClip
"character"Frame 132Symbol 166 MovieClip
"character"Frame 133Symbol 166 MovieClip
"character"Frame 140Symbol 166 MovieClip
"character"Frame 141Symbol 166 MovieClip
"character"Frame 142Symbol 166 MovieClip
"character"Frame 491Symbol 166 MovieClip
"character"Frame 492Symbol 166 MovieClip
"character"Frame 603Symbol 166 MovieClip
"character"Frame 1286Symbol 166 MovieClip
"character"Frame 1303Symbol 166 MovieClip
"bar"Symbol 19 MovieClip Frame 1Symbol 3 MovieClip
"player"Symbol 64 MovieClip Frame 1Symbol 49 MovieClip
"player"Symbol 77 MovieClip Frame 1Symbol 49 MovieClip
"player"Symbol 130 MovieClip Frame 1Symbol 49 MovieClip
"player"Symbol 166 MovieClip Frame 1Symbol 49 MovieClip

Special Tags

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

Labels

"loaded"Symbol 19 MovieClip Frame 3
"player"Symbol 64 MovieClip Frame 1
"player2"Symbol 64 MovieClip Frame 2
"player3"Symbol 64 MovieClip Frame 3
"player4"Symbol 64 MovieClip Frame 4
"player"Symbol 77 MovieClip Frame 1
"player2"Symbol 77 MovieClip Frame 2
"player3"Symbol 77 MovieClip Frame 3
"player4"Symbol 77 MovieClip Frame 4
"player"Symbol 130 MovieClip Frame 1
"player2"Symbol 130 MovieClip Frame 2
"player3"Symbol 130 MovieClip Frame 3
"player4"Symbol 130 MovieClip Frame 4
"player"Symbol 166 MovieClip Frame 1
"player2"Symbol 166 MovieClip Frame 2
"player3"Symbol 166 MovieClip Frame 3
"player4"Symbol 166 MovieClip Frame 4




http://swfchan.com/16/75316/info.shtml
Created: 6/4 -2019 07:23:04 Last modified: 6/4 -2019 07:23:04 Server time: 17/05 -2024 07:02:00