STORY LOOP FURRY PORN GAMES C SERVICES [?] [R] RND POPULAR | Archived flashes: 229455 |
/disc/ · /res/ — /show/ · /fap/ · /gg/ · /swf/ | P0001 · P2574 · P5148 |
This is the info page for Flash #13781 |
Loading |
www.ArmorGames.com |
www.ArmorGames.com |
www.ArmorGames.com |
A Game By |
Mouse Avoider |
Skip |
Skip |
Skip |
.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 |
Play More Games |
Play More Games |
Play More Games |
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 For No Reason FpPotatoe Thanks To Erik Joelsson aka Joelzzon Beta Testing Erik Joelsson aka Joelzzon Music www.NeedtheWeb.com Level Design Daniel Nilsson aka DN entertainment and Erik Joelsson aka Joelzzon Art and Animation Daniel Nilsson aka DN entertainment Coding Daniel Nilsson aka DN Entertainment |
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 274stop();Frame 275_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 276stop();Instance of Symbol 2 MovieClip [trail] "main" in Frame 276onClipEvent (load) { Mouse.hide(); this._x = _root._xmouse; this._y = _root._ymouse; } onClipEvent (mouseMove) { this._x = _root._xmouse; this._y = _root._ymouse; updateAfterEvent(); }Frame 277stop(); game = false; lifesS = "x " + lifes; level = 1; levelS = "Level " + level;Instance of Symbol 2 MovieClip [trail] in Frame 277onClipEvent (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 117 MovieClip "course" in Frame 277onClipEvent (enterFrame) { if (_root.game) { if (_root.course.hitTest(_root._xmouse, _root._ymouse, true)) { _root.game = false; _root.gotoAndStop("dead"); } } }Frame 278stop(); _root.game = false;Frame 279stop();Frame 280stop();Frame 281stop(); game = false; lifesS = "x " + lifes; _root.level = 2; levelS = "Level " + level;Instance of Symbol 2 MovieClip [trail] in Frame 281onClipEvent (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 139 MovieClip "course" in Frame 281onClipEvent (enterFrame) { if (_root.game) { if (_root.course.hitTest(_root._xmouse, _root._ymouse, true)) { _root.game = false; _root.gotoAndStop("dead"); } } }Frame 282stop(); game = false; lifesS = "x " + lifes; level = 3; levelS = "Level " + level;Instance of Symbol 2 MovieClip [trail] in Frame 282onClipEvent (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 144 MovieClip "course" in Frame 282onClipEvent (enterFrame) { if (_root.game) { if (_root.course.hitTest(_root._xmouse, _root._ymouse, true)) { _root.game = false; _root.gotoAndStop("dead"); } } }Frame 283stop(); game = false; lifesS = "x " + lifes; level = 4; levelS = "Level " + level;Instance of Symbol 2 MovieClip [trail] in Frame 283onClipEvent (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 151 MovieClip "course" in Frame 283onClipEvent (enterFrame) { if (_root.game) { if (_root.course.hitTest(_root._xmouse, _root._ymouse, true)) { _root.game = false; _root.gotoAndStop("dead"); } } }Frame 284stop(); game = false; lifesS = "x " + lifes; level = 5; levelS = "Level " + level;Instance of Symbol 2 MovieClip [trail] in Frame 284onClipEvent (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 156 MovieClip "course" in Frame 284onClipEvent (enterFrame) { if (_root.game) { if (_root.course.hitTest(_root._xmouse, _root._ymouse, true)) { _root.game = false; _root.gotoAndStop("dead"); } } }Frame 285stop(); game = false; lifesS = "x " + lifes; level = 6; levelS = "Level " + level;Instance of Symbol 2 MovieClip [trail] in Frame 285onClipEvent (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 160 MovieClip "course" in Frame 285onClipEvent (enterFrame) { if (_root.game) { if (_root.course.hitTest(_root._xmouse, _root._ymouse, true)) { _root.game = false; _root.gotoAndStop("dead"); } } }Frame 286stop(); game = false; lifesS = "x " + lifes; level = 7; levelS = "Level " + level;Instance of Symbol 2 MovieClip [trail] in Frame 286onClipEvent (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 169 MovieClip "course" in Frame 286onClipEvent (enterFrame) { if (_root.game) { if (_root.course.hitTest(_root._xmouse, _root._ymouse, true)) { _root.game = false; _root.gotoAndStop("dead"); } } }Frame 287stop(); game = false; lifesS = "x " + lifes; level = 8; levelS = "Level " + level;Instance of Symbol 2 MovieClip [trail] in Frame 287onClipEvent (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 287onClipEvent (enterFrame) { if (_root.game) { if (_root.course.hitTest(_root._xmouse, _root._ymouse, true)) { _root.game = false; _root.gotoAndStop("dead"); } } }Frame 288stop(); game = false; lifesS = "x " + lifes; level = 9; levelS = "Level " + level;Instance of Symbol 2 MovieClip [trail] in Frame 288onClipEvent (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 176 MovieClip "course" in Frame 288onClipEvent (enterFrame) { if (_root.game) { if (_root.course.hitTest(_root._xmouse, _root._ymouse, true)) { _root.game = false; _root.gotoAndStop("dead"); } } }Instance of Symbol 178 MovieClip in Frame 288onClipEvent (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 289stop(); game = false; lifesS = "x " + lifes; level = 10; levelS = "Level " + level; _root.possible = 40;Instance of Symbol 2 MovieClip [trail] in Frame 289onClipEvent (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 289onClipEvent (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 290onClipEvent (load) { Mouse.hide(); this._x = _root._xmouse; this._y = _root._ymouse; } onClipEvent (mouseMove) { this._x = _root._xmouse; this._y = _root._ymouse; updateAfterEvent(); }Frame 899gotoAndStop ("mainM");Symbol 10 Buttonon (press) { getURL ("http://www.armorgames.com", _blank); }Symbol 22 Buttonon (release) { gotoAndPlay ("AG"); }Symbol 57 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 59 Buttonon (release) { getURL ("http://www.armorgames.com", _blank); }Instance of Symbol 57 MovieClip in Symbol 66 MovieClip Frame 1//component parameters onClipEvent (construct) { varName = "defaultValue"; }Symbol 66 MovieClip Frame 349_root.play();Symbol 71 Buttonon (release) { gotoAndPlay ("lvl1"); }Symbol 78 Buttonon (release) { gotoAndPlay (290); }Symbol 83 Buttonon (release) { _root.musicMC.gotoAndStop("off"); play(); }Symbol 88 Buttonon (release) { _root.musicMC.gotoAndStop("on"); play(); }Symbol 89 MovieClip Frame 1stop();Symbol 89 MovieClip Frame 2stop();Symbol 91 MovieClip Frame 1stop();Symbol 91 MovieClip Frame 2gotoAndStop (1);Symbol 91 MovieClip Frame 3gotoAndStop (1);Symbol 92 Buttonon (release) { _root.trailsB = false; play(); }Symbol 93 Buttonon (release) { _root.trailsB = true; play(); }Symbol 94 MovieClip Frame 1stop();Symbol 94 MovieClip Frame 2stop();Symbol 101 Buttonon (release) { _quality = "high"; }Symbol 106 Buttonon (release) { _quality = "low"; }Symbol 111 Buttonon (release) { getURL ("http://www.armorgames.com", _blank); }Symbol 117 MovieClip Frame 1stop();Symbol 117 MovieClip Frame 2stop();Symbol 121 Buttonon (release) { _root.game = true; _root.course.play(); _root.startBTN._visible = false; }Symbol 124 Buttonon (rollOver) { if (_root.game) { _root.game = false; _root.gotoAndStop("end"); } }Symbol 130 Buttonon (release) { _root.gotoAndStop("lvl" + (_root.level + 1)); }Symbol 135 Buttonon (release) { _root.gotoAndStop("lvl" + _root.level); }Symbol 139 MovieClip Frame 1stop();Symbol 139 MovieClip Frame 2stop();Instance of Symbol 138 MovieClip in Symbol 139 MovieClip Frame 2onClipEvent (load) { gotoAndPlay (28); }Instance of Symbol 138 MovieClip in Symbol 139 MovieClip Frame 2onClipEvent (load) { gotoAndPlay (28); }Symbol 144 MovieClip Frame 1stop();Symbol 144 MovieClip Frame 2stop();Symbol 151 MovieClip Frame 1stop();Symbol 151 MovieClip Frame 2stop();Symbol 156 MovieClip Frame 1stop();Symbol 156 MovieClip Frame 2stop();Instance of Symbol 138 MovieClip in Symbol 156 MovieClip Frame 2onClipEvent (load) { this.gotoAndPlay(28); }Symbol 160 MovieClip Frame 1stop();Symbol 160 MovieClip Frame 2stop();Symbol 166 Buttonon (rollOver) { if (_root.game) { _root.gotoAndStop("end"); } }Symbol 169 MovieClip Frame 1stop();Symbol 169 MovieClip Frame 2stop();Symbol 174 MovieClip Frame 1stop();Symbol 174 MovieClip Frame 2stop();Instance of Symbol 173 MovieClip in Symbol 174 MovieClip Frame 2onClipEvent (load) { this.gotoAndPlay(64); }Symbol 176 MovieClip Frame 1stop();Symbol 176 MovieClip Frame 2stop();Symbol 180 Buttonon (rollOver) { if (_root.game) { _root.game = false; _root.gotoAndPlay("creds"); } }Symbol 182 MovieClip Frame 56this.randomNumb = Math.ceil(Math.random() * _root.possible); if (this.randomNumb == 1) { gotoAndPlay (1); } else { this.play(); }Symbol 182 MovieClip Frame 57gotoAndPlay ("ac");Symbol 183 MovieClip Frame 1stop();Symbol 183 MovieClip Frame 2stop();Instance of Symbol 182 MovieClip in Symbol 183 MovieClip Frame 2onClipEvent (load) { this.gotoAndPlay("ac"); }Instance of Symbol 182 MovieClip in Symbol 183 MovieClip Frame 2onClipEvent (load) { this.gotoAndPlay("ac"); }Instance of Symbol 182 MovieClip in Symbol 183 MovieClip Frame 2onClipEvent (load) { this.gotoAndPlay("ac"); }Instance of Symbol 182 MovieClip in Symbol 183 MovieClip Frame 2onClipEvent (load) { this.gotoAndPlay("ac"); }Instance of Symbol 182 MovieClip in Symbol 183 MovieClip Frame 2onClipEvent (load) { this.gotoAndPlay("ac"); }Instance of Symbol 182 MovieClip in Symbol 183 MovieClip Frame 2onClipEvent (load) { this.gotoAndPlay("ac"); }Instance of Symbol 182 MovieClip in Symbol 183 MovieClip Frame 2onClipEvent (load) { this.gotoAndPlay("ac"); }Instance of Symbol 182 MovieClip in Symbol 183 MovieClip Frame 2onClipEvent (load) { this.gotoAndPlay("ac"); }Instance of Symbol 182 MovieClip in Symbol 183 MovieClip Frame 2onClipEvent (load) { this.gotoAndPlay("ac"); }Instance of Symbol 182 MovieClip in Symbol 183 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 15 16 18 19 20 68 69 70 72 73 74 75 76 77 79 80 81 82 84 85 86 90 95 96 97 98 99 102 103 104 107 108 109 118 119 120 122 125 126 127 128 129 131 132 133 134 136 140 145 152 157 161 170 175 179 184 185 | |
Symbol 4 Text | Uses:3 | Used by:Timeline |
Symbol 5 EditableText | Uses:3 | Used by:Timeline |
Symbol 6 Text | Uses:3 | Used by:10 |
Symbol 7 Text | Uses:3 | Used by:10 |
Symbol 8 Text | Uses:3 | Used by:10 |
Symbol 9 Graphic | Used by:10 | |
Symbol 10 Button | Uses:6 7 8 9 | Used by:Timeline |
Symbol 11 Graphic | Used by:14 Timeline | |
Symbol 12 Graphic | Used by:14 Timeline | |
Symbol 13 Graphic | Used by:14 Timeline | |
Symbol 14 MovieClip | Uses:11 12 13 | Used by:17 |
Symbol 15 Text | Uses:3 | Used by:17 |
Symbol 16 Text | Uses:3 | Used by:17 |
Symbol 17 MovieClip | Uses:14 15 16 | Used by:Timeline |
Symbol 18 Text | Uses:3 | Used by:22 |
Symbol 19 Text | Uses:3 | Used by:22 |
Symbol 20 Text | Uses:3 | Used by:22 |
Symbol 21 Graphic | Used by:22 71 78 83 92 121 130 135 | |
Symbol 22 Button | Uses:18 19 20 21 | Used by:Timeline |
Symbol 23 Graphic | Used by:66 | |
Symbol 24 Graphic | Used by:66 | |
Symbol 25 Graphic | Used by:26 | |
Symbol 26 MovieClip | Uses:25 | Used by:66 |
Symbol 27 Graphic | Used by:28 | |
Symbol 28 MovieClip | Uses:27 | Used by:66 |
Symbol 29 Graphic | Used by:30 | |
Symbol 30 MovieClip | Uses:29 | Used by:66 |
Symbol 31 Graphic | Used by:32 | |
Symbol 32 MovieClip | Uses:31 | Used by:38 52 |
Symbol 33 Graphic | Used by:34 | |
Symbol 34 MovieClip | Uses:33 | Used by:38 52 |
Symbol 35 Graphic | Used by:36 | |
Symbol 36 MovieClip | Uses:35 | Used by:38 |
Symbol 37 Graphic | Used by:38 | |
Symbol 38 MovieClip | Uses:32 34 36 37 | Used by:66 |
Symbol 39 Graphic | Used by:52 | |
Symbol 40 ShapeTweening | Used by:51 | |
Symbol 41 ShapeTweening | Used by:51 | |
Symbol 42 Graphic | Used by:51 | |
Symbol 43 Graphic | Used by:51 | |
Symbol 44 ShapeTweening | Used by:51 | |
Symbol 45 ShapeTweening | Used by:51 | |
Symbol 46 ShapeTweening | Used by:51 | |
Symbol 47 ShapeTweening | Used by:51 | |
Symbol 48 ShapeTweening | Used by:51 | |
Symbol 49 ShapeTweening | Used by:51 | |
Symbol 50 Graphic | Used by:51 | |
Symbol 51 MovieClip | Uses:40 41 42 43 44 45 46 47 48 49 50 | Used by:52 |
Symbol 52 MovieClip | Uses:39 51 32 34 | Used by:66 |
Symbol 53 Graphic | Used by:54 | |
Symbol 54 MovieClip | Uses:53 | Used by:66 |
Symbol 55 Graphic | Used by:66 | |
Symbol 56 Graphic | Used by:57 | |
Symbol 57 MovieClip | Uses:56 | Used by:66 |
Symbol 58 Graphic | Used by:59 | |
Symbol 59 Button | Uses:58 | Used by:66 |
Symbol 60 Graphic | Used by:66 | |
Symbol 61 Graphic | Used by:65 | |
Symbol 62 Font | Used by:63 64 | |
Symbol 63 Text | Uses:62 | Used by:65 |
Symbol 64 Text | Uses:62 | Used by:65 |
Symbol 65 MovieClip | Uses:61 63 64 | Used by:66 |
Symbol 66 MovieClip | Uses:23 24 26 28 30 38 52 54 55 57 59 60 65 SS1 | Used by:Timeline |
Symbol 67 Sound | Used by:91 Timeline | |
Symbol 68 Text | Uses:3 | Used by:71 |
Symbol 69 Text | Uses:3 | Used by:71 |
Symbol 70 Text | Uses:3 | Used by:71 |
Symbol 71 Button | Uses:68 69 70 21 | Used by:Timeline |
Symbol 72 Text | Uses:3 | Used by:Timeline |
Symbol 73 Text | Uses:3 | Used by:Timeline |
Symbol 74 Text | Uses:3 | Used by:Timeline |
Symbol 75 Text | Uses:3 | Used by:78 |
Symbol 76 Text | Uses:3 | Used by:78 |
Symbol 77 Text | Uses:3 | Used by:78 |
Symbol 78 Button | Uses:75 76 77 21 | Used by:Timeline |
Symbol 79 Text | Uses:3 | Used by:Timeline |
Symbol 80 Text | Uses:3 | Used by:83 92 |
Symbol 81 Text | Uses:3 | Used by:83 92 |
Symbol 82 Text | Uses:3 | Used by:83 92 |
Symbol 83 Button | Uses:80 81 82 21 | Used by:89 |
Symbol 84 Text | Uses:3 | Used by:88 93 |
Symbol 85 Text | Uses:3 | Used by:88 93 |
Symbol 86 Text | Uses:3 | Used by:88 93 |
Symbol 87 Graphic | Used by:88 93 | |
Symbol 88 Button | Uses:84 85 86 87 | Used by:89 |
Symbol 89 MovieClip | Uses:83 88 | Used by:Timeline |
Symbol 90 Text | Uses:3 | Used by:91 |
Symbol 91 MovieClip | Uses:90 67 | Used by:Timeline |
Symbol 92 Button | Uses:80 81 82 21 | Used by:94 |
Symbol 93 Button | Uses:84 85 86 87 | Used by:94 |
Symbol 94 MovieClip | Uses:92 93 | Used by:Timeline |
Symbol 95 Text | Uses:3 | Used by:Timeline |
Symbol 96 Text | Uses:3 | Used by:Timeline |
Symbol 97 Text | Uses:3 | Used by:101 |
Symbol 98 Text | Uses:3 | Used by:101 |
Symbol 99 Text | Uses:3 | Used by:101 |
Symbol 100 Graphic | Used by:101 | |
Symbol 101 Button | Uses:97 98 99 100 | Used by:Timeline |
Symbol 102 Text | Uses:3 | Used by:106 |
Symbol 103 Text | Uses:3 | Used by:106 |
Symbol 104 Text | Uses:3 | Used by:106 |
Symbol 105 Graphic | Used by:106 | |
Symbol 106 Button | Uses:102 103 104 105 | Used by:Timeline |
Symbol 107 Text | Uses:3 | Used by:111 |
Symbol 108 Text | Uses:3 | Used by:111 |
Symbol 109 Text | Uses:3 | Used by:111 |
Symbol 110 Graphic | Used by:111 | |
Symbol 111 Button | Uses:107 108 109 110 | Used by:Timeline |
Symbol 112 Graphic | Used by:117 | |
Symbol 113 Graphic | Used by:117 | |
Symbol 114 Graphic | Used by:115 | |
Symbol 115 MovieClip | Uses:114 | Used by:116 138 142 149 155 159 174 182 |
Symbol 116 MovieClip | Uses:115 | Used by:117 |
Symbol 117 MovieClip | Uses:112 113 116 | Used by:Timeline |
Symbol 118 Text | Uses:3 | Used by:121 |
Symbol 119 Text | Uses:3 | Used by:121 |
Symbol 120 Text | Uses:3 | Used by:121 |
Symbol 121 Button | Uses:118 119 120 21 | Used by:Timeline |
Symbol 122 Text | Uses:3 | Used by:124 166 180 |
Symbol 123 Graphic | Used by:124 166 180 | |
Symbol 124 Button | Uses:122 123 | Used by:169 Timeline |
Symbol 125 EditableText | Uses:3 | Used by:Timeline |
Symbol 126 Text | Uses:3 | Used by:Timeline |
Symbol 127 Text | Uses:3 | Used by:130 |
Symbol 128 Text | Uses:3 | Used by:130 |
Symbol 129 Text | Uses:3 | Used by:130 |
Symbol 130 Button | Uses:127 128 129 21 | Used by:Timeline |
Symbol 131 Text | Uses:3 | 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 21 | Used by:Timeline |
Symbol 136 Text | Uses:3 | Used by:Timeline |
Symbol 137 Graphic | Used by:139 | |
Symbol 138 MovieClip | Uses:115 | Used by:139 156 |
Symbol 139 MovieClip | Uses:137 138 | Used by:Timeline |
Symbol 140 EditableText | Uses:3 | Used by:Timeline |
Symbol 141 Graphic | Used by:144 176 | |
Symbol 142 MovieClip | Uses:115 | Used by:143 |
Symbol 143 MovieClip | Uses:142 | Used by:144 |
Symbol 144 MovieClip | Uses:141 143 | Used by:Timeline |
Symbol 145 EditableText | Uses:3 | Used by:Timeline |
Symbol 146 Graphic | Used by:151 | |
Symbol 147 Graphic | Used by:148 | |
Symbol 148 MovieClip | Uses:147 | Used by:149 |
Symbol 149 MovieClip | Uses:115 148 | Used by:150 |
Symbol 150 MovieClip | Uses:149 | Used by:151 156 164 167 |
Symbol 151 MovieClip | Uses:146 150 | Used by:Timeline |
Symbol 152 EditableText | Uses:3 | Used by:Timeline |
Symbol 153 Graphic | Used by:156 | |
Symbol 154 Graphic | Used by:156 | |
Symbol 155 MovieClip | Uses:115 | Used by:156 |
Symbol 156 MovieClip | Uses:153 154 138 155 150 | Used by:Timeline |
Symbol 157 EditableText | Uses:3 | Used by:Timeline |
Symbol 158 Graphic | Used by:160 | |
Symbol 159 MovieClip | Uses:115 | Used by:160 |
Symbol 160 MovieClip | Uses:158 159 | Used by:Timeline |
Symbol 161 EditableText | Uses:3 | Used by:Timeline |
Symbol 162 Graphic | Used by:169 | |
Symbol 163 Graphic | Used by:164 167 | |
Symbol 164 MovieClip | Uses:163 150 | Used by:165 |
Symbol 165 MovieClip | Uses:164 | Used by:169 |
Symbol 166 Button | Uses:122 123 | Used by:167 |
Symbol 167 MovieClip | Uses:163 150 166 | Used by:168 |
Symbol 168 MovieClip | Uses:167 | Used by:169 |
Symbol 169 MovieClip | Uses:162 124 165 168 | Used by:Timeline |
Symbol 170 EditableText | Uses:3 | Used by:Timeline |
Symbol 171 Graphic | Used by:172 174 | |
Symbol 172 MovieClip | Uses:171 | Used by:173 |
Symbol 173 MovieClip | Uses:172 | Used by:174 |
Symbol 174 MovieClip | Uses:171 115 173 | Used by:Timeline |
Symbol 175 EditableText | Uses:3 | Used by:Timeline |
Symbol 176 MovieClip | Uses:141 | Used by:Timeline |
Symbol 177 Graphic | Used by:178 | |
Symbol 178 MovieClip | Uses:177 | Used by:Timeline |
Symbol 179 EditableText | Uses:3 | Used by:Timeline |
Symbol 180 Button | Uses:122 123 | Used by:Timeline |
Symbol 181 Graphic | Used by:183 | |
Symbol 182 MovieClip | Uses:115 | Used by:183 |
Symbol 183 MovieClip | Uses:181 182 | Used by:Timeline |
Symbol 184 EditableText | Uses:3 | Used by:Timeline |
Symbol 185 Text | Uses:3 | Used by:186 |
Symbol 186 MovieClip | Uses:185 | Used by:Timeline |
Streaming Sound 1 | Used by:Symbol 66 MovieClip |
Instance Names
"main" | Frame 276 | Symbol 2 MovieClip [trail] |
"musicMC" | Frame 276 | Symbol 91 MovieClip |
"course" | Frame 277 | Symbol 117 MovieClip |
"startBTN" | Frame 277 | Symbol 121 Button |
"course" | Frame 281 | Symbol 139 MovieClip |
"startBTN" | Frame 281 | Symbol 121 Button |
"startBTN" | Frame 282 | Symbol 121 Button |
"course" | Frame 282 | Symbol 144 MovieClip |
"course" | Frame 283 | Symbol 151 MovieClip |
"startBTN" | Frame 283 | Symbol 121 Button |
"course" | Frame 284 | Symbol 156 MovieClip |
"startBTN" | Frame 284 | Symbol 121 Button |
"course" | Frame 285 | Symbol 160 MovieClip |
"startBTN" | Frame 285 | Symbol 121 Button |
"course" | Frame 286 | Symbol 169 MovieClip |
"startBTN" | Frame 286 | Symbol 121 Button |
"course" | Frame 287 | Symbol 174 MovieClip |
"startBTN" | Frame 287 | Symbol 121 Button |
"startBTN" | Frame 288 | Symbol 121 Button |
"course" | Frame 288 | Symbol 176 MovieClip |
"startBTN" | Frame 289 | Symbol 121 Button |
"course" | Frame 289 | Symbol 183 MovieClip |
"main" | Frame 290 | Symbol 2 MovieClip [trail] |
Special Tags
ExportAssets (56) | Timeline Frame 1 | 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" |
ExportAssets (56) | Timeline Frame 587 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 588 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 589 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 590 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 591 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 592 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 593 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 594 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 595 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 596 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 597 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 598 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 599 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 600 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 601 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 602 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 603 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 604 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 605 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 606 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 607 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 608 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 609 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 610 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 611 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 612 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 613 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 614 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 615 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 616 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 617 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 618 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 619 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 620 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 621 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 622 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 623 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 624 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 625 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 626 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 627 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 628 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 629 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 630 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 631 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 632 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 633 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 634 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 635 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 636 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 637 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 638 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 639 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 640 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 641 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 642 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 643 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 644 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 645 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 646 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 647 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 648 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 649 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 650 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 651 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 652 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 653 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 654 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 655 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 656 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 657 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 658 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 659 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 660 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 661 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 662 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 663 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 664 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 665 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 666 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 667 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 668 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 669 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 670 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 671 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 672 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 673 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 674 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 675 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 676 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 677 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 678 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 679 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 680 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 681 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 682 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 683 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 684 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 685 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 686 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 687 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 688 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 689 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 690 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 691 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 692 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 693 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 694 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 695 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 696 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 697 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 698 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 699 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 700 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 701 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 702 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 703 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 704 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 705 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 706 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 707 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 708 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 709 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 710 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 711 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 712 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 713 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 714 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 715 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 716 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 717 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 718 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 719 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 720 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 721 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 722 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 723 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 724 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 725 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 726 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 727 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 728 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 729 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 730 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 731 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 732 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 733 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 734 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 735 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 736 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 737 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 738 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 739 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 740 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 741 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 742 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 743 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 744 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 745 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 746 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 747 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 748 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 749 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 750 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 751 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 752 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 753 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 754 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 755 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 756 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 757 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 758 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 759 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 760 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 761 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 762 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 763 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 764 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 765 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 766 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 767 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 768 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 769 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 770 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 771 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 772 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 773 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 774 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 775 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 776 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 777 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 778 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 779 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 780 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 781 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 782 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 783 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 784 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 785 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 786 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 787 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 788 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 789 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 790 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 791 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 792 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 793 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 794 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 795 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 796 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 797 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 798 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 799 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 800 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 801 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 802 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 803 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 804 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 805 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 806 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 807 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 808 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 809 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 810 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 811 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 812 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 813 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 814 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 815 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 816 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 817 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 818 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 819 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 820 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 821 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 822 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 823 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 824 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 825 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 826 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 827 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 828 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 829 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 830 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 831 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 832 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 833 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 834 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 835 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 836 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 837 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 838 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 839 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 840 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 841 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 842 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 843 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 844 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 845 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 846 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 847 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 848 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 849 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 850 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 851 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 852 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 853 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 854 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 855 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 856 | Symbol 2 as "trail" |
ExportAssets (56) | Timeline Frame 857 | Symbol 2 as "trail" |
Labels
"AG" | Frame 274 |
"init" | Frame 275 |
"musicMC" | Frame 276 |
"mainM" | Frame 276 |
"lvl1" | Frame 277 |
"end" | Frame 278 |
"dead" | Frame 279 |
"GO" | Frame 280 |
"lvl2" | Frame 281 |
"lvl3" | Frame 282 |
"lvl4" | Frame 283 |
"lvl5" | Frame 284 |
"lvl6" | Frame 285 |
"lvl7" | Frame 286 |
"lvl8" | Frame 287 |
"lvl9" | Frame 288 |
"lvl10" | Frame 289 |
"creds" | Frame 290 |
"on" | Symbol 91 MovieClip Frame 2 |
"off" | Symbol 91 MovieClip Frame 3 |
"ac" | Symbol 182 MovieClip Frame 56 |
Dynamic Text Variables
b_loaded | Symbol 5 EditableText | "" |
levelS | Symbol 125 EditableText | "" |
levelS | Symbol 140 EditableText | "" |
levelS | Symbol 145 EditableText | "" |
levelS | Symbol 152 EditableText | "" |
levelS | Symbol 157 EditableText | "" |
levelS | Symbol 161 EditableText | "" |
levelS | Symbol 170 EditableText | "" |
levelS | Symbol 175 EditableText | "" |
levelS | Symbol 179 EditableText | "" |
levelS | Symbol 184 EditableText | "" |
|