STORY LOOP FURRY PORN GAMES C SERVICES [?] [R] RND POPULAR | Archived flashes: 229671 |
/disc/ · /res/ — /show/ · /fap/ · /gg/ · /swf/ | P0001 · P2596 · P5191 |
This is the info page for Flash #27185 |
Loading |
www.ArmorGames.com |
www.ArmorGames.com |
www.ArmorGames.com |
www.Claxor.com |
www.Claxor.com |
www.Claxor.com |
While you wait, heres some websites to visit : |
.com |
.com |
Play |
Play |
Play |
Mouse Avoider 2 |
Instructions: |
Press the start button to start the level, and then get to the end without hitting the white obstacles. Note: Do NOT press the mousebutton or any key in game! |
Credits |
Credits |
Credits |
Music |
Off |
Off |
Off |
On |
On |
On |
Music |
Trails |
Quality |
High |
High |
High |
Low |
Low |
Low |
Start |
Start |
Start |
End |
Congratulations! You made it! |
Go on to next level! |
Go on to next level! |
Go on to next level! |
You Died |
Try Again |
Try Again |
Try Again |
Gotcha Cheater! |
Thanks To Joelsson Music www.NeedtheWeb.com Level Design Claxor Art and Animation Claxor Coding Claxor |
ActionScript [AS1/AS2]
Frame 1Stage.showMenu = false; stop(); _root.onEnterFrame = function () { _root.loadedInt = Math.floor((_root.getBytesLoaded() / _root.getBytesTotal()) * 100); _root.b_loaded = loadedInt + " %"; if (_root.loadedInt == 100) { _root.play(); delete _root.onEnterFrame; } }; _root.onLoad = function () { _root.trails = 7; _root.mousePos = new Array(); _root.mousePos.length = trails; var _local3 = 0; while (_local3 < _root.trails) { _root.mousePos[_local3][0] = _root._xmouse; _root.mousePos[_local3][1] = _root._ymouse; this.attachMovie("trail", "trail" + _local3, _local3); this["trail" + _local3]._alpha = 100 - ((100 / _root.trails) * (_local3 + 1)); _local3++; } };Frame 3stop();Frame 4_root.trailsB = true; _root.onEnterFrame = function () { _root.mousePos.unshift([_root._xmouse, _root._ymouse]); if (_root.trailsB) { var _local3 = 0; while (_local3 < _root.trails) { var _local4 = "trail" + _local3; this[_local4]._x = _root.mousePos[_local3][0]; this[_local4]._y = _root.mousePos[_local3][1]; _local3++; } } else { var _local3 = 0; while (_local3 < _root.trails) { var _local4 = "trail" + _local3; this[_local4]._x = -50; this[_local4]._y = -50; _local3++; } } };Frame 5stop();Instance of Symbol 2 MovieClip [trail] "main" in Frame 5onClipEvent (load) { Mouse.hide(); this._x = _root._xmouse; this._y = _root._ymouse; } onClipEvent (mouseMove) { this._x = _root._xmouse; this._y = _root._ymouse; updateAfterEvent(); }Frame 6stop(); game = false; lifesS = "x " + lifes; level = 1; levelS = "Level " + level;Instance of Symbol 2 MovieClip [trail] in Frame 6onClipEvent (load) { Mouse.hide(); this._x = _root._xmouse; this._y = _root._ymouse; } onClipEvent (mouseMove) { this._x = _root._xmouse; this._y = _root._ymouse; this.oldX = this._x; this.oldY = this._y; if (_root.game) { if (_root.course.hitTest(_root._xmouse, _root._ymouse, true)) { _root.game = false; _root.gotoAndStop("dead"); } } updateAfterEvent(); } onClipEvent (mouseDown) { if (_root.game) { _root.gotoAndStop("GO"); } } onClipEvent (keyDown) { if (_root.game) { _root.gotoAndStop("GO"); } }Instance of Symbol 131 MovieClip "course" in Frame 6onClipEvent (enterFrame) { if (_root.game) { if (_root.course.hitTest(_root._xmouse, _root._ymouse, true)) { _root.game = false; _root.gotoAndStop("dead"); } } }Frame 7stop(); _root.game = false;Frame 8stop();Frame 9stop();Frame 10stop(); game = false; lifesS = "x " + lifes; _root.level = 2; levelS = "Level " + level;Instance of Symbol 2 MovieClip [trail] in Frame 10onClipEvent (load) { Mouse.hide(); this._x = _root._xmouse; this._y = _root._ymouse; } onClipEvent (mouseMove) { this._x = _root._xmouse; this._y = _root._ymouse; this.oldX = this._x; this.oldY = this._y; if (_root.game) { if (_root.course.hitTest(_root._xmouse, _root._ymouse, true)) { _root.game = false; _root.gotoAndStop("dead"); } } updateAfterEvent(); } onClipEvent (mouseDown) { if (_root.game) { _root.gotoAndStop("GO"); } }Instance of Symbol 153 MovieClip "course" in Frame 10onClipEvent (enterFrame) { if (_root.game) { if (_root.course.hitTest(_root._xmouse, _root._ymouse, true)) { _root.game = false; _root.gotoAndStop("dead"); } } }Frame 11stop(); game = false; lifesS = "x " + lifes; level = 3; levelS = "Level " + level;Instance of Symbol 2 MovieClip [trail] in Frame 11onClipEvent (load) { Mouse.hide(); this._x = _root._xmouse; this._y = _root._ymouse; } onClipEvent (mouseMove) { this._x = _root._xmouse; this._y = _root._ymouse; this.oldX = this._x; this.oldY = this._y; if (_root.game) { if (_root.course.hitTest(_root._xmouse, _root._ymouse, true)) { _root.game = false; _root.gotoAndStop("dead"); } } updateAfterEvent(); } onClipEvent (mouseDown) { if (_root.game) { _root.gotoAndStop("GO"); } }Instance of Symbol 158 MovieClip "course" in Frame 11onClipEvent (enterFrame) { if (_root.game) { if (_root.course.hitTest(_root._xmouse, _root._ymouse, true)) { _root.game = false; _root.gotoAndStop("dead"); } } }Frame 12stop(); game = false; lifesS = "x " + lifes; level = 4; levelS = "Level " + level;Instance of Symbol 2 MovieClip [trail] in Frame 12onClipEvent (load) { Mouse.hide(); this._x = _root._xmouse; this._y = _root._ymouse; } onClipEvent (mouseMove) { this._x = _root._xmouse; this._y = _root._ymouse; this.oldX = this._x; this.oldY = this._y; if (_root.game) { if (_root.course.hitTest(_root._xmouse, _root._ymouse, true)) { _root.game = false; _root.gotoAndStop("dead"); } } updateAfterEvent(); } onClipEvent (mouseDown) { if (_root.game) { _root.gotoAndStop("GO"); } }Instance of Symbol 165 MovieClip "course" in Frame 12onClipEvent (enterFrame) { if (_root.game) { if (_root.course.hitTest(_root._xmouse, _root._ymouse, true)) { _root.game = false; _root.gotoAndStop("dead"); } } }Frame 13stop(); game = false; lifesS = "x " + lifes; level = 5; levelS = "Level " + level;Instance of Symbol 2 MovieClip [trail] in Frame 13onClipEvent (load) { Mouse.hide(); this._x = _root._xmouse; this._y = _root._ymouse; } onClipEvent (mouseMove) { this._x = _root._xmouse; this._y = _root._ymouse; this.oldX = this._x; this.oldY = this._y; if (_root.game) { if (_root.course.hitTest(_root._xmouse, _root._ymouse, true)) { _root.game = false; _root.gotoAndStop("dead"); } } updateAfterEvent(); } onClipEvent (mouseDown) { if (_root.game) { _root.gotoAndStop("GO"); } }Instance of Symbol 170 MovieClip "course" in Frame 13onClipEvent (enterFrame) { if (_root.game) { if (_root.course.hitTest(_root._xmouse, _root._ymouse, true)) { _root.game = false; _root.gotoAndStop("dead"); } } }Frame 14stop(); game = false; lifesS = "x " + lifes; level = 6; levelS = "Level " + level;Instance of Symbol 2 MovieClip [trail] in Frame 14onClipEvent (load) { Mouse.hide(); this._x = _root._xmouse; this._y = _root._ymouse; } onClipEvent (mouseMove) { this._x = _root._xmouse; this._y = _root._ymouse; this.oldX = this._x; this.oldY = this._y; if (_root.game) { if (_root.course.hitTest(_root._xmouse, _root._ymouse, true)) { _root.game = false; _root.gotoAndStop("dead"); } } updateAfterEvent(); } onClipEvent (mouseDown) { if (_root.game) { _root.gotoAndStop("GO"); } }Instance of Symbol 174 MovieClip "course" in Frame 14onClipEvent (enterFrame) { if (_root.game) { if (_root.course.hitTest(_root._xmouse, _root._ymouse, true)) { _root.game = false; _root.gotoAndStop("dead"); } } }Frame 15stop(); game = false; lifesS = "x " + lifes; level = 7; levelS = "Level " + level;Instance of Symbol 2 MovieClip [trail] in Frame 15onClipEvent (load) { Mouse.hide(); this._x = _root._xmouse; this._y = _root._ymouse; } onClipEvent (mouseMove) { this._x = _root._xmouse; this._y = _root._ymouse; this.oldX = this._x; this.oldY = this._y; if (_root.game) { if (_root.course.hitTest(_root._xmouse, _root._ymouse, true)) { _root.game = false; _root.gotoAndStop("dead"); } } updateAfterEvent(); } onClipEvent (mouseDown) { if (_root.game) { _root.gotoAndStop("GO"); } }Instance of Symbol 183 MovieClip "course" in Frame 15onClipEvent (enterFrame) { if (_root.game) { if (_root.course.hitTest(_root._xmouse, _root._ymouse, true)) { _root.game = false; _root.gotoAndStop("dead"); } } }Frame 16stop(); game = false; lifesS = "x " + lifes; level = 8; levelS = "Level " + level;Instance of Symbol 2 MovieClip [trail] in Frame 16onClipEvent (load) { Mouse.hide(); this._x = _root._xmouse; this._y = _root._ymouse; } onClipEvent (mouseMove) { this._x = _root._xmouse; this._y = _root._ymouse; this.oldX = this._x; this.oldY = this._y; if (_root.game) { if (_root.course.hitTest(_root._xmouse, _root._ymouse, true)) { _root.game = false; _root.gotoAndStop("dead"); } } updateAfterEvent(); } onClipEvent (mouseDown) { if (_root.game) { _root.gotoAndStop("GO"); } }Instance of Symbol 188 MovieClip "course" in Frame 16onClipEvent (enterFrame) { if (_root.game) { if (_root.course.hitTest(_root._xmouse, _root._ymouse, true)) { _root.game = false; _root.gotoAndStop("dead"); } } }Frame 17stop(); game = false; lifesS = "x " + lifes; level = 9; levelS = "Level " + level;Instance of Symbol 2 MovieClip [trail] in Frame 17onClipEvent (load) { Mouse.hide(); this._x = _root._xmouse; this._y = _root._ymouse; } onClipEvent (mouseMove) { this._x = _root._xmouse; this._y = _root._ymouse; this.oldX = this._x; this.oldY = this._y; if (_root.game) { if (_root.course.hitTest(_root._xmouse, _root._ymouse, true)) { _root.game = false; _root.gotoAndStop("dead"); } } updateAfterEvent(); } onClipEvent (mouseDown) { if (_root.game) { _root.gotoAndStop("GO"); } }Instance of Symbol 190 MovieClip "course" in Frame 17onClipEvent (enterFrame) { if (_root.game) { if (_root.course.hitTest(_root._xmouse, _root._ymouse, true)) { _root.game = false; _root.gotoAndStop("dead"); } } }Instance of Symbol 192 MovieClip in Frame 17onClipEvent (load) { this._visible = false; this.speed = 1; } onClipEvent (enterFrame) { if (_root.game) { this._visible = true; if (this._x < _root._xmouse) { this.xSpeed = 1 * this.speed; } else { this.xSpeed = -1 * this.speed; } if (this._y < _root._ymouse) { this.ySpeed = 1 * this.speed; } else { this.ySpeed = -1 * this.speed; } this._x = this._x + this.xSpeed; this._y = this._y + this.ySpeed; if (this.hitTest(_root._xmouse, _root._ymouse, true)) { _root.game = false; _root.gotoAndStop("dead"); } } }Frame 18stop(); game = false; lifesS = "x " + lifes; level = 10; levelS = "Level " + level; _root.possible = 40;Instance of Symbol 2 MovieClip [trail] in Frame 18onClipEvent (load) { Mouse.hide(); this._x = _root._xmouse; this._y = _root._ymouse; } onClipEvent (mouseMove) { this._x = _root._xmouse; this._y = _root._ymouse; this.oldX = this._x; this.oldY = this._y; if (_root.game) { if (_root.course.hitTest(_root._xmouse, _root._ymouse, true)) { _root.game = false; _root.gotoAndStop("dead"); } } updateAfterEvent(); } onClipEvent (mouseDown) { if (_root.game) { _root.gotoAndStop("GO"); } }Instance of Symbol 197 MovieClip "course" in Frame 18onClipEvent (enterFrame) { if (_root.game) { if (_root.course.hitTest(_root._xmouse, _root._ymouse, true)) { _root.game = false; _root.gotoAndStop("dead"); } } }Instance of Symbol 2 MovieClip [trail] "main" in Frame 19onClipEvent (load) { Mouse.hide(); this._x = _root._xmouse; this._y = _root._ymouse; } onClipEvent (mouseMove) { this._x = _root._xmouse; this._y = _root._ymouse; updateAfterEvent(); }Frame 628gotoAndStop ("mainM");Symbol 10 Buttonon (press) { getURL ("http://www.armorgames.com", _blank); }Symbol 15 Buttonon (release) { getURL ("http://www.claxor.com", _blank); }Symbol 33 Buttonon (press) { getURL ("http://www.Claxor.com/", _blank); }Symbol 39 MovieClip Frame 1_parent.stop(); with (this) { startTime = getTimer(); thisFPS = 40; onEnterFrame = function () { elapsed = getTimer() - startTime; goFrame = Math.floor(elapsed / thisFPS); if (goFrame > _totalframes) { goFrame = _totalframes; } gotoAndStop(goFrame); }; }Symbol 39 MovieClip Frame 127_parent.play(); delete this.onEnterFrame;Symbol 74 MovieClip Frame 1function camControl() { parentColor.setTransform(camColor.getTransform()); var _local4 = sX / this._width; var _local3 = sY / this._height; _parent._x = cX - (this._x * _local4); _parent._y = cY - (this._y * _local3); _parent._xscale = 100 * _local4; _parent._yscale = 100 * _local3; } function resetStage() { var _local2 = {ra:100, rb:0, ga:100, gb:0, ba:100, bb:0, aa:100, ab:0}; parentColor.setTransform(_local2); _parent._xscale = 100; _parent._yscale = 100; _parent._x = 0; _parent._y = 0; } this._visible = false; var oldMode = Stage.scaleMode; Stage.scaleMode = "exactFit"; var cX = (Stage.width / 2); var cY = (Stage.height / 2); var sX = Stage.width; var sY = Stage.height; Stage.scaleMode = oldMode; var camColor = new Color(this); var parentColor = new Color(_parent); this.onEnterFrame = camControl; camControl(); this.onUnload = resetStage;Symbol 76 Buttonon (release) { getURL ("http://www.armorgames.com", _blank); }Instance of Symbol 74 MovieClip in Symbol 83 MovieClip Frame 1//component parameters onClipEvent (construct) { varName = "defaultValue"; }Symbol 83 MovieClip Frame 349_root.play();Symbol 84 Buttonon (release) { getURL ("http://www.armorgames.com", _blank); }Symbol 90 Buttonon (release) { gotoAndPlay ("lvl1"); }Symbol 97 Buttonon (release) { gotoAndPlay (19); }Symbol 102 Buttonon (release) { _root.musicMC.gotoAndStop("off"); play(); }Symbol 107 Buttonon (release) { _root.musicMC.gotoAndStop("on"); play(); }Symbol 108 MovieClip Frame 1stop();Symbol 108 MovieClip Frame 2stop();Symbol 110 MovieClip Frame 1stop();Symbol 110 MovieClip Frame 2gotoAndStop (1);Symbol 110 MovieClip Frame 3gotoAndStop (1);Symbol 111 Buttonon (release) { _root.trailsB = false; play(); }Symbol 112 Buttonon (release) { _root.trailsB = true; play(); }Symbol 113 MovieClip Frame 1stop();Symbol 113 MovieClip Frame 2stop();Symbol 120 Buttonon (release) { _quality = "high"; }Symbol 125 Buttonon (release) { _quality = "low"; }Symbol 131 MovieClip Frame 1stop();Symbol 131 MovieClip Frame 2stop();Symbol 135 Buttonon (release) { _root.game = true; _root.course.play(); _root.startBTN._visible = false; }Symbol 138 Buttonon (rollOver) { if (_root.game) { _root.game = false; _root.gotoAndStop("end"); } }Symbol 144 Buttonon (release) { _root.gotoAndStop("lvl" + (_root.level + 1)); }Symbol 149 Buttonon (release) { _root.gotoAndStop("lvl" + _root.level); }Symbol 153 MovieClip Frame 1stop();Symbol 153 MovieClip Frame 2stop();Instance of Symbol 152 MovieClip in Symbol 153 MovieClip Frame 2onClipEvent (load) { gotoAndPlay (28); }Instance of Symbol 152 MovieClip in Symbol 153 MovieClip Frame 2onClipEvent (load) { gotoAndPlay (28); }Symbol 158 MovieClip Frame 1stop();Symbol 158 MovieClip Frame 2stop();Symbol 165 MovieClip Frame 1stop();Symbol 165 MovieClip Frame 2stop();Symbol 170 MovieClip Frame 1stop();Symbol 170 MovieClip Frame 2stop();Instance of Symbol 152 MovieClip in Symbol 170 MovieClip Frame 2onClipEvent (load) { this.gotoAndPlay(28); }Symbol 174 MovieClip Frame 1stop();Symbol 174 MovieClip Frame 2stop();Symbol 180 Buttonon (rollOver) { if (_root.game) { _root.gotoAndStop("end"); } }Symbol 183 MovieClip Frame 1stop();Symbol 183 MovieClip Frame 2stop();Symbol 188 MovieClip Frame 1stop();Symbol 188 MovieClip Frame 2stop();Instance of Symbol 187 MovieClip in Symbol 188 MovieClip Frame 2onClipEvent (load) { this.gotoAndPlay(64); }Symbol 190 MovieClip Frame 1stop();Symbol 190 MovieClip Frame 2stop();Symbol 194 Buttonon (rollOver) { if (_root.game) { _root.game = false; _root.gotoAndPlay("creds"); } }Symbol 196 MovieClip Frame 56this.randomNumb = Math.ceil(Math.random() * _root.possible); if (this.randomNumb == 1) { gotoAndPlay (1); } else { this.play(); }Symbol 196 MovieClip Frame 57gotoAndPlay ("ac");Symbol 197 MovieClip Frame 1stop();Symbol 197 MovieClip Frame 2stop();Instance of Symbol 196 MovieClip in Symbol 197 MovieClip Frame 2onClipEvent (load) { this.gotoAndPlay("ac"); }Instance of Symbol 196 MovieClip in Symbol 197 MovieClip Frame 2onClipEvent (load) { this.gotoAndPlay("ac"); }Instance of Symbol 196 MovieClip in Symbol 197 MovieClip Frame 2onClipEvent (load) { this.gotoAndPlay("ac"); }Instance of Symbol 196 MovieClip in Symbol 197 MovieClip Frame 2onClipEvent (load) { this.gotoAndPlay("ac"); }Instance of Symbol 196 MovieClip in Symbol 197 MovieClip Frame 2onClipEvent (load) { this.gotoAndPlay("ac"); }Instance of Symbol 196 MovieClip in Symbol 197 MovieClip Frame 2onClipEvent (load) { this.gotoAndPlay("ac"); }Instance of Symbol 196 MovieClip in Symbol 197 MovieClip Frame 2onClipEvent (load) { this.gotoAndPlay("ac"); }Instance of Symbol 196 MovieClip in Symbol 197 MovieClip Frame 2onClipEvent (load) { this.gotoAndPlay("ac"); }Instance of Symbol 196 MovieClip in Symbol 197 MovieClip Frame 2onClipEvent (load) { this.gotoAndPlay("ac"); }Instance of Symbol 196 MovieClip in Symbol 197 MovieClip Frame 2onClipEvent (load) { this.gotoAndPlay("ac"); }
Library Items
Symbol 1 Graphic | Used by:2 | |
Symbol 2 MovieClip [trail] | Uses:1 | Used by:Timeline |
Symbol 3 Font | Used by:4 5 6 7 8 11 12 13 16 86 87 88 91 92 93 94 95 96 98 99 100 101 103 104 105 109 114 115 116 117 118 121 122 123 132 133 134 136 139 140 141 142 143 145 146 147 148 150 154 159 166 171 175 184 189 193 198 199 | |
Symbol 4 Text | Uses:3 | Used by:Timeline |
Symbol 5 EditableText | Uses:3 | Used by:Timeline |
Symbol 6 Text | Uses:3 | Used by:10 84 |
Symbol 7 Text | Uses:3 | Used by:10 84 |
Symbol 8 Text | Uses:3 | Used by:10 84 |
Symbol 9 Graphic | Used by:10 84 | |
Symbol 10 Button | Uses:6 7 8 9 | Used by:Timeline |
Symbol 11 Text | Uses:3 | Used by:15 |
Symbol 12 Text | Uses:3 | Used by:15 |
Symbol 13 Text | Uses:3 | Used by:15 |
Symbol 14 Graphic | Used by:15 | |
Symbol 15 Button | Uses:11 12 13 14 | Used by:Timeline |
Symbol 16 Text | Uses:3 | Used by:Timeline |
Symbol 17 Graphic | Used by:Timeline | |
Symbol 18 Graphic | Used by:19 | |
Symbol 19 MovieClip | Uses:18 | Used by:30 |
Symbol 20 Graphic | Used by:21 | |
Symbol 21 MovieClip | Uses:20 | Used by:30 |
Symbol 22 Graphic | Used by:23 | |
Symbol 23 MovieClip | Uses:22 | Used by:30 |
Symbol 24 Graphic | Used by:25 | |
Symbol 25 MovieClip | Uses:24 | Used by:30 |
Symbol 26 Graphic | Used by:27 | |
Symbol 27 MovieClip | Uses:26 | Used by:30 |
Symbol 28 Graphic | Used by:29 | |
Symbol 29 MovieClip | Uses:28 | Used by:30 |
Symbol 30 MovieClip | Uses:19 21 23 25 27 29 | Used by:39 |
Symbol 31 Graphic | Used by:39 | |
Symbol 32 Graphic | Used by:33 | |
Symbol 33 Button | Uses:32 | Used by:39 |
Symbol 34 Graphic | Used by:35 | |
Symbol 35 MovieClip | Uses:34 | Used by:39 |
Symbol 36 Graphic | Used by:37 38 | |
Symbol 37 MovieClip | Uses:36 | Used by:39 |
Symbol 38 Button | Uses:36 | Used by:39 |
Symbol 39 MovieClip | Uses:30 31 33 35 37 38 | Used by:Timeline |
Symbol 40 Graphic | Used by:83 | |
Symbol 41 Graphic | Used by:83 | |
Symbol 42 Graphic | Used by:43 | |
Symbol 43 MovieClip | Uses:42 | Used by:83 |
Symbol 44 Graphic | Used by:45 | |
Symbol 45 MovieClip | Uses:44 | Used by:83 |
Symbol 46 Graphic | Used by:47 | |
Symbol 47 MovieClip | Uses:46 | Used by:83 |
Symbol 48 Graphic | Used by:49 | |
Symbol 49 MovieClip | Uses:48 | Used by:55 69 |
Symbol 50 Graphic | Used by:51 | |
Symbol 51 MovieClip | Uses:50 | Used by:55 69 |
Symbol 52 Graphic | Used by:53 | |
Symbol 53 MovieClip | Uses:52 | Used by:55 |
Symbol 54 Graphic | Used by:55 | |
Symbol 55 MovieClip | Uses:49 51 53 54 | Used by:83 |
Symbol 56 Graphic | Used by:69 | |
Symbol 57 ShapeTweening | Used by:68 | |
Symbol 58 ShapeTweening | Used by:68 | |
Symbol 59 Graphic | Used by:68 | |
Symbol 60 Graphic | Used by:68 | |
Symbol 61 ShapeTweening | Used by:68 | |
Symbol 62 ShapeTweening | Used by:68 | |
Symbol 63 ShapeTweening | Used by:68 | |
Symbol 64 ShapeTweening | Used by:68 | |
Symbol 65 ShapeTweening | Used by:68 | |
Symbol 66 ShapeTweening | Used by:68 | |
Symbol 67 Graphic | Used by:68 | |
Symbol 68 MovieClip | Uses:57 58 59 60 61 62 63 64 65 66 67 | Used by:69 |
Symbol 69 MovieClip | Uses:56 68 49 51 | Used by:83 |
Symbol 70 Graphic | Used by:71 | |
Symbol 71 MovieClip | Uses:70 | Used by:83 |
Symbol 72 Graphic | Used by:83 | |
Symbol 73 Graphic | Used by:74 | |
Symbol 74 MovieClip | Uses:73 | Used by:83 |
Symbol 75 Graphic | Used by:76 | |
Symbol 76 Button | Uses:75 | Used by:83 |
Symbol 77 Graphic | Used by:83 | |
Symbol 78 Graphic | Used by:82 | |
Symbol 79 Font | Used by:80 81 | |
Symbol 80 Text | Uses:79 | Used by:82 |
Symbol 81 Text | Uses:79 | Used by:82 |
Symbol 82 MovieClip | Uses:78 80 81 | Used by:83 |
Symbol 83 MovieClip | Uses:40 41 43 45 47 55 69 71 72 74 76 77 82 SS1 | Used by:Timeline |
Symbol 84 Button | Uses:6 7 8 9 | Used by:Timeline |
Symbol 85 Sound | Used by:110 Timeline | |
Symbol 86 Text | Uses:3 | Used by:90 |
Symbol 87 Text | Uses:3 | Used by:90 |
Symbol 88 Text | Uses:3 | Used by:90 |
Symbol 89 Graphic | Used by:90 97 102 111 135 144 149 | |
Symbol 90 Button | Uses:86 87 88 89 | Used by:Timeline |
Symbol 91 Text | Uses:3 | Used by:Timeline |
Symbol 92 Text | Uses:3 | Used by:Timeline |
Symbol 93 Text | Uses:3 | Used by:Timeline |
Symbol 94 Text | Uses:3 | Used by:97 |
Symbol 95 Text | Uses:3 | Used by:97 |
Symbol 96 Text | Uses:3 | Used by:97 |
Symbol 97 Button | Uses:94 95 96 89 | Used by:Timeline |
Symbol 98 Text | Uses:3 | Used by:Timeline |
Symbol 99 Text | Uses:3 | Used by:102 111 |
Symbol 100 Text | Uses:3 | Used by:102 111 |
Symbol 101 Text | Uses:3 | Used by:102 111 |
Symbol 102 Button | Uses:99 100 101 89 | Used by:108 |
Symbol 103 Text | Uses:3 | Used by:107 112 |
Symbol 104 Text | Uses:3 | Used by:107 112 |
Symbol 105 Text | Uses:3 | Used by:107 112 |
Symbol 106 Graphic | Used by:107 112 | |
Symbol 107 Button | Uses:103 104 105 106 | Used by:108 |
Symbol 108 MovieClip | Uses:102 107 | Used by:Timeline |
Symbol 109 Text | Uses:3 | Used by:110 |
Symbol 110 MovieClip | Uses:109 85 | Used by:Timeline |
Symbol 111 Button | Uses:99 100 101 89 | Used by:113 |
Symbol 112 Button | Uses:103 104 105 106 | Used by:113 |
Symbol 113 MovieClip | Uses:111 112 | Used by:Timeline |
Symbol 114 Text | Uses:3 | Used by:Timeline |
Symbol 115 Text | Uses:3 | Used by:Timeline |
Symbol 116 Text | Uses:3 | Used by:120 |
Symbol 117 Text | Uses:3 | Used by:120 |
Symbol 118 Text | Uses:3 | Used by:120 |
Symbol 119 Graphic | Used by:120 | |
Symbol 120 Button | Uses:116 117 118 119 | Used by:Timeline |
Symbol 121 Text | Uses:3 | Used by:125 |
Symbol 122 Text | Uses:3 | Used by:125 |
Symbol 123 Text | Uses:3 | Used by:125 |
Symbol 124 Graphic | Used by:125 | |
Symbol 125 Button | Uses:121 122 123 124 | Used by:Timeline |
Symbol 126 Graphic | Used by:131 | |
Symbol 127 Graphic | Used by:131 | |
Symbol 128 Graphic | Used by:129 | |
Symbol 129 MovieClip | Uses:128 | Used by:130 152 156 163 169 173 188 196 |
Symbol 130 MovieClip | Uses:129 | Used by:131 |
Symbol 131 MovieClip | Uses:126 127 130 | Used by:Timeline |
Symbol 132 Text | Uses:3 | Used by:135 |
Symbol 133 Text | Uses:3 | Used by:135 |
Symbol 134 Text | Uses:3 | Used by:135 |
Symbol 135 Button | Uses:132 133 134 89 | Used by:Timeline |
Symbol 136 Text | Uses:3 | Used by:138 180 194 |
Symbol 137 Graphic | Used by:138 180 194 | |
Symbol 138 Button | Uses:136 137 | Used by:183 Timeline |
Symbol 139 EditableText | Uses:3 | Used by:Timeline |
Symbol 140 Text | Uses:3 | Used by:Timeline |
Symbol 141 Text | Uses:3 | Used by:144 |
Symbol 142 Text | Uses:3 | Used by:144 |
Symbol 143 Text | Uses:3 | Used by:144 |
Symbol 144 Button | Uses:141 142 143 89 | Used by:Timeline |
Symbol 145 Text | Uses:3 | Used by:Timeline |
Symbol 146 Text | Uses:3 | Used by:149 |
Symbol 147 Text | Uses:3 | Used by:149 |
Symbol 148 Text | Uses:3 | Used by:149 |
Symbol 149 Button | Uses:146 147 148 89 | Used by:Timeline |
Symbol 150 Text | Uses:3 | Used by:Timeline |
Symbol 151 Graphic | Used by:153 | |
Symbol 152 MovieClip | Uses:129 | Used by:153 170 |
Symbol 153 MovieClip | Uses:151 152 | Used by:Timeline |
Symbol 154 EditableText | Uses:3 | Used by:Timeline |
Symbol 155 Graphic | Used by:158 190 | |
Symbol 156 MovieClip | Uses:129 | Used by:157 |
Symbol 157 MovieClip | Uses:156 | Used by:158 |
Symbol 158 MovieClip | Uses:155 157 | Used by:Timeline |
Symbol 159 EditableText | Uses:3 | Used by:Timeline |
Symbol 160 Graphic | Used by:165 | |
Symbol 161 Graphic | Used by:162 | |
Symbol 162 MovieClip | Uses:161 | Used by:163 |
Symbol 163 MovieClip | Uses:129 162 | Used by:164 |
Symbol 164 MovieClip | Uses:163 | Used by:165 170 178 181 |
Symbol 165 MovieClip | Uses:160 164 | Used by:Timeline |
Symbol 166 EditableText | Uses:3 | Used by:Timeline |
Symbol 167 Graphic | Used by:170 | |
Symbol 168 Graphic | Used by:170 | |
Symbol 169 MovieClip | Uses:129 | Used by:170 |
Symbol 170 MovieClip | Uses:167 168 152 169 164 | Used by:Timeline |
Symbol 171 EditableText | Uses:3 | Used by:Timeline |
Symbol 172 Graphic | Used by:174 | |
Symbol 173 MovieClip | Uses:129 | Used by:174 |
Symbol 174 MovieClip | Uses:172 173 | Used by:Timeline |
Symbol 175 EditableText | Uses:3 | Used by:Timeline |
Symbol 176 Graphic | Used by:183 | |
Symbol 177 Graphic | Used by:178 181 | |
Symbol 178 MovieClip | Uses:177 164 | Used by:179 |
Symbol 179 MovieClip | Uses:178 | Used by:183 |
Symbol 180 Button | Uses:136 137 | Used by:181 |
Symbol 181 MovieClip | Uses:177 164 180 | Used by:182 |
Symbol 182 MovieClip | Uses:181 | Used by:183 |
Symbol 183 MovieClip | Uses:176 138 179 182 | Used by:Timeline |
Symbol 184 EditableText | Uses:3 | Used by:Timeline |
Symbol 185 Graphic | Used by:186 188 | |
Symbol 186 MovieClip | Uses:185 | Used by:187 |
Symbol 187 MovieClip | Uses:186 | Used by:188 |
Symbol 188 MovieClip | Uses:185 129 187 | Used by:Timeline |
Symbol 189 EditableText | Uses:3 | Used by:Timeline |
Symbol 190 MovieClip | Uses:155 | Used by:Timeline |
Symbol 191 Graphic | Used by:192 | |
Symbol 192 MovieClip | Uses:191 | Used by:Timeline |
Symbol 193 EditableText | Uses:3 | Used by:Timeline |
Symbol 194 Button | Uses:136 137 | Used by:Timeline |
Symbol 195 Graphic | Used by:197 | |
Symbol 196 MovieClip | Uses:129 | Used by:197 |
Symbol 197 MovieClip | Uses:195 196 | Used by:Timeline |
Symbol 198 EditableText | Uses:3 | Used by:Timeline |
Symbol 199 Text | Uses:3 | Used by:200 |
Symbol 200 MovieClip | Uses:199 | Used by:Timeline |
Streaming Sound 1 | Used by:Symbol 83 MovieClip |
Instance Names
"main" | Frame 5 | Symbol 2 MovieClip [trail] |
"musicMC" | Frame 5 | Symbol 110 MovieClip |
"course" | Frame 6 | Symbol 131 MovieClip |
"startBTN" | Frame 6 | Symbol 135 Button |
"course" | Frame 10 | Symbol 153 MovieClip |
"startBTN" | Frame 10 | Symbol 135 Button |
"startBTN" | Frame 11 | Symbol 135 Button |
"course" | Frame 11 | Symbol 158 MovieClip |
"course" | Frame 12 | Symbol 165 MovieClip |
"startBTN" | Frame 12 | Symbol 135 Button |
"course" | Frame 13 | Symbol 170 MovieClip |
"startBTN" | Frame 13 | Symbol 135 Button |
"course" | Frame 14 | Symbol 174 MovieClip |
"startBTN" | Frame 14 | Symbol 135 Button |
"course" | Frame 15 | Symbol 183 MovieClip |
"startBTN" | Frame 15 | Symbol 135 Button |
"course" | Frame 16 | Symbol 188 MovieClip |
"startBTN" | Frame 16 | Symbol 135 Button |
"startBTN" | Frame 17 | Symbol 135 Button |
"course" | Frame 17 | Symbol 190 MovieClip |
"startBTN" | Frame 18 | Symbol 135 Button |
"course" | Frame 18 | Symbol 197 MovieClip |
"main" | Frame 19 | Symbol 2 MovieClip [trail] |
Special Tags
ExportAssets (56) | Timeline Frame 1 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 5 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 6 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 7 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 8 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 9 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 10 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 11 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 12 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 13 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 14 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 15 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 16 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 17 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 18 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 19 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 20 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 21 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 22 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 23 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 24 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 25 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 26 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 27 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 28 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 29 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 30 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 31 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 32 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 33 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 34 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 35 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 36 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 37 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 38 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 39 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 40 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 41 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 42 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 43 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 44 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 45 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 46 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 47 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 48 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 49 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 50 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 51 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 52 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 53 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 54 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 55 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 56 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 57 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 58 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 59 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 60 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 61 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 62 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 63 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 64 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 65 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 66 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 67 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 68 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 69 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 70 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 71 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 72 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 73 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 74 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 75 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 76 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 77 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 78 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 79 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 80 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 81 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 82 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 83 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 84 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 85 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 86 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 87 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 88 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 89 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 90 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 91 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 92 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 93 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 94 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 95 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 96 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 97 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 98 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 99 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 100 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 101 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 102 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 103 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 104 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 105 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 106 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 107 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 108 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 109 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 110 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 111 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 112 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 113 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 114 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 115 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 116 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 117 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 118 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 119 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 120 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 121 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 122 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 123 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 124 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 125 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 126 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 127 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 128 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 129 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 130 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 131 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 132 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 133 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 134 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 135 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 136 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 137 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 138 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 139 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 140 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 141 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 142 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 143 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 144 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 145 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 146 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 147 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 148 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 149 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 150 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 151 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 152 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 153 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 154 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 155 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 156 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 157 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 158 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 159 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 160 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 161 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 162 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 163 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 164 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 165 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 166 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 167 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 168 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 169 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 170 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 171 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 172 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 173 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 174 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 175 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 176 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 177 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 178 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 179 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 180 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 181 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 182 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 183 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 184 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 185 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 186 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 187 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 188 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 189 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 190 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 191 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 192 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 193 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 194 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 195 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 196 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 197 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 198 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 199 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 200 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 201 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 202 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 203 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 204 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 205 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 206 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 207 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 208 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 209 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 210 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 211 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 212 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 213 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 214 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 215 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 216 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 217 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 218 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 219 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 220 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 221 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 222 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 223 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 224 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 225 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 226 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 227 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 228 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 229 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 230 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 231 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 232 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 233 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 234 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 235 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 236 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 237 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 238 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 239 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 240 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 241 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 242 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 243 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 244 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 245 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 246 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 247 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 248 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 249 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 250 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 251 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 252 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 253 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 254 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 255 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 256 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 257 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 258 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 259 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 260 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 261 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 262 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 263 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 264 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 265 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 266 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 267 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 268 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 269 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 270 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 271 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 272 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 273 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 274 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 275 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 276 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 277 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 278 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 279 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 280 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 281 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 282 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 283 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 284 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 285 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 286 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 287 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 288 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 289 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 290 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 291 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 292 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 293 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 294 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 295 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 296 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 297 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 298 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 299 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 300 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 301 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 302 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 303 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 304 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 305 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 306 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 307 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 308 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 309 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 310 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 311 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 312 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 313 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 314 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 315 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 316 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 317 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 318 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 319 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 320 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 321 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 322 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 323 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 324 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 325 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 326 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 327 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 328 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 329 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 330 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 331 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 332 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 333 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 334 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 335 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 336 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 337 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 338 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 339 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 340 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 341 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 342 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 343 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 344 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 345 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 346 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 347 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 348 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 349 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 350 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 351 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 352 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 353 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 354 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 355 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 356 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 357 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 358 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 359 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 360 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 361 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 362 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 363 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 364 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 365 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 366 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 367 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 368 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 369 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 370 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 371 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 372 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 373 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 374 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 375 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 376 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 377 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 378 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 379 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 380 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 381 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 382 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 383 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 384 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 385 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 386 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 387 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 388 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 389 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 390 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 391 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 392 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 393 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 394 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 395 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 396 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 397 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 398 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 399 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 400 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 401 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 402 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 403 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 404 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 405 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 406 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 407 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 408 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 409 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 410 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 411 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 412 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 413 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 414 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 415 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 416 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 417 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 418 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 419 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 420 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 421 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 422 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 423 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 424 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 425 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 426 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 427 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 428 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 429 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 430 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 431 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 432 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 433 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 434 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 435 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 436 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 437 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 438 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 439 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 440 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 441 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 442 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 443 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 444 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 445 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 446 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 447 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 448 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 449 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 450 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 451 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 452 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 453 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 454 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 455 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 456 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 457 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 458 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 459 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 460 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 461 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 462 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 463 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 464 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 465 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 466 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 467 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 468 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 469 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 470 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 471 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 472 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 473 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 474 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 475 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 476 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 477 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 478 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 479 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 480 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 481 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 482 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 483 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 484 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 485 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 486 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 487 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 488 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 489 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 490 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 491 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 492 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 493 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 494 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 495 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 496 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 497 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 498 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 499 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 500 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 501 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 502 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 503 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 504 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 505 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 506 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 507 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 508 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 509 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 510 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 511 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 512 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 513 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 514 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 515 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 516 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 517 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 518 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 519 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 520 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 521 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 522 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 523 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 524 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 525 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 526 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 527 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 528 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 529 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 530 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 531 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 532 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 533 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 534 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 535 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 536 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 537 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 538 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 539 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 540 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 541 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 542 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 543 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 544 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 545 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 546 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 547 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 548 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 549 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 550 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 551 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 552 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 553 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 554 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 555 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 556 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 557 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 558 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 559 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 560 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 561 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 562 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 563 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 564 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 565 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 566 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 567 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 568 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 569 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 570 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 571 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 572 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 573 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 574 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 575 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 576 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 577 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 578 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 579 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 580 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 581 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 582 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 583 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 584 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 585 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 586 | Symbol 2 as "trail" |
Labels
"AG" | Frame 3 |
"init" | Frame 4 |
"musicMC" | Frame 5 |
"mainM" | Frame 5 |
"lvl1" | Frame 6 |
"end" | Frame 7 |
"dead" | Frame 8 |
"GO" | Frame 9 |
"lvl2" | Frame 10 |
"lvl3" | Frame 11 |
"lvl4" | Frame 12 |
"lvl5" | Frame 13 |
"lvl6" | Frame 14 |
"lvl7" | Frame 15 |
"lvl8" | Frame 16 |
"lvl9" | Frame 17 |
"lvl10" | Frame 18 |
"creds" | Frame 19 |
"on" | Symbol 110 MovieClip Frame 2 |
"off" | Symbol 110 MovieClip Frame 3 |
"ac" | Symbol 196 MovieClip Frame 56 |
Dynamic Text Variables
b_loaded | Symbol 5 EditableText | "" |
levelS | Symbol 139 EditableText | "" |
levelS | Symbol 154 EditableText | "" |
levelS | Symbol 159 EditableText | "" |
levelS | Symbol 166 EditableText | "" |
levelS | Symbol 171 EditableText | "" |
levelS | Symbol 175 EditableText | "" |
levelS | Symbol 184 EditableText | "" |
levelS | Symbol 189 EditableText | "" |
levelS | Symbol 193 EditableText | "" |
levelS | Symbol 198 EditableText | "" |
|