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 yesterday! (5may2024)

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

Santa Vs. SnowNazis.swf

This is the info page for
Flash #54563

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


Text
Fine then, skip my intro!
Hmph.

4

Go to game

On December 23
rd
,
Santa was taking
a test run with his
sleigh full of toys, to
make sure nothing
would go wrong on
Christmas Eve...

Hit enter instead of clicking

Yes, those snowmen were nazis.  Here's
the story...  Before Hitler had killed himself
at the end of World War 2, he had gone
through a crazy science experiment.
What was supposed to have made him
invincible had failed, or so it seemed.
Shortly after his burial, Hitler rose from the
grave and discovered that the experiment
hadn't totally failed, he had survived death
but a side effect was him being snow.

Skip Story

(not recommended)

(ok, ur missing out)

Health

Avoid everything that moves.  If a
SnowNazi, spikes, or any other evil
looking object hits you, you will rapidly
lose health. (which is a bad thing)

You Lose!

You Beat The
Level!

Chris

Nicky

Kevin

Danielle

Kyle

Evan

Ken

Dana

Steve

Monique

Louise

Brent

Jesse

Last Level!

Congratulations!

You beat the game!

And so the elves defeated
the SnowNazi army with
hair dryers and Santa fixed
his sleigh and delivered the
presents on time.

Credits

Mad Russian Christmas
by: Trans-Siberian Orchestra

Bob, Kevin, Louise, Alen, Jesse, Nicky

A message from Chris:

ActionScript [AS1/AS2]

Frame 1
_accProps = new Object(); _accProps.silent = false; stopAllSounds(); stopAllSounds();
Frame 1116
stopAllSounds();
Frame 1117
stop();
Frame 1118
stop();
Frame 1119
stop();
Frame 1120
stop();
Frame 1121
stopAllSounds();
Frame 1123
health = 100; stop();
Frame 1124
stop();
Frame 1128
stop(); health = 100;
Instance of Symbol 283 MovieClip "man" in Frame 1128
onClipEvent (load) { moveSpeed = 15; } onClipEvent (enterFrame) { if (Key.isDown(39)) { if (_root.Walls.hitTest(getBounds(_root).xMax, _y, true)) { } else { this._x = this._x + moveSpeed; this.gotoAndStop(3); } } else if (Key.isDown(38)) { if (_root.Walls.hitTest(_x, getBounds(_root).yMin, true)) { } else { this._y = this._y - moveSpeed; this.gotoAndStop(2); } } else if (Key.isDown(40)) { if (_root.Walls.hitTest(_x, getBounds(_root).yMax, true)) { } else { this._y = this._y + moveSpeed; this.gotoAndStop(5); } } else if (Key.isDown(37)) { if (_root.Walls.hitTest(getBounds(_root).xMin, _y, true)) { } else { this._x = this._x - moveSpeed; this.gotoAndStop(4); } } }
Instance of Symbol 286 MovieClip in Frame 1128
onClipEvent (enterFrame) { if (this.hitTest(_root.man)) { _root.health = _root.health - 10; if (_root.health == 0) { _root.gotoAndPlay(1131); } } }
Instance of Symbol 288 MovieClip in Frame 1128
onClipEvent (enterFrame) { if (this.hitTest(_root.man)) { _root.health = _root.health - 10; if (_root.health == 0) { _root.gotoAndPlay(1131); } } }
Instance of Symbol 288 MovieClip in Frame 1128
onClipEvent (enterFrame) { if (this.hitTest(_root.man)) { _root.health = _root.health - 10; if (_root.health == 0) { _root.gotoAndPlay(1131); } } }
Instance of Symbol 294 MovieClip in Frame 1128
onClipEvent (enterFrame) { if (this.hitTest(_root.man)) { _root.health = _root.health - 10; if (_root.health == 0) { _root.gotoAndPlay(1131); } } }
Instance of Symbol 294 MovieClip in Frame 1128
onClipEvent (enterFrame) { if (this.hitTest(_root.man)) { _root.health = _root.health - 10; if (_root.health == 0) { _root.gotoAndPlay(1131); } } }
Instance of Symbol 295 MovieClip in Frame 1128
onClipEvent (enterFrame) { if (this.hitTest(_root.man)) { _root.win = true; if ((_root.win = true)) { _root.gotoAndStop(1129); } } }
Instance of Symbol 296 MovieClip in Frame 1128
onClipEvent (enterFrame) { if (this.hitTest(_root.man)) { _root.health = _root.health - 10; if (_root.health == 0) { _root.gotoAndPlay(1131); } } }
Frame 1129
stop();
Instance of Symbol 322 MovieClip in Frame 1129
onClipEvent (enterFrame) { if (this.hitTest(_root.man)) { _root.win = true; if ((_root.win = true)) { _root.gotoAndStop(1132); } } }
Instance of Symbol 288 MovieClip in Frame 1129
onClipEvent (enterFrame) { if (this.hitTest(_root.man)) { _root.health = _root.health - 10; if (_root.health == 0) { _root.gotoAndPlay(1131); } } }
Instance of Symbol 288 MovieClip in Frame 1129
onClipEvent (enterFrame) { if (this.hitTest(_root.man)) { _root.health = _root.health - 10; if (_root.health == 0) { _root.gotoAndPlay(1131); } } }
Frame 1131
stop();
Frame 1132
stop();
Frame 1134
health = 100; stop();
Instance of Symbol 364 MovieClip in Frame 1134
onClipEvent (enterFrame) { if (this.hitTest(_root.man)) { _root.health = _root.health - 10; if (_root.health == 0) { _root.gotoAndPlay(1137); } } }
Instance of Symbol 364 MovieClip in Frame 1134
onClipEvent (enterFrame) { if (this.hitTest(_root.man)) { _root.health = _root.health - 10; if (_root.health == 0) { _root.gotoAndPlay(1137); } } }
Instance of Symbol 364 MovieClip in Frame 1134
onClipEvent (enterFrame) { if (this.hitTest(_root.man)) { _root.health = _root.health - 10; if (_root.health == 0) { _root.gotoAndPlay(1137); } } }
Instance of Symbol 283 MovieClip "man" in Frame 1134
onClipEvent (load) { moveSpeed = 15; } onClipEvent (enterFrame) { if (Key.isDown(39)) { if (_root.Walls.hitTest(getBounds(_root).xMax, _y, true)) { } else { this._x = this._x + moveSpeed; this.gotoAndStop(3); } } else if (Key.isDown(38)) { if (_root.Walls.hitTest(_x, getBounds(_root).yMin, true)) { } else { this._y = this._y - moveSpeed; this.gotoAndStop(2); } } else if (Key.isDown(40)) { if (_root.Walls.hitTest(_x, getBounds(_root).yMax, true)) { } else { this._y = this._y + moveSpeed; this.gotoAndStop(5); } } else if (Key.isDown(37)) { if (_root.Walls.hitTest(getBounds(_root).xMin, _y, true)) { } else { this._x = this._x - moveSpeed; this.gotoAndStop(4); } } }
Instance of Symbol 368 MovieClip in Frame 1134
onClipEvent (enterFrame) { if (this.hitTest(_root.man)) { _root.health = _root.health - 10; if (_root.health == 0) { _root.gotoAndPlay(1137); } } }
Instance of Symbol 368 MovieClip in Frame 1134
onClipEvent (enterFrame) { if (this.hitTest(_root.man)) { _root.health = _root.health - 10; if (_root.health == 0) { _root.gotoAndPlay(1137); } } }
Instance of Symbol 369 MovieClip in Frame 1134
onClipEvent (enterFrame) { if (this.hitTest(_root.man)) { _root.health = _root.health - 10; if (_root.health == 0) { _root.gotoAndPlay(1137); } } }
Instance of Symbol 372 MovieClip in Frame 1134
onClipEvent (enterFrame) { if (this.hitTest(_root.man)) { _root.health = _root.health - 10; if (_root.health == 0) { _root.gotoAndPlay(1137); } } }
Instance of Symbol 374 MovieClip in Frame 1134
onClipEvent (enterFrame) { if (this.hitTest(_root.man)) { _root.win = true; if ((_root.win = true)) { _root.gotoAndStop(1135); } } }
Frame 1135
stop();
Instance of Symbol 322 MovieClip in Frame 1135
onClipEvent (enterFrame) { if (this.hitTest(_root.man)) { _root.win = true; if ((_root.win = true)) { _root.gotoAndStop(1138); } } }
Instance of Symbol 283 MovieClip "man" in Frame 1135
onClipEvent (load) { moveSpeed = 15; } onClipEvent (enterFrame) { if (Key.isDown(39)) { if (_root.Walls.hitTest(getBounds(_root).xMax, _y, true)) { } else { this._x = this._x + moveSpeed; this.gotoAndStop(3); } } else if (Key.isDown(38)) { if (_root.Walls.hitTest(_x, getBounds(_root).yMin, true)) { } else { this._y = this._y - moveSpeed; this.gotoAndStop(2); } } else if (Key.isDown(40)) { if (_root.Walls.hitTest(_x, getBounds(_root).yMax, true)) { } else { this._y = this._y + moveSpeed; this.gotoAndStop(5); } } else if (Key.isDown(37)) { if (_root.Walls.hitTest(getBounds(_root).xMin, _y, true)) { } else { this._x = this._x - moveSpeed; this.gotoAndStop(4); } } }
Instance of Symbol 364 MovieClip in Frame 1135
onClipEvent (enterFrame) { if (this.hitTest(_root.man)) { _root.health = _root.health - 10; if (_root.health == 0) { _root.gotoAndPlay(1137); } } }
Instance of Symbol 364 MovieClip in Frame 1135
onClipEvent (enterFrame) { if (this.hitTest(_root.man)) { _root.health = _root.health - 10; if (_root.health == 0) { _root.gotoAndPlay(1137); } } }
Instance of Symbol 364 MovieClip in Frame 1135
onClipEvent (enterFrame) { if (this.hitTest(_root.man)) { _root.health = _root.health - 10; if (_root.health == 0) { _root.gotoAndPlay(1137); } } }
Frame 1137
stop();
Frame 1138
stop();
Frame 1140
stop(); health = 100;
Instance of Symbol 391 MovieClip in Frame 1140
onClipEvent (enterFrame) { if (this.hitTest(_root.man)) { _root.health = _root.health - 10; if (_root.health == 0) { _root.gotoAndPlay(1143); } } }
Instance of Symbol 391 MovieClip in Frame 1140
onClipEvent (enterFrame) { if (this.hitTest(_root.man)) { _root.health = _root.health - 10; if (_root.health == 0) { _root.gotoAndPlay(1143); } } }
Instance of Symbol 295 MovieClip in Frame 1140
onClipEvent (enterFrame) { if (this.hitTest(_root.man)) { _root.win = true; if ((_root.win = true)) { _root.gotoAndStop(1141); } } }
Instance of Symbol 391 MovieClip in Frame 1140
onClipEvent (enterFrame) { if (this.hitTest(_root.man)) { _root.health = _root.health - 10; if (_root.health == 0) { _root.gotoAndPlay(1143); } } }
Instance of Symbol 391 MovieClip in Frame 1140
onClipEvent (enterFrame) { if (this.hitTest(_root.man)) { _root.health = _root.health - 10; if (_root.health == 0) { _root.gotoAndPlay(1143); } } }
Instance of Symbol 283 MovieClip "man" in Frame 1140
onClipEvent (load) { moveSpeed = 15; } onClipEvent (enterFrame) { if (Key.isDown(39)) { if (_root.Walls.hitTest(getBounds(_root).xMax, _y, true)) { } else { this._x = this._x + moveSpeed; this.gotoAndStop(3); } } else if (Key.isDown(38)) { if (_root.Walls.hitTest(_x, getBounds(_root).yMin, true)) { } else { this._y = this._y - moveSpeed; this.gotoAndStop(2); } } else if (Key.isDown(40)) { if (_root.Walls.hitTest(_x, getBounds(_root).yMax, true)) { } else { this._y = this._y + moveSpeed; this.gotoAndStop(5); } } else if (Key.isDown(37)) { if (_root.Walls.hitTest(getBounds(_root).xMin, _y, true)) { } else { this._x = this._x - moveSpeed; this.gotoAndStop(4); } } }
Instance of Symbol 374 MovieClip in Frame 1140
onClipEvent (enterFrame) { if (this.hitTest(_root.man)) { _root.win = true; if ((_root.win = true)) { _root.gotoAndStop(1142); } } }
Instance of Symbol 395 MovieClip in Frame 1140
onClipEvent (enterFrame) { if (this.hitTest(_root.man)) { _root.health = _root.health - 10; if (_root.health == 0) { _root.gotoAndPlay(1143); } } }
Instance of Symbol 395 MovieClip in Frame 1140
onClipEvent (enterFrame) { if (this.hitTest(_root.man)) { _root.health = _root.health - 10; if (_root.health == 0) { _root.gotoAndPlay(1143); } } }
Frame 1141
stop();
Frame 1142
stop();
Instance of Symbol 322 MovieClip in Frame 1142
onClipEvent (enterFrame) { if (this.hitTest(_root.man)) { _root.win = true; if ((_root.win = true)) { _root.gotoAndStop(1144); } } }
Frame 1143
stop();
Frame 1144
stop();
Frame 1146
stop(); health = 100;
Instance of Symbol 322 MovieClip in Frame 1146
onClipEvent (enterFrame) { if (this.hitTest(_root.man)) { _root.win = true; if ((_root.win = true)) { _root.gotoAndStop(1151); } } }
Instance of Symbol 283 MovieClip "man" in Frame 1146
onClipEvent (load) { moveSpeed = 15; } onClipEvent (enterFrame) { if (Key.isDown(39)) { if (_root.Walls.hitTest(getBounds(_root).xMax, _y, true)) { } else { this._x = this._x + moveSpeed; this.gotoAndStop(3); } } else if (Key.isDown(38)) { if (_root.Walls.hitTest(_x, getBounds(_root).yMin, true)) { } else { this._y = this._y - moveSpeed; this.gotoAndStop(2); } } else if (Key.isDown(40)) { if (_root.Walls.hitTest(_x, getBounds(_root).yMax, true)) { } else { this._y = this._y + moveSpeed; this.gotoAndStop(5); } } else if (Key.isDown(37)) { if (_root.Walls.hitTest(getBounds(_root).xMin, _y, true)) { } else { this._x = this._x - moveSpeed; this.gotoAndStop(4); } } }
Instance of Symbol 286 MovieClip in Frame 1146
onClipEvent (enterFrame) { if (this.hitTest(_root.man)) { _root.health = _root.health - 10; if (_root.health == 0) { _root.gotoAndPlay(1152); } } }
Instance of Symbol 286 MovieClip in Frame 1146
onClipEvent (enterFrame) { if (this.hitTest(_root.man)) { _root.health = _root.health - 10; if (_root.health == 0) { _root.gotoAndPlay(1152); } } }
Instance of Symbol 286 MovieClip in Frame 1146
onClipEvent (enterFrame) { if (this.hitTest(_root.man)) { _root.health = _root.health - 10; if (_root.health == 0) { _root.gotoAndPlay(1152); } } }
Instance of Symbol 286 MovieClip in Frame 1146
onClipEvent (enterFrame) { if (this.hitTest(_root.man)) { _root.health = _root.health - 10; if (_root.health == 0) { _root.gotoAndPlay(1152); } } }
Instance of Symbol 286 MovieClip in Frame 1146
onClipEvent (enterFrame) { if (this.hitTest(_root.man)) { _root.health = _root.health - 10; if (_root.health == 0) { _root.gotoAndPlay(1152); } } }
Instance of Symbol 418 MovieClip in Frame 1146
onClipEvent (enterFrame) { if (this.hitTest(_root.man)) { _root.health = _root.health - 10; if (_root.health == 0) { _root.gotoAndPlay(1152); } } }
Instance of Symbol 418 MovieClip in Frame 1146
onClipEvent (enterFrame) { if (this.hitTest(_root.man)) { _root.health = _root.health - 10; if (_root.health == 0) { _root.gotoAndPlay(1152); } } }
Instance of Symbol 286 MovieClip in Frame 1146
onClipEvent (enterFrame) { if (this.hitTest(_root.man)) { _root.health = _root.health - 10; if (_root.health == 0) { _root.gotoAndPlay(1152); } } }
Instance of Symbol 286 MovieClip in Frame 1146
onClipEvent (enterFrame) { if (this.hitTest(_root.man)) { _root.health = _root.health - 10; if (_root.health == 0) { _root.gotoAndPlay(1152); } } }
Instance of Symbol 286 MovieClip in Frame 1146
onClipEvent (enterFrame) { if (this.hitTest(_root.man)) { _root.health = _root.health - 10; if (_root.health == 0) { _root.gotoAndPlay(1152); } } }
Instance of Symbol 286 MovieClip in Frame 1146
onClipEvent (enterFrame) { if (this.hitTest(_root.man)) { _root.health = _root.health - 10; if (_root.health == 0) { _root.gotoAndPlay(1152); } } }
Instance of Symbol 286 MovieClip in Frame 1146
onClipEvent (enterFrame) { if (this.hitTest(_root.man)) { _root.health = _root.health - 10; if (_root.health == 0) { _root.gotoAndPlay(1152); } } }
Frame 1151
stop();
Frame 1152
stop();
Frame 1154
stop(); health = 100;
Instance of Symbol 283 MovieClip "man" in Frame 1154
onClipEvent (load) { moveSpeed = 15; } onClipEvent (enterFrame) { if (Key.isDown(39)) { if (_root.Walls.hitTest(getBounds(_root).xMax, _y, true)) { } else { this._x = this._x + moveSpeed; this.gotoAndStop(3); } } else if (Key.isDown(38)) { if (_root.Walls.hitTest(_x, getBounds(_root).yMin, true)) { } else { this._y = this._y - moveSpeed; this.gotoAndStop(2); } } else if (Key.isDown(40)) { if (_root.Walls.hitTest(_x, getBounds(_root).yMax, true)) { } else { this._y = this._y + moveSpeed; this.gotoAndStop(5); } } else if (Key.isDown(37)) { if (_root.Walls.hitTest(getBounds(_root).xMin, _y, true)) { } else { this._x = this._x - moveSpeed; this.gotoAndStop(4); } } }
Instance of Symbol 374 MovieClip in Frame 1154
onClipEvent (enterFrame) { if (this.hitTest(_root.man)) { _root.win = true; if ((_root.win = true)) { _root.gotoAndStop(1155); } } }
Instance of Symbol 429 MovieClip in Frame 1154
onClipEvent (enterFrame) { if (this.hitTest(_root.man)) { _root.health = _root.health - 10; if (_root.health == 0) { _root.gotoAndPlay(1158); } } }
Instance of Symbol 430 MovieClip in Frame 1154
onClipEvent (enterFrame) { if (this.hitTest(_root.man)) { _root.health = _root.health - 10; if (_root.health == 0) { _root.gotoAndPlay(1158); } } }
Instance of Symbol 295 MovieClip in Frame 1154
onClipEvent (enterFrame) { if (this.hitTest(_root.man)) { _root.win = true; if ((_root.win = true)) { _root.gotoAndStop(1156); } } }
Instance of Symbol 429 MovieClip in Frame 1154
onClipEvent (enterFrame) { if (this.hitTest(_root.man)) { _root.health = _root.health - 10; if (_root.health == 0) { _root.gotoAndPlay(1158); } } }
Instance of Symbol 286 MovieClip in Frame 1154
onClipEvent (enterFrame) { if (this.hitTest(_root.man)) { _root.health = _root.health - 10; if (_root.health == 0) { _root.gotoAndPlay(1158); } } }
Instance of Symbol 286 MovieClip in Frame 1154
onClipEvent (enterFrame) { if (this.hitTest(_root.man)) { _root.health = _root.health - 10; if (_root.health == 0) { _root.gotoAndPlay(1158); } } }
Frame 1155
stop();
Frame 1156
stop();
Instance of Symbol 451 MovieClip in Frame 1156
onClipEvent (enterFrame) { if (this.hitTest(_root.man)) { _root.win = true; if ((_root.win = true)) { _root.gotoAndStop(1159); } } }
Frame 1158
stop();
Frame 1159
stop();
Frame 1161
health = 100; stop();
Instance of Symbol 283 MovieClip "man" in Frame 1161
onClipEvent (load) { moveSpeed = 15; } onClipEvent (enterFrame) { if (Key.isDown(39)) { if (_root.Walls.hitTest(getBounds(_root).xMax, _y, true)) { } else { this._x = this._x + moveSpeed; this.gotoAndStop(3); } } else if (Key.isDown(38)) { if (_root.Walls.hitTest(_x, getBounds(_root).yMin, true)) { } else { this._y = this._y - moveSpeed; this.gotoAndStop(2); } } else if (Key.isDown(40)) { if (_root.Walls.hitTest(_x, getBounds(_root).yMax, true)) { } else { this._y = this._y + moveSpeed; this.gotoAndStop(5); } } else if (Key.isDown(37)) { if (_root.Walls.hitTest(getBounds(_root).xMin, _y, true)) { } else { this._x = this._x - moveSpeed; this.gotoAndStop(4); } } }
Instance of Symbol 460 MovieClip in Frame 1161
onClipEvent (enterFrame) { if (this.hitTest(_root.man)) { _root.win = true; if ((_root.win = true)) { _root.gotoAndStop(1166); } } }
Instance of Symbol 391 MovieClip in Frame 1161
onClipEvent (enterFrame) { if (this.hitTest(_root.man)) { _root.health = _root.health - 10; if (_root.health == 0) { _root.gotoAndPlay(1165); } } }
Instance of Symbol 286 MovieClip in Frame 1161
onClipEvent (enterFrame) { if (this.hitTest(_root.man)) { _root.health = _root.health - 10; if (_root.health == 0) { _root.gotoAndPlay(1165); } } }
Instance of Symbol 464 MovieClip in Frame 1161
onClipEvent (enterFrame) { if (this.hitTest(_root.man)) { _root.health = _root.health - 10; if (_root.health == 0) { _root.gotoAndPlay(1165); } } }
Instance of Symbol 489 MovieClip in Frame 1161
onClipEvent (enterFrame) { if (this.hitTest(_root.man)) { _root.health = _root.health - 10; if (_root.health == 0) { _root.gotoAndPlay(1165); } } }
Instance of Symbol 490 MovieClip in Frame 1161
onClipEvent (enterFrame) { if (this.hitTest(_root.man)) { _root.health = _root.health - 10; if (_root.health == 0) { _root.gotoAndPlay(1165); } } }
Instance of Symbol 491 MovieClip in Frame 1161
onClipEvent (enterFrame) { if (this.hitTest(_root.man)) { _root.health = _root.health - 10; if (_root.health == 0) { _root.gotoAndPlay(1165); } } }
Instance of Symbol 295 MovieClip in Frame 1161
onClipEvent (enterFrame) { if (this.hitTest(_root.man)) { _root.win = true; if ((_root.win = true)) { _root.gotoAndStop(1163); } } }
Instance of Symbol 391 MovieClip in Frame 1161
onClipEvent (enterFrame) { if (this.hitTest(_root.man)) { _root.health = _root.health - 10; if (_root.health == 0) { _root.gotoAndPlay(1165); } } }
Instance of Symbol 286 MovieClip in Frame 1161
onClipEvent (enterFrame) { if (this.hitTest(_root.man)) { _root.health = _root.health - 10; if (_root.health == 0) { _root.gotoAndPlay(1165); } } }
Instance of Symbol 286 MovieClip in Frame 1161
onClipEvent (enterFrame) { if (this.hitTest(_root.man)) { _root.health = _root.health - 10; if (_root.health == 0) { _root.gotoAndPlay(1165); } } }
Instance of Symbol 391 MovieClip in Frame 1161
onClipEvent (enterFrame) { if (this.hitTest(_root.man)) { _root.health = _root.health - 10; if (_root.health == 0) { _root.gotoAndPlay(1165); } } }
Instance of Symbol 286 MovieClip in Frame 1161
onClipEvent (enterFrame) { if (this.hitTest(_root.man)) { _root.health = _root.health - 10; if (_root.health == 0) { _root.gotoAndPlay(1165); } } }
Instance of Symbol 374 MovieClip in Frame 1161
onClipEvent (enterFrame) { if (this.hitTest(_root.man)) { _root.win = true; if ((_root.win = true)) { _root.gotoAndStop(1162); } } }
Frame 1165
stop();
Frame 1166
stop();
Frame 1167
stopAllSounds();
Frame 2500
stop();
Symbol 11 Button
on (release) { _root.play(); }
Symbol 12 MovieClip Frame 1
_root.stop(); PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100; if (PercentLoaded != 100) { setProperty(bar, _xscale , PercentLoaded); } else { gotoAndStop (3); }
Symbol 12 MovieClip Frame 2
gotoAndPlay (1);
Symbol 29 Button
on (release, keyPress "<Enter>") { gotoAndPlay (211); }
Symbol 45 Button
on (release) { gotoAndPlay (211); }
Symbol 48 Button
on (release, keyPress "<Enter>") { gotoAndPlay (1117); }
Symbol 261 Button
on (release, keyPress "<Enter>") { play(); }
Symbol 267 Button
on (release) { gotoAndPlay (1121); }
Symbol 279 Button
on (release, keyPress "<Enter>") { gotoAndPlay (1128); }
Symbol 316 Button
on (keyPress "c") { gotoAndPlay (1134); }
Symbol 327 Button
on (release, keyPress "<Enter>") { gotoAndPlay (1128); }
Symbol 347 Button
on (release, keyPress "<Enter>") { play(); }
Symbol 362 MovieClip Frame 1
stop();
Symbol 377 Button
on (keyPress "h") { gotoAndPlay (1140); }
Symbol 384 Button
on (release, keyPress "<Enter>") { gotoAndPlay (1134); }
Symbol 398 Button
on (keyPress "r") { gotoAndPlay (1146); }
Symbol 415 Button
on (release, keyPress "<Enter>") { gotoAndPlay (1140); }
Symbol 421 Button
on (keyPress "i") { gotoAndPlay (1154); }
Symbol 422 Button
on (release, keyPress "<Enter>") { gotoAndPlay (1153); }
Symbol 423 Button
on (release, keyPress "<Enter>") { gotoAndPlay (1146); }
Symbol 444 Button
on (keyPress "s") { gotoAndPlay (1161); }
Symbol 454 Button
on (keyPress "l") { gotoAndPlay (1146); }
Symbol 455 Button
on (release, keyPress "<Enter>") { gotoAndPlay (1154); }
Symbol 492 Button
on (keyPress "c") { gotoAndPlay (1167); }
Symbol 503 Button
on (release, keyPress "<Enter>") { gotoAndPlay (1161); }
Symbol 662 Button
on (keyPress "<Enter>") { gotoAndPlay (1116); }
Symbol 664 Button
on (keyPress "<Enter>") { gotoAndPlay (1117); }
Symbol 666 Button
on (release, keyPress "<Enter>") { gotoAndPlay (1); }

Library Items

Symbol 1 GraphicUsed by:Timeline
Symbol 2 GraphicUsed by:3
Symbol 3 MovieClipUses:2Used by:12
Symbol 4 GraphicUsed by:12
Symbol 5 BitmapUsed by:6
Symbol 6 GraphicUses:5Used by:12
Symbol 7 GraphicUsed by:11
Symbol 8 GraphicUsed by:11
Symbol 9 GraphicUsed by:11
Symbol 10 GraphicUsed by:11
Symbol 11 ButtonUses:7 8 9 10Used by:12
Symbol 12 MovieClipUses:3 4 6 11Used by:Timeline
Symbol 13 GraphicUsed by:Timeline
Symbol 14 GraphicUsed by:362  Timeline
Symbol 15 GraphicUsed by:362  Timeline
Symbol 16 GraphicUsed by:Timeline
Symbol 17 GraphicUsed by:Timeline
Symbol 18 GraphicUsed by:21
Symbol 19 GraphicUsed by:21
Symbol 20 GraphicUsed by:21
Symbol 21 MovieClipUses:18 19 20Used by:Timeline
Symbol 22 GraphicUsed by:Timeline
Symbol 23 GraphicUsed by:Timeline
Symbol 24 GraphicUsed by:Timeline
Symbol 25 GraphicUsed by:29 45
Symbol 26 FontUsed by:27 46 260 262 264 265 266 278 333 348 463 504 505 650
Symbol 27 TextUses:26Used by:29 45
Symbol 28 GraphicUsed by:29 45
Symbol 29 ButtonUses:25 27 28Used by:Timeline
Symbol 30 GraphicUsed by:Timeline
Symbol 31 GraphicUsed by:Timeline
Symbol 32 GraphicUsed by:Timeline
Symbol 33 FontUsed by:34 652 657 659 660
Symbol 34 TextUses:33Used by:Timeline
Symbol 35 GraphicUsed by:Timeline
Symbol 36 GraphicUsed by:Timeline
Symbol 37 GraphicUsed by:Timeline
Symbol 38 GraphicUsed by:Timeline
Symbol 39 GraphicUsed by:Timeline
Symbol 40 GraphicUsed by:Timeline
Symbol 41 GraphicUsed by:Timeline
Symbol 42 GraphicUsed by:267  Timeline
Symbol 43 GraphicUsed by:Timeline
Symbol 44 GraphicUsed by:Timeline
Symbol 45 ButtonUses:25 27 28Used by:Timeline
Symbol 46 TextUses:26Used by:48
Symbol 47 GraphicUsed by:48
Symbol 48 ButtonUses:46 47Used by:Timeline
Symbol 49 FontUsed by:50 275 276 284 318 366 378 380 396 405 413 416 425 431 432 433 434 435 436 437 438 439 440 441 442 443 445 449 457 494 499
Symbol 50 TextUses:49Used by:Timeline
Symbol 51 GraphicUsed by:Timeline
Symbol 52 GraphicUsed by:296 368 369 395 418 429 430 464 490 491  Timeline
Symbol 53 GraphicUsed by:72 143 165 296 345 368 369 395 418 429 430 464 489 490 491  Timeline
Symbol 54 GraphicUsed by:296 368 369 395 418 429 430 464 490 491  Timeline
Symbol 55 GraphicUsed by:296 368 369 395 418 429 430 464 490 491  Timeline
Symbol 56 GraphicUsed by:296 368 369 395 418 429 430 464 489 490 491  Timeline
Symbol 57 GraphicUsed by:296 368 369 395 418 429 430 464 490 491  Timeline
Symbol 58 GraphicUsed by:Timeline
Symbol 59 GraphicUsed by:Timeline
Symbol 60 GraphicUsed by:Timeline
Symbol 61 GraphicUsed by:345  Timeline
Symbol 62 GraphicUsed by:Timeline
Symbol 63 GraphicUsed by:72 345
Symbol 64 GraphicUsed by:72
Symbol 65 ShapeTweeningUsed by:72
Symbol 66 GraphicUsed by:72
Symbol 67 ShapeTweeningUsed by:72
Symbol 68 GraphicUsed by:72
Symbol 69 ShapeTweeningUsed by:72
Symbol 70 GraphicUsed by:72
Symbol 71 GraphicUsed by:72
Symbol 72 MovieClipUses:63 53 64 65 66 67 68 69 70 71Used by:Timeline
Symbol 73 GraphicUsed by:Timeline
Symbol 74 ShapeTweeningUsed by:76
Symbol 75 GraphicUsed by:76
Symbol 76 MovieClipUses:74 75Used by:77
Symbol 77 MovieClipUses:76Used by:Timeline
Symbol 78 GraphicUsed by:Timeline
Symbol 79 GraphicUsed by:Timeline
Symbol 80 GraphicUsed by:Timeline
Symbol 81 GraphicUsed by:Timeline
Symbol 82 GraphicUsed by:Timeline
Symbol 83 GraphicUsed by:Timeline
Symbol 84 GraphicUsed by:Timeline
Symbol 85 GraphicUsed by:95  Timeline
Symbol 86 GraphicUsed by:95  Timeline
Symbol 87 GraphicUsed by:95  Timeline
Symbol 88 GraphicUsed by:95  Timeline
Symbol 89 GraphicUsed by:95  Timeline
Symbol 90 GraphicUsed by:95 295  Timeline
Symbol 91 GraphicUsed by:95  Timeline
Symbol 92 GraphicUsed by:95  Timeline
Symbol 93 GraphicUsed by:95  Timeline
Symbol 94 GraphicUsed by:95  Timeline
Symbol 95 MovieClipUses:85 86 87 88 89 90 91 92 93 94Used by:Timeline
Symbol 96 GraphicUsed by:Timeline
Symbol 97 GraphicUsed by:Timeline
Symbol 98 GraphicUsed by:Timeline
Symbol 99 GraphicUsed by:Timeline
Symbol 100 GraphicUsed by:Timeline
Symbol 101 GraphicUsed by:Timeline
Symbol 102 GraphicUsed by:Timeline
Symbol 103 GraphicUsed by:Timeline
Symbol 104 GraphicUsed by:Timeline
Symbol 105 GraphicUsed by:Timeline
Symbol 106 GraphicUsed by:Timeline
Symbol 107 GraphicUsed by:178  Timeline
Symbol 108 GraphicUsed by:143  Timeline
Symbol 109 GraphicUsed by:165  Timeline
Symbol 110 GraphicUsed by:Timeline
Symbol 111 GraphicUsed by:Timeline
Symbol 112 GraphicUsed by:Timeline
Symbol 113 GraphicUsed by:Timeline
Symbol 114 GraphicUsed by:Timeline
Symbol 115 GraphicUsed by:Timeline
Symbol 116 GraphicUsed by:Timeline
Symbol 117 GraphicUsed by:Timeline
Symbol 118 GraphicUsed by:Timeline
Symbol 119 GraphicUsed by:Timeline
Symbol 120 GraphicUsed by:Timeline
Symbol 121 GraphicUsed by:Timeline
Symbol 122 GraphicUsed by:Timeline
Symbol 123 GraphicUsed by:Timeline
Symbol 124 GraphicUsed by:Timeline
Symbol 125 GraphicUsed by:Timeline
Symbol 126 GraphicUsed by:Timeline
Symbol 127 GraphicUsed by:Timeline
Symbol 128 GraphicUsed by:Timeline
Symbol 129 GraphicUsed by:Timeline
Symbol 130 GraphicUsed by:Timeline
Symbol 131 GraphicUsed by:Timeline
Symbol 132 GraphicUsed by:Timeline
Symbol 133 GraphicUsed by:Timeline
Symbol 134 GraphicUsed by:Timeline
Symbol 135 GraphicUsed by:Timeline
Symbol 136 GraphicUsed by:Timeline
Symbol 137 GraphicUsed by:Timeline
Symbol 138 GraphicUsed by:Timeline
Symbol 139 GraphicUsed by:143
Symbol 140 GraphicUsed by:143
Symbol 141 GraphicUsed by:143
Symbol 142 GraphicUsed by:143
Symbol 143 MovieClipUses:139 53 140 108 141 142Used by:Timeline
Symbol 144 GraphicUsed by:159
Symbol 145 GraphicUsed by:146
Symbol 146 MovieClipUses:145Used by:159
Symbol 147 GraphicUsed by:159
Symbol 148 GraphicUsed by:159
Symbol 149 GraphicUsed by:159
Symbol 150 GraphicUsed by:159
Symbol 151 GraphicUsed by:159
Symbol 152 GraphicUsed by:159
Symbol 153 GraphicUsed by:159
Symbol 154 GraphicUsed by:159
Symbol 155 GraphicUsed by:159
Symbol 156 GraphicUsed by:159
Symbol 157 GraphicUsed by:159
Symbol 158 GraphicUsed by:159
Symbol 159 MovieClipUses:144 146 147 148 149 150 151 152 153 154 155 156 157 158Used by:Timeline
Symbol 160 GraphicUsed by:Timeline
Symbol 161 GraphicUsed by:165
Symbol 162 GraphicUsed by:165
Symbol 163 GraphicUsed by:165
Symbol 164 GraphicUsed by:165
Symbol 165 MovieClipUses:161 53 109 162 163 164Used by:Timeline
Symbol 166 GraphicUsed by:Timeline
Symbol 167 GraphicUsed by:Timeline
Symbol 168 GraphicUsed by:Timeline
Symbol 169 GraphicUsed by:Timeline
Symbol 170 GraphicUsed by:Timeline
Symbol 171 GraphicUsed by:Timeline
Symbol 172 GraphicUsed by:Timeline
Symbol 173 GraphicUsed by:Timeline
Symbol 174 GraphicUsed by:Timeline
Symbol 175 GraphicUsed by:Timeline
Symbol 176 ShapeTweeningUsed by:178
Symbol 177 GraphicUsed by:178
Symbol 178 MovieClipUses:107 176 177Used by:Timeline
Symbol 179 GraphicUsed by:Timeline
Symbol 180 GraphicUsed by:182
Symbol 181 GraphicUsed by:182
Symbol 182 MovieClipUses:180 181Used by:286  Timeline
Symbol 183 GraphicUsed by:Timeline
Symbol 184 GraphicUsed by:Timeline
Symbol 185 GraphicUsed by:Timeline
Symbol 186 GraphicUsed by:Timeline
Symbol 187 GraphicUsed by:Timeline
Symbol 188 GraphicUsed by:Timeline
Symbol 189 GraphicUsed by:Timeline
Symbol 190 GraphicUsed by:Timeline
Symbol 191 GraphicUsed by:Timeline
Symbol 192 GraphicUsed by:Timeline
Symbol 193 GraphicUsed by:Timeline
Symbol 194 GraphicUsed by:Timeline
Symbol 195 GraphicUsed by:Timeline
Symbol 196 GraphicUsed by:Timeline
Symbol 197 GraphicUsed by:Timeline
Symbol 198 GraphicUsed by:Timeline
Symbol 199 GraphicUsed by:Timeline
Symbol 200 GraphicUsed by:Timeline
Symbol 201 ShapeTweeningUsed by:Timeline
Symbol 202 GraphicUsed by:Timeline
Symbol 203 ShapeTweeningUsed by:Timeline
Symbol 204 GraphicUsed by:Timeline
Symbol 205 GraphicUsed by:Timeline
Symbol 206 GraphicUsed by:Timeline
Symbol 207 GraphicUsed by:Timeline
Symbol 208 GraphicUsed by:Timeline
Symbol 209 GraphicUsed by:Timeline
Symbol 210 GraphicUsed by:Timeline
Symbol 211 GraphicUsed by:Timeline
Symbol 212 GraphicUsed by:Timeline
Symbol 213 GraphicUsed by:Timeline
Symbol 214 GraphicUsed by:Timeline
Symbol 215 GraphicUsed by:Timeline
Symbol 216 ShapeTweeningUsed by:Timeline
Symbol 217 ShapeTweeningUsed by:Timeline
Symbol 218 GraphicUsed by:Timeline
Symbol 219 GraphicUsed by:Timeline
Symbol 220 GraphicUsed by:221
Symbol 221 MovieClipUses:220Used by:222
Symbol 222 MovieClipUses:221Used by:Timeline
Symbol 223 GraphicUsed by:Timeline
Symbol 224 GraphicUsed by:Timeline
Symbol 225 GraphicUsed by:Timeline
Symbol 226 GraphicUsed by:Timeline
Symbol 227 GraphicUsed by:Timeline
Symbol 228 GraphicUsed by:Timeline
Symbol 229 GraphicUsed by:Timeline
Symbol 230 GraphicUsed by:Timeline
Symbol 231 GraphicUsed by:Timeline
Symbol 232 GraphicUsed by:Timeline
Symbol 233 GraphicUsed by:236
Symbol 234 GraphicUsed by:236
Symbol 235 GraphicUsed by:236
Symbol 236 MovieClipUses:233 234 235Used by:Timeline
Symbol 237 GraphicUsed by:Timeline
Symbol 238 GraphicUsed by:Timeline
Symbol 239 GraphicUsed by:Timeline
Symbol 240 GraphicUsed by:Timeline
Symbol 241 GraphicUsed by:Timeline
Symbol 242 GraphicUsed by:Timeline
Symbol 243 GraphicUsed by:Timeline
Symbol 244 GraphicUsed by:Timeline
Symbol 245 GraphicUsed by:Timeline
Symbol 246 GraphicUsed by:Timeline
Symbol 247 GraphicUsed by:Timeline
Symbol 248 GraphicUsed by:Timeline
Symbol 249 GraphicUsed by:Timeline
Symbol 250 GraphicUsed by:Timeline
Symbol 251 GraphicUsed by:Timeline
Symbol 252 GraphicUsed by:Timeline
Symbol 253 GraphicUsed by:Timeline
Symbol 254 GraphicUsed by:Timeline
Symbol 255 GraphicUsed by:Timeline
Symbol 256 GraphicUsed by:Timeline
Symbol 257 GraphicUsed by:Timeline
Symbol 258 GraphicUsed by:261 279
Symbol 259 GraphicUsed by:261 279
Symbol 260 TextUses:26Used by:261 279
Symbol 261 ButtonUses:258 259 260Used by:Timeline
Symbol 262 TextUses:26Used by:Timeline
Symbol 263 GraphicUsed by:Timeline
Symbol 264 TextUses:26Used by:267
Symbol 265 TextUses:26Used by:267
Symbol 266 TextUses:26Used by:267
Symbol 267 ButtonUses:42 264 265 266Used by:Timeline
Symbol 268 SoundUsed by:Timeline
Symbol 269 GraphicUsed by:Timeline
Symbol 270 GraphicUsed by:Timeline
Symbol 271 GraphicUsed by:Timeline
Symbol 272 GraphicUsed by:Timeline
Symbol 273 SoundUsed by:Timeline
Symbol 274 GraphicUsed by:Timeline
Symbol 275 EditableTextUses:49Used by:Timeline
Symbol 276 TextUses:49Used by:Timeline
Symbol 277 GraphicUsed by:Timeline
Symbol 278 TextUses:26Used by:Timeline
Symbol 279 ButtonUses:258 259 260Used by:Timeline
Symbol 280 GraphicUsed by:Timeline
Symbol 281 GraphicUsed by:Timeline
Symbol 282 GraphicUsed by:283
Symbol 283 MovieClipUses:282Used by:Timeline
Symbol 284 EditableTextUses:49Used by:Timeline
Symbol 285 GraphicUsed by:Timeline
Symbol 286 MovieClipUses:182Used by:Timeline
Symbol 287 GraphicUsed by:288
Symbol 288 MovieClipUses:287Used by:Timeline
Symbol 289 GraphicUsed by:294
Symbol 290 GraphicUsed by:294
Symbol 291 GraphicUsed by:294
Symbol 292 GraphicUsed by:294
Symbol 293 GraphicUsed by:294
Symbol 294 MovieClipUses:289 290 291 292 293Used by:Timeline
Symbol 295 MovieClipUses:90Used by:Timeline
Symbol 296 MovieClipUses:52 53 54 55 56 57Used by:Timeline
Symbol 297 GraphicUsed by:298
Symbol 298 MovieClipUses:297Used by:Timeline
Symbol 299 GraphicUsed by:300
Symbol 300 MovieClipUses:299Used by:316 377 398 421 444 454 492 662 664
Symbol 301 GraphicUsed by:316 377 398 421 444 454 492 662 664
Symbol 302 GraphicUsed by:316 377 398 421 444 454 492 662 664
Symbol 303 GraphicUsed by:316 377 398 421 444 454 492 662 664
Symbol 304 GraphicUsed by:305
Symbol 305 MovieClipUses:304Used by:316 377 398 421 444 454 492 662 664
Symbol 306 GraphicUsed by:316 377 398 421 444 454 492 662 664
Symbol 307 GraphicUsed by:308
Symbol 308 MovieClipUses:307Used by:316 377 398 421 444 454 492 662 664
Symbol 309 GraphicUsed by:316 377 398 421 444 454 492 662 664
Symbol 310 GraphicUsed by:316 377 398 421 444 454 492 662 664
Symbol 311 GraphicUsed by:312
Symbol 312 MovieClipUses:311Used by:316 377 398 421 444 454 492 662 664
Symbol 313 GraphicUsed by:316 377 398 421 444 454 492 662 664
Symbol 314 GraphicUsed by:316 377 398 421 444 454 492 662 664
Symbol 315 GraphicUsed by:316 377 398 421 444 454 492 662 664
Symbol 316 ButtonUses:300 301 302 303 305 306 308 309 310 312 313 314 315Used by:Timeline
Symbol 317 GraphicUsed by:Timeline
Symbol 318 EditableTextUses:49Used by:Timeline
Symbol 319 GraphicUsed by:Timeline
Symbol 320 GraphicUsed by:Timeline
Symbol 321 GraphicUsed by:322
Symbol 322 MovieClipUses:321Used by:Timeline
Symbol 323 GraphicUsed by:Timeline
Symbol 324 GraphicUsed by:325
Symbol 325 MovieClipUses:324Used by:Timeline
Symbol 326 GraphicUsed by:327 384 415 423 455 503
Symbol 327 ButtonUses:326Used by:Timeline
Symbol 328 BitmapUsed by:329
Symbol 329 GraphicUses:328Used by:345
Symbol 330 GraphicUsed by:345
Symbol 331 GraphicUsed by:345
Symbol 332 GraphicUsed by:345
Symbol 333 TextUses:26Used by:345
Symbol 334 GraphicUsed by:345
Symbol 335 GraphicUsed by:345
Symbol 336 GraphicUsed by:345
Symbol 337 GraphicUsed by:345
Symbol 338 GraphicUsed by:345
Symbol 339 GraphicUsed by:345
Symbol 340 GraphicUsed by:345
Symbol 341 GraphicUsed by:345
Symbol 342 GraphicUsed by:345
Symbol 343 GraphicUsed by:345
Symbol 344 GraphicUsed by:345
Symbol 345 MovieClipUses:329 330 331 332 333 334 335 336 337 338 339 340 53 341 342 61 343 63 344Used by:Timeline
Symbol 346 GraphicUsed by:347 422
Symbol 347 ButtonUses:346Used by:Timeline
Symbol 348 TextUses:26Used by:362
Symbol 349 GraphicUsed by:361
Symbol 350 GraphicUsed by:361
Symbol 351 GraphicUsed by:361
Symbol 352 GraphicUsed by:361
Symbol 353 GraphicUsed by:361
Symbol 354 GraphicUsed by:361
Symbol 355 GraphicUsed by:361
Symbol 356 GraphicUsed by:361
Symbol 357 GraphicUsed by:361
Symbol 358 GraphicUsed by:361
Symbol 359 GraphicUsed by:361
Symbol 360 GraphicUsed by:361
Symbol 361 MovieClipUses:349 350 351 352 353 354 355 356 357 358 359 360Used by:362  Timeline
Symbol 362 MovieClipUses:348 361 14 15Used by:Timeline
Symbol 363 GraphicUsed by:364
Symbol 364 MovieClipUses:363Used by:Timeline
Symbol 365 GraphicUsed by:Timeline
Symbol 366 EditableTextUses:49Used by:Timeline
Symbol 367 GraphicUsed by:Timeline
Symbol 368 MovieClipUses:52 53 54 55 56 57Used by:Timeline
Symbol 369 MovieClipUses:52 53 54 55 56 57Used by:Timeline
Symbol 370 GraphicUsed by:372
Symbol 371 GraphicUsed by:372
Symbol 372 MovieClipUses:370 371Used by:Timeline
Symbol 373 GraphicUsed by:374
Symbol 374 MovieClipUses:373Used by:Timeline
Symbol 375 GraphicUsed by:376
Symbol 376 MovieClipUses:375Used by:Timeline
Symbol 377 ButtonUses:300 301 302 303 305 306 308 309 310 312 313 314 315Used by:Timeline
Symbol 378 EditableTextUses:49Used by:Timeline
Symbol 379 GraphicUsed by:Timeline
Symbol 380 EditableTextUses:49Used by:Timeline
Symbol 381 GraphicUsed by:Timeline
Symbol 382 GraphicUsed by:383
Symbol 383 MovieClipUses:382Used by:Timeline
Symbol 384 ButtonUses:326Used by:Timeline
Symbol 385 GraphicUsed by:Timeline
Symbol 386 GraphicUsed by:Timeline
Symbol 387 GraphicUsed by:Timeline
Symbol 388 GraphicUsed by:Timeline
Symbol 389 GraphicUsed by:Timeline
Symbol 390 GraphicUsed by:391
Symbol 391 MovieClipUses:390Used by:Timeline
Symbol 392 GraphicUsed by:Timeline
Symbol 393 GraphicUsed by:394
Symbol 394 MovieClipUses:393Used by:Timeline
Symbol 395 MovieClipUses:52 53 54 55 56 57Used by:Timeline
Symbol 396 EditableTextUses:49Used by:Timeline
Symbol 397 GraphicUsed by:Timeline
Symbol 398 ButtonUses:300 301 302 303 305 306 308 309 310 312 313 314 315Used by:Timeline
Symbol 399 GraphicUsed by:Timeline
Symbol 400 GraphicUsed by:Timeline
Symbol 401 GraphicUsed by:Timeline
Symbol 402 GraphicUsed by:Timeline
Symbol 403 GraphicUsed by:404
Symbol 404 MovieClipUses:403Used by:Timeline
Symbol 405 EditableTextUses:49Used by:Timeline
Symbol 406 GraphicUsed by:Timeline
Symbol 407 GraphicUsed by:Timeline
Symbol 408 GraphicUsed by:Timeline
Symbol 409 GraphicUsed by:Timeline
Symbol 410 GraphicUsed by:Timeline
Symbol 411 GraphicUsed by:412
Symbol 412 MovieClipUses:411Used by:Timeline
Symbol 413 EditableTextUses:49Used by:Timeline
Symbol 414 GraphicUsed by:Timeline
Symbol 415 ButtonUses:326Used by:Timeline
Symbol 416 EditableTextUses:49Used by:Timeline
Symbol 417 GraphicUsed by:Timeline
Symbol 418 MovieClipUses:52 53 54 55 56 57Used by:Timeline
Symbol 419 GraphicUsed by:420
Symbol 420 MovieClipUses:419Used by:Timeline
Symbol 421 ButtonUses:300 301 302 303 305 306 308 309 310 312 313 314 315Used by:Timeline
Symbol 422 ButtonUses:346Used by:Timeline
Symbol 423 ButtonUses:326Used by:Timeline
Symbol 424 GraphicUsed by:451  Timeline
Symbol 425 EditableTextUses:49Used by:Timeline
Symbol 426 GraphicUsed by:Timeline
Symbol 427 GraphicUsed by:428
Symbol 428 MovieClipUses:427Used by:Timeline
Symbol 429 MovieClipUses:52 53 54 55 56 57Used by:Timeline
Symbol 430 MovieClipUses:52 53 54 55 56 57Used by:Timeline
Symbol 431 TextUses:49Used by:Timeline
Symbol 432 TextUses:49Used by:Timeline
Symbol 433 TextUses:49Used by:Timeline
Symbol 434 TextUses:49Used by:Timeline
Symbol 435 TextUses:49Used by:Timeline
Symbol 436 TextUses:49Used by:Timeline
Symbol 437 TextUses:49Used by:Timeline
Symbol 438 TextUses:49Used by:Timeline
Symbol 439 TextUses:49Used by:Timeline
Symbol 440 TextUses:49Used by:Timeline
Symbol 441 TextUses:49Used by:Timeline
Symbol 442 TextUses:49Used by:Timeline
Symbol 443 TextUses:49Used by:Timeline
Symbol 444 ButtonUses:300 301 302 303 305 306 308 309 310 312 313 314 315Used by:Timeline
Symbol 445 EditableTextUses:49Used by:Timeline
Symbol 446 GraphicUsed by:Timeline
Symbol 447 GraphicUsed by:448
Symbol 448 MovieClipUses:447Used by:Timeline
Symbol 449 EditableTextUses:49Used by:Timeline
Symbol 450 GraphicUsed by:Timeline
Symbol 451 MovieClipUses:424Used by:Timeline
Symbol 452 GraphicUsed by:453
Symbol 453 MovieClipUses:452Used by:Timeline
Symbol 454 ButtonUses:300 301 302 303 305 306 308 309 310 312 313 314 315Used by:Timeline
Symbol 455 ButtonUses:326Used by:Timeline
Symbol 456 GraphicUsed by:Timeline
Symbol 457 EditableTextUses:49Used by:Timeline
Symbol 458 GraphicUsed by:Timeline
Symbol 459 GraphicUsed by:460
Symbol 460 MovieClipUses:459Used by:Timeline
Symbol 461 GraphicUsed by:462
Symbol 462 MovieClipUses:461Used by:Timeline
Symbol 463 TextUses:26Used by:Timeline
Symbol 464 MovieClipUses:52 53 54 55 56 57Used by:Timeline
Symbol 465 GraphicUsed by:489
Symbol 466 GraphicUsed by:489
Symbol 467 GraphicUsed by:489
Symbol 468 GraphicUsed by:489
Symbol 469 GraphicUsed by:489
Symbol 470 GraphicUsed by:489
Symbol 471 GraphicUsed by:489
Symbol 472 GraphicUsed by:489
Symbol 473 GraphicUsed by:489
Symbol 474 GraphicUsed by:489
Symbol 475 GraphicUsed by:489
Symbol 476 GraphicUsed by:489
Symbol 477 GraphicUsed by:489
Symbol 478 GraphicUsed by:489
Symbol 479 GraphicUsed by:489
Symbol 480 GraphicUsed by:489
Symbol 481 GraphicUsed by:489
Symbol 482 GraphicUsed by:489
Symbol 483 GraphicUsed by:489
Symbol 484 GraphicUsed by:489
Symbol 485 GraphicUsed by:489
Symbol 486 GraphicUsed by:489
Symbol 487 GraphicUsed by:489
Symbol 488 GraphicUsed by:489
Symbol 489 MovieClipUses:465 53 466 467 56 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488Used by:Timeline
Symbol 490 MovieClipUses:52 53 54 55 56 57Used by:Timeline
Symbol 491 MovieClipUses:52 53 54 55 56 57Used by:Timeline
Symbol 492 ButtonUses:300 301 302 303 305 306 308 309 310 312 313 314 315Used by:Timeline
Symbol 493 GraphicUsed by:Timeline
Symbol 494 EditableTextUses:49Used by:Timeline
Symbol 495 GraphicUsed by:Timeline
Symbol 496 GraphicUsed by:497
Symbol 497 MovieClipUses:496Used by:Timeline
Symbol 498 GraphicUsed by:Timeline
Symbol 499 EditableTextUses:49Used by:Timeline
Symbol 500 GraphicUsed by:Timeline
Symbol 501 GraphicUsed by:502
Symbol 502 MovieClipUses:501Used by:Timeline
Symbol 503 ButtonUses:326Used by:Timeline
Symbol 504 TextUses:26Used by:Timeline
Symbol 505 TextUses:26Used by:Timeline
Symbol 506 GraphicUsed by:Timeline
Symbol 507 GraphicUsed by:Timeline
Symbol 508 GraphicUsed by:Timeline
Symbol 509 GraphicUsed by:Timeline
Symbol 510 GraphicUsed by:Timeline
Symbol 511 GraphicUsed by:Timeline
Symbol 512 GraphicUsed by:Timeline
Symbol 513 GraphicUsed by:Timeline
Symbol 514 GraphicUsed by:Timeline
Symbol 515 GraphicUsed by:Timeline
Symbol 516 GraphicUsed by:Timeline
Symbol 517 GraphicUsed by:Timeline
Symbol 518 GraphicUsed by:Timeline
Symbol 519 GraphicUsed by:Timeline
Symbol 520 GraphicUsed by:Timeline
Symbol 521 GraphicUsed by:Timeline
Symbol 522 GraphicUsed by:Timeline
Symbol 523 GraphicUsed by:Timeline
Symbol 524 GraphicUsed by:Timeline
Symbol 525 GraphicUsed by:Timeline
Symbol 526 GraphicUsed by:Timeline
Symbol 527 GraphicUsed by:Timeline
Symbol 528 GraphicUsed by:Timeline
Symbol 529 GraphicUsed by:Timeline
Symbol 530 GraphicUsed by:Timeline
Symbol 531 GraphicUsed by:Timeline
Symbol 532 GraphicUsed by:Timeline
Symbol 533 GraphicUsed by:Timeline
Symbol 534 GraphicUsed by:Timeline
Symbol 535 GraphicUsed by:Timeline
Symbol 536 GraphicUsed by:Timeline
Symbol 537 GraphicUsed by:Timeline
Symbol 538 GraphicUsed by:Timeline
Symbol 539 GraphicUsed by:Timeline
Symbol 540 GraphicUsed by:Timeline
Symbol 541 GraphicUsed by:Timeline
Symbol 542 GraphicUsed by:Timeline
Symbol 543 GraphicUsed by:Timeline
Symbol 544 GraphicUsed by:Timeline
Symbol 545 GraphicUsed by:Timeline
Symbol 546 GraphicUsed by:Timeline
Symbol 547 GraphicUsed by:Timeline
Symbol 548 GraphicUsed by:Timeline
Symbol 549 GraphicUsed by:Timeline
Symbol 550 GraphicUsed by:Timeline
Symbol 551 GraphicUsed by:Timeline
Symbol 552 GraphicUsed by:Timeline
Symbol 553 GraphicUsed by:Timeline
Symbol 554 GraphicUsed by:Timeline
Symbol 555 GraphicUsed by:Timeline
Symbol 556 GraphicUsed by:Timeline
Symbol 557 GraphicUsed by:Timeline
Symbol 558 GraphicUsed by:Timeline
Symbol 559 GraphicUsed by:Timeline
Symbol 560 GraphicUsed by:Timeline
Symbol 561 GraphicUsed by:Timeline
Symbol 562 GraphicUsed by:Timeline
Symbol 563 GraphicUsed by:Timeline
Symbol 564 GraphicUsed by:Timeline
Symbol 565 GraphicUsed by:Timeline
Symbol 566 GraphicUsed by:Timeline
Symbol 567 GraphicUsed by:Timeline
Symbol 568 GraphicUsed by:Timeline
Symbol 569 GraphicUsed by:Timeline
Symbol 570 GraphicUsed by:Timeline
Symbol 571 GraphicUsed by:Timeline
Symbol 572 GraphicUsed by:Timeline
Symbol 573 GraphicUsed by:Timeline
Symbol 574 GraphicUsed by:Timeline
Symbol 575 GraphicUsed by:Timeline
Symbol 576 GraphicUsed by:Timeline
Symbol 577 GraphicUsed by:Timeline
Symbol 578 GraphicUsed by:Timeline
Symbol 579 GraphicUsed by:Timeline
Symbol 580 GraphicUsed by:Timeline
Symbol 581 GraphicUsed by:Timeline
Symbol 582 GraphicUsed by:Timeline
Symbol 583 GraphicUsed by:Timeline
Symbol 584 GraphicUsed by:Timeline
Symbol 585 GraphicUsed by:Timeline
Symbol 586 GraphicUsed by:Timeline
Symbol 587 GraphicUsed by:Timeline
Symbol 588 GraphicUsed by:Timeline
Symbol 589 GraphicUsed by:Timeline
Symbol 590 GraphicUsed by:Timeline
Symbol 591 GraphicUsed by:Timeline
Symbol 592 GraphicUsed by:Timeline
Symbol 593 GraphicUsed by:Timeline
Symbol 594 GraphicUsed by:Timeline
Symbol 595 GraphicUsed by:Timeline
Symbol 596 GraphicUsed by:Timeline
Symbol 597 GraphicUsed by:Timeline
Symbol 598 GraphicUsed by:Timeline
Symbol 599 GraphicUsed by:Timeline
Symbol 600 GraphicUsed by:Timeline
Symbol 601 GraphicUsed by:Timeline
Symbol 602 GraphicUsed by:Timeline
Symbol 603 GraphicUsed by:Timeline
Symbol 604 GraphicUsed by:Timeline
Symbol 605 GraphicUsed by:Timeline
Symbol 606 GraphicUsed by:Timeline
Symbol 607 GraphicUsed by:Timeline
Symbol 608 GraphicUsed by:Timeline
Symbol 609 GraphicUsed by:Timeline
Symbol 610 GraphicUsed by:Timeline
Symbol 611 GraphicUsed by:Timeline
Symbol 612 GraphicUsed by:Timeline
Symbol 613 GraphicUsed by:Timeline
Symbol 614 GraphicUsed by:Timeline
Symbol 615 GraphicUsed by:Timeline
Symbol 616 GraphicUsed by:Timeline
Symbol 617 GraphicUsed by:Timeline
Symbol 618 GraphicUsed by:Timeline
Symbol 619 GraphicUsed by:Timeline
Symbol 620 GraphicUsed by:Timeline
Symbol 621 GraphicUsed by:Timeline
Symbol 622 GraphicUsed by:Timeline
Symbol 623 GraphicUsed by:Timeline
Symbol 624 GraphicUsed by:Timeline
Symbol 625 GraphicUsed by:Timeline
Symbol 626 GraphicUsed by:Timeline
Symbol 627 GraphicUsed by:Timeline
Symbol 628 GraphicUsed by:Timeline
Symbol 629 GraphicUsed by:Timeline
Symbol 630 GraphicUsed by:Timeline
Symbol 631 GraphicUsed by:Timeline
Symbol 632 GraphicUsed by:Timeline
Symbol 633 GraphicUsed by:Timeline
Symbol 634 GraphicUsed by:Timeline
Symbol 635 GraphicUsed by:Timeline
Symbol 636 GraphicUsed by:Timeline
Symbol 637 GraphicUsed by:Timeline
Symbol 638 GraphicUsed by:Timeline
Symbol 639 GraphicUsed by:Timeline
Symbol 640 GraphicUsed by:Timeline
Symbol 641 GraphicUsed by:Timeline
Symbol 642 GraphicUsed by:Timeline
Symbol 643 GraphicUsed by:Timeline
Symbol 644 GraphicUsed by:Timeline
Symbol 645 GraphicUsed by:Timeline
Symbol 646 GraphicUsed by:Timeline
Symbol 647 GraphicUsed by:Timeline
Symbol 648 GraphicUsed by:Timeline
Symbol 649 GraphicUsed by:Timeline
Symbol 650 TextUses:26Used by:Timeline
Symbol 651 GraphicUsed by:Timeline
Symbol 652 TextUses:33Used by:Timeline
Symbol 653 SoundUsed by:Timeline
Symbol 654 GraphicUsed by:Timeline
Symbol 655 GraphicUsed by:Timeline
Symbol 656 GraphicUsed by:Timeline
Symbol 657 TextUses:33Used by:Timeline
Symbol 658 GraphicUsed by:Timeline
Symbol 659 TextUses:33Used by:Timeline
Symbol 660 TextUses:33Used by:Timeline
Symbol 661 GraphicUsed by:Timeline
Symbol 662 ButtonUses:300 301 302 303 305 306 308 309 310 312 313 314 315Used by:Timeline
Symbol 663 GraphicUsed by:Timeline
Symbol 664 ButtonUses:300 301 302 303 305 306 308 309 310 312 313 314 315Used by:Timeline
Symbol 665 GraphicUsed by:666
Symbol 666 ButtonUses:665Used by:Timeline
Streaming Sound 1Used by:Timeline

Instance Names

"man"Frame 1128Symbol 283 MovieClip
"walls"Frame 1128Symbol 298 MovieClip
"walls"Frame 1129Symbol 325 MovieClip
"man"Frame 1134Symbol 283 MovieClip
"walls"Frame 1134Symbol 376 MovieClip
"man"Frame 1135Symbol 283 MovieClip
"walls"Frame 1135Symbol 383 MovieClip
"man"Frame 1140Symbol 283 MovieClip
"walls"Frame 1140Symbol 394 MovieClip
"walls"Frame 1141Symbol 404 MovieClip
"walls"Frame 1142Symbol 412 MovieClip
"man"Frame 1146Symbol 283 MovieClip
"walls"Frame 1146Symbol 420 MovieClip
"man"Frame 1154Symbol 283 MovieClip
"walls"Frame 1154Symbol 428 MovieClip
"walls"Frame 1155Symbol 448 MovieClip
"walls"Frame 1156Symbol 453 MovieClip
"man"Frame 1161Symbol 283 MovieClip
"walls"Frame 1161Symbol 462 MovieClip
"walls"Frame 1162Symbol 497 MovieClip
"bar"Symbol 12 MovieClip Frame 1Symbol 3 MovieClip

Labels

"loaded"Symbol 12 MovieClip Frame 3

Dynamic Text Variables

healthSymbol 275 EditableText""
healthSymbol 284 EditableText""
healthSymbol 318 EditableText""
healthSymbol 366 EditableText""
healthSymbol 378 EditableText""
healthSymbol 380 EditableText""
healthSymbol 396 EditableText""
healthSymbol 405 EditableText""
healthSymbol 413 EditableText""
healthSymbol 416 EditableText""
healthSymbol 425 EditableText""
healthSymbol 445 EditableText""
healthSymbol 449 EditableText""
healthSymbol 457 EditableText""
healthSymbol 494 EditableText""
healthSymbol 499 EditableText""




http://swfchan.com/11/54563/info.shtml
Created: 21/4 -2019 15:36:57 Last modified: 21/4 -2019 15:36:57 Server time: 06/05 -2024 11:26:58