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

swfchan turned sixteen years old today! (5may2024)

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

mouseavoider.swf

This is the info page for
Flash #13781

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


Text
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 1
Stage.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
stop();
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 276
stop();
Instance of Symbol 2 MovieClip [trail] "main" in Frame 276
onClipEvent (load) { Mouse.hide(); this._x = _root._xmouse; this._y = _root._ymouse; } onClipEvent (mouseMove) { this._x = _root._xmouse; this._y = _root._ymouse; updateAfterEvent(); }
Frame 277
stop(); game = false; lifesS = "x " + lifes; level = 1; levelS = "Level " + level;
Instance of Symbol 2 MovieClip [trail] in Frame 277
onClipEvent (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 277
onClipEvent (enterFrame) { if (_root.game) { if (_root.course.hitTest(_root._xmouse, _root._ymouse, true)) { _root.game = false; _root.gotoAndStop("dead"); } } }
Frame 278
stop(); _root.game = false;
Frame 279
stop();
Frame 280
stop();
Frame 281
stop(); game = false; lifesS = "x " + lifes; _root.level = 2; levelS = "Level " + level;
Instance of Symbol 2 MovieClip [trail] in Frame 281
onClipEvent (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 281
onClipEvent (enterFrame) { if (_root.game) { if (_root.course.hitTest(_root._xmouse, _root._ymouse, true)) { _root.game = false; _root.gotoAndStop("dead"); } } }
Frame 282
stop(); game = false; lifesS = "x " + lifes; level = 3; levelS = "Level " + level;
Instance of Symbol 2 MovieClip [trail] in Frame 282
onClipEvent (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 282
onClipEvent (enterFrame) { if (_root.game) { if (_root.course.hitTest(_root._xmouse, _root._ymouse, true)) { _root.game = false; _root.gotoAndStop("dead"); } } }
Frame 283
stop(); game = false; lifesS = "x " + lifes; level = 4; levelS = "Level " + level;
Instance of Symbol 2 MovieClip [trail] in Frame 283
onClipEvent (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 283
onClipEvent (enterFrame) { if (_root.game) { if (_root.course.hitTest(_root._xmouse, _root._ymouse, true)) { _root.game = false; _root.gotoAndStop("dead"); } } }
Frame 284
stop(); game = false; lifesS = "x " + lifes; level = 5; levelS = "Level " + level;
Instance of Symbol 2 MovieClip [trail] in Frame 284
onClipEvent (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 284
onClipEvent (enterFrame) { if (_root.game) { if (_root.course.hitTest(_root._xmouse, _root._ymouse, true)) { _root.game = false; _root.gotoAndStop("dead"); } } }
Frame 285
stop(); game = false; lifesS = "x " + lifes; level = 6; levelS = "Level " + level;
Instance of Symbol 2 MovieClip [trail] in Frame 285
onClipEvent (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 285
onClipEvent (enterFrame) { if (_root.game) { if (_root.course.hitTest(_root._xmouse, _root._ymouse, true)) { _root.game = false; _root.gotoAndStop("dead"); } } }
Frame 286
stop(); game = false; lifesS = "x " + lifes; level = 7; levelS = "Level " + level;
Instance of Symbol 2 MovieClip [trail] in Frame 286
onClipEvent (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 286
onClipEvent (enterFrame) { if (_root.game) { if (_root.course.hitTest(_root._xmouse, _root._ymouse, true)) { _root.game = false; _root.gotoAndStop("dead"); } } }
Frame 287
stop(); game = false; lifesS = "x " + lifes; level = 8; levelS = "Level " + level;
Instance of Symbol 2 MovieClip [trail] in Frame 287
onClipEvent (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 287
onClipEvent (enterFrame) { if (_root.game) { if (_root.course.hitTest(_root._xmouse, _root._ymouse, true)) { _root.game = false; _root.gotoAndStop("dead"); } } }
Frame 288
stop(); game = false; lifesS = "x " + lifes; level = 9; levelS = "Level " + level;
Instance of Symbol 2 MovieClip [trail] in Frame 288
onClipEvent (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 288
onClipEvent (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 288
onClipEvent (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 289
stop(); game = false; lifesS = "x " + lifes; level = 10; levelS = "Level " + level; _root.possible = 40;
Instance of Symbol 2 MovieClip [trail] in Frame 289
onClipEvent (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 289
onClipEvent (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 290
onClipEvent (load) { Mouse.hide(); this._x = _root._xmouse; this._y = _root._ymouse; } onClipEvent (mouseMove) { this._x = _root._xmouse; this._y = _root._ymouse; updateAfterEvent(); }
Frame 899
gotoAndStop ("mainM");
Symbol 10 Button
on (press) { getURL ("http://www.armorgames.com", _blank); }
Symbol 22 Button
on (release) { gotoAndPlay ("AG"); }
Symbol 57 MovieClip Frame 1
function 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 Button
on (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 Button
on (release) { gotoAndPlay ("lvl1"); }
Symbol 78 Button
on (release) { gotoAndPlay (290); }
Symbol 83 Button
on (release) { _root.musicMC.gotoAndStop("off"); play(); }
Symbol 88 Button
on (release) { _root.musicMC.gotoAndStop("on"); play(); }
Symbol 89 MovieClip Frame 1
stop();
Symbol 89 MovieClip Frame 2
stop();
Symbol 91 MovieClip Frame 1
stop();
Symbol 91 MovieClip Frame 2
gotoAndStop (1);
Symbol 91 MovieClip Frame 3
gotoAndStop (1);
Symbol 92 Button
on (release) { _root.trailsB = false; play(); }
Symbol 93 Button
on (release) { _root.trailsB = true; play(); }
Symbol 94 MovieClip Frame 1
stop();
Symbol 94 MovieClip Frame 2
stop();
Symbol 101 Button
on (release) { _quality = "high"; }
Symbol 106 Button
on (release) { _quality = "low"; }
Symbol 111 Button
on (release) { getURL ("http://www.armorgames.com", _blank); }
Symbol 117 MovieClip Frame 1
stop();
Symbol 117 MovieClip Frame 2
stop();
Symbol 121 Button
on (release) { _root.game = true; _root.course.play(); _root.startBTN._visible = false; }
Symbol 124 Button
on (rollOver) { if (_root.game) { _root.game = false; _root.gotoAndStop("end"); } }
Symbol 130 Button
on (release) { _root.gotoAndStop("lvl" + (_root.level + 1)); }
Symbol 135 Button
on (release) { _root.gotoAndStop("lvl" + _root.level); }
Symbol 139 MovieClip Frame 1
stop();
Symbol 139 MovieClip Frame 2
stop();
Instance of Symbol 138 MovieClip in Symbol 139 MovieClip Frame 2
onClipEvent (load) { gotoAndPlay (28); }
Instance of Symbol 138 MovieClip in Symbol 139 MovieClip Frame 2
onClipEvent (load) { gotoAndPlay (28); }
Symbol 144 MovieClip Frame 1
stop();
Symbol 144 MovieClip Frame 2
stop();
Symbol 151 MovieClip Frame 1
stop();
Symbol 151 MovieClip Frame 2
stop();
Symbol 156 MovieClip Frame 1
stop();
Symbol 156 MovieClip Frame 2
stop();
Instance of Symbol 138 MovieClip in Symbol 156 MovieClip Frame 2
onClipEvent (load) { this.gotoAndPlay(28); }
Symbol 160 MovieClip Frame 1
stop();
Symbol 160 MovieClip Frame 2
stop();
Symbol 166 Button
on (rollOver) { if (_root.game) { _root.gotoAndStop("end"); } }
Symbol 169 MovieClip Frame 1
stop();
Symbol 169 MovieClip Frame 2
stop();
Symbol 174 MovieClip Frame 1
stop();
Symbol 174 MovieClip Frame 2
stop();
Instance of Symbol 173 MovieClip in Symbol 174 MovieClip Frame 2
onClipEvent (load) { this.gotoAndPlay(64); }
Symbol 176 MovieClip Frame 1
stop();
Symbol 176 MovieClip Frame 2
stop();
Symbol 180 Button
on (rollOver) { if (_root.game) { _root.game = false; _root.gotoAndPlay("creds"); } }
Symbol 182 MovieClip Frame 56
this.randomNumb = Math.ceil(Math.random() * _root.possible); if (this.randomNumb == 1) { gotoAndPlay (1); } else { this.play(); }
Symbol 182 MovieClip Frame 57
gotoAndPlay ("ac");
Symbol 183 MovieClip Frame 1
stop();
Symbol 183 MovieClip Frame 2
stop();
Instance of Symbol 182 MovieClip in Symbol 183 MovieClip Frame 2
onClipEvent (load) { this.gotoAndPlay("ac"); }
Instance of Symbol 182 MovieClip in Symbol 183 MovieClip Frame 2
onClipEvent (load) { this.gotoAndPlay("ac"); }
Instance of Symbol 182 MovieClip in Symbol 183 MovieClip Frame 2
onClipEvent (load) { this.gotoAndPlay("ac"); }
Instance of Symbol 182 MovieClip in Symbol 183 MovieClip Frame 2
onClipEvent (load) { this.gotoAndPlay("ac"); }
Instance of Symbol 182 MovieClip in Symbol 183 MovieClip Frame 2
onClipEvent (load) { this.gotoAndPlay("ac"); }
Instance of Symbol 182 MovieClip in Symbol 183 MovieClip Frame 2
onClipEvent (load) { this.gotoAndPlay("ac"); }
Instance of Symbol 182 MovieClip in Symbol 183 MovieClip Frame 2
onClipEvent (load) { this.gotoAndPlay("ac"); }
Instance of Symbol 182 MovieClip in Symbol 183 MovieClip Frame 2
onClipEvent (load) { this.gotoAndPlay("ac"); }
Instance of Symbol 182 MovieClip in Symbol 183 MovieClip Frame 2
onClipEvent (load) { this.gotoAndPlay("ac"); }
Instance of Symbol 182 MovieClip in Symbol 183 MovieClip Frame 2
onClipEvent (load) { this.gotoAndPlay("ac"); }

Library Items

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

Instance Names

"main"Frame 276Symbol 2 MovieClip [trail]
"musicMC"Frame 276Symbol 91 MovieClip
"course"Frame 277Symbol 117 MovieClip
"startBTN"Frame 277Symbol 121 Button
"course"Frame 281Symbol 139 MovieClip
"startBTN"Frame 281Symbol 121 Button
"startBTN"Frame 282Symbol 121 Button
"course"Frame 282Symbol 144 MovieClip
"course"Frame 283Symbol 151 MovieClip
"startBTN"Frame 283Symbol 121 Button
"course"Frame 284Symbol 156 MovieClip
"startBTN"Frame 284Symbol 121 Button
"course"Frame 285Symbol 160 MovieClip
"startBTN"Frame 285Symbol 121 Button
"course"Frame 286Symbol 169 MovieClip
"startBTN"Frame 286Symbol 121 Button
"course"Frame 287Symbol 174 MovieClip
"startBTN"Frame 287Symbol 121 Button
"startBTN"Frame 288Symbol 121 Button
"course"Frame 288Symbol 176 MovieClip
"startBTN"Frame 289Symbol 121 Button
"course"Frame 289Symbol 183 MovieClip
"main"Frame 290Symbol 2 MovieClip [trail]

Special Tags

ExportAssets (56)Timeline Frame 1Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 276Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 277Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 278Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 279Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 280Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 281Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 282Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 283Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 284Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 285Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 286Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 287Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 288Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 289Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 290Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 291Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 292Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 293Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 294Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 295Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 296Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 297Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 298Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 299Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 300Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 301Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 302Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 303Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 304Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 305Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 306Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 307Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 308Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 309Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 310Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 311Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 312Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 313Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 314Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 315Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 316Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 317Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 318Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 319Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 320Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 321Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 322Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 323Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 324Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 325Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 326Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 327Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 328Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 329Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 330Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 331Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 332Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 333Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 334Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 335Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 336Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 337Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 338Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 339Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 340Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 341Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 342Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 343Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 344Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 345Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 346Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 347Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 348Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 349Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 350Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 351Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 352Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 353Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 354Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 355Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 356Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 357Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 358Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 359Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 360Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 361Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 362Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 363Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 364Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 365Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 366Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 367Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 368Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 369Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 370Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 371Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 372Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 373Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 374Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 375Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 376Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 377Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 378Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 379Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 380Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 381Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 382Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 383Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 384Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 385Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 386Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 387Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 388Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 389Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 390Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 391Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 392Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 393Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 394Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 395Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 396Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 397Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 398Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 399Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 400Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 401Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 402Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 403Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 404Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 405Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 406Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 407Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 408Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 409Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 410Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 411Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 412Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 413Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 414Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 415Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 416Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 417Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 418Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 419Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 420Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 421Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 422Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 423Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 424Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 425Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 426Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 427Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 428Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 429Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 430Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 431Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 432Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 433Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 434Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 435Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 436Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 437Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 438Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 439Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 440Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 441Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 442Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 443Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 444Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 445Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 446Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 447Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 448Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 449Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 450Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 451Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 452Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 453Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 454Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 455Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 456Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 457Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 458Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 459Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 460Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 461Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 462Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 463Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 464Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 465Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 466Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 467Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 468Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 469Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 470Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 471Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 472Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 473Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 474Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 475Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 476Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 477Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 478Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 479Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 480Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 481Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 482Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 483Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 484Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 485Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 486Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 487Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 488Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 489Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 490Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 491Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 492Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 493Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 494Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 495Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 496Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 497Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 498Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 499Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 500Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 501Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 502Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 503Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 504Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 505Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 506Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 507Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 508Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 509Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 510Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 511Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 512Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 513Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 514Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 515Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 516Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 517Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 518Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 519Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 520Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 521Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 522Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 523Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 524Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 525Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 526Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 527Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 528Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 529Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 530Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 531Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 532Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 533Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 534Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 535Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 536Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 537Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 538Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 539Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 540Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 541Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 542Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 543Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 544Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 545Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 546Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 547Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 548Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 549Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 550Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 551Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 552Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 553Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 554Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 555Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 556Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 557Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 558Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 559Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 560Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 561Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 562Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 563Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 564Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 565Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 566Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 567Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 568Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 569Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 570Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 571Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 572Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 573Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 574Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 575Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 576Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 577Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 578Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 579Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 580Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 581Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 582Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 583Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 584Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 585Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 586Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 587Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 588Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 589Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 590Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 591Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 592Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 593Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 594Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 595Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 596Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 597Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 598Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 599Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 600Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 601Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 602Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 603Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 604Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 605Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 606Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 607Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 608Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 609Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 610Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 611Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 612Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 613Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 614Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 615Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 616Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 617Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 618Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 619Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 620Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 621Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 622Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 623Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 624Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 625Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 626Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 627Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 628Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 629Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 630Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 631Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 632Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 633Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 634Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 635Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 636Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 637Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 638Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 639Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 640Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 641Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 642Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 643Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 644Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 645Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 646Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 647Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 648Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 649Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 650Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 651Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 652Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 653Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 654Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 655Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 656Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 657Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 658Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 659Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 660Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 661Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 662Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 663Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 664Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 665Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 666Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 667Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 668Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 669Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 670Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 671Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 672Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 673Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 674Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 675Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 676Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 677Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 678Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 679Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 680Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 681Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 682Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 683Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 684Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 685Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 686Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 687Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 688Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 689Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 690Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 691Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 692Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 693Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 694Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 695Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 696Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 697Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 698Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 699Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 700Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 701Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 702Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 703Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 704Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 705Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 706Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 707Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 708Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 709Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 710Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 711Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 712Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 713Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 714Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 715Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 716Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 717Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 718Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 719Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 720Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 721Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 722Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 723Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 724Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 725Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 726Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 727Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 728Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 729Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 730Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 731Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 732Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 733Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 734Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 735Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 736Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 737Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 738Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 739Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 740Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 741Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 742Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 743Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 744Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 745Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 746Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 747Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 748Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 749Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 750Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 751Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 752Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 753Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 754Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 755Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 756Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 757Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 758Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 759Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 760Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 761Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 762Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 763Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 764Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 765Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 766Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 767Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 768Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 769Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 770Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 771Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 772Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 773Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 774Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 775Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 776Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 777Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 778Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 779Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 780Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 781Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 782Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 783Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 784Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 785Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 786Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 787Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 788Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 789Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 790Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 791Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 792Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 793Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 794Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 795Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 796Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 797Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 798Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 799Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 800Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 801Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 802Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 803Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 804Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 805Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 806Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 807Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 808Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 809Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 810Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 811Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 812Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 813Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 814Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 815Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 816Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 817Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 818Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 819Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 820Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 821Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 822Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 823Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 824Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 825Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 826Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 827Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 828Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 829Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 830Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 831Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 832Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 833Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 834Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 835Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 836Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 837Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 838Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 839Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 840Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 841Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 842Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 843Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 844Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 845Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 846Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 847Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 848Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 849Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 850Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 851Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 852Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 853Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 854Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 855Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 856Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 857Symbol 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_loadedSymbol 5 EditableText""
levelSSymbol 125 EditableText""
levelSSymbol 140 EditableText""
levelSSymbol 145 EditableText""
levelSSymbol 152 EditableText""
levelSSymbol 157 EditableText""
levelSSymbol 161 EditableText""
levelSSymbol 170 EditableText""
levelSSymbol 175 EditableText""
levelSSymbol 179 EditableText""
levelSSymbol 184 EditableText""




http://swfchan.com/3/13781/info.shtml
Created: 4/6 -2019 08:46:17 Last modified: 4/6 -2019 08:46:17 Server time: 06/05 -2024 01:22:32