STORY LOOP FURRY PORN GAMES C SERVICES [?] [R] RND POPULAR | Archived flashes: 229494 |
/disc/ · /res/ — /show/ · /fap/ · /gg/ · /swf/ | P0001 · P2575 · P5149 |
This is the info page for Flash #25888 |
Loading |
A Game By |
Mouse Avoider |
Skip |
Skip |
Skip |
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 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 274_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 275stop();Instance of Symbol 2 MovieClip [trail] "main" in Frame 275onClipEvent (load) { Mouse.hide(); this._x = _root._xmouse; this._y = _root._ymouse; } onClipEvent (mouseMove) { this._x = _root._xmouse; this._y = _root._ymouse; updateAfterEvent(); }Frame 276stop(); game = false; lifesS = "x " + lifes; level = 1; levelS = "Level " + level;Instance of Symbol 2 MovieClip [trail] in Frame 276onClipEvent (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 63 MovieClip "course" in Frame 276onClipEvent (enterFrame) { if (_root.game) { if (_root.course.hitTest(_root._xmouse, _root._ymouse, true)) { _root.game = false; _root.gotoAndStop("dead"); } } }Frame 277stop(); _root.game = false;Frame 278stop();Frame 279stop();Frame 280stop(); game = false; lifesS = "x " + lifes; _root.level = 2; levelS = "Level " + level;Instance of Symbol 2 MovieClip [trail] in Frame 280onClipEvent (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 85 MovieClip "course" in Frame 280onClipEvent (enterFrame) { if (_root.game) { if (_root.course.hitTest(_root._xmouse, _root._ymouse, true)) { _root.game = false; _root.gotoAndStop("dead"); } } }Frame 281stop(); game = false; lifesS = "x " + lifes; level = 3; 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 90 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 = 4; 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 97 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 = 5; 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 102 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 = 6; 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 106 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 = 7; 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 115 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 = 8; 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 120 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 = 9; 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 122 MovieClip "course" in Frame 287onClipEvent (enterFrame) { if (_root.game) { if (_root.course.hitTest(_root._xmouse, _root._ymouse, true)) { _root.game = false; _root.gotoAndStop("dead"); } } }Instance of Symbol 124 MovieClip in Frame 287onClipEvent (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 288stop(); game = false; lifesS = "x " + lifes; level = 10; levelS = "Level " + level; _root.possible = 40;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 129 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 2 MovieClip [trail] "main" in Frame 289onClipEvent (load) { Mouse.hide(); this._x = _root._xmouse; this._y = _root._ymouse; } onClipEvent (mouseMove) { this._x = _root._xmouse; this._y = _root._ymouse; updateAfterEvent(); }Frame 898gotoAndStop ("mainM");Symbol 17 Buttonon (release) { gotoAndPlay ("init"); }Symbol 22 Buttonon (release) { gotoAndPlay ("lvl1"); }Symbol 29 Buttonon (release) { gotoAndPlay (289); }Symbol 34 Buttonon (release) { _root.musicMC.gotoAndStop("off"); play(); }Symbol 39 Buttonon (release) { _root.musicMC.gotoAndStop("on"); play(); }Symbol 40 MovieClip Frame 1stop();Symbol 40 MovieClip Frame 2stop();Symbol 42 MovieClip Frame 1stop();Symbol 42 MovieClip Frame 2gotoAndStop (1);Symbol 42 MovieClip Frame 3gotoAndStop (1);Symbol 43 Buttonon (release) { _root.trailsB = false; play(); }Symbol 44 Buttonon (release) { _root.trailsB = true; play(); }Symbol 45 MovieClip Frame 1stop();Symbol 45 MovieClip Frame 2stop();Symbol 52 Buttonon (release) { _quality = "high"; }Symbol 57 Buttonon (release) { _quality = "low"; }Symbol 63 MovieClip Frame 1stop();Symbol 63 MovieClip Frame 2stop();Symbol 67 Buttonon (release) { _root.game = true; _root.course.play(); _root.startBTN._visible = false; }Symbol 70 Buttonon (rollOver) { if (_root.game) { _root.game = false; _root.gotoAndStop("end"); } }Symbol 76 Buttonon (release) { _root.gotoAndStop("lvl" + (_root.level + 1)); }Symbol 81 Buttonon (release) { _root.gotoAndStop("lvl" + _root.level); }Symbol 85 MovieClip Frame 1stop();Symbol 85 MovieClip Frame 2stop();Instance of Symbol 84 MovieClip in Symbol 85 MovieClip Frame 2onClipEvent (load) { gotoAndPlay (28); }Instance of Symbol 84 MovieClip in Symbol 85 MovieClip Frame 2onClipEvent (load) { gotoAndPlay (28); }Symbol 90 MovieClip Frame 1stop();Symbol 90 MovieClip Frame 2stop();Symbol 97 MovieClip Frame 1stop();Symbol 97 MovieClip Frame 2stop();Symbol 102 MovieClip Frame 1stop();Symbol 102 MovieClip Frame 2stop();Instance of Symbol 84 MovieClip in Symbol 102 MovieClip Frame 2onClipEvent (load) { this.gotoAndPlay(28); }Symbol 106 MovieClip Frame 1stop();Symbol 106 MovieClip Frame 2stop();Symbol 112 Buttonon (rollOver) { if (_root.game) { _root.gotoAndStop("end"); } }Symbol 115 MovieClip Frame 1stop();Symbol 115 MovieClip Frame 2stop();Symbol 120 MovieClip Frame 1stop();Symbol 120 MovieClip Frame 2stop();Instance of Symbol 119 MovieClip in Symbol 120 MovieClip Frame 2onClipEvent (load) { this.gotoAndPlay(64); }Symbol 122 MovieClip Frame 1stop();Symbol 122 MovieClip Frame 2stop();Symbol 126 Buttonon (rollOver) { if (_root.game) { _root.game = false; _root.gotoAndPlay("creds"); } }Symbol 128 MovieClip Frame 56this.randomNumb = Math.ceil(Math.random() * _root.possible); if (this.randomNumb == 1) { gotoAndPlay (1); } else { this.play(); }Symbol 128 MovieClip Frame 57gotoAndPlay ("ac");Symbol 129 MovieClip Frame 1stop();Symbol 129 MovieClip Frame 2stop();Instance of Symbol 128 MovieClip in Symbol 129 MovieClip Frame 2onClipEvent (load) { this.gotoAndPlay("ac"); }Instance of Symbol 128 MovieClip in Symbol 129 MovieClip Frame 2onClipEvent (load) { this.gotoAndPlay("ac"); }Instance of Symbol 128 MovieClip in Symbol 129 MovieClip Frame 2onClipEvent (load) { this.gotoAndPlay("ac"); }Instance of Symbol 128 MovieClip in Symbol 129 MovieClip Frame 2onClipEvent (load) { this.gotoAndPlay("ac"); }Instance of Symbol 128 MovieClip in Symbol 129 MovieClip Frame 2onClipEvent (load) { this.gotoAndPlay("ac"); }Instance of Symbol 128 MovieClip in Symbol 129 MovieClip Frame 2onClipEvent (load) { this.gotoAndPlay("ac"); }Instance of Symbol 128 MovieClip in Symbol 129 MovieClip Frame 2onClipEvent (load) { this.gotoAndPlay("ac"); }Instance of Symbol 128 MovieClip in Symbol 129 MovieClip Frame 2onClipEvent (load) { this.gotoAndPlay("ac"); }Instance of Symbol 128 MovieClip in Symbol 129 MovieClip Frame 2onClipEvent (load) { this.gotoAndPlay("ac"); }Instance of Symbol 128 MovieClip in Symbol 129 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 10 11 13 14 15 19 20 21 23 24 25 26 27 28 30 31 32 33 35 36 37 41 46 47 48 49 50 53 54 55 64 65 66 68 71 72 73 74 75 77 78 79 80 82 86 91 98 103 107 116 121 125 130 131 | |
Symbol 4 Text | Uses:3 | Used by:Timeline |
Symbol 5 EditableText | Uses:3 | Used by:Timeline |
Symbol 6 Graphic | Used by:9 Timeline | |
Symbol 7 Graphic | Used by:9 Timeline | |
Symbol 8 Graphic | Used by:9 Timeline | |
Symbol 9 MovieClip | Uses:6 7 8 | Used by:12 |
Symbol 10 Text | Uses:3 | Used by:12 |
Symbol 11 Text | Uses:3 | Used by:12 |
Symbol 12 MovieClip | Uses:9 10 11 | Used by:Timeline |
Symbol 13 Text | Uses:3 | Used by:17 |
Symbol 14 Text | Uses:3 | Used by:17 |
Symbol 15 Text | Uses:3 | Used by:17 |
Symbol 16 Graphic | Used by:17 22 29 34 43 67 76 81 | |
Symbol 17 Button | Uses:13 14 15 16 | Used by:Timeline |
Symbol 18 Sound | Used by:42 Timeline | |
Symbol 19 Text | Uses:3 | Used by:22 |
Symbol 20 Text | Uses:3 | Used by:22 |
Symbol 21 Text | Uses:3 | Used by:22 |
Symbol 22 Button | Uses:19 20 21 16 | Used by:Timeline |
Symbol 23 Text | Uses:3 | Used by:Timeline |
Symbol 24 Text | Uses:3 | Used by:Timeline |
Symbol 25 Text | Uses:3 | Used by:Timeline |
Symbol 26 Text | Uses:3 | Used by:29 |
Symbol 27 Text | Uses:3 | Used by:29 |
Symbol 28 Text | Uses:3 | Used by:29 |
Symbol 29 Button | Uses:26 27 28 16 | Used by:Timeline |
Symbol 30 Text | Uses:3 | Used by:Timeline |
Symbol 31 Text | Uses:3 | Used by:34 43 |
Symbol 32 Text | Uses:3 | Used by:34 43 |
Symbol 33 Text | Uses:3 | Used by:34 43 |
Symbol 34 Button | Uses:31 32 33 16 | Used by:40 |
Symbol 35 Text | Uses:3 | Used by:39 44 |
Symbol 36 Text | Uses:3 | Used by:39 44 |
Symbol 37 Text | Uses:3 | Used by:39 44 |
Symbol 38 Graphic | Used by:39 44 | |
Symbol 39 Button | Uses:35 36 37 38 | Used by:40 |
Symbol 40 MovieClip | Uses:34 39 | Used by:Timeline |
Symbol 41 Text | Uses:3 | Used by:42 |
Symbol 42 MovieClip | Uses:41 18 | Used by:Timeline |
Symbol 43 Button | Uses:31 32 33 16 | Used by:45 |
Symbol 44 Button | Uses:35 36 37 38 | Used by:45 |
Symbol 45 MovieClip | Uses:43 44 | Used by:Timeline |
Symbol 46 Text | Uses:3 | Used by:Timeline |
Symbol 47 Text | Uses:3 | Used by:Timeline |
Symbol 48 Text | Uses:3 | Used by:52 |
Symbol 49 Text | Uses:3 | Used by:52 |
Symbol 50 Text | Uses:3 | Used by:52 |
Symbol 51 Graphic | Used by:52 | |
Symbol 52 Button | Uses:48 49 50 51 | Used by:Timeline |
Symbol 53 Text | Uses:3 | Used by:57 |
Symbol 54 Text | Uses:3 | Used by:57 |
Symbol 55 Text | Uses:3 | Used by:57 |
Symbol 56 Graphic | Used by:57 | |
Symbol 57 Button | Uses:53 54 55 56 | Used by:Timeline |
Symbol 58 Graphic | Used by:63 | |
Symbol 59 Graphic | Used by:63 | |
Symbol 60 Graphic | Used by:61 | |
Symbol 61 MovieClip | Uses:60 | Used by:62 84 88 95 101 105 120 128 |
Symbol 62 MovieClip | Uses:61 | Used by:63 |
Symbol 63 MovieClip | Uses:58 59 62 | Used by:Timeline |
Symbol 64 Text | Uses:3 | Used by:67 |
Symbol 65 Text | Uses:3 | Used by:67 |
Symbol 66 Text | Uses:3 | Used by:67 |
Symbol 67 Button | Uses:64 65 66 16 | Used by:Timeline |
Symbol 68 Text | Uses:3 | Used by:70 112 126 |
Symbol 69 Graphic | Used by:70 112 126 | |
Symbol 70 Button | Uses:68 69 | Used by:115 Timeline |
Symbol 71 EditableText | Uses:3 | Used by:Timeline |
Symbol 72 Text | Uses:3 | Used by:Timeline |
Symbol 73 Text | Uses:3 | Used by:76 |
Symbol 74 Text | Uses:3 | Used by:76 |
Symbol 75 Text | Uses:3 | Used by:76 |
Symbol 76 Button | Uses:73 74 75 16 | Used by:Timeline |
Symbol 77 Text | Uses:3 | Used by:Timeline |
Symbol 78 Text | Uses:3 | Used by:81 |
Symbol 79 Text | Uses:3 | Used by:81 |
Symbol 80 Text | Uses:3 | Used by:81 |
Symbol 81 Button | Uses:78 79 80 16 | Used by:Timeline |
Symbol 82 Text | Uses:3 | Used by:Timeline |
Symbol 83 Graphic | Used by:85 | |
Symbol 84 MovieClip | Uses:61 | Used by:85 102 |
Symbol 85 MovieClip | Uses:83 84 | Used by:Timeline |
Symbol 86 EditableText | Uses:3 | Used by:Timeline |
Symbol 87 Graphic | Used by:90 122 | |
Symbol 88 MovieClip | Uses:61 | Used by:89 |
Symbol 89 MovieClip | Uses:88 | Used by:90 |
Symbol 90 MovieClip | Uses:87 89 | Used by:Timeline |
Symbol 91 EditableText | Uses:3 | Used by:Timeline |
Symbol 92 Graphic | Used by:97 | |
Symbol 93 Graphic | Used by:94 | |
Symbol 94 MovieClip | Uses:93 | Used by:95 |
Symbol 95 MovieClip | Uses:61 94 | Used by:96 |
Symbol 96 MovieClip | Uses:95 | Used by:97 102 110 113 |
Symbol 97 MovieClip | Uses:92 96 | Used by:Timeline |
Symbol 98 EditableText | Uses:3 | Used by:Timeline |
Symbol 99 Graphic | Used by:102 | |
Symbol 100 Graphic | Used by:102 | |
Symbol 101 MovieClip | Uses:61 | Used by:102 |
Symbol 102 MovieClip | Uses:99 100 84 101 96 | Used by:Timeline |
Symbol 103 EditableText | Uses:3 | Used by:Timeline |
Symbol 104 Graphic | Used by:106 | |
Symbol 105 MovieClip | Uses:61 | Used by:106 |
Symbol 106 MovieClip | Uses:104 105 | Used by:Timeline |
Symbol 107 EditableText | Uses:3 | Used by:Timeline |
Symbol 108 Graphic | Used by:115 | |
Symbol 109 Graphic | Used by:110 113 | |
Symbol 110 MovieClip | Uses:109 96 | Used by:111 |
Symbol 111 MovieClip | Uses:110 | Used by:115 |
Symbol 112 Button | Uses:68 69 | Used by:113 |
Symbol 113 MovieClip | Uses:109 96 112 | Used by:114 |
Symbol 114 MovieClip | Uses:113 | Used by:115 |
Symbol 115 MovieClip | Uses:108 70 111 114 | Used by:Timeline |
Symbol 116 EditableText | Uses:3 | Used by:Timeline |
Symbol 117 Graphic | Used by:118 120 | |
Symbol 118 MovieClip | Uses:117 | Used by:119 |
Symbol 119 MovieClip | Uses:118 | Used by:120 |
Symbol 120 MovieClip | Uses:117 61 119 | Used by:Timeline |
Symbol 121 EditableText | Uses:3 | Used by:Timeline |
Symbol 122 MovieClip | Uses:87 | Used by:Timeline |
Symbol 123 Graphic | Used by:124 | |
Symbol 124 MovieClip | Uses:123 | Used by:Timeline |
Symbol 125 EditableText | Uses:3 | Used by:Timeline |
Symbol 126 Button | Uses:68 69 | Used by:Timeline |
Symbol 127 Graphic | Used by:129 | |
Symbol 128 MovieClip | Uses:61 | Used by:129 |
Symbol 129 MovieClip | Uses:127 128 | Used by:Timeline |
Symbol 130 EditableText | Uses:3 | Used by:Timeline |
Symbol 131 Text | Uses:3 | Used by:132 |
Symbol 132 MovieClip | Uses:131 | Used by:Timeline |
Instance Names
"main" | Frame 275 | Symbol 2 MovieClip [trail] |
"musicMC" | Frame 275 | Symbol 42 MovieClip |
"course" | Frame 276 | Symbol 63 MovieClip |
"startBTN" | Frame 276 | Symbol 67 Button |
"course" | Frame 280 | Symbol 85 MovieClip |
"startBTN" | Frame 280 | Symbol 67 Button |
"startBTN" | Frame 281 | Symbol 67 Button |
"course" | Frame 281 | Symbol 90 MovieClip |
"course" | Frame 282 | Symbol 97 MovieClip |
"startBTN" | Frame 282 | Symbol 67 Button |
"course" | Frame 283 | Symbol 102 MovieClip |
"startBTN" | Frame 283 | Symbol 67 Button |
"course" | Frame 284 | Symbol 106 MovieClip |
"startBTN" | Frame 284 | Symbol 67 Button |
"course" | Frame 285 | Symbol 115 MovieClip |
"startBTN" | Frame 285 | Symbol 67 Button |
"course" | Frame 286 | Symbol 120 MovieClip |
"startBTN" | Frame 286 | Symbol 67 Button |
"startBTN" | Frame 287 | Symbol 67 Button |
"course" | Frame 287 | Symbol 122 MovieClip |
"startBTN" | Frame 288 | Symbol 67 Button |
"course" | Frame 288 | Symbol 129 MovieClip |
"main" | Frame 289 | Symbol 2 MovieClip [trail] |
Special Tags
ExportAssets (56) | Timeline Frame 1 | 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" |
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" |
Labels
"init" | Frame 274 |
"musicMC" | Frame 275 |
"mainM" | Frame 275 |
"lvl1" | Frame 276 |
"end" | Frame 277 |
"dead" | Frame 278 |
"GO" | Frame 279 |
"lvl2" | Frame 280 |
"lvl3" | Frame 281 |
"lvl4" | Frame 282 |
"lvl5" | Frame 283 |
"lvl6" | Frame 284 |
"lvl7" | Frame 285 |
"lvl8" | Frame 286 |
"lvl9" | Frame 287 |
"lvl10" | Frame 288 |
"creds" | Frame 289 |
"on" | Symbol 42 MovieClip Frame 2 |
"off" | Symbol 42 MovieClip Frame 3 |
"ac" | Symbol 128 MovieClip Frame 56 |
Dynamic Text Variables
b_loaded | Symbol 5 EditableText | "" |
levelS | Symbol 71 EditableText | "" |
levelS | Symbol 86 EditableText | "" |
levelS | Symbol 91 EditableText | "" |
levelS | Symbol 98 EditableText | "" |
levelS | Symbol 103 EditableText | "" |
levelS | Symbol 107 EditableText | "" |
levelS | Symbol 116 EditableText | "" |
levelS | Symbol 121 EditableText | "" |
levelS | Symbol 125 EditableText | "" |
levelS | Symbol 130 EditableText | "" |
|