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

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

Mouse Avoider 2.swf

This is the info page for
Flash #25888

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


Text
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 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
_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 275
stop();
Instance of Symbol 2 MovieClip [trail] "main" in Frame 275
onClipEvent (load) { Mouse.hide(); this._x = _root._xmouse; this._y = _root._ymouse; } onClipEvent (mouseMove) { this._x = _root._xmouse; this._y = _root._ymouse; updateAfterEvent(); }
Frame 276
stop(); game = false; lifesS = "x " + lifes; level = 1; levelS = "Level " + level;
Instance of Symbol 2 MovieClip [trail] 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; 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 276
onClipEvent (enterFrame) { if (_root.game) { if (_root.course.hitTest(_root._xmouse, _root._ymouse, true)) { _root.game = false; _root.gotoAndStop("dead"); } } }
Frame 277
stop(); _root.game = false;
Frame 278
stop();
Frame 279
stop();
Frame 280
stop(); game = false; lifesS = "x " + lifes; _root.level = 2; levelS = "Level " + level;
Instance of Symbol 2 MovieClip [trail] in Frame 280
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 85 MovieClip "course" in Frame 280
onClipEvent (enterFrame) { if (_root.game) { if (_root.course.hitTest(_root._xmouse, _root._ymouse, true)) { _root.game = false; _root.gotoAndStop("dead"); } } }
Frame 281
stop(); game = false; lifesS = "x " + lifes; level = 3; 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 90 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 = 4; 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 97 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 = 5; 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 102 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 = 6; 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 106 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 = 7; 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 115 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 = 8; 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 120 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 = 9; 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 122 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"); } } }
Instance of Symbol 124 MovieClip in Frame 287
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 288
stop(); game = false; lifesS = "x " + lifes; level = 10; levelS = "Level " + level; _root.possible = 40;
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 129 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 2 MovieClip [trail] "main" 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; updateAfterEvent(); }
Frame 898
gotoAndStop ("mainM");
Symbol 17 Button
on (release) { gotoAndPlay ("init"); }
Symbol 22 Button
on (release) { gotoAndPlay ("lvl1"); }
Symbol 29 Button
on (release) { gotoAndPlay (289); }
Symbol 34 Button
on (release) { _root.musicMC.gotoAndStop("off"); play(); }
Symbol 39 Button
on (release) { _root.musicMC.gotoAndStop("on"); play(); }
Symbol 40 MovieClip Frame 1
stop();
Symbol 40 MovieClip Frame 2
stop();
Symbol 42 MovieClip Frame 1
stop();
Symbol 42 MovieClip Frame 2
gotoAndStop (1);
Symbol 42 MovieClip Frame 3
gotoAndStop (1);
Symbol 43 Button
on (release) { _root.trailsB = false; play(); }
Symbol 44 Button
on (release) { _root.trailsB = true; play(); }
Symbol 45 MovieClip Frame 1
stop();
Symbol 45 MovieClip Frame 2
stop();
Symbol 52 Button
on (release) { _quality = "high"; }
Symbol 57 Button
on (release) { _quality = "low"; }
Symbol 63 MovieClip Frame 1
stop();
Symbol 63 MovieClip Frame 2
stop();
Symbol 67 Button
on (release) { _root.game = true; _root.course.play(); _root.startBTN._visible = false; }
Symbol 70 Button
on (rollOver) { if (_root.game) { _root.game = false; _root.gotoAndStop("end"); } }
Symbol 76 Button
on (release) { _root.gotoAndStop("lvl" + (_root.level + 1)); }
Symbol 81 Button
on (release) { _root.gotoAndStop("lvl" + _root.level); }
Symbol 85 MovieClip Frame 1
stop();
Symbol 85 MovieClip Frame 2
stop();
Instance of Symbol 84 MovieClip in Symbol 85 MovieClip Frame 2
onClipEvent (load) { gotoAndPlay (28); }
Instance of Symbol 84 MovieClip in Symbol 85 MovieClip Frame 2
onClipEvent (load) { gotoAndPlay (28); }
Symbol 90 MovieClip Frame 1
stop();
Symbol 90 MovieClip Frame 2
stop();
Symbol 97 MovieClip Frame 1
stop();
Symbol 97 MovieClip Frame 2
stop();
Symbol 102 MovieClip Frame 1
stop();
Symbol 102 MovieClip Frame 2
stop();
Instance of Symbol 84 MovieClip in Symbol 102 MovieClip Frame 2
onClipEvent (load) { this.gotoAndPlay(28); }
Symbol 106 MovieClip Frame 1
stop();
Symbol 106 MovieClip Frame 2
stop();
Symbol 112 Button
on (rollOver) { if (_root.game) { _root.gotoAndStop("end"); } }
Symbol 115 MovieClip Frame 1
stop();
Symbol 115 MovieClip Frame 2
stop();
Symbol 120 MovieClip Frame 1
stop();
Symbol 120 MovieClip Frame 2
stop();
Instance of Symbol 119 MovieClip in Symbol 120 MovieClip Frame 2
onClipEvent (load) { this.gotoAndPlay(64); }
Symbol 122 MovieClip Frame 1
stop();
Symbol 122 MovieClip Frame 2
stop();
Symbol 126 Button
on (rollOver) { if (_root.game) { _root.game = false; _root.gotoAndPlay("creds"); } }
Symbol 128 MovieClip Frame 56
this.randomNumb = Math.ceil(Math.random() * _root.possible); if (this.randomNumb == 1) { gotoAndPlay (1); } else { this.play(); }
Symbol 128 MovieClip Frame 57
gotoAndPlay ("ac");
Symbol 129 MovieClip Frame 1
stop();
Symbol 129 MovieClip Frame 2
stop();
Instance of Symbol 128 MovieClip in Symbol 129 MovieClip Frame 2
onClipEvent (load) { this.gotoAndPlay("ac"); }
Instance of Symbol 128 MovieClip in Symbol 129 MovieClip Frame 2
onClipEvent (load) { this.gotoAndPlay("ac"); }
Instance of Symbol 128 MovieClip in Symbol 129 MovieClip Frame 2
onClipEvent (load) { this.gotoAndPlay("ac"); }
Instance of Symbol 128 MovieClip in Symbol 129 MovieClip Frame 2
onClipEvent (load) { this.gotoAndPlay("ac"); }
Instance of Symbol 128 MovieClip in Symbol 129 MovieClip Frame 2
onClipEvent (load) { this.gotoAndPlay("ac"); }
Instance of Symbol 128 MovieClip in Symbol 129 MovieClip Frame 2
onClipEvent (load) { this.gotoAndPlay("ac"); }
Instance of Symbol 128 MovieClip in Symbol 129 MovieClip Frame 2
onClipEvent (load) { this.gotoAndPlay("ac"); }
Instance of Symbol 128 MovieClip in Symbol 129 MovieClip Frame 2
onClipEvent (load) { this.gotoAndPlay("ac"); }
Instance of Symbol 128 MovieClip in Symbol 129 MovieClip Frame 2
onClipEvent (load) { this.gotoAndPlay("ac"); }
Instance of Symbol 128 MovieClip in Symbol 129 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 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 TextUses:3Used by:Timeline
Symbol 5 EditableTextUses:3Used by:Timeline
Symbol 6 GraphicUsed by:9  Timeline
Symbol 7 GraphicUsed by:9  Timeline
Symbol 8 GraphicUsed by:9  Timeline
Symbol 9 MovieClipUses:6 7 8Used by:12
Symbol 10 TextUses:3Used by:12
Symbol 11 TextUses:3Used by:12
Symbol 12 MovieClipUses:9 10 11Used by:Timeline
Symbol 13 TextUses:3Used by:17
Symbol 14 TextUses:3Used by:17
Symbol 15 TextUses:3Used by:17
Symbol 16 GraphicUsed by:17 22 29 34 43 67 76 81
Symbol 17 ButtonUses:13 14 15 16Used by:Timeline
Symbol 18 SoundUsed by:42  Timeline
Symbol 19 TextUses:3Used by:22
Symbol 20 TextUses:3Used by:22
Symbol 21 TextUses:3Used by:22
Symbol 22 ButtonUses:19 20 21 16Used by:Timeline
Symbol 23 TextUses:3Used by:Timeline
Symbol 24 TextUses:3Used by:Timeline
Symbol 25 TextUses:3Used by:Timeline
Symbol 26 TextUses:3Used by:29
Symbol 27 TextUses:3Used by:29
Symbol 28 TextUses:3Used by:29
Symbol 29 ButtonUses:26 27 28 16Used by:Timeline
Symbol 30 TextUses:3Used by:Timeline
Symbol 31 TextUses:3Used by:34 43
Symbol 32 TextUses:3Used by:34 43
Symbol 33 TextUses:3Used by:34 43
Symbol 34 ButtonUses:31 32 33 16Used by:40
Symbol 35 TextUses:3Used by:39 44
Symbol 36 TextUses:3Used by:39 44
Symbol 37 TextUses:3Used by:39 44
Symbol 38 GraphicUsed by:39 44
Symbol 39 ButtonUses:35 36 37 38Used by:40
Symbol 40 MovieClipUses:34 39Used by:Timeline
Symbol 41 TextUses:3Used by:42
Symbol 42 MovieClipUses:41 18Used by:Timeline
Symbol 43 ButtonUses:31 32 33 16Used by:45
Symbol 44 ButtonUses:35 36 37 38Used by:45
Symbol 45 MovieClipUses:43 44Used by:Timeline
Symbol 46 TextUses:3Used by:Timeline
Symbol 47 TextUses:3Used by:Timeline
Symbol 48 TextUses:3Used by:52
Symbol 49 TextUses:3Used by:52
Symbol 50 TextUses:3Used by:52
Symbol 51 GraphicUsed by:52
Symbol 52 ButtonUses:48 49 50 51Used by:Timeline
Symbol 53 TextUses:3Used by:57
Symbol 54 TextUses:3Used by:57
Symbol 55 TextUses:3Used by:57
Symbol 56 GraphicUsed by:57
Symbol 57 ButtonUses:53 54 55 56Used by:Timeline
Symbol 58 GraphicUsed by:63
Symbol 59 GraphicUsed by:63
Symbol 60 GraphicUsed by:61
Symbol 61 MovieClipUses:60Used by:62 84 88 95 101 105 120 128
Symbol 62 MovieClipUses:61Used by:63
Symbol 63 MovieClipUses:58 59 62Used by:Timeline
Symbol 64 TextUses:3Used by:67
Symbol 65 TextUses:3Used by:67
Symbol 66 TextUses:3Used by:67
Symbol 67 ButtonUses:64 65 66 16Used by:Timeline
Symbol 68 TextUses:3Used by:70 112 126
Symbol 69 GraphicUsed by:70 112 126
Symbol 70 ButtonUses:68 69Used by:115  Timeline
Symbol 71 EditableTextUses:3Used by:Timeline
Symbol 72 TextUses:3Used by:Timeline
Symbol 73 TextUses:3Used by:76
Symbol 74 TextUses:3Used by:76
Symbol 75 TextUses:3Used by:76
Symbol 76 ButtonUses:73 74 75 16Used by:Timeline
Symbol 77 TextUses:3Used by:Timeline
Symbol 78 TextUses:3Used by:81
Symbol 79 TextUses:3Used by:81
Symbol 80 TextUses:3Used by:81
Symbol 81 ButtonUses:78 79 80 16Used by:Timeline
Symbol 82 TextUses:3Used by:Timeline
Symbol 83 GraphicUsed by:85
Symbol 84 MovieClipUses:61Used by:85 102
Symbol 85 MovieClipUses:83 84Used by:Timeline
Symbol 86 EditableTextUses:3Used by:Timeline
Symbol 87 GraphicUsed by:90 122
Symbol 88 MovieClipUses:61Used by:89
Symbol 89 MovieClipUses:88Used by:90
Symbol 90 MovieClipUses:87 89Used by:Timeline
Symbol 91 EditableTextUses:3Used by:Timeline
Symbol 92 GraphicUsed by:97
Symbol 93 GraphicUsed by:94
Symbol 94 MovieClipUses:93Used by:95
Symbol 95 MovieClipUses:61 94Used by:96
Symbol 96 MovieClipUses:95Used by:97 102 110 113
Symbol 97 MovieClipUses:92 96Used by:Timeline
Symbol 98 EditableTextUses:3Used by:Timeline
Symbol 99 GraphicUsed by:102
Symbol 100 GraphicUsed by:102
Symbol 101 MovieClipUses:61Used by:102
Symbol 102 MovieClipUses:99 100 84 101 96Used by:Timeline
Symbol 103 EditableTextUses:3Used by:Timeline
Symbol 104 GraphicUsed by:106
Symbol 105 MovieClipUses:61Used by:106
Symbol 106 MovieClipUses:104 105Used by:Timeline
Symbol 107 EditableTextUses:3Used by:Timeline
Symbol 108 GraphicUsed by:115
Symbol 109 GraphicUsed by:110 113
Symbol 110 MovieClipUses:109 96Used by:111
Symbol 111 MovieClipUses:110Used by:115
Symbol 112 ButtonUses:68 69Used by:113
Symbol 113 MovieClipUses:109 96 112Used by:114
Symbol 114 MovieClipUses:113Used by:115
Symbol 115 MovieClipUses:108 70 111 114Used by:Timeline
Symbol 116 EditableTextUses:3Used by:Timeline
Symbol 117 GraphicUsed by:118 120
Symbol 118 MovieClipUses:117Used by:119
Symbol 119 MovieClipUses:118Used by:120
Symbol 120 MovieClipUses:117 61 119Used by:Timeline
Symbol 121 EditableTextUses:3Used by:Timeline
Symbol 122 MovieClipUses:87Used by:Timeline
Symbol 123 GraphicUsed by:124
Symbol 124 MovieClipUses:123Used by:Timeline
Symbol 125 EditableTextUses:3Used by:Timeline
Symbol 126 ButtonUses:68 69Used by:Timeline
Symbol 127 GraphicUsed by:129
Symbol 128 MovieClipUses:61Used by:129
Symbol 129 MovieClipUses:127 128Used by:Timeline
Symbol 130 EditableTextUses:3Used by:Timeline
Symbol 131 TextUses:3Used by:132
Symbol 132 MovieClipUses:131Used by:Timeline

Instance Names

"main"Frame 275Symbol 2 MovieClip [trail]
"musicMC"Frame 275Symbol 42 MovieClip
"course"Frame 276Symbol 63 MovieClip
"startBTN"Frame 276Symbol 67 Button
"course"Frame 280Symbol 85 MovieClip
"startBTN"Frame 280Symbol 67 Button
"startBTN"Frame 281Symbol 67 Button
"course"Frame 281Symbol 90 MovieClip
"course"Frame 282Symbol 97 MovieClip
"startBTN"Frame 282Symbol 67 Button
"course"Frame 283Symbol 102 MovieClip
"startBTN"Frame 283Symbol 67 Button
"course"Frame 284Symbol 106 MovieClip
"startBTN"Frame 284Symbol 67 Button
"course"Frame 285Symbol 115 MovieClip
"startBTN"Frame 285Symbol 67 Button
"course"Frame 286Symbol 120 MovieClip
"startBTN"Frame 286Symbol 67 Button
"startBTN"Frame 287Symbol 67 Button
"course"Frame 287Symbol 122 MovieClip
"startBTN"Frame 288Symbol 67 Button
"course"Frame 288Symbol 129 MovieClip
"main"Frame 289Symbol 2 MovieClip [trail]

Special Tags

ExportAssets (56)Timeline Frame 1Symbol 2 as "trail"
ExportAssets (56)Timeline Frame 275Symbol 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"

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_loadedSymbol 5 EditableText""
levelSSymbol 71 EditableText""
levelSSymbol 86 EditableText""
levelSSymbol 91 EditableText""
levelSSymbol 98 EditableText""
levelSSymbol 103 EditableText""
levelSSymbol 107 EditableText""
levelSSymbol 116 EditableText""
levelSSymbol 121 EditableText""
levelSSymbol 125 EditableText""
levelSSymbol 130 EditableText""




http://swfchan.com/6/25888/info.shtml
Created: 23/5 -2019 06:53:08 Last modified: 23/5 -2019 06:53:08 Server time: 02/05 -2024 15:55:23